Dec 18 17:43:49.739 INFO checking cbor-codec-0.7.1 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 17:43:49.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/cbor-codec/0.7.1:/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 17:43:49.928 INFO [stdout] c1d9f73d85b39b9613e8e2f3cceea99f180da3fdd6ce261925496acb72ddfaed Dec 18 17:43:49.930 INFO running `"docker" "start" "-a" "c1d9f73d85b39b9613e8e2f3cceea99f180da3fdd6ce261925496acb72ddfaed"` Dec 18 17:43:50.656 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 18 17:43:50.656 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 18 17:43:50.656 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 18 17:43:50.656 INFO [stderr] files will be included as a test target: Dec 18 17:43:50.656 INFO [stderr] Dec 18 17:43:50.656 INFO [stderr] * /opt/crater/workdir/tests/unit.rs Dec 18 17:43:50.656 INFO [stderr] * /opt/crater/workdir/tests/util.rs Dec 18 17:43:50.656 INFO [stderr] Dec 18 17:43:50.656 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 18 17:43:50.656 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 18 17:43:50.656 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 18 17:43:50.656 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 18 17:43:50.656 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 18 17:43:50.656 INFO [stderr] Dec 18 17:43:50.656 INFO [stderr] For more information on this warning you can consult Dec 18 17:43:50.656 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 18 17:43:50.840 INFO [stderr] Checking json-codec v0.5.0 Dec 18 17:43:50.842 INFO [stderr] Checking cbor-codec v0.7.1 (/opt/crater/workdir) Dec 18 17:43:50.843 INFO [stderr] Compiling env_logger v0.5.13 Dec 18 17:43:53.380 INFO [stderr] Compiling quickcheck v0.7.2 Dec 18 17:43:55.632 INFO [stderr] Compiling quickcheck_macros v0.7.0 Dec 18 17:44:00.236 INFO [stderr] error[E0432]: unresolved import `cbor::random` Dec 18 17:44:00.236 INFO [stderr] --> benches/lib.rs:13:11 Dec 18 17:44:00.236 INFO [stderr] | Dec 18 17:44:00.236 INFO [stderr] 13 | use cbor::random::gen_value; Dec 18 17:44:00.236 INFO [stderr] | ^^^^^^ could not find `random` in `cbor` Dec 18 17:44:00.236 INFO [stderr] Dec 18 17:44:00.266 INFO [stderr] warning: use of deprecated item 'rand::ChaChaRng': import from rand_chacha crate instead Dec 18 17:44:00.266 INFO [stderr] --> benches/lib.rs:16:5 Dec 18 17:44:00.266 INFO [stderr] | Dec 18 17:44:00.266 INFO [stderr] 16 | use rand::chacha::ChaChaRng; Dec 18 17:44:00.266 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 17:44:00.271 INFO [stderr] | Dec 18 17:44:00.271 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 17:44:00.271 INFO [stderr] Dec 18 17:44:00.271 INFO [stderr] warning: use of deprecated item 'rand::ChaChaRng': import from rand_chacha crate instead Dec 18 17:44:00.271 INFO [stderr] --> benches/lib.rs:21:29 Dec 18 17:44:00.271 INFO [stderr] | Dec 18 17:44:00.271 INFO [stderr] 21 | let mut g = StdGen::new(ChaChaRng::new_unseeded(), 255); Dec 18 17:44:00.271 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 17:44:00.276 INFO [stderr] Dec 18 17:44:00.480 INFO [stderr] error[E0599]: no function or associated item named `new_unseeded` found for type `rand::ChaChaRng` in the current scope Dec 18 17:44:00.480 INFO [stderr] --> benches/lib.rs:21:29 Dec 18 17:44:00.480 INFO [stderr] | Dec 18 17:44:00.480 INFO [stderr] 21 | let mut g = StdGen::new(ChaChaRng::new_unseeded(), 255); Dec 18 17:44:00.480 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `rand::ChaChaRng` Dec 18 17:44:00.480 INFO [stderr] Dec 18 17:44:00.524 INFO [stderr] error: aborting due to 2 previous errors Dec 18 17:44:00.524 INFO [stderr] Dec 18 17:44:00.524 INFO [stderr] Some errors occurred: E0432, E0599. Dec 18 17:44:00.524 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 18 17:44:00.536 INFO [stderr] error: Could not compile `cbor-codec`. Dec 18 17:44:00.540 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 17:44:00.628 INFO [stderr] warning: function is never used: `as_u64` Dec 18 17:44:00.628 INFO [stderr] --> tests/util.rs:23:1 Dec 18 17:44:00.628 INFO [stderr] | Dec 18 17:44:00.628 INFO [stderr] 23 | pub fn as_u64(x: &Value) -> Option { Dec 18 17:44:00.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 17:44:00.628 INFO [stderr] | Dec 18 17:44:00.628 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 18 17:44:00.628 INFO [stderr] Dec 18 17:44:00.628 INFO [stderr] warning: function is never used: `as_i64` Dec 18 17:44:00.628 INFO [stderr] --> tests/util.rs:37:1 Dec 18 17:44:00.628 INFO [stderr] | Dec 18 17:44:00.628 INFO [stderr] 37 | pub fn as_i64(x: &Value) -> Option { Dec 18 17:44:00.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 17:44:00.628 INFO [stderr] Dec 18 17:44:01.376 INFO [stderr] error: build failed Dec 18 17:44:01.876 INFO running `"docker" "inspect" "c1d9f73d85b39b9613e8e2f3cceea99f180da3fdd6ce261925496acb72ddfaed"` Dec 18 17:44:02.006 INFO running `"docker" "rm" "-f" "c1d9f73d85b39b9613e8e2f3cceea99f180da3fdd6ce261925496acb72ddfaed"` Dec 18 17:44:02.196 INFO [stdout] c1d9f73d85b39b9613e8e2f3cceea99f180da3fdd6ce261925496acb72ddfaed