Sep 04 06:33:23.329 INFO checking sharp_lr35902_disassembler-0.1.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 06:33:23.329 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 06:33:23.329 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:33:23.526 INFO blam! 81a9bcd1fdbf357b4f011effae39e4050d8c791035ab60ae4ccf23e4a5d56c5f Sep 04 06:33:23.529 INFO running `"docker" "start" "-a" "81a9bcd1fdbf357b4f011effae39e4050d8c791035ab60ae4ccf23e4a5d56c5f"` Sep 04 06:33:24.270 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (file:///source) Sep 04 06:33:24.635 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.635 INFO kablam! --> src/att_syntax.rs:1:1 Sep 04 06:33:24.635 INFO kablam! | Sep 04 06:33:24.635 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.635 INFO kablam! | Sep 04 06:33:24.635 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 06:33:24.635 INFO kablam! Sep 04 06:33:24.636 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.636 INFO kablam! --> src/att_syntax.rs:8:5 Sep 04 06:33:24.636 INFO kablam! | Sep 04 06:33:24.636 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.636 INFO kablam! Sep 04 06:33:24.636 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.636 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 04 06:33:24.636 INFO kablam! | Sep 04 06:33:24.636 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.636 INFO kablam! Sep 04 06:33:24.636 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.636 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 04 06:33:24.636 INFO kablam! | Sep 04 06:33:24.636 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.636 INFO kablam! Sep 04 06:33:24.709 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.709 INFO kablam! --> src/att_syntax.rs:1:1 Sep 04 06:33:24.709 INFO kablam! | Sep 04 06:33:24.709 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.709 INFO kablam! | Sep 04 06:33:24.710 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 06:33:24.710 INFO kablam! Sep 04 06:33:24.710 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.710 INFO kablam! --> src/att_syntax.rs:8:5 Sep 04 06:33:24.710 INFO kablam! | Sep 04 06:33:24.710 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.712 INFO kablam! Sep 04 06:33:24.712 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.712 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 04 06:33:24.712 INFO kablam! | Sep 04 06:33:24.712 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.712 INFO kablam! Sep 04 06:33:24.713 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.713 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 04 06:33:24.713 INFO kablam! | Sep 04 06:33:24.713 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.713 INFO kablam! Sep 04 06:33:25.076 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 04 06:33:25.076 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 04 06:33:25.076 INFO kablam! | Sep 04 06:33:25.076 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 04 06:33:25.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:25.076 INFO kablam! Sep 04 06:33:25.101 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 04 06:33:25.101 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 04 06:33:25.101 INFO kablam! | Sep 04 06:33:25.101 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 04 06:33:25.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:25.101 INFO kablam! Sep 04 06:33:25.205 INFO kablam! error: aborting due to previous error Sep 04 06:33:25.205 INFO kablam! Sep 04 06:33:25.205 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 04 06:33:25.212 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 04 06:33:25.212 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:33:25.236 INFO kablam! error: aborting due to previous error Sep 04 06:33:25.236 INFO kablam! Sep 04 06:33:25.237 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 04 06:33:25.246 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 04 06:33:25.246 INFO kablam! Sep 04 06:33:25.246 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:33:25.247 INFO kablam! su: No module specific data is present Sep 04 06:33:25.656 INFO running `"docker" "rm" "-f" "81a9bcd1fdbf357b4f011effae39e4050d8c791035ab60ae4ccf23e4a5d56c5f"` Sep 04 06:33:25.781 INFO blam! 81a9bcd1fdbf357b4f011effae39e4050d8c791035ab60ae4ccf23e4a5d56c5f