Sep 19 18:19:13.742 INFO checking sharp_lr35902_disassembler-0.1.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 18:19:13.742 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 18:19:13.742 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:19:13.914 INFO blam! 6a0641ef945d189049cb90808b50e629429b1c429699bc31677df7152b3b0b41 Sep 19 18:19:13.917 INFO running `"docker" "start" "-a" "6a0641ef945d189049cb90808b50e629429b1c429699bc31677df7152b3b0b41"` Sep 19 18:19:14.702 INFO kablam! usermod: no changes Sep 19 18:19:14.728 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (/source) Sep 19 18:19:14.869 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 19 18:19:14.869 INFO kablam! --> src/att_syntax.rs:1:1 Sep 19 18:19:14.869 INFO kablam! | Sep 19 18:19:14.869 INFO kablam! 1 | struct Disassembler { Sep 19 18:19:14.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.869 INFO kablam! | Sep 19 18:19:14.869 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 18:19:14.869 INFO kablam! Sep 19 18:19:14.869 INFO kablam! warning: method is never used: `new` Sep 19 18:19:14.869 INFO kablam! --> src/att_syntax.rs:8:5 Sep 19 18:19:14.869 INFO kablam! | Sep 19 18:19:14.869 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 19 18:19:14.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.869 INFO kablam! Sep 19 18:19:14.869 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 19 18:19:14.870 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 19 18:19:14.870 INFO kablam! | Sep 19 18:19:14.870 INFO kablam! 1 | struct Disassembler { Sep 19 18:19:14.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.870 INFO kablam! Sep 19 18:19:14.870 INFO kablam! warning: method is never used: `new` Sep 19 18:19:14.870 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 19 18:19:14.870 INFO kablam! | Sep 19 18:19:14.870 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 19 18:19:14.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.870 INFO kablam! Sep 19 18:19:14.881 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 19 18:19:14.881 INFO kablam! --> src/att_syntax.rs:1:1 Sep 19 18:19:14.881 INFO kablam! | Sep 19 18:19:14.881 INFO kablam! 1 | struct Disassembler { Sep 19 18:19:14.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.881 INFO kablam! | Sep 19 18:19:14.881 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 18:19:14.881 INFO kablam! Sep 19 18:19:14.881 INFO kablam! warning: method is never used: `new` Sep 19 18:19:14.881 INFO kablam! --> src/att_syntax.rs:8:5 Sep 19 18:19:14.881 INFO kablam! | Sep 19 18:19:14.881 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 19 18:19:14.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.881 INFO kablam! Sep 19 18:19:14.881 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 19 18:19:14.881 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 19 18:19:14.881 INFO kablam! | Sep 19 18:19:14.881 INFO kablam! 1 | struct Disassembler { Sep 19 18:19:14.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.881 INFO kablam! Sep 19 18:19:14.881 INFO kablam! warning: method is never used: `new` Sep 19 18:19:14.881 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 19 18:19:14.881 INFO kablam! | Sep 19 18:19:14.881 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 19 18:19:14.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:14.882 INFO kablam! Sep 19 18:19:15.030 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 19 18:19:15.030 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 19 18:19:15.030 INFO kablam! | Sep 19 18:19:15.030 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 19 18:19:15.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:15.030 INFO kablam! Sep 19 18:19:15.042 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 19 18:19:15.042 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 19 18:19:15.042 INFO kablam! | Sep 19 18:19:15.042 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 19 18:19:15.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:19:15.043 INFO kablam! Sep 19 18:19:15.076 INFO kablam! error: aborting due to previous error Sep 19 18:19:15.076 INFO kablam! Sep 19 18:19:15.076 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 19 18:19:15.080 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 19 18:19:15.080 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:19:15.085 INFO kablam! error: aborting due to previous error Sep 19 18:19:15.085 INFO kablam! Sep 19 18:19:15.085 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 19 18:19:15.090 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 19 18:19:15.090 INFO kablam! Sep 19 18:19:15.090 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:19:15.092 INFO kablam! su: No module specific data is present Sep 19 18:19:15.621 INFO running `"docker" "rm" "-f" "6a0641ef945d189049cb90808b50e629429b1c429699bc31677df7152b3b0b41"` Sep 19 18:19:15.697 INFO blam! 6a0641ef945d189049cb90808b50e629429b1c429699bc31677df7152b3b0b41