Oct 13 17:04:22.574 INFO checking cbor-codec-0.7.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:04:22.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 17:04:22.987 INFO blam! 075ca6590aa0e5f3089a224a56a375268da70b68a80490a1d99175e10e827094 Oct 13 17:04:22.990 INFO running `"docker" "start" "-a" "075ca6590aa0e5f3089a224a56a375268da70b68a80490a1d99175e10e827094"` Oct 13 17:04:24.122 INFO kablam! usermod: no changes Oct 13 17:04:24.188 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 17:04:24.189 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 17:04:24.189 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 17:04:24.190 INFO kablam! files will be included as a test target: Oct 13 17:04:24.190 INFO kablam! Oct 13 17:04:24.190 INFO kablam! * /source/tests/unit.rs Oct 13 17:04:24.190 INFO kablam! * /source/tests/util.rs Oct 13 17:04:24.191 INFO kablam! Oct 13 17:04:24.191 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 17:04:24.191 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 17:04:24.191 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 17:04:24.192 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 17:04:24.192 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 17:04:24.192 INFO kablam! Oct 13 17:04:24.193 INFO kablam! For more information on this warning you can consult Oct 13 17:04:24.193 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 17:04:24.297 INFO kablam! Checking json-codec v0.5.0 Oct 13 17:04:24.297 INFO kablam! Checking cbor-codec v0.7.1 (/source) Oct 13 17:04:24.305 INFO kablam! Compiling quickcheck_macros v0.7.0 Oct 13 17:04:41.348 INFO kablam! warning: function is never used: `as_u64` Oct 13 17:04:41.348 INFO kablam! --> tests/util.rs:23:1 Oct 13 17:04:41.348 INFO kablam! | Oct 13 17:04:41.348 INFO kablam! 23 | pub fn as_u64(x: &Value) -> Option { Oct 13 17:04:41.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:04:41.348 INFO kablam! | Oct 13 17:04:41.348 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:04:41.348 INFO kablam! Oct 13 17:04:41.348 INFO kablam! warning: function is never used: `as_i64` Oct 13 17:04:41.348 INFO kablam! --> tests/util.rs:37:1 Oct 13 17:04:41.348 INFO kablam! | Oct 13 17:04:41.348 INFO kablam! 37 | pub fn as_i64(x: &Value) -> Option { Oct 13 17:04:41.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:04:41.348 INFO kablam! Oct 13 17:04:45.504 INFO kablam! error[E0432]: unresolved import `cbor::random` Oct 13 17:04:45.504 INFO kablam! --> benches/lib.rs:13:11 Oct 13 17:04:45.504 INFO kablam! | Oct 13 17:04:45.504 INFO kablam! 13 | use cbor::random::gen_value; Oct 13 17:04:45.504 INFO kablam! | ^^^^^^ Could not find `random` in `cbor` Oct 13 17:04:45.504 INFO kablam! Oct 13 17:04:45.557 INFO kablam! warning: use of deprecated item 'rand::ChaChaRng::new_unseeded': use the FromEntropy or SeedableRng trait Oct 13 17:04:45.557 INFO kablam! --> benches/lib.rs:21:29 Oct 13 17:04:45.557 INFO kablam! | Oct 13 17:04:45.557 INFO kablam! 21 | let mut g = StdGen::new(ChaChaRng::new_unseeded(), 255); Oct 13 17:04:45.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:04:45.557 INFO kablam! | Oct 13 17:04:45.557 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:04:45.557 INFO kablam! Oct 13 17:04:45.620 INFO kablam! error: aborting due to previous error Oct 13 17:04:45.620 INFO kablam! Oct 13 17:04:45.620 INFO kablam! For more information about this error, try `rustc --explain E0432`. Oct 13 17:04:45.642 INFO kablam! error: Could not compile `cbor-codec`. Oct 13 17:04:45.642 INFO kablam! Oct 13 17:04:45.642 INFO kablam! To learn more, run the command again with --verbose. Oct 13 17:04:45.644 INFO kablam! su: No module specific data is present Oct 13 17:04:46.240 INFO running `"docker" "rm" "-f" "075ca6590aa0e5f3089a224a56a375268da70b68a80490a1d99175e10e827094"` Oct 13 17:04:46.480 INFO blam! 075ca6590aa0e5f3089a224a56a375268da70b68a80490a1d99175e10e827094