Sep 06 00:04:39.950 INFO checking sharp_lr35902_disassembler-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:04:39.950 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:04:39.950 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:04:40.123 INFO blam! 48d4223febb688cbae2ce3193e2e5db7762f8f37ffa71db443edfd66006bcb6f Sep 06 00:04:40.125 INFO running `"docker" "start" "-a" "48d4223febb688cbae2ce3193e2e5db7762f8f37ffa71db443edfd66006bcb6f"` Sep 06 00:04:41.045 INFO kablam! usermod: no changes Sep 06 00:04:41.069 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (file:///source) Sep 06 00:04:41.297 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 06 00:04:41.297 INFO kablam! --> src/att_syntax.rs:1:1 Sep 06 00:04:41.297 INFO kablam! | Sep 06 00:04:41.297 INFO kablam! 1 | struct Disassembler { Sep 06 00:04:41.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.297 INFO kablam! | Sep 06 00:04:41.297 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 00:04:41.297 INFO kablam! Sep 06 00:04:41.297 INFO kablam! warning: method is never used: `new` Sep 06 00:04:41.297 INFO kablam! --> src/att_syntax.rs:8:5 Sep 06 00:04:41.297 INFO kablam! | Sep 06 00:04:41.297 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 06 00:04:41.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.297 INFO kablam! Sep 06 00:04:41.297 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 06 00:04:41.297 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 06 00:04:41.297 INFO kablam! | Sep 06 00:04:41.297 INFO kablam! 1 | struct Disassembler { Sep 06 00:04:41.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.297 INFO kablam! Sep 06 00:04:41.297 INFO kablam! warning: method is never used: `new` Sep 06 00:04:41.297 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 06 00:04:41.297 INFO kablam! | Sep 06 00:04:41.297 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 06 00:04:41.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.297 INFO kablam! Sep 06 00:04:41.297 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 06 00:04:41.297 INFO kablam! --> src/att_syntax.rs:1:1 Sep 06 00:04:41.297 INFO kablam! | Sep 06 00:04:41.297 INFO kablam! 1 | struct Disassembler { Sep 06 00:04:41.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.297 INFO kablam! | Sep 06 00:04:41.297 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 00:04:41.297 INFO kablam! Sep 06 00:04:41.297 INFO kablam! warning: method is never used: `new` Sep 06 00:04:41.298 INFO kablam! --> src/att_syntax.rs:8:5 Sep 06 00:04:41.298 INFO kablam! | Sep 06 00:04:41.298 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 06 00:04:41.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.298 INFO kablam! Sep 06 00:04:41.298 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 06 00:04:41.298 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 06 00:04:41.298 INFO kablam! | Sep 06 00:04:41.298 INFO kablam! 1 | struct Disassembler { Sep 06 00:04:41.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.298 INFO kablam! Sep 06 00:04:41.298 INFO kablam! warning: method is never used: `new` Sep 06 00:04:41.298 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 06 00:04:41.298 INFO kablam! | Sep 06 00:04:41.298 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 06 00:04:41.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.298 INFO kablam! Sep 06 00:04:41.526 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 06 00:04:41.526 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 06 00:04:41.526 INFO kablam! | Sep 06 00:04:41.526 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 06 00:04:41.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.526 INFO kablam! Sep 06 00:04:41.570 INFO kablam! error: aborting due to previous error Sep 06 00:04:41.570 INFO kablam! Sep 06 00:04:41.570 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 06 00:04:41.574 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 06 00:04:41.574 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:04:41.646 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 06 00:04:41.646 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 06 00:04:41.646 INFO kablam! | Sep 06 00:04:41.646 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 06 00:04:41.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:04:41.646 INFO kablam! Sep 06 00:04:41.690 INFO kablam! error: aborting due to previous error Sep 06 00:04:41.690 INFO kablam! Sep 06 00:04:41.690 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 06 00:04:41.702 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 06 00:04:41.702 INFO kablam! Sep 06 00:04:41.702 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:04:41.702 INFO kablam! su: No module specific data is present Sep 06 00:04:42.466 INFO running `"docker" "rm" "-f" "48d4223febb688cbae2ce3193e2e5db7762f8f37ffa71db443edfd66006bcb6f"` Sep 06 00:04:42.556 INFO blam! 48d4223febb688cbae2ce3193e2e5db7762f8f37ffa71db443edfd66006bcb6f