Sep 10 09:51:40.515 INFO checking sharp_lr35902_disassembler-0.1.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 09:51:40.515 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 09:51:40.515 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 09:51:40.695 INFO blam! 2799230b55a907bc045aa43a7efff2210a874eb5069b1a7557d11b9cdb996eb3 Sep 10 09:51:40.703 INFO running `"docker" "start" "-a" "2799230b55a907bc045aa43a7efff2210a874eb5069b1a7557d11b9cdb996eb3"` Sep 10 09:51:41.853 INFO kablam! usermod: no changes Sep 10 09:51:41.892 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (file:///source) Sep 10 09:51:42.146 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:42.146 INFO kablam! --> src/att_syntax.rs:1:1 Sep 10 09:51:42.146 INFO kablam! | Sep 10 09:51:42.146 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:42.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.146 INFO kablam! | Sep 10 09:51:42.146 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 09:51:42.146 INFO kablam! Sep 10 09:51:42.146 INFO kablam! warning: method is never used: `new` Sep 10 09:51:42.146 INFO kablam! --> src/att_syntax.rs:8:5 Sep 10 09:51:42.146 INFO kablam! | Sep 10 09:51:42.146 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:42.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.146 INFO kablam! Sep 10 09:51:42.146 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:42.146 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 10 09:51:42.146 INFO kablam! | Sep 10 09:51:42.146 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:42.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.146 INFO kablam! Sep 10 09:51:42.146 INFO kablam! warning: method is never used: `new` Sep 10 09:51:42.146 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 10 09:51:42.146 INFO kablam! | Sep 10 09:51:42.146 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:42.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.146 INFO kablam! Sep 10 09:51:42.146 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:42.146 INFO kablam! --> src/att_syntax.rs:1:1 Sep 10 09:51:42.146 INFO kablam! | Sep 10 09:51:42.146 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:42.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.146 INFO kablam! | Sep 10 09:51:42.146 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 09:51:42.147 INFO kablam! Sep 10 09:51:42.147 INFO kablam! warning: method is never used: `new` Sep 10 09:51:42.147 INFO kablam! --> src/att_syntax.rs:8:5 Sep 10 09:51:42.147 INFO kablam! | Sep 10 09:51:42.147 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:42.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.147 INFO kablam! Sep 10 09:51:42.147 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:42.147 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 10 09:51:42.147 INFO kablam! | Sep 10 09:51:42.147 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:42.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.147 INFO kablam! Sep 10 09:51:42.147 INFO kablam! warning: method is never used: `new` Sep 10 09:51:42.147 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 10 09:51:42.147 INFO kablam! | Sep 10 09:51:42.147 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:42.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.147 INFO kablam! Sep 10 09:51:42.417 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 10 09:51:42.417 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 10 09:51:42.417 INFO kablam! | Sep 10 09:51:42.417 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 10 09:51:42.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.417 INFO kablam! Sep 10 09:51:42.438 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 10 09:51:42.438 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 10 09:51:42.438 INFO kablam! | Sep 10 09:51:42.438 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 10 09:51:42.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.438 INFO kablam! Sep 10 09:51:42.457 INFO kablam! error: aborting due to previous error Sep 10 09:51:42.457 INFO kablam! Sep 10 09:51:42.457 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 10 09:51:42.471 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 10 09:51:42.471 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 09:51:42.475 INFO kablam! error: aborting due to previous error Sep 10 09:51:42.476 INFO kablam! Sep 10 09:51:42.476 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 10 09:51:42.481 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 10 09:51:42.481 INFO kablam! Sep 10 09:51:42.481 INFO kablam! To learn more, run the command again with --verbose. Sep 10 09:51:42.483 INFO kablam! su: No module specific data is present Sep 10 09:51:43.356 INFO running `"docker" "rm" "-f" "2799230b55a907bc045aa43a7efff2210a874eb5069b1a7557d11b9cdb996eb3"` Sep 10 09:51:43.438 INFO blam! 2799230b55a907bc045aa43a7efff2210a874eb5069b1a7557d11b9cdb996eb3