Oct 22 04:09:32.561 INFO checking cbor-codec-0.7.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:09:32.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:09:32.936 INFO blam! dc8d2503e67ff67bf69433c04687d6df5f8ebbb8dd4235e47051f400d7fcab52 Oct 22 04:09:32.941 INFO running `"docker" "start" "-a" "dc8d2503e67ff67bf69433c04687d6df5f8ebbb8dd4235e47051f400d7fcab52"` Oct 22 04:09:33.725 INFO kablam! usermod: no changes Oct 22 04:09:33.757 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 22 04:09:33.757 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 22 04:09:33.757 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 04:09:33.757 INFO kablam! files will be included as a test target: Oct 22 04:09:33.757 INFO kablam! Oct 22 04:09:33.757 INFO kablam! * /source/tests/unit.rs Oct 22 04:09:33.757 INFO kablam! * /source/tests/util.rs Oct 22 04:09:33.757 INFO kablam! Oct 22 04:09:33.758 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 04:09:33.758 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 22 04:09:33.758 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 22 04:09:33.758 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 04:09:33.758 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 04:09:33.758 INFO kablam! Oct 22 04:09:33.758 INFO kablam! For more information on this warning you can consult Oct 22 04:09:33.758 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 04:09:33.833 INFO kablam! Checking json-codec v0.5.0 Oct 22 04:09:33.833 INFO kablam! Checking cbor-codec v0.7.1 (/source) Oct 22 04:09:33.833 INFO kablam! Compiling env_logger v0.5.13 Oct 22 04:09:37.184 INFO kablam! Compiling quickcheck v0.7.1 Oct 22 04:09:40.812 INFO kablam! Compiling quickcheck_macros v0.7.0 Oct 22 04:09:49.956 INFO kablam! warning: function is never used: `as_u64` Oct 22 04:09:49.956 INFO kablam! --> tests/util.rs:23:1 Oct 22 04:09:49.956 INFO kablam! | Oct 22 04:09:49.956 INFO kablam! 23 | pub fn as_u64(x: &Value) -> Option { Oct 22 04:09:49.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:09:49.956 INFO kablam! | Oct 22 04:09:49.956 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:09:49.956 INFO kablam! Oct 22 04:09:49.956 INFO kablam! warning: function is never used: `as_i64` Oct 22 04:09:49.956 INFO kablam! --> tests/util.rs:37:1 Oct 22 04:09:49.956 INFO kablam! | Oct 22 04:09:49.956 INFO kablam! 37 | pub fn as_i64(x: &Value) -> Option { Oct 22 04:09:49.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:09:49.956 INFO kablam! Oct 22 04:09:53.792 INFO kablam! error[E0432]: unresolved import `cbor::random` Oct 22 04:09:53.792 INFO kablam! --> benches/lib.rs:13:11 Oct 22 04:09:53.792 INFO kablam! | Oct 22 04:09:53.792 INFO kablam! 13 | use cbor::random::gen_value; Oct 22 04:09:53.792 INFO kablam! | ^^^^^^ Could not find `random` in `cbor` Oct 22 04:09:53.792 INFO kablam! Oct 22 04:09:53.849 INFO kablam! warning: use of deprecated item 'rand::ChaChaRng::new_unseeded': use the FromEntropy or SeedableRng trait Oct 22 04:09:53.849 INFO kablam! --> benches/lib.rs:21:29 Oct 22 04:09:53.849 INFO kablam! | Oct 22 04:09:53.849 INFO kablam! 21 | let mut g = StdGen::new(ChaChaRng::new_unseeded(), 255); Oct 22 04:09:53.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:09:53.849 INFO kablam! | Oct 22 04:09:53.849 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:09:53.849 INFO kablam! Oct 22 04:09:53.905 INFO kablam! error: aborting due to previous error Oct 22 04:09:53.905 INFO kablam! Oct 22 04:09:53.905 INFO kablam! For more information about this error, try `rustc --explain E0432`. Oct 22 04:09:53.921 INFO kablam! error: Could not compile `cbor-codec`. Oct 22 04:09:53.921 INFO kablam! Oct 22 04:09:53.921 INFO kablam! To learn more, run the command again with --verbose. Oct 22 04:09:53.921 INFO kablam! su: No module specific data is present Oct 22 04:09:54.511 INFO running `"docker" "rm" "-f" "dc8d2503e67ff67bf69433c04687d6df5f8ebbb8dd4235e47051f400d7fcab52"` Oct 22 04:09:54.740 INFO blam! dc8d2503e67ff67bf69433c04687d6df5f8ebbb8dd4235e47051f400d7fcab52