Oct 26 23:54:44.318 INFO checking natepisarski/amalgate against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:54:44.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 26 23:54:44.677 INFO blam! 2f1e024b7f1d98f232a9037f7c89a8a2e372dfb2dc91e216f8b67c9eb6b1fa77 Oct 26 23:54:44.687 INFO running `"docker" "start" "-a" "2f1e024b7f1d98f232a9037f7c89a8a2e372dfb2dc91e216f8b67c9eb6b1fa77"` Oct 26 23:54:45.823 INFO kablam! usermod: no changes Oct 26 23:54:45.895 INFO kablam! Checking amalgate v0.1.0 (/source) Oct 26 23:54:46.331 INFO kablam! warning: unused import: `std::clone::Clone` Oct 26 23:54:46.331 INFO kablam! --> src/line_reader/file_line.rs:1:5 Oct 26 23:54:46.331 INFO kablam! | Oct 26 23:54:46.331 INFO kablam! 1 | use std::clone::Clone; Oct 26 23:54:46.331 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 23:54:46.331 INFO kablam! | Oct 26 23:54:46.331 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:54:46.331 INFO kablam! Oct 26 23:54:46.495 INFO kablam! warning: unused import: `std::clone::Clone` Oct 26 23:54:46.495 INFO kablam! --> src/line_reader/file_line.rs:1:5 Oct 26 23:54:46.495 INFO kablam! | Oct 26 23:54:46.495 INFO kablam! 1 | use std::clone::Clone; Oct 26 23:54:46.495 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 23:54:46.495 INFO kablam! | Oct 26 23:54:46.495 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:54:46.495 INFO kablam! Oct 26 23:54:46.579 INFO kablam! warning: unused variable: `result_lines` Oct 26 23:54:46.579 INFO kablam! --> src/main.rs:12:9 Oct 26 23:54:46.579 INFO kablam! | Oct 26 23:54:46.579 INFO kablam! 12 | let result_lines = result.read(); Oct 26 23:54:46.579 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_result_lines` instead Oct 26 23:54:46.579 INFO kablam! | Oct 26 23:54:46.579 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:54:46.579 INFO kablam! Oct 26 23:54:46.591 INFO kablam! warning: variable `current_multiline_function` is assigned to, but never used Oct 26 23:54:46.591 INFO kablam! --> src/amalgate_functions/amalgate_reader.rs:150:17 Oct 26 23:54:46.591 INFO kablam! | Oct 26 23:54:46.591 INFO kablam! 150 | let mut current_multiline_function: Rc; Oct 26 23:54:46.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:54:46.591 INFO kablam! | Oct 26 23:54:46.591 INFO kablam! = note: consider using `_current_multiline_function` instead Oct 26 23:54:46.591 INFO kablam! Oct 26 23:54:46.591 INFO kablam! warning: value assigned to `current_multiline_function` is never read Oct 26 23:54:46.591 INFO kablam! --> src/amalgate_functions/amalgate_reader.rs:172:21 Oct 26 23:54:46.591 INFO kablam! | Oct 26 23:54:46.591 INFO kablam! 172 | current_multiline_function = self.get_multiline_function(¤t_multiline_name); Oct 26 23:54:46.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:54:46.591 INFO kablam! | Oct 26 23:54:46.591 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 23:54:46.591 INFO kablam! Oct 26 23:54:46.607 INFO kablam! warning: unused variable: `result_lines` Oct 26 23:54:46.607 INFO kablam! --> src/main.rs:12:9 Oct 26 23:54:46.607 INFO kablam! | Oct 26 23:54:46.607 INFO kablam! 12 | let result_lines = result.read(); Oct 26 23:54:46.607 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_result_lines` instead Oct 26 23:54:46.607 INFO kablam! | Oct 26 23:54:46.607 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:54:46.607 INFO kablam! Oct 26 23:54:46.611 INFO kablam! warning: variable `current_multiline_function` is assigned to, but never used Oct 26 23:54:46.611 INFO kablam! --> src/amalgate_functions/amalgate_reader.rs:150:17 Oct 26 23:54:46.611 INFO kablam! | Oct 26 23:54:46.611 INFO kablam! 150 | let mut current_multiline_function: Rc; Oct 26 23:54:46.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:54:46.611 INFO kablam! | Oct 26 23:54:46.611 INFO kablam! = note: consider using `_current_multiline_function` instead Oct 26 23:54:46.611 INFO kablam! Oct 26 23:54:46.611 INFO kablam! warning: value assigned to `current_multiline_function` is never read Oct 26 23:54:46.611 INFO kablam! --> src/amalgate_functions/amalgate_reader.rs:172:21 Oct 26 23:54:46.611 INFO kablam! | Oct 26 23:54:46.611 INFO kablam! 172 | current_multiline_function = self.get_multiline_function(¤t_multiline_name); Oct 26 23:54:46.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:54:46.611 INFO kablam! | Oct 26 23:54:46.611 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 23:54:46.611 INFO kablam! Oct 26 23:54:46.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 26 23:54:46.757 INFO kablam! su: No module specific data is present Oct 26 23:54:48.163 INFO running `"docker" "rm" "-f" "2f1e024b7f1d98f232a9037f7c89a8a2e372dfb2dc91e216f8b67c9eb6b1fa77"` Oct 26 23:54:48.559 INFO blam! 2f1e024b7f1d98f232a9037f7c89a8a2e372dfb2dc91e216f8b67c9eb6b1fa77