Sep 10 09:51:40.332 INFO checking sharp_lr35902_disassembler-0.1.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 09:51:40.332 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 09:51:40.332 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 09:51:40.475 INFO blam! d5887dc0e24a85bc5237ab93d43520caac0eabb7d2952cc561dc1deee75844fa Sep 10 09:51:40.475 INFO running `"docker" "start" "-a" "d5887dc0e24a85bc5237ab93d43520caac0eabb7d2952cc561dc1deee75844fa"` Sep 10 09:51:41.657 INFO kablam! usermod: no changes Sep 10 09:51:41.684 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (file:///source) Sep 10 09:51:41.926 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:41.926 INFO kablam! --> src/att_syntax.rs:1:1 Sep 10 09:51:41.926 INFO kablam! | Sep 10 09:51:41.926 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:41.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.926 INFO kablam! | Sep 10 09:51:41.926 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 09:51:41.926 INFO kablam! Sep 10 09:51:41.926 INFO kablam! warning: method is never used: `new` Sep 10 09:51:41.926 INFO kablam! --> src/att_syntax.rs:8:5 Sep 10 09:51:41.926 INFO kablam! | Sep 10 09:51:41.926 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:41.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.926 INFO kablam! Sep 10 09:51:41.926 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:41.926 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 10 09:51:41.926 INFO kablam! | Sep 10 09:51:41.926 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:41.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.926 INFO kablam! Sep 10 09:51:41.926 INFO kablam! warning: method is never used: `new` Sep 10 09:51:41.926 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 10 09:51:41.926 INFO kablam! | Sep 10 09:51:41.926 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:41.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.926 INFO kablam! Sep 10 09:51:41.939 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:41.939 INFO kablam! --> src/att_syntax.rs:1:1 Sep 10 09:51:41.939 INFO kablam! | Sep 10 09:51:41.939 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:41.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.939 INFO kablam! | Sep 10 09:51:41.939 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 09:51:41.939 INFO kablam! Sep 10 09:51:41.939 INFO kablam! warning: method is never used: `new` Sep 10 09:51:41.939 INFO kablam! --> src/att_syntax.rs:8:5 Sep 10 09:51:41.939 INFO kablam! | Sep 10 09:51:41.939 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:41.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.939 INFO kablam! Sep 10 09:51:41.939 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 10 09:51:41.940 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 10 09:51:41.940 INFO kablam! | Sep 10 09:51:41.940 INFO kablam! 1 | struct Disassembler { Sep 10 09:51:41.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.940 INFO kablam! Sep 10 09:51:41.940 INFO kablam! warning: method is never used: `new` Sep 10 09:51:41.940 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 10 09:51:41.940 INFO kablam! | Sep 10 09:51:41.940 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 10 09:51:41.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:41.940 INFO kablam! Sep 10 09:51:42.234 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 10 09:51:42.234 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 10 09:51:42.234 INFO kablam! | Sep 10 09:51:42.234 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 10 09:51:42.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.234 INFO kablam! Sep 10 09:51:42.245 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 10 09:51:42.245 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 10 09:51:42.245 INFO kablam! | Sep 10 09:51:42.245 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 10 09:51:42.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:51:42.245 INFO kablam! Sep 10 09:51:42.282 INFO kablam! error: aborting due to previous error Sep 10 09:51:42.282 INFO kablam! Sep 10 09:51:42.282 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 10 09:51:42.282 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 10 09:51:42.282 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 09:51:42.302 INFO kablam! error: aborting due to previous error Sep 10 09:51:42.302 INFO kablam! Sep 10 09:51:42.302 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 10 09:51:42.310 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 10 09:51:42.310 INFO kablam! Sep 10 09:51:42.311 INFO kablam! To learn more, run the command again with --verbose. Sep 10 09:51:42.312 INFO kablam! su: No module specific data is present Sep 10 09:51:42.955 INFO running `"docker" "rm" "-f" "d5887dc0e24a85bc5237ab93d43520caac0eabb7d2952cc561dc1deee75844fa"` Sep 10 09:51:43.049 INFO blam! d5887dc0e24a85bc5237ab93d43520caac0eabb7d2952cc561dc1deee75844fa