Oct 13 16:13:06.796 INFO checking deflate-0.7.19 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 16:13:06.796 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 16:13:06.984 INFO blam! 6f842daa1d193a69e3ed376b56819f2f8f018c6ade9edca9077fbc2f45af54ce Oct 13 16:13:06.992 INFO running `"docker" "start" "-a" "6f842daa1d193a69e3ed376b56819f2f8f018c6ade9edca9077fbc2f45af54ce"` Oct 13 16:13:07.432 INFO kablam! usermod: no changes Oct 13 16:13:07.472 INFO kablam! Checking deflate v0.7.19 (/source) Oct 13 16:13:09.168 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 16:13:09.168 INFO kablam! --> src/matching.rs:211:31 Oct 13 16:13:09.168 INFO kablam! | Oct 13 16:13:09.168 INFO kablam! 211 | let max_length = cmp::min((data.len() - position), MAX_MATCH); Oct 13 16:13:09.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 16:13:09.168 INFO kablam! | Oct 13 16:13:09.168 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 16:13:09.168 INFO kablam! Oct 13 16:13:10.664 INFO kablam! error[E0599]: no associated item named `Default` found for type `flate2::Compression` in the current scope Oct 13 16:13:10.664 INFO kablam! --> benches/bench.rs:79:35 Oct 13 16:13:10.664 INFO kablam! | Oct 13 16:13:10.664 INFO kablam! 79 | deflate_bytes_flate2_zlib(Compression::Default, &test_data) Oct 13 16:13:10.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 13 16:13:10.664 INFO kablam! Oct 13 16:13:10.667 INFO kablam! error[E0599]: no associated item named `Best` found for type `flate2::Compression` in the current scope Oct 13 16:13:10.667 INFO kablam! --> benches/bench.rs:86:41 Oct 13 16:13:10.667 INFO kablam! | Oct 13 16:13:10.667 INFO kablam! 86 | b.iter(|| deflate_bytes_flate2_zlib(Compression::Best, &test_data)); Oct 13 16:13:10.667 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 13 16:13:10.667 INFO kablam! | Oct 13 16:13:10.667 INFO kablam! = help: did you mean `best`? Oct 13 16:13:10.667 INFO kablam! Oct 13 16:13:10.676 INFO kablam! error[E0599]: no associated item named `Fast` found for type `flate2::Compression` in the current scope Oct 13 16:13:10.676 INFO kablam! --> benches/bench.rs:92:41 Oct 13 16:13:10.676 INFO kablam! | Oct 13 16:13:10.676 INFO kablam! 92 | b.iter(|| deflate_bytes_flate2_zlib(Compression::Fast, &test_data)); Oct 13 16:13:10.676 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 13 16:13:10.676 INFO kablam! | Oct 13 16:13:10.676 INFO kablam! = help: did you mean `fast`? Oct 13 16:13:10.676 INFO kablam! Oct 13 16:13:10.676 INFO kablam! error[E0599]: no associated item named `Fast` found for type `flate2::Compression` in the current scope Oct 13 16:13:10.676 INFO kablam! --> benches/bench.rs:116:52 Oct 13 16:13:10.676 INFO kablam! | Oct 13 16:13:10.676 INFO kablam! 116 | b.iter(|| write::DeflateEncoder::new(Dummy {}, Compression::Fast)); Oct 13 16:13:10.676 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 13 16:13:10.676 INFO kablam! | Oct 13 16:13:10.676 INFO kablam! = help: did you mean `fast`? Oct 13 16:13:10.676 INFO kablam! Oct 13 16:13:10.676 INFO kablam! error: aborting due to 4 previous errors Oct 13 16:13:10.676 INFO kablam! Oct 13 16:13:10.676 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 13 16:13:10.680 INFO kablam! error: Could not compile `deflate`. Oct 13 16:13:10.680 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 16:13:11.282 INFO kablam! warning: unused comparison which must be used Oct 13 16:13:11.282 INFO kablam! --> src/output_writer.rs:147:13 Oct 13 16:13:11.282 INFO kablam! | Oct 13 16:13:11.282 INFO kablam! 147 | get_length_code(i) < w.frequencies.len(); Oct 13 16:13:11.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:13:11.282 INFO kablam! | Oct 13 16:13:11.282 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 16:13:11.282 INFO kablam! Oct 13 16:13:11.282 INFO kablam! warning: unused comparison which must be used Oct 13 16:13:11.282 INFO kablam! --> src/output_writer.rs:151:13 Oct 13 16:13:11.282 INFO kablam! | Oct 13 16:13:11.282 INFO kablam! 151 | get_distance_code(i) < w.distance_frequencies.len() as u8; Oct 13 16:13:11.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:13:11.282 INFO kablam! Oct 13 16:13:11.346 INFO kablam! error: build failed Oct 13 16:13:11.346 INFO kablam! su: No module specific data is present Oct 13 16:13:11.678 INFO running `"docker" "rm" "-f" "6f842daa1d193a69e3ed376b56819f2f8f018c6ade9edca9077fbc2f45af54ce"` Oct 13 16:13:11.766 INFO blam! 6f842daa1d193a69e3ed376b56819f2f8f018c6ade9edca9077fbc2f45af54ce