[INFO] crate coreos-metadata 3.0.2 is already in cache [INFO] extracting crate coreos-metadata 3.0.2 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/coreos-metadata/3.0.2 [INFO] extracting crate coreos-metadata 3.0.2 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/coreos-metadata/3.0.2 [INFO] validating manifest of coreos-metadata-3.0.2 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coreos-metadata-3.0.2 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coreos-metadata-3.0.2 [INFO] finished frobbing coreos-metadata-3.0.2 [INFO] frobbed toml for coreos-metadata-3.0.2 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/coreos-metadata/3.0.2/Cargo.toml [INFO] started frobbing coreos-metadata-3.0.2 [INFO] finished frobbing coreos-metadata-3.0.2 [INFO] frobbed toml for coreos-metadata-3.0.2 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/coreos-metadata/3.0.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing coreos-metadata-3.0.2 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/coreos-metadata/3.0.2:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 695a950e274e0a66fc158aa368cdde76ed94f87426eb4eeee664e09ad6dece2d [INFO] running `"docker" "start" "-a" "695a950e274e0a66fc158aa368cdde76ed94f87426eb4eeee664e09ad6dece2d"` [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Compiling openssh-keys v0.3.0 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling update-ssh-keys v0.3.0 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling slog-scope v4.1.1 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling coreos-metadata v3.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain!{ [INFO] [stderr] 16 | | links { [INFO] [stderr] 17 | | PublicKey(::openssh_keys::errors::Error, ::openssh_keys::errors::ErrorKind); [INFO] [stderr] 18 | | AuthorizedKeys(::update_ssh_keys::errors::Error, ::update_ssh_keys::errors::ErrorKind); [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain!{ [INFO] [stderr] 16 | | links { [INFO] [stderr] 17 | | PublicKey(::openssh_keys::errors::Error, ::openssh_keys::errors::ErrorKind); [INFO] [stderr] 18 | | AuthorizedKeys(::update_ssh_keys::errors::Error, ::update_ssh_keys::errors::ErrorKind); [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.03s [INFO] running `"docker" "inspect" "695a950e274e0a66fc158aa368cdde76ed94f87426eb4eeee664e09ad6dece2d"` [INFO] running `"docker" "rm" "-f" "695a950e274e0a66fc158aa368cdde76ed94f87426eb4eeee664e09ad6dece2d"` [INFO] [stdout] 695a950e274e0a66fc158aa368cdde76ed94f87426eb4eeee664e09ad6dece2d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/coreos-metadata/3.0.2:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 37eab2e1f11fe6cb181783627a70c09b8c4cd3e6b146a48f2a583641bcde7723 [INFO] running `"docker" "start" "-a" "37eab2e1f11fe6cb181783627a70c09b8c4cd3e6b146a48f2a583641bcde7723"` [INFO] [stderr] Compiling http-muncher v0.3.2 [INFO] [stderr] Compiling mockito v0.9.1 [INFO] [stderr] Compiling coreos-metadata v3.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain!{ [INFO] [stderr] 16 | | links { [INFO] [stderr] 17 | | PublicKey(::openssh_keys::errors::Error, ::openssh_keys::errors::ErrorKind); [INFO] [stderr] 18 | | AuthorizedKeys(::update_ssh_keys::errors::Error, ::update_ssh_keys::errors::ErrorKind); [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain!{ [INFO] [stderr] 16 | | links { [INFO] [stderr] 17 | | PublicKey(::openssh_keys::errors::Error, ::openssh_keys::errors::ErrorKind); [INFO] [stderr] 18 | | AuthorizedKeys(::update_ssh_keys::errors::Error, ::update_ssh_keys::errors::ErrorKind); [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.14s [INFO] running `"docker" "inspect" "37eab2e1f11fe6cb181783627a70c09b8c4cd3e6b146a48f2a583641bcde7723"` [INFO] running `"docker" "rm" "-f" "37eab2e1f11fe6cb181783627a70c09b8c4cd3e6b146a48f2a583641bcde7723"` [INFO] [stdout] 37eab2e1f11fe6cb181783627a70c09b8c4cd3e6b146a48f2a583641bcde7723 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/coreos-metadata/3.0.2:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 0b1377ef8dda0206b0cf6ad2e9609942b419084c154a75523127278c44fd8d98 [INFO] running `"docker" "start" "-a" "0b1377ef8dda0206b0cf6ad2e9609942b419084c154a75523127278c44fd8d98"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running /opt/crater/target/debug/deps/coreos_metadata-9174a00b75ca12fd [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test network::tests::mac_addr_display ... ok [INFO] [stdout] test network::tests::interface_unit_name ... ok [INFO] [stdout] test network::tests::device_unit_name ... ok [INFO] [stdout] test util::cmdline::tests::test_find_flag ... ok [INFO] [stdout] test network::tests::device_config ... ok [INFO] [stdout] test network::tests::interface_config ... ok [INFO] [stdout] test util::tests::key_lookup_test ... ok [INFO] [stdout] test providers::ec2::mock_tests::test_ec2_basic ... ok [INFO] [stdout] test network::tests::interface_unit_name_no_name_no_mac ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0b1377ef8dda0206b0cf6ad2e9609942b419084c154a75523127278c44fd8d98"` [INFO] running `"docker" "rm" "-f" "0b1377ef8dda0206b0cf6ad2e9609942b419084c154a75523127278c44fd8d98"` [INFO] [stdout] 0b1377ef8dda0206b0cf6ad2e9609942b419084c154a75523127278c44fd8d98