Sep 04 06:33:22.614 INFO checking sharp_lr35902_disassembler-0.1.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 06:33:22.614 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 06:33:22.614 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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:22.805 INFO blam! 20af4df997bca5aded9cf9553f8252f2fbf89c3382f6def31f36518cb6f3b136 Sep 04 06:33:22.805 INFO running `"docker" "start" "-a" "20af4df997bca5aded9cf9553f8252f2fbf89c3382f6def31f36518cb6f3b136"` Sep 04 06:33:23.705 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (file:///source) Sep 04 06:33:24.052 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.052 INFO kablam! --> src/att_syntax.rs:1:1 Sep 04 06:33:24.052 INFO kablam! | Sep 04 06:33:24.053 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.053 INFO kablam! | Sep 04 06:33:24.053 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 06:33:24.053 INFO kablam! Sep 04 06:33:24.053 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.053 INFO kablam! --> src/att_syntax.rs:8:5 Sep 04 06:33:24.053 INFO kablam! | Sep 04 06:33:24.053 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.053 INFO kablam! Sep 04 06:33:24.054 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.054 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 04 06:33:24.054 INFO kablam! | Sep 04 06:33:24.054 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.054 INFO kablam! Sep 04 06:33:24.054 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.054 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 04 06:33:24.054 INFO kablam! | Sep 04 06:33:24.054 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.054 INFO kablam! Sep 04 06:33:24.135 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.135 INFO kablam! --> src/att_syntax.rs:1:1 Sep 04 06:33:24.135 INFO kablam! | Sep 04 06:33:24.135 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.135 INFO kablam! | Sep 04 06:33:24.135 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 06:33:24.135 INFO kablam! Sep 04 06:33:24.136 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.136 INFO kablam! --> src/att_syntax.rs:8:5 Sep 04 06:33:24.136 INFO kablam! | Sep 04 06:33:24.136 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.136 INFO kablam! Sep 04 06:33:24.136 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 06:33:24.136 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 04 06:33:24.136 INFO kablam! | Sep 04 06:33:24.136 INFO kablam! 1 | struct Disassembler { Sep 04 06:33:24.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.136 INFO kablam! Sep 04 06:33:24.136 INFO kablam! warning: method is never used: `new` Sep 04 06:33:24.136 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 04 06:33:24.136 INFO kablam! | Sep 04 06:33:24.136 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 06:33:24.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.136 INFO kablam! Sep 04 06:33:24.467 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 04 06:33:24.467 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 04 06:33:24.467 INFO kablam! | Sep 04 06:33:24.467 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 04 06:33:24.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.467 INFO kablam! Sep 04 06:33:24.491 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 04 06:33:24.491 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 04 06:33:24.491 INFO kablam! | Sep 04 06:33:24.491 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 04 06:33:24.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:33:24.491 INFO kablam! Sep 04 06:33:24.577 INFO kablam! error: aborting due to previous error Sep 04 06:33:24.577 INFO kablam! Sep 04 06:33:24.577 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 04 06:33:24.584 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 04 06:33:24.585 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:33:24.603 INFO kablam! error: aborting due to previous error Sep 04 06:33:24.603 INFO kablam! Sep 04 06:33:24.603 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 04 06:33:24.611 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 04 06:33:24.611 INFO kablam! Sep 04 06:33:24.611 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:33:24.613 INFO kablam! su: No module specific data is present Sep 04 06:33:25.114 INFO running `"docker" "rm" "-f" "20af4df997bca5aded9cf9553f8252f2fbf89c3382f6def31f36518cb6f3b136"` Sep 04 06:33:25.245 INFO blam! 20af4df997bca5aded9cf9553f8252f2fbf89c3382f6def31f36518cb6f3b136