Skip to content

Instantly share code, notes, and snippets.

@jamesray1
Created June 22, 2018 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesray1/db5d44cbbb37274d21d4fffe75202578 to your computer and use it in GitHub Desktop.
Save jamesray1/db5d44cbbb37274d21d4fffe75202578 to your computer and use it in GitHub Desktop.
➜ jrl git:(master) cargo test --all
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading protobuf-codegen-pure v2.0.2
Downloading protobuf-codegen v2.0.2
Compiling unicode-width v0.1.5
Compiling regex v1.0.0
Compiling utf8-ranges v1.0.0
Compiling strsim v0.7.0
Compiling ansi_term v0.11.0
Compiling vec_map v0.8.1
Compiling bitflags v1.0.3
Compiling termcolor v0.3.6
Compiling rand_core v0.2.1
Compiling data-encoding v1.1.2
Compiling memchr v2.0.1
Compiling atty v0.2.10
Compiling tokio-stdin v0.1.1
Compiling humantime v1.1.1
Compiling secp256k1 v0.9.2
Compiling unreachable v1.0.0
Compiling regex-syntax v0.6.1
Compiling circular-buffer v0.1.0 (file:///home/james/jrl/circular-buffer)
Compiling asn1_der v0.5.4
Compiling textwrap v0.9.0
Compiling rand v0.5.1
Compiling aho-corasick v0.6.4
Compiling thread_local v0.3.5
Compiling clap v2.31.2
Compiling protobuf-codegen v2.0.2
Compiling rw-stream-sink v0.1.0 (file:///home/james/jrl/rw-stream-sink)
Compiling protobuf-codegen-pure v2.0.2
Compiling structopt-derive v0.2.10
Compiling datastore v0.1.0 (file:///home/james/jrl/datastore)
Compiling multihash v0.8.1-pre (file:///home/james/jrl/multihash)
Compiling varint v0.1.0 (file:///home/james/jrl/varint-rs)
warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec
--> varint-rs/src/lib.rs:521:9
|
521 | use tokio_io::codec::FramedRead;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec
--> varint-rs/src/lib.rs:542:46
|
542 | let result: Result<Option<u32>, _> = FramedRead::new(&out[..], VarintDecoder::new())
| ^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec
--> varint-rs/src/lib.rs:561:22
|
561 | let result = FramedRead::new(&[0b10101100, 0b00000010][..], VarintDecoder::new())
| ^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec
--> varint-rs/src/lib.rs:572:22
|
572 | let result = FramedRead::new(&[1][..], VarintDecoder::new())
| ^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec
--> varint-rs/src/lib.rs:583:22
|
583 | let result = FramedRead::new(&[0b10101100, 0b00000010][..], VarintDecoder::new())
| ^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec
--> varint-rs/src/lib.rs:640:22
|
640 | let result = FramedRead::new(&[0b10101100, 0b10000010][..], VarintDecoder::<usize>::new())
| ^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec
--> varint-rs/src/lib.rs:651:9
|
651 | FramedRead::new(&[1, 1][..], VarintDecoder::<usize>::new())
| ^^^^^^^^^^^^^^^
Compiling libp2p-identify v0.1.0 (file:///home/james/jrl/identify)
Compiling libp2p-relay v0.1.0 (file:///home/james/jrl/relay)
Compiling libp2p-floodsub v0.1.0 (file:///home/james/jrl/floodsub)
Compiling libp2p-secio v0.1.0 (file:///home/james/jrl/secio)
Compiling libp2p-kad v0.1.0 (file:///home/james/jrl/kad)
Compiling env_logger v0.5.10
Compiling cid v0.2.3 (file:///home/james/jrl/cid)
Compiling multistream-select v0.1.0 (file:///home/james/jrl/multistream-select)
Compiling structopt v0.2.10
Compiling multiaddr v0.3.0 (file:///home/james/jrl/multiaddr)
Compiling libp2p-core v0.1.0 (file:///home/james/jrl/core)
Compiling libp2p-peerstore v0.1.0 (file:///home/james/jrl/peerstore)
Compiling libp2p-ping v0.1.0 (file:///home/james/jrl/ping)
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> ping/src/lib.rs:164:14
|
164 | .framed(Codec)
| ^^^^^^
|
= note: #[warn(deprecated)] on by default
Compiling libp2p-ratelimit v0.1.1 (file:///home/james/jrl/ratelimit)
Compiling libp2p-dns v0.1.0 (file:///home/james/jrl/dns)
Compiling libp2p-mplex v0.1.0 (file:///home/james/jrl/mplex)
Compiling libp2p-websocket v0.1.0 (file:///home/james/jrl/websocket)
Compiling libp2p-tcp-transport v0.1.0 (file:///home/james/jrl/tcp-transport)
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> floodsub/src/lib.rs:139:18
|
139 | .framed(VarintCodec::default())
| ^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> floodsub/src/lib.rs:139:18
|
139 | .framed(VarintCodec::default())
| ^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> identify/src/protocol.rs:31:5
|
31 | use tokio_io::codec::Framed;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> identify/src/protocol.rs:58:12
|
58 | inner: Framed<T, VarintCodec<Vec<u8>>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> identify/src/protocol.rs:132:29
|
132 | let socket = socket.framed(VarintCodec::default());
| ^^^^^^
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> relay/src/utility.rs:27:5
|
27 | use tokio_io::codec::Framed;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> relay/src/utility.rs:44:12
|
44 | codec: Framed<T, VarintCodec<Vec<u8>>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> relay/src/utility.rs:50:22
|
50 | codec: c.framed(VarintCodec::default()),
| ^^^^^^
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> relay/src/utility.rs:27:5
|
27 | use tokio_io::codec::Framed;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> relay/src/utility.rs:44:12
|
44 | codec: Framed<T, VarintCodec<Vec<u8>>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> relay/src/utility.rs:50:22
|
50 | codec: c.framed(VarintCodec::default()),
| ^^^^^^
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> identify/src/protocol.rs:31:5
|
31 | use tokio_io::codec::Framed;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> identify/src/protocol.rs:58:12
|
58 | inner: Framed<T, VarintCodec<Vec<u8>>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> identify/src/protocol.rs:132:29
|
132 | let socket = socket.framed(VarintCodec::default());
| ^^^^^^
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> ping/src/lib.rs:164:14
|
164 | .framed(Codec)
| ^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: unused imports: `Arc`, `atomic`
--> kad/src/kad_server.rs:44:17
|
44 | use std::sync::{Arc, atomic};
| ^^^ ^^^^^^
|
= note: #[warn(unused_imports)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> kad/src/protocol.rs:35:39
|
35 | use tokio_io::{AsyncRead, AsyncWrite, codec::Framed};
| ^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> kad/src/protocol.rs:150:68
|
150 | type KadStreamSink<S> = stream::AndThen<sink::With<stream::FromErr<Framed<S, VarintCodec<Vec<u8>>>, IoError>, KadMsg, fn(KadMsg) -> Result<Vec<u8>, IoError>, Result<Vec<u8>, IoError>>, fn(BytesMut) -> Result<KadMsg, IoError>, Result<KadMsg, IoError>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> kad/src/protocol.rs:160:10
|
160 | .framed(VarintCodec::default())
| ^^^^^^
error: linking with `cc` failed: exit code: 1
|
= note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.10c11n9bbq0xxbke.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.11ghxnayh8xpl17k.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.11jy57iafv3a3bbr.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.12tmu8cqxa38i2e5.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.12vc30h3my8xgszz.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.138pesuvab4dy035.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.13e9kb5mbu7ya5d9.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.13tprap6axy2fph1.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.16u6js6g0l3k1ic6.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.16wqm2yjbr2fxh5d.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.17erb31xn70viq4b.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.17s4tt55cu1rd4mi.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.180g2xq91idx094l.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.195mewh71jd32du7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1cbkk1ulraumk09l.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1ckp3bwk0jmrbky4.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1e4bmjbiko963ark.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1e698527iprj2v8f.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1eldthk14htjpe8q.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1fh9iaektriacx9m.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1fkimdkyf1jh82er.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1hoy0zzffdl9dd3x.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1im38lueib99jsk0.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1jnlhyxj59jycbjv.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1mvmz58owquyropc.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1o6b1la7g4jnv39b.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1o80id2q0u32107p.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1q8ffos2d96smbjs.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1rnt618l5epcaf5a.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1rv8n017ha9022uu.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1s3socv0drccut20.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1u0s9v9gyr4k2pf4.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1vut2eft6nlujjxr.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1xmqzu4dneo26gza.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1y16o1qfye96o7m0.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1y7zh55fccd5ql70.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1ynwytuhlity6uhr.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1zeawhkbeobww1zn.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1zlxkqmuhdjcaqn9.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.1zwd8n7bcl3vhvvh.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.236iz806sghm3wx.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2398rwo31ej9q8ob.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.23pa5tdy9knhqqbp.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.23tqyymcb18u96mb.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.267350d7deu1hz85.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.26secoe6hyf0by4w.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.26yyslteulgdo7yk.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2bn9pkgqy1br5y57.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2dh9yuzgscovothb.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2ev5o718t6o2qsw.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2f5f9atofyy5pq8l.rcgu.o""/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2gb2i6picgndn8mm.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2hqjw4a4bn2aa68y.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2jqywn86b2gsqohu.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2k5e5e3lnqi2lghs.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2lyh15q6cjwzy18c.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2oiwwqohid6mabhc.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2poeal8y740vo5a7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2qhkzqx5zqexj20y.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2r82puffnvvb8iic.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2sozu9gys8sb9qfw.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2w6xsa2hbi53xhak.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2wixplf1qzszxq14.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2wp7conirb3z5kec.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2wu6y745i178dd38.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2x0gpc76ad3idiib.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2xs38k3nu4oe9uo6.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2yf0izvq9wmxs9a5.rcgu.o""/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.2ylcmylhkciz3xsy.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3171x0bwu82dptu7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.31hcirw1b8z5c3no.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.329r9tu4c3f64v47.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.34m7w15tnngeipvf.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.35a0x8f7rhy3adti.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.35dif2yfqvun9jag.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.35ogzsid3hq2elh4.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.380dtnlkjhejsxao.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.38ps4pa181wsnsy9.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.38zq4jjo9l5r8vuc.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3ayaeypdcro9d6yk.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3b2hn6nq2jgj6gpy.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3bgz9ewatkikqk34.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3ce0i2u5ozf066mh.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3cx7oljifvb206q7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3f6klegmryfg2ey3.rcgu.o""/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3f7kscr1k3ymwaiu.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3fv3oe9p41gdwj5k.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3g94tobrpgum5dk6.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3hfnnvlph5ozv32c.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3i1lvh2a7ywnogc.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3ik0x0hz6l66cx38.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3je98igjnnfyygnz.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3kfx4ynvkmi2y9i5.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3knhig6xju38tmac.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3l7raohhiozlwsbz.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3ldk0i2zxftngav8.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3leyp4wxhlcx35ib.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3m9jlb8iw20nkgi3.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3mjniw47kiw4cqmo.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3oqznv5oym7l3m4e.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3p7bir7rf0gw2x3i.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3p7mbnaeakts9q7d.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3pm0cj19c0bxgil4.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3qkhvmvj3nhymmh9.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3rf6apwr5rc5zixx.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3rngp6bm2u2q5z0y.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3u0ivuk8dvjdh8cj.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3v2ylmkburu2dlnw.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3v4icmjgtoe28w1.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3vck0z67htzlxjio.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3vz1yfl7wp1xiunk.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3wujp2u6oj44i6b3.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3xd0cqdkh0flapl1.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3ygiu3wrgglniud7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.3ysg602ly0el3m63.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.403hcf5g9l8egys.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.40mv2bo8bxf7ur21.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.42p24qahzjyopi2i.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.436dotimmrgzkwfa.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.43v6g0y2xsxoggnt.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.44rg7isywp32wf7u.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.45f2ih71goi43xs3.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.45nf4z58qqykpcpi.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.45pc7c65foh9i35f.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.45rr2b3kumfz3pcm.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.45sehldl0xl7fulb.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.46gyycm7917eyray.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.47dqcamjlp23ma80.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.47kb80rpg37n2ote.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.48721dc4k5qxei0u.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.49a7n47po4ttqjl7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.49lx1q7cxvpykyv0.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.49qmpuk8w1opmi5q.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4bh7qn98hnyxv8ix.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4blxeympygyn7ztb.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4brwxiorhmgsb6oc.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4cxyqmsl2ros1gyv.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4e45741p8nq8ppu.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4ekmrl4rr38ru9es.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4eq62wcb8nn7c66a.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4ezmh1vbs95c5ack.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4g47d2sx6m33abop.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4kt1cvctlu5i9wip.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4m4c9l7rr6m1dtqh.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4otta3evnq4uv61g.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4pblroxr2bf672fq.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4r0yzt9hrryifv64.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4rvqg4qxotbg9oin.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4rzh6npf1tuwcxx9.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4sw9hz7i7fiueihz.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4t9vd45uk1fy9uwl.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4vp4wqj2v29i7mgy.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4x2lvpkq433cr6qz.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4xccg77rmf1x5l1w.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4xq48u46a1pwiqn7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4xuhwz5yy6q4gvgg.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4yck7ooe2q38woda.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4yh8x2b62dcih00t.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.4ypvbwho0bu5tnww.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.517zvccpl20if7t6.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.51s1w397y42gpez1.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5205e1onhko1v9bb.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.54zq6xwdlu4umqga.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.55ezy8i7h0n87k30.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.56dly8q07ws8ucdq.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.572bgozz9kcwe4zq.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.57k06xfugllsc526.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.58obdilhk3rtglcy.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5a6gqu4kzc4bykwc.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5beqqbexwb143v6a.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5bzcjji8jsgu3j5y.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5f5jc0oo6c9dh2oo.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5frl02rdgkkck54s.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5fvsz8m06l59jdgq.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5gay9sm48gfyhim8.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.5gf6du7k58s78kob.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.63mmpc50mjcb0lb.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.67zgm3rwq5dzkmw.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.7p53qlves2rwxx0.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.8n5lnckn5hfrxm0.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.8xzrsc1ux72v29j.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.98g0d9x8aw3akpe.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.9elsx31vb4it187.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.9fcb3syd3ne5k0n.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.9onn736s8on9ea7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.aziypgcym99hj56.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.bci208wrn2iqzfr.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.c6lbtaiefvx3wya.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.d6p2df93qm1h3gm.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.doar5ife0jn9b6h.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.e19kx9t7xhzajfl.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.ffc3zc896bx37xy.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.fvlutlpugct5w1n.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.gon14xphovlcp6p.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.hrk59bl9mta4kkn.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.i7m1rpix4ruptp7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.j88x78foflefssm.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.jbcqvwaq3mnqbg3.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.jf7oxrwpa0v2cwy.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.kclyx7of0fal6jf.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.kszai26leddh1lg.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.m547aoa8mvf7y83.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.mb501chi8fnqgmm.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.mz7vgmcf23rofcc.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.n847vnkjamrby94.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.p8gm0s1676i7rtn.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.pqmjx25qpxkduz7.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.qolm38g76fvouex.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.qpucyjripxdv9xh.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.r5omkko2zyx5xap.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.sd3ak9f4uaqbrdw.rcgu.o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.wfdwbk1z53kz6vw.rcgu.o""/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.yx3ia2hr9pm1qoy.rcgu.o" "-o" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845" "/home/james/jrl/target/debug/deps/libp2p_secio-f8a66a016b9c9845.crate.allocator.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-L" "/home/james/jrl/target/debug/deps" "-L" "/home/james/jrl/target/debug/build/backtrace-sys-57e99a206529467a/out" "-L" "/home/james/jrl/target/debug/build/ring-9d87b150add85ead/out" "-L" "/home/james/jrl/target/debug/build/rust-crypto-968bc8d44d06914f/out" "-L" "/home/james/jrl/target/debug/build/secp256k1-d33e3c4bd82ab365/out" "-L" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-497fce12bc1509bd.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-fe30b7d5eca86136.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2a9d978f8e709342.rlib" "/home/james/jrl/target/debug/deps/libtokio_core-9f8ef6d3f6e73817.rlib" "/home/james/jrl/target/debug/deps/libscoped_tls-6b5ac782b85e7b1e.rlib" "/home/james/jrl/target/debug/deps/libtokio-0fd17d4c05a01da7.rlib" "/home/james/jrl/target/debug/deps/libtokio_udp-e80a1ad01bab4546.rlib" "/home/james/jrl/target/debug/deps/libtokio_codec-b1b45e7eb2931e83.rlib" "/home/james/jrl/target/debug/deps/libtokio_tcp-59e5ac3e38586f3c.rlib" "/home/james/jrl/target/debug/deps/libtokio_timer-d64f92b6ad113067.rlib" "/home/james/jrl/target/debug/deps/libtokio_reactor-4f5ca76a40dfe9db.rlib" "/home/james/jrl/target/debug/deps/libtokio_fs-4669bb88f9abc904.rlib" "/home/james/jrl/target/debug/deps/libtokio_threadpool-938a5bda31583d1a.rlib" "/home/james/jrl/target/debug/deps/libnum_cpus-07129a01f2874376.rlib" "/home/james/jrl/target/debug/deps/libcrossbeam_deque-a1bbc2be9d1f87fd.rlib" "/home/james/jrl/target/debug/deps/libcrossbeam_epoch-2c66956a69cccbbe.rlib" "/home/james/jrl/target/debug/deps/libscopeguard-39c0f403c9faa8c6.rlib" "/home/james/jrl/target/debug/deps/libmemoffset-91f06331650f85f1.rlib" "/home/james/jrl/target/debug/deps/liblazy_static-38113f665b441ce8.rlib" "/home/james/jrl/target/debug/deps/libcrossbeam_utils-5a973e1c244a83d2.rlib" "/home/james/jrl/target/debug/deps/libarrayvec-e5fc880dda34fab0.rlib" "/home/james/jrl/target/debug/deps/libnodrop-54af162ab6373e35.rlib" "/home/james/jrl/target/debug/deps/libtokio_executor-a318b7f850b886da.rlib" "/home/james/jrl/target/debug/deps/libmio-dd0ec5d7664e31b3.rlib" "/home/james/jrl/target/debug/deps/libslab-cad6c4b73b62d742.rlib" "/home/james/jrl/target/debug/deps/libnet2-118f876a0229a455.rlib" "/home/james/jrl/target/debug/deps/liblazycell-73dc14f444ef9a18.rlib" "/home/james/jrl/target/debug/deps/libsecp256k1-1100e0cad1ed1204.rlib" "/home/james/jrl/target/debug/deps/librw_stream_sink-7285a6d9aa67832b.rlib" "/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib" "/home/james/jrl/target/debug/deps/libuntrusted-31c3026610fda611.rlib" "/home/james/jrl/target/debug/deps/liblazy_static-c8f45a932b0aaf6d.rlib" "/home/james/jrl/target/debug/deps/libprotobuf-b6b94dce0bed163b.rlib" "/home/james/jrl/target/debug/deps/liblibp2p_core-49b6ed4811a271fe.rlib" "/home/james/jrl/target/debug/deps/libmultiaddr-c57888140914fc8f.rlib" "/home/james/jrl/target/debug/deps/libcid-277379fc8eeb4540.rlib" "/home/james/jrl/target/debug/deps/libinteger_encoding-b86086e746dd77c0.rlib" "/home/james/jrl/target/debug/deps/libmultibase-90874741c95708fa.rlib" "/home/james/jrl/target/debug/deps/libbase_x-a6560330fa347281.rlib" "/home/james/jrl/target/debug/deps/libbyteorder-b7589d4cf56a8522.rlib" "/home/james/jrl/target/debug/deps/libquick_error-528fdb69e7711bd9.rlib" "/home/james/jrl/target/debug/deps/libparking_lot-e667665b9f3da986.rlib" "/home/james/jrl/target/debug/deps/libparking_lot_core-52473c1c4fbd9ef6.rlib" "/home/james/jrl/target/debug/deps/libsmallvec-38f67b64b656b080.rlib" "/home/james/jrl/target/debug/deps/libowning_ref-a44c142316d6dcdd.rlib" "/home/james/jrl/target/debug/deps/libstable_deref_trait-5f21d9b19f9b937f.rlib" "/home/james/jrl/target/debug/deps/libmultistream_select-46fe43fcd560f820.rlib" "/home/james/jrl/target/debug/deps/libvarint-67fb6854f466e1fa.rlib" "/home/james/jrl/target/debug/deps/libnum_bigint-02f44039e06f98bd.rlib" "/home/james/jrl/target/debug/deps/libnum_integer-4459141c6284df7b.rlib" "/home/james/jrl/target/debug/deps/libnum_traits-bb853b9d610d9a5f.rlib" "/home/james/jrl/target/debug/deps/liberror_chain-dd1b973d6ade712e.rlib" "/home/james/jrl/target/debug/deps/libbacktrace-41867357156f4e59.rlib" "/home/james/jrl/target/debug/deps/libbacktrace_sys-47ede948c70a7575.rlib" "/home/james/jrl/target/debug/deps/librustc_demangle-8e8973ee7f5cbc7c.rlib" "/home/james/jrl/target/debug/deps/libtokio_io-0c19d9c9b70c08ef.rlib" "/home/james/jrl/target/debug/deps/libsmallvec-71a6dc3e6ec098c4.rlib" "/home/james/jrl/target/debug/deps/libmultihash-6a9697e8dfb7da2a.rlib" "/home/james/jrl/target/debug/deps/libtiny_keccak-bbb50e7052f650d1.rlib" "/home/james/jrl/target/debug/deps/libcrunchy-8a4a356219766e19.rlib" "/home/james/jrl/target/debug/deps/libsha2-d423fbda2bd8f295.rlib""/home/james/jrl/target/debug/deps/libfake_simd-035f3a3757c4bd70.rlib" "/home/james/jrl/target/debug/deps/libblock_buffer-781814d7d88a485a.rlib" "/home/james/jrl/target/debug/deps/libarrayref-f8f2457fb76ef914.rlib" "/home/james/jrl/target/debug/deps/libdigest-b1f0f6614283c72f.rlib" "/home/james/jrl/target/debug/deps/libgeneric_array-68e47c0e867b6343.rlib" "/home/james/jrl/target/debug/deps/libtypenum-aa1a40b91913ba20.rlib" "/home/james/jrl/target/debug/deps/libbyte_tools-53436b05d6022b31.rlib" "/home/james/jrl/target/debug/deps/libsha1-b465b2745ceb7447.rlib" "/home/james/jrl/target/debug/deps/liblog-c8a27f71f4c0a9cb.rlib" "/home/james/jrl/target/debug/deps/libcfg_if-47ec606b47781aef.rlib" "/home/james/jrl/target/debug/deps/libfnv-87c0678d23b6ff39.rlib" "/home/james/jrl/target/debug/deps/libbs58-2e10edfaa680b22d.rlib" "/home/james/jrl/target/debug/deps/libfutures-db51af41ff0ce8bd.rlib" "/home/james/jrl/target/debug/deps/libcrypto-704037af318d74d0.rlib" "/home/james/jrl/target/debug/deps/libtime-d2b8de8559428b68.rlib" "/home/james/jrl/target/debug/deps/librustc_serialize-85b4d31fea99a44d.rlib" "/home/james/jrl/target/debug/deps/librand-1654b2831be1226a.rlib" "/home/james/jrl/target/debug/deps/librand-6c16c5b5cba10d06.rlib" "/home/james/jrl/target/debug/deps/libbytes-b18cb236dca0b842.rlib" "/home/james/jrl/target/debug/deps/libiovec-e9b64e5bff5987ac.rlib" "/home/james/jrl/target/debug/deps/liblibc-1ee9f7fc66971101.rlib" "/home/james/jrl/target/debug/deps/libbyteorder-3c2c00f3938b2c24.rlib" "/home/james/jrl/target/debug/deps/libasn1_der-6a7beabe2fb5cf45.rlib" "/home/james/jrl/target/debug/deps/libetrace-ff0363b27669dabb.rlib" "-Wl,--start-group" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ddeed4efba8e9952.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-64fdd8cb496394f4.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-c95743172d75059e.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31299c91d2c83aff.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-69bc1309c092cf75.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fe9f3a54ed12576a.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7099554fc9d03051.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_unicode-1d3f662c8f15bd5c.rlib" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d4d9f8153cb8cf37.rlib" "-Wl,--end-group" "/home/james/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-306363b4241fd6ca.rlib" "-Wl,-Bdynamic" "-l" "util" "-l" "util" "-l" "dl" "-l" "rt" "-l" "pthread" "-l" "pthread" "-l" "gcc_s" "-l" "c" "-l" "m" "-l" "rt" "-l" "pthread" "-l" "util" "-l" "util"
= note: /home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring15.rcgu.o): In function `ring::ec::curve25519::ed25519::Ed25519KeyPair::from_seed_':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ed25519.rs:148: undefined reference to `GFp_curve25519_scalar_mask'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ed25519.rs:155: undefined reference to `GFp_x25519_ge_scalarmult_base'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring15.rcgu.o): In function `ring::ec::curve25519::ed25519::Ed25519KeyPair::sign':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ed25519.rs:191: undefined reference to `GFp_x25519_ge_scalarmult_base'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ed25519.rs:197: undefined reference to `GFp_x25519_sc_muladd'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring15.rcgu.o): In function `<ring::ec::curve25519::ed25519::EdDSAParameters as ring::signature::VerificationAlgorithm>::verify':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ed25519.rs:256: undefined reference to `GFp_ge_double_scalarmult_vartime'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring15.rcgu.o): In function `ring::ec::curve25519::ed25519::digest_scalar':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ed25519.rs:280: undefined reference to `GFp_x25519_sc_reduce'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring15.rcgu.o):(.data.rel.ro._ZN4ring6digest6SHA25617h92a0c4b7079bb06bE+0x20): undefined reference to `GFp_sha256_block_data_order'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring15.rcgu.o):(.data.rel.ro._ZN4ring6digest6SHA51217hda1cfdfa4c5c2875E+0x20): undefined reference to `GFp_sha512_block_data_order'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring2.rcgu.o): In function `ring::rand::sysrand_chunk::chunk':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rand.rs:(.text._ZN4ring4rand13sysrand_chunk5chunk17haefdfe78eea5a0c2E+0x32): undefined reference to `GFp_SYS_GETRANDOM'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::grow_by_one_bit':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1104: undefined reference to `GFp_bn_wexpand'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring8.rcgu.o): In function `ring::rsa::bigint::repr_c::BIGNUM::make_limbs':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1127: undefined reference to `GFp_bn_wexpand'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1140: undefined reference to `GFp_bn_correct_top'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring9.rcgu.o): In function `ring::constant_time::verify_slices_are_equal':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/constant_time.rs:28: undefined reference to `GFp_memcmp'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring9.rcgu.o): In function `ring::init::init_once::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/init.rs:22: undefined reference to `GFp_cpuid_setup'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `<ring::rsa::bigint::Modulus<M>>::new':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:263: undefined reference to `GFp_bn_neg_inv_mod_r_u64'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `<ring::rsa::bigint::Modulus<M>>::new':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:263: undefined reference to `GFp_bn_neg_inv_mod_r_u64'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `<ring::rsa::bigint::Modulus<M>>::new':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:263: undefined reference to `GFp_bn_neg_inv_mod_r_u64'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `<ring::rsa::bigint::Modulus<M>>::new':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:263: undefined reference to `GFp_bn_neg_inv_mod_r_u64'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_mul':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:375: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_mul':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:375: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_mul':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:375: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_mul':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:375: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_mul':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:375: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o):/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:375: more undefined references to `GFp_BN_mod_mul_mont' follow
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_reduced_':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:432: undefined reference to `GFp_BN_from_montgomery_word'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_reduced_':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:432: undefined reference to `GFp_BN_from_montgomery_word'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_reduced_':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:432: undefined reference to `GFp_BN_from_montgomery_word'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_squared':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:444: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_squared':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:444: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_squared':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:444: undefined reference to `GFp_BN_mod_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_add::{{closure}}::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:473: undefined reference to `LIMBS_add_mod'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_sub::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:491: undefined reference to `LIMBS_sub_mod_ex'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_sub::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:491: undefined reference to `LIMBS_sub_mod_ex'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::calculate_RR::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:556: undefined reference to `LIMBS_shl_mod'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_exp_consttime':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:653: undefined reference to `GFp_BN_mod_exp_mont_consttime'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::elem_exp_consttime':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:653: undefined reference to `GFp_BN_mod_exp_mont_consttime'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::nonnegative_mod_inverse::add_assign::{{closure}}::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:773: undefined reference to `LIMBS_add_assign'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::nonnegative_mod_inverse::sub_assign::{{closure}}::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:793: undefined reference to `LIMBS_sub_assign'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::nonnegative_mod_inverse::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:841: undefined reference to `LIMBS_sub_assign'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::nonnegative_mod_inverse::{{closure}}':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:859: undefined reference to `LIMBS_add_assign'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring0.rcgu.o): In function `ring::rsa::bigint::Nonnegative::try_clone':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/rsa/bigint.rs:1008: undefined reference to `GFp_BN_copy'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring1.rcgu.o): In function `ring::ec::curve25519::ops::ExtPoint::from_encoded_point_vartime':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ops.rs:63: undefined reference to `GFp_x25519_ge_frombytes_vartime'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring1.rcgu.o): In function `ring::ec::curve25519::ops::encode_point':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ops.rs:110: undefined reference to `GFp_fe_invert'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ops.rs:111: undefined reference to `GFp_fe_mul'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ops.rs:112: undefined reference to `GFp_fe_mul'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ops.rs:113: undefined reference to `GFp_fe_tobytes'
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/curve25519/ops.rs:114: undefined reference to `GFp_fe_isnegative'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring1.rcgu.o): In function `ring::limb::limbs_less_than_limbs_consttime':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/limb.rs:78: undefined reference to `LIMBS_less_than'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring1.rcgu.o): In function `ring::limb::limbs_are_zero_constant_time':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/limb.rs:88: undefined reference to `LIMBS_are_zero'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring1.rcgu.o): In function `ring::limb::limbs_reduce_once_constant_time':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/limb.rs:95: undefined reference to `LIMBS_reduce_once'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o): In function `ring::ec::suite_b::ops::p256::p256_point_mul_base_impl':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/suite_b/ops/p256.rs:124: undefined reference to `GFp_nistz256_point_mul_base'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o): In function `ring::ec::suite_b::ops::p384::GFp_p384_elem_sqr_mont':
/home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.12.1/src/ec/suite_b/ops/p384.rs:326: undefined reference to `GFp_p384_elem_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p25610COMMON_OPS17ha537d60f10170895E+0xf8): undefined reference to `GFp_nistz256_add'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p25610COMMON_OPS17ha537d60f10170895E+0x100): undefined reference to `GFp_nistz256_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p25610COMMON_OPS17ha537d60f10170895E+0x108): undefined reference to `GFp_nistz256_sqr_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p25610COMMON_OPS17ha537d60f10170895E+0x110): undefined reference to `GFp_nistz256_point_add'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p25615PRIVATE_KEY_OPS17h4d592495f02053bcE+0x18): undefined reference to `GFp_nistz256_point_mul'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38410COMMON_OPS17h8c192d57e35a80bcE+0xf8): undefined reference to `GFp_p384_elem_add'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38410COMMON_OPS17h8c192d57e35a80bcE+0x100): undefined reference to `GFp_p384_elem_mul_mont'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38410COMMON_OPS17h8c192d57e35a80bcE+0x110): undefined reference to `GFp_nistz384_point_add'
/home/james/jrl/target/debug/deps/libring-983c43c049413b20.rlib(ring-983c43c049413b20.ring10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38415PRIVATE_KEY_OPS17hfd96f2ae2ab51d9eE+0x18): undefined reference to `GFp_nistz384_point_mul'
collect2: error: ld returned 1 exit status
error: aborting due to previous error
error: Could not compile `libp2p-secio`.
warning: build failed, waiting for other jobs to finish...
warning: unused imports: `Arc`, `atomic`
--> kad/src/kad_server.rs:44:17
|
44 | use std::sync::{Arc, atomic};
| ^^^ ^^^^^^
|
= note: #[warn(unused_imports)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> kad/src/protocol.rs:35:39
|
35 | use tokio_io::{AsyncRead, AsyncWrite, codec::Framed};
| ^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec
--> kad/src/protocol.rs:150:68
|
150 | type KadStreamSink<S> = stream::AndThen<sink::With<stream::FromErr<Framed<S, VarintCodec<Vec<u8>>>, IoError>, KadMsg, fn(KadMsg) -> Result<Vec<u8>, IoError>, Result<Vec<u8>, IoError>>, fn(BytesMut) -> Result<KadMsg, IoError>, Result<KadMsg, IoError>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead
--> kad/src/protocol.rs:160:10
|
160 | .framed(VarintCodec::default())
| ^^^^^^
error: build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment