[INFO] fetching crate libp2p-noise 0.9.0... [INFO] extracting crate libp2p-noise 0.9.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/libp2p-noise/0.9.0 [INFO] extracting crate libp2p-noise 0.9.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/libp2p-noise/0.9.0 [INFO] validating manifest of libp2p-noise-0.9.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of libp2p-noise-0.9.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing libp2p-noise-0.9.0 [INFO] finished frobbing libp2p-noise-0.9.0 [INFO] frobbed toml for libp2p-noise-0.9.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/libp2p-noise/0.9.0/Cargo.toml [INFO] started frobbing libp2p-noise-0.9.0 [INFO] finished frobbing libp2p-noise-0.9.0 [INFO] frobbed toml for libp2p-noise-0.9.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/libp2p-noise/0.9.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing libp2p-noise-0.9.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/libp2p-noise/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 6a5973c727c558ee2ceaa15043cfb46b12710912bc17eefeb2772101f83376ec [INFO] running `"docker" "start" "-a" "6a5973c727c558ee2ceaa15043cfb46b12710912bc17eefeb2772101f83376ec"` [INFO] [stderr] Compiling static_slice v0.0.3 [INFO] [stderr] Compiling snow v0.5.2 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling curve25519-dalek v1.2.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling rw-stream-sink v0.1.2 [INFO] [stderr] Compiling unsigned-varint v0.2.2 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Compiling x25519-dalek v0.5.2 [INFO] [stderr] Compiling parity-multihash v0.1.3 [INFO] [stderr] Compiling multistream-select v0.4.0 [INFO] [stderr] Compiling parity-multiaddr v0.5.0 [INFO] [stderr] Compiling libp2p-core v0.11.0 [INFO] [stderr] Compiling libp2p-noise v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:153:26 [INFO] [stderr] | [INFO] [stderr] 153 | fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:154:18 [INFO] [stderr] | [INFO] [stderr] 154 | self as &::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:156:38 [INFO] [stderr] | [INFO] [stderr] 156 | fn as_any_mut(&mut self) -> &mut ::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:157:22 [INFO] [stderr] | [INFO] [stderr] 157 | self as &mut ::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:159:55 [INFO] [stderr] | [INFO] [stderr] 159 | fn into_any(self: Box) -> ::std::boxed::Box<::std::any::Any> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.46s [INFO] running `"docker" "inspect" "6a5973c727c558ee2ceaa15043cfb46b12710912bc17eefeb2772101f83376ec"` [INFO] running `"docker" "rm" "-f" "6a5973c727c558ee2ceaa15043cfb46b12710912bc17eefeb2772101f83376ec"` [INFO] [stdout] 6a5973c727c558ee2ceaa15043cfb46b12710912bc17eefeb2772101f83376ec [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/libp2p-noise/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 4903a506bf93c61e784d6cc20cd9ea122a0e8065d2af71176404f7fbc604f916 [INFO] running `"docker" "start" "-a" "4903a506bf93c61e784d6cc20cd9ea122a0e8065d2af71176404f7fbc604f916"` [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling ipnet v2.0.0 [INFO] [stderr] Compiling libsodium-sys v0.2.2 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling quickcheck v0.8.5 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tk-listen v0.2.1 [INFO] [stderr] Compiling libp2p-tcp v0.11.0 [INFO] [stderr] Compiling sodiumoxide v0.2.2 [INFO] [stderr] Compiling libp2p-noise v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:153:26 [INFO] [stderr] | [INFO] [stderr] 153 | fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:154:18 [INFO] [stderr] | [INFO] [stderr] 154 | self as &::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:156:38 [INFO] [stderr] | [INFO] [stderr] 156 | fn as_any_mut(&mut self) -> &mut ::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:157:22 [INFO] [stderr] | [INFO] [stderr] 157 | self as &mut ::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/handshake/payload.rs:159:55 [INFO] [stderr] | [INFO] [stderr] 159 | fn into_any(self: Box) -> ::std::boxed::Box<::std::any::Any> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 32s [INFO] running `"docker" "inspect" "4903a506bf93c61e784d6cc20cd9ea122a0e8065d2af71176404f7fbc604f916"` [INFO] running `"docker" "rm" "-f" "4903a506bf93c61e784d6cc20cd9ea122a0e8065d2af71176404f7fbc604f916"` [INFO] [stdout] 4903a506bf93c61e784d6cc20cd9ea122a0e8065d2af71176404f7fbc604f916 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/libp2p-noise/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 0529f22588a749c0ebffa861dd21801d415fa9d2afaeb68aeeb525c319a7d126 [INFO] running `"docker" "start" "-a" "0529f22588a749c0ebffa861dd21801d415fa9d2afaeb68aeeb525c319a7d126"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/crater/target/debug/deps/libp2p_noise-eab486c887d9f54c [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test protocol::x25519::tests::prop_public_ed25519_to_x25519_matches ... ok [INFO] [stdout] test protocol::x25519::tests::prop_ed25519_to_x25519_matches_libsodium ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/smoke-bab0ea4b4ee4995a [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test ix ... ok [INFO] [stdout] test xx ... ok [INFO] [stdout] test ik_xx ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests libp2p-noise [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 38) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0529f22588a749c0ebffa861dd21801d415fa9d2afaeb68aeeb525c319a7d126"` [INFO] running `"docker" "rm" "-f" "0529f22588a749c0ebffa861dd21801d415fa9d2afaeb68aeeb525c319a7d126"` [INFO] [stdout] 0529f22588a749c0ebffa861dd21801d415fa9d2afaeb68aeeb525c319a7d126