Oct 22 03:43:00.921 INFO checking deflate-0.7.19 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:43:00.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 03:43:01.323 INFO blam! 6cf76a59c63ed02abf7efdf65ed90ffcfdb80a7644403049b80bbd1c20efad96 Oct 22 03:43:01.329 INFO running `"docker" "start" "-a" "6cf76a59c63ed02abf7efdf65ed90ffcfdb80a7644403049b80bbd1c20efad96"` Oct 22 03:43:02.728 INFO kablam! usermod: no changes Oct 22 03:43:02.820 INFO kablam! Checking deflate v0.7.19 (/source) Oct 22 03:43:04.044 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 03:43:04.044 INFO kablam! --> src/matching.rs:211:31 Oct 22 03:43:04.044 INFO kablam! | Oct 22 03:43:04.044 INFO kablam! 211 | let max_length = cmp::min((data.len() - position), MAX_MATCH); Oct 22 03:43:04.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 03:43:04.044 INFO kablam! | Oct 22 03:43:04.044 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 03:43:04.044 INFO kablam! Oct 22 03:43:05.244 INFO kablam! error[E0599]: no associated item named `Default` found for type `flate2::Compression` in the current scope Oct 22 03:43:05.244 INFO kablam! --> benches/bench.rs:79:35 Oct 22 03:43:05.244 INFO kablam! | Oct 22 03:43:05.244 INFO kablam! 79 | deflate_bytes_flate2_zlib(Compression::Default, &test_data) Oct 22 03:43:05.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 22 03:43:05.244 INFO kablam! Oct 22 03:43:05.244 INFO kablam! error[E0599]: no associated item named `Best` found for type `flate2::Compression` in the current scope Oct 22 03:43:05.244 INFO kablam! --> benches/bench.rs:86:41 Oct 22 03:43:05.244 INFO kablam! | Oct 22 03:43:05.244 INFO kablam! 86 | b.iter(|| deflate_bytes_flate2_zlib(Compression::Best, &test_data)); Oct 22 03:43:05.244 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 22 03:43:05.244 INFO kablam! | Oct 22 03:43:05.244 INFO kablam! = help: did you mean `best`? Oct 22 03:43:05.244 INFO kablam! Oct 22 03:43:05.247 INFO kablam! error[E0599]: no associated item named `Fast` found for type `flate2::Compression` in the current scope Oct 22 03:43:05.247 INFO kablam! --> benches/bench.rs:92:41 Oct 22 03:43:05.247 INFO kablam! | Oct 22 03:43:05.248 INFO kablam! 92 | b.iter(|| deflate_bytes_flate2_zlib(Compression::Fast, &test_data)); Oct 22 03:43:05.248 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 22 03:43:05.248 INFO kablam! | Oct 22 03:43:05.249 INFO kablam! = help: did you mean `fast`? Oct 22 03:43:05.252 INFO kablam! Oct 22 03:43:05.252 INFO kablam! error[E0599]: no associated item named `Fast` found for type `flate2::Compression` in the current scope Oct 22 03:43:05.253 INFO kablam! --> benches/bench.rs:116:52 Oct 22 03:43:05.253 INFO kablam! | Oct 22 03:43:05.253 INFO kablam! 116 | b.iter(|| write::DeflateEncoder::new(Dummy {}, Compression::Fast)); Oct 22 03:43:05.253 INFO kablam! | ^^^^^^^^^^^^^^^^^ associated item not found in `flate2::Compression` Oct 22 03:43:05.253 INFO kablam! | Oct 22 03:43:05.253 INFO kablam! = help: did you mean `fast`? Oct 22 03:43:05.254 INFO kablam! Oct 22 03:43:05.260 INFO kablam! error: aborting due to 4 previous errors Oct 22 03:43:05.260 INFO kablam! Oct 22 03:43:05.260 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 22 03:43:05.264 INFO kablam! error: Could not compile `deflate`. Oct 22 03:43:05.265 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 03:43:05.508 INFO kablam! warning: unused comparison that must be used Oct 22 03:43:05.508 INFO kablam! --> src/output_writer.rs:147:13 Oct 22 03:43:05.508 INFO kablam! | Oct 22 03:43:05.508 INFO kablam! 147 | get_length_code(i) < w.frequencies.len(); Oct 22 03:43:05.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:43:05.508 INFO kablam! | Oct 22 03:43:05.508 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:43:05.508 INFO kablam! Oct 22 03:43:05.508 INFO kablam! warning: unused comparison that must be used Oct 22 03:43:05.508 INFO kablam! --> src/output_writer.rs:151:13 Oct 22 03:43:05.508 INFO kablam! | Oct 22 03:43:05.508 INFO kablam! 151 | get_distance_code(i) < w.distance_frequencies.len() as u8; Oct 22 03:43:05.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:43:05.508 INFO kablam! Oct 22 03:43:05.576 INFO kablam! error: build failed Oct 22 03:43:05.576 INFO kablam! su: No module specific data is present Oct 22 03:43:05.864 INFO running `"docker" "rm" "-f" "6cf76a59c63ed02abf7efdf65ed90ffcfdb80a7644403049b80bbd1c20efad96"` Oct 22 03:43:05.996 INFO blam! 6cf76a59c63ed02abf7efdf65ed90ffcfdb80a7644403049b80bbd1c20efad96