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