Oct 27 23:17:38.675 INFO checking deflate-0.7.19 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:17:38.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 27 23:17:39.167 INFO blam! ae478905c425c10d11ada0e36371c66c16990c450a7239243727dc69f19d1e1a Oct 27 23:17:39.176 INFO running `"docker" "start" "-a" "ae478905c425c10d11ada0e36371c66c16990c450a7239243727dc69f19d1e1a"` Oct 27 23:17:40.576 INFO kablam! usermod: no changes Oct 27 23:17:40.675 INFO kablam! Checking deflate v0.7.19 (/source) Oct 27 23:17:42.309 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 23:17:42.309 INFO kablam! --> src/matching.rs:211:31 Oct 27 23:17:42.309 INFO kablam! | Oct 27 23:17:42.310 INFO kablam! 211 | let max_length = cmp::min((data.len() - position), MAX_MATCH); Oct 27 23:17:42.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 23:17:42.310 INFO kablam! | Oct 27 23:17:42.311 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 23:17:42.311 INFO kablam! Oct 27 23:17:44.379 INFO kablam! warning: unused comparison that must be used Oct 27 23:17:44.379 INFO kablam! --> src/output_writer.rs:147:13 Oct 27 23:17:44.379 INFO kablam! | Oct 27 23:17:44.379 INFO kablam! 147 | get_length_code(i) < w.frequencies.len(); Oct 27 23:17:44.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:17:44.379 INFO kablam! | Oct 27 23:17:44.379 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 23:17:44.379 INFO kablam! Oct 27 23:17:44.379 INFO kablam! warning: unused comparison that must be used Oct 27 23:17:44.379 INFO kablam! --> src/output_writer.rs:151:13 Oct 27 23:17:44.379 INFO kablam! | Oct 27 23:17:44.379 INFO kablam! 151 | get_distance_code(i) < w.distance_frequencies.len() as u8; Oct 27 23:17:44.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:17:44.379 INFO kablam! Oct 27 23:17:44.531 INFO kablam! error[E0599]: no associated item named `Default` found for type `flate2::Compression` in the current scope Oct 27 23:17:44.531 INFO kablam! --> benches/bench.rs:79:35 Oct 27 23:17:44.531 INFO kablam! | Oct 27 23:17:44.531 INFO kablam! 79 | deflate_bytes_flate2_zlib(Compression::Default, &test_data) Oct 27 23:17:44.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 27 23:17:44.531 INFO kablam! Oct 27 23:17:44.535 INFO kablam! error[E0599]: no associated item named `Best` found for type `flate2::Compression` in the current scope Oct 27 23:17:44.535 INFO kablam! --> benches/bench.rs:86:41 Oct 27 23:17:44.535 INFO kablam! | Oct 27 23:17:44.535 INFO kablam! 86 | b.iter(|| deflate_bytes_flate2_zlib(Compression::Best, &test_data)); Oct 27 23:17:44.535 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 27 23:17:44.535 INFO kablam! | Oct 27 23:17:44.535 INFO kablam! = help: did you mean `best`? Oct 27 23:17:44.535 INFO kablam! Oct 27 23:17:44.539 INFO kablam! error[E0599]: no associated item named `Fast` found for type `flate2::Compression` in the current scope Oct 27 23:17:44.539 INFO kablam! --> benches/bench.rs:92:41 Oct 27 23:17:44.539 INFO kablam! | Oct 27 23:17:44.539 INFO kablam! 92 | b.iter(|| deflate_bytes_flate2_zlib(Compression::Fast, &test_data)); Oct 27 23:17:44.539 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 27 23:17:44.539 INFO kablam! | Oct 27 23:17:44.539 INFO kablam! = help: did you mean `fast`? Oct 27 23:17:44.539 INFO kablam! Oct 27 23:17:44.543 INFO kablam! error[E0599]: no associated item named `Fast` found for type `flate2::Compression` in the current scope Oct 27 23:17:44.543 INFO kablam! --> benches/bench.rs:116:52 Oct 27 23:17:44.543 INFO kablam! | Oct 27 23:17:44.543 INFO kablam! 116 | b.iter(|| write::DeflateEncoder::new(Dummy {}, Compression::Fast)); Oct 27 23:17:44.543 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 27 23:17:44.543 INFO kablam! | Oct 27 23:17:44.543 INFO kablam! = help: did you mean `fast`? Oct 27 23:17:44.543 INFO kablam! Oct 27 23:17:44.551 INFO kablam! error: aborting due to 4 previous errors Oct 27 23:17:44.552 INFO kablam! Oct 27 23:17:44.552 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 27 23:17:44.552 INFO kablam! error: Could not compile `deflate`. Oct 27 23:17:44.552 INFO kablam! Oct 27 23:17:44.552 INFO kablam! To learn more, run the command again with --verbose. Oct 27 23:17:44.552 INFO kablam! su: No module specific data is present Oct 27 23:17:45.155 INFO running `"docker" "rm" "-f" "ae478905c425c10d11ada0e36371c66c16990c450a7239243727dc69f19d1e1a"` Oct 27 23:17:45.347 INFO blam! ae478905c425c10d11ada0e36371c66c16990c450a7239243727dc69f19d1e1a