Sep 04 03:20:40.199 INFO checking sharp_lr35902_disassembler-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 03:20:40.199 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 03:20:40.199 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:20:40.375 INFO blam! a071a28f2dddfee32ba46d1f71f40df693eb408736c69abc1ec720eba53e307e Sep 04 03:20:40.377 INFO running `"docker" "start" "-a" "a071a28f2dddfee32ba46d1f71f40df693eb408736c69abc1ec720eba53e307e"` Sep 04 03:20:41.013 INFO kablam! Checking sharp_lr35902_disassembler v0.1.1 (file:///source) Sep 04 03:20:41.342 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 03:20:41.342 INFO kablam! --> src/att_syntax.rs:1:1 Sep 04 03:20:41.342 INFO kablam! | Sep 04 03:20:41.343 INFO kablam! 1 | struct Disassembler { Sep 04 03:20:41.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.343 INFO kablam! | Sep 04 03:20:41.343 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 03:20:41.343 INFO kablam! Sep 04 03:20:41.343 INFO kablam! warning: method is never used: `new` Sep 04 03:20:41.343 INFO kablam! --> src/att_syntax.rs:8:5 Sep 04 03:20:41.343 INFO kablam! | Sep 04 03:20:41.343 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 03:20:41.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.343 INFO kablam! Sep 04 03:20:41.343 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 03:20:41.343 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 04 03:20:41.343 INFO kablam! | Sep 04 03:20:41.343 INFO kablam! 1 | struct Disassembler { Sep 04 03:20:41.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.343 INFO kablam! Sep 04 03:20:41.343 INFO kablam! warning: method is never used: `new` Sep 04 03:20:41.343 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 04 03:20:41.343 INFO kablam! | Sep 04 03:20:41.343 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 03:20:41.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.343 INFO kablam! Sep 04 03:20:41.627 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 03:20:41.627 INFO kablam! --> src/att_syntax.rs:1:1 Sep 04 03:20:41.627 INFO kablam! | Sep 04 03:20:41.627 INFO kablam! 1 | struct Disassembler { Sep 04 03:20:41.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.628 INFO kablam! | Sep 04 03:20:41.628 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 03:20:41.629 INFO kablam! Sep 04 03:20:41.629 INFO kablam! warning: method is never used: `new` Sep 04 03:20:41.629 INFO kablam! --> src/att_syntax.rs:8:5 Sep 04 03:20:41.629 INFO kablam! | Sep 04 03:20:41.629 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 03:20:41.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.630 INFO kablam! Sep 04 03:20:41.630 INFO kablam! warning: struct is never constructed: `Disassembler` Sep 04 03:20:41.630 INFO kablam! --> src/intel_syntax.rs:1:1 Sep 04 03:20:41.630 INFO kablam! | Sep 04 03:20:41.630 INFO kablam! 1 | struct Disassembler { Sep 04 03:20:41.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.631 INFO kablam! Sep 04 03:20:41.631 INFO kablam! warning: method is never used: `new` Sep 04 03:20:41.631 INFO kablam! --> src/intel_syntax.rs:8:5 Sep 04 03:20:41.631 INFO kablam! | Sep 04 03:20:41.631 INFO kablam! 8 | pub fn new(&self, input_file: Vec) -> Disassembler { Sep 04 03:20:41.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.632 INFO kablam! Sep 04 03:20:41.856 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 04 03:20:41.856 INFO kablam! --> tests/test_att_syntax.rs:4:5 Sep 04 03:20:41.856 INFO kablam! | Sep 04 03:20:41.856 INFO kablam! 4 | use sharp_lr35902_disassembler::att_syntax::Disassembler; Sep 04 03:20:41.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.856 INFO kablam! Sep 04 03:20:41.870 INFO kablam! error[E0603]: struct `Disassembler` is private Sep 04 03:20:41.870 INFO kablam! --> tests/test_intel_syntax.rs:4:5 Sep 04 03:20:41.870 INFO kablam! | Sep 04 03:20:41.870 INFO kablam! 4 | use sharp_lr35902_disassembler::intel_syntax::Disassembler; Sep 04 03:20:41.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:20:41.870 INFO kablam! Sep 04 03:20:42.011 INFO kablam! error: aborting due to previous error Sep 04 03:20:42.011 INFO kablam! Sep 04 03:20:42.011 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 04 03:20:42.018 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 04 03:20:42.018 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 03:20:42.026 INFO kablam! error: aborting due to previous error Sep 04 03:20:42.026 INFO kablam! Sep 04 03:20:42.026 INFO kablam! For more information about this error, try `rustc --explain E0603`. Sep 04 03:20:42.034 INFO kablam! error: Could not compile `sharp_lr35902_disassembler`. Sep 04 03:20:42.034 INFO kablam! Sep 04 03:20:42.034 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:20:42.036 INFO kablam! su: No module specific data is present Sep 04 03:20:42.497 INFO running `"docker" "rm" "-f" "a071a28f2dddfee32ba46d1f71f40df693eb408736c69abc1ec720eba53e307e"` Sep 04 03:20:42.600 INFO blam! a071a28f2dddfee32ba46d1f71f40df693eb408736c69abc1ec720eba53e307e