Oct 27 11:27:05.345 INFO checking ImMax/linker against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:27:05.346 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 27 11:27:05.948 INFO blam! e844b0352688c07bae3b92e84e82bb66578f0355d33128365532abf02fb53e4b Oct 27 11:27:05.950 INFO running `"docker" "start" "-a" "e844b0352688c07bae3b92e84e82bb66578f0355d33128365532abf02fb53e4b"` Oct 27 11:27:08.010 INFO kablam! usermod: no changes Oct 27 11:27:08.065 INFO kablam! Checking linker v0.1.0 (/source) Oct 27 11:27:09.135 INFO kablam! warning: unused import: `super::obj_file::*` Oct 27 11:27:09.135 INFO kablam! --> src/parser.rs:6:5 Oct 27 11:27:09.135 INFO kablam! | Oct 27 11:27:09.135 INFO kablam! 6 | use super::obj_file::*; Oct 27 11:27:09.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.155 INFO kablam! | Oct 27 11:27:09.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:09.155 INFO kablam! Oct 27 11:27:09.155 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:27:09.155 INFO kablam! --> src/obj_file.rs:65:16 Oct 27 11:27:09.155 INFO kablam! | Oct 27 11:27:09.155 INFO kablam! 65 | if (sym.sym_type == "*ABS*") { Oct 27 11:27:09.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:27:09.155 INFO kablam! | Oct 27 11:27:09.155 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:27:09.155 INFO kablam! Oct 27 11:27:09.283 INFO kablam! warning: unused import: `super::obj_file::*` Oct 27 11:27:09.286 INFO kablam! --> src/parser.rs:6:5 Oct 27 11:27:09.287 INFO kablam! | Oct 27 11:27:09.287 INFO kablam! 6 | use super::obj_file::*; Oct 27 11:27:09.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.287 INFO kablam! | Oct 27 11:27:09.287 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:09.287 INFO kablam! Oct 27 11:27:09.287 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 11:27:09.287 INFO kablam! --> src/obj_file.rs:65:16 Oct 27 11:27:09.287 INFO kablam! | Oct 27 11:27:09.287 INFO kablam! 65 | if (sym.sym_type == "*ABS*") { Oct 27 11:27:09.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:27:09.287 INFO kablam! | Oct 27 11:27:09.287 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:27:09.287 INFO kablam! Oct 27 11:27:09.488 INFO kablam! warning: constant item is never used: `MAGIC_LINE` Oct 27 11:27:09.488 INFO kablam! --> src/parser.rs:15:1 Oct 27 11:27:09.488 INFO kablam! | Oct 27 11:27:09.488 INFO kablam! 15 | const MAGIC_LINE: usize = 0; Oct 27 11:27:09.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.488 INFO kablam! | Oct 27 11:27:09.488 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:09.488 INFO kablam! Oct 27 11:27:09.488 INFO kablam! warning: constant item is never used: `ENTRIES_LINE` Oct 27 11:27:09.488 INFO kablam! --> src/parser.rs:16:1 Oct 27 11:27:09.489 INFO kablam! | Oct 27 11:27:09.489 INFO kablam! 16 | const ENTRIES_LINE: usize = 1; Oct 27 11:27:09.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.489 INFO kablam! Oct 27 11:27:09.489 INFO kablam! warning: constant item is never used: `NSEGS_ENTRY` Oct 27 11:27:09.489 INFO kablam! --> src/parser.rs:18:1 Oct 27 11:27:09.489 INFO kablam! | Oct 27 11:27:09.489 INFO kablam! 18 | const NSEGS_ENTRY: usize = 0; Oct 27 11:27:09.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.489 INFO kablam! Oct 27 11:27:09.489 INFO kablam! warning: constant item is never used: `NSYMS_ENTRY` Oct 27 11:27:09.489 INFO kablam! --> src/parser.rs:19:1 Oct 27 11:27:09.489 INFO kablam! | Oct 27 11:27:09.489 INFO kablam! 19 | const NSYMS_ENTRY: usize = 1; Oct 27 11:27:09.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.489 INFO kablam! Oct 27 11:27:09.489 INFO kablam! warning: constant item is never used: `NRELS_ENTRY` Oct 27 11:27:09.489 INFO kablam! --> src/parser.rs:20:1 Oct 27 11:27:09.489 INFO kablam! | Oct 27 11:27:09.489 INFO kablam! 20 | const NRELS_ENTRY: usize = 2; Oct 27 11:27:09.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.489 INFO kablam! Oct 27 11:27:09.505 INFO kablam! warning: constant item is never used: `MAGIC_LINE` Oct 27 11:27:09.505 INFO kablam! --> src/parser.rs:15:1 Oct 27 11:27:09.506 INFO kablam! | Oct 27 11:27:09.506 INFO kablam! 15 | const MAGIC_LINE: usize = 0; Oct 27 11:27:09.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.515 INFO kablam! | Oct 27 11:27:09.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:09.515 INFO kablam! Oct 27 11:27:09.515 INFO kablam! warning: constant item is never used: `ENTRIES_LINE` Oct 27 11:27:09.515 INFO kablam! --> src/parser.rs:16:1 Oct 27 11:27:09.515 INFO kablam! | Oct 27 11:27:09.515 INFO kablam! 16 | const ENTRIES_LINE: usize = 1; Oct 27 11:27:09.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.515 INFO kablam! Oct 27 11:27:09.515 INFO kablam! warning: constant item is never used: `NSEGS_ENTRY` Oct 27 11:27:09.515 INFO kablam! --> src/parser.rs:18:1 Oct 27 11:27:09.515 INFO kablam! | Oct 27 11:27:09.515 INFO kablam! 18 | const NSEGS_ENTRY: usize = 0; Oct 27 11:27:09.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.515 INFO kablam! Oct 27 11:27:09.515 INFO kablam! warning: constant item is never used: `NSYMS_ENTRY` Oct 27 11:27:09.515 INFO kablam! --> src/parser.rs:19:1 Oct 27 11:27:09.515 INFO kablam! | Oct 27 11:27:09.515 INFO kablam! 19 | const NSYMS_ENTRY: usize = 1; Oct 27 11:27:09.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.515 INFO kablam! Oct 27 11:27:09.516 INFO kablam! warning: constant item is never used: `NRELS_ENTRY` Oct 27 11:27:09.516 INFO kablam! --> src/parser.rs:20:1 Oct 27 11:27:09.516 INFO kablam! | Oct 27 11:27:09.516 INFO kablam! 20 | const NRELS_ENTRY: usize = 2; Oct 27 11:27:09.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:09.516 INFO kablam! Oct 27 11:27:09.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Oct 27 11:27:09.567 INFO kablam! su: No module specific data is present Oct 27 11:27:10.788 INFO running `"docker" "rm" "-f" "e844b0352688c07bae3b92e84e82bb66578f0355d33128365532abf02fb53e4b"` Oct 27 11:27:11.155 INFO blam! e844b0352688c07bae3b92e84e82bb66578f0355d33128365532abf02fb53e4b