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