Sep 17 17:23:48.356 INFO checking sharp_lr35902_disassembler-0.1.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 17:23:48.356 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 17:23:48.357 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:23:48.578 INFO blam! ab5038ffa3029736fa4a3674b61ea2e760cd2b2750a3b9780c0bf773b893c747 Sep 17 17:23:48.580 INFO running `"docker" "start" "-a" "ab5038ffa3029736fa4a3674b61ea2e760cd2b2750a3b9780c0bf773b893c747"` Sep 17 17:23:49.703 INFO kablam! usermod: no changes Sep 17 17:23:49.738 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (/source) Sep 17 17:23:49.915 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 17 17:23:49.915 INFO kablam! --> src/att_syntax.rs:1:1 Sep 17 17:23:49.915 INFO kablam! | Sep 17 17:23:49.915 INFO kablam! 1 | struct Disassembler { Sep 17 17:23:49.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.915 INFO kablam! | Sep 17 17:23:49.915 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 17:23:49.915 INFO kablam! Sep 17 17:23:49.915 INFO kablam! warning: method is never used: `new` Sep 17 17:23:49.915 INFO kablam! --> src/att_syntax.rs:8:5 Sep 17 17:23:49.915 INFO kablam! | Sep 17 17:23:49.915 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 17 17:23:49.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.915 INFO kablam! Sep 17 17:23:49.915 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 17 17:23:49.915 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 17 17:23:49.915 INFO kablam! | Sep 17 17:23:49.915 INFO kablam! 1 | struct Disassembler { Sep 17 17:23:49.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.915 INFO kablam! Sep 17 17:23:49.915 INFO kablam! warning: method is never used: `new` Sep 17 17:23:49.915 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 17 17:23:49.915 INFO kablam! | Sep 17 17:23:49.915 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 17 17:23:49.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.915 INFO kablam! Sep 17 17:23:49.990 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 17 17:23:49.990 INFO kablam! --> src/att_syntax.rs:1:1 Sep 17 17:23:49.990 INFO kablam! | Sep 17 17:23:49.990 INFO kablam! 1 | struct Disassembler { Sep 17 17:23:49.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.990 INFO kablam! | Sep 17 17:23:49.990 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 17:23:49.990 INFO kablam! Sep 17 17:23:49.990 INFO kablam! warning: method is never used: `new` Sep 17 17:23:49.990 INFO kablam! --> src/att_syntax.rs:8:5 Sep 17 17:23:49.990 INFO kablam! | Sep 17 17:23:49.990 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 17 17:23:49.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.990 INFO kablam! Sep 17 17:23:49.990 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 17 17:23:49.990 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 17 17:23:49.990 INFO kablam! | Sep 17 17:23:49.990 INFO kablam! 1 | struct Disassembler { Sep 17 17:23:49.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.990 INFO kablam! Sep 17 17:23:49.990 INFO kablam! warning: method is never used: `new` Sep 17 17:23:49.990 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 17 17:23:49.990 INFO kablam! | Sep 17 17:23:49.990 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 17 17:23:49.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:49.990 INFO kablam! Sep 17 17:23:50.167 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 17 17:23:50.167 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 17 17:23:50.167 INFO kablam! | Sep 17 17:23:50.167 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 17 17:23:50.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:50.167 INFO kablam! Sep 17 17:23:50.190 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 17 17:23:50.190 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 17 17:23:50.190 INFO kablam! | Sep 17 17:23:50.190 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 17 17:23:50.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:23:50.190 INFO kablam! Sep 17 17:23:50.206 INFO kablam! error: aborting due to previous error Sep 17 17:23:50.206 INFO kablam! Sep 17 17:23:50.206 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 17 17:23:50.215 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 17 17:23:50.215 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 17:23:50.251 INFO kablam! error: aborting due to previous error Sep 17 17:23:50.251 INFO kablam! Sep 17 17:23:50.251 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 17 17:23:50.253 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 17 17:23:50.253 INFO kablam! Sep 17 17:23:50.253 INFO kablam! To learn more, run the command again with --verbose. Sep 17 17:23:50.253 INFO kablam! su: No module specific data is present Sep 17 17:23:50.865 INFO running `"docker" "rm" "-f" "ab5038ffa3029736fa4a3674b61ea2e760cd2b2750a3b9780c0bf773b893c747"` Sep 17 17:23:50.976 INFO blam! ab5038ffa3029736fa4a3674b61ea2e760cd2b2750a3b9780c0bf773b893c747