Sep 01 06:43:19.632 INFO checking sharp_lr35902_disassembler-0.1.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 06:43:19.632 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 06:43:19.632 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:43:19.817 INFO blam! bd9d2ecc02d7aa479979e9bf8688dff57d9f80a9cf38115fbe42f5f16c0824aa Sep 01 06:43:19.819 INFO running `"docker" "start" "-a" "bd9d2ecc02d7aa479979e9bf8688dff57d9f80a9cf38115fbe42f5f16c0824aa"` Sep 01 06:43:20.577 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (file:///source) Sep 01 06:43:21.160 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 01 06:43:21.160 INFO kablam! --> src/att_syntax.rs:1:1 Sep 01 06:43:21.160 INFO kablam! | Sep 01 06:43:21.160 INFO kablam! 1 | struct Disassembler { Sep 01 06:43:21.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.161 INFO kablam! | Sep 01 06:43:21.161 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 06:43:21.161 INFO kablam! Sep 01 06:43:21.162 INFO kablam! warning: method is never used: `new` Sep 01 06:43:21.162 INFO kablam! --> src/att_syntax.rs:8:5 Sep 01 06:43:21.162 INFO kablam! | Sep 01 06:43:21.162 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 01 06:43:21.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.162 INFO kablam! Sep 01 06:43:21.163 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 01 06:43:21.163 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 01 06:43:21.163 INFO kablam! | Sep 01 06:43:21.163 INFO kablam! 1 | struct Disassembler { Sep 01 06:43:21.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.163 INFO kablam! Sep 01 06:43:21.164 INFO kablam! warning: method is never used: `new` Sep 01 06:43:21.164 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 01 06:43:21.164 INFO kablam! | Sep 01 06:43:21.164 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 01 06:43:21.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.164 INFO kablam! Sep 01 06:43:21.205 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 01 06:43:21.205 INFO kablam! --> src/att_syntax.rs:1:1 Sep 01 06:43:21.205 INFO kablam! | Sep 01 06:43:21.205 INFO kablam! 1 | struct Disassembler { Sep 01 06:43:21.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.205 INFO kablam! | Sep 01 06:43:21.205 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 06:43:21.205 INFO kablam! Sep 01 06:43:21.205 INFO kablam! warning: method is never used: `new` Sep 01 06:43:21.205 INFO kablam! --> src/att_syntax.rs:8:5 Sep 01 06:43:21.205 INFO kablam! | Sep 01 06:43:21.205 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 01 06:43:21.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.205 INFO kablam! Sep 01 06:43:21.205 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 01 06:43:21.205 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 01 06:43:21.205 INFO kablam! | Sep 01 06:43:21.205 INFO kablam! 1 | struct Disassembler { Sep 01 06:43:21.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.205 INFO kablam! Sep 01 06:43:21.205 INFO kablam! warning: method is never used: `new` Sep 01 06:43:21.206 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 01 06:43:21.206 INFO kablam! | Sep 01 06:43:21.206 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 01 06:43:21.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.206 INFO kablam! Sep 01 06:43:21.644 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 01 06:43:21.644 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 01 06:43:21.644 INFO kablam! | Sep 01 06:43:21.644 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 01 06:43:21.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.645 INFO kablam! Sep 01 06:43:21.677 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 01 06:43:21.677 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 01 06:43:21.677 INFO kablam! | Sep 01 06:43:21.677 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 01 06:43:21.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:43:21.677 INFO kablam! Sep 01 06:43:21.796 INFO kablam! error: aborting due to previous error Sep 01 06:43:21.797 INFO kablam! Sep 01 06:43:21.797 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 01 06:43:21.798 INFO kablam! error: aborting due to previous error Sep 01 06:43:21.798 INFO kablam! Sep 01 06:43:21.799 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 01 06:43:21.804 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 01 06:43:21.804 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:43:21.804 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 01 06:43:21.804 INFO kablam! Sep 01 06:43:21.804 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:43:21.813 INFO kablam! su: No module specific data is present Sep 01 06:43:22.337 INFO running `"docker" "rm" "-f" "bd9d2ecc02d7aa479979e9bf8688dff57d9f80a9cf38115fbe42f5f16c0824aa"` Sep 01 06:43:22.474 INFO blam! bd9d2ecc02d7aa479979e9bf8688dff57d9f80a9cf38115fbe42f5f16c0824aa