Sep 04 22:56:10.698 INFO checking blockchain-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 22:56:10.698 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 22:56:10.698 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:56:10.850 INFO blam! c5e2a32c762d9f36240dacdc198b8117a397278f1a643bd4e3704bde853d7da6 Sep 04 22:56:10.852 INFO running `"docker" "start" "-a" "c5e2a32c762d9f36240dacdc198b8117a397278f1a643bd4e3704bde853d7da6"` Sep 04 22:56:11.411 INFO kablam! Checking blockchain v0.2.0 (file:///source) Sep 04 22:56:12.095 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.095 INFO kablam! --> src/consensus.rs:11:19 Sep 04 22:56:12.095 INFO kablam! | Sep 04 22:56:12.095 INFO kablam! 11 | fn create_for(header: &H) -> Self { Sep 04 22:56:12.095 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.095 INFO kablam! | Sep 04 22:56:12.095 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 22:56:12.095 INFO kablam! Sep 04 22:56:12.096 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.096 INFO kablam! --> src/consensus.rs:15:29 Sep 04 22:56:12.096 INFO kablam! | Sep 04 22:56:12.096 INFO kablam! 15 | fn is_applicable(&self, header: &H) -> bool { Sep 04 22:56:12.096 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.096 INFO kablam! Sep 04 22:56:12.096 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.096 INFO kablam! --> src/consensus.rs:19:20 Sep 04 22:56:12.096 INFO kablam! | Sep 04 22:56:12.096 INFO kablam! 19 | fn mine(&self, header: &mut H) { Sep 04 22:56:12.096 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.096 INFO kablam! Sep 04 22:56:12.096 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.096 INFO kablam! --> src/consensus.rs:23:22 Sep 04 22:56:12.096 INFO kablam! | Sep 04 22:56:12.096 INFO kablam! 23 | fn verify(&self, header: &H) -> bool { Sep 04 22:56:12.096 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.096 INFO kablam! Sep 04 22:56:12.400 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.400 INFO kablam! --> src/consensus.rs:11:19 Sep 04 22:56:12.401 INFO kablam! | Sep 04 22:56:12.401 INFO kablam! 11 | fn create_for(header: &H) -> Self { Sep 04 22:56:12.401 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.401 INFO kablam! | Sep 04 22:56:12.401 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 22:56:12.401 INFO kablam! Sep 04 22:56:12.401 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.401 INFO kablam! --> src/consensus.rs:15:29 Sep 04 22:56:12.401 INFO kablam! | Sep 04 22:56:12.402 INFO kablam! 15 | fn is_applicable(&self, header: &H) -> bool { Sep 04 22:56:12.402 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.402 INFO kablam! Sep 04 22:56:12.402 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.402 INFO kablam! --> src/consensus.rs:19:20 Sep 04 22:56:12.402 INFO kablam! | Sep 04 22:56:12.402 INFO kablam! 19 | fn mine(&self, header: &mut H) { Sep 04 22:56:12.402 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.402 INFO kablam! Sep 04 22:56:12.402 INFO kablam! warning: unused variable: `header` Sep 04 22:56:12.402 INFO kablam! --> src/consensus.rs:23:22 Sep 04 22:56:12.402 INFO kablam! | Sep 04 22:56:12.402 INFO kablam! 23 | fn verify(&self, header: &H) -> bool { Sep 04 22:56:12.402 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 04 22:56:12.402 INFO kablam! Sep 04 22:56:12.722 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Blockchain` Sep 04 22:56:12.722 INFO kablam! --> examples/adder.rs:70:55 Sep 04 22:56:12.722 INFO kablam! | Sep 04 22:56:12.722 INFO kablam! 70 | let mut blockchain: Blockchain = Blockchain::default(); Sep 04 22:56:12.722 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Blockchain` Sep 04 22:56:12.722 INFO kablam! Sep 04 22:56:12.722 INFO kablam! error[E0405]: cannot find trait `Definition` in this scope Sep 04 22:56:12.722 INFO kablam! --> examples/adder.rs:10:6 Sep 04 22:56:12.722 INFO kablam! | Sep 04 22:56:12.722 INFO kablam! 10 | impl Definition for AdderDefinition { Sep 04 22:56:12.722 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 04 22:56:12.722 INFO kablam! Sep 04 22:56:12.722 INFO kablam! error[E0412]: cannot find type `FakeConsensus` in this scope Sep 04 22:56:12.722 INFO kablam! --> examples/adder.rs:17:22 Sep 04 22:56:12.722 INFO kablam! | Sep 04 22:56:12.722 INFO kablam! 17 | type Consensus = FakeConsensus; Sep 04 22:56:12.722 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 04 22:56:12.722 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 22:56:12.722 INFO kablam! | Sep 04 22:56:12.722 INFO kablam! 3 | use blockchain::consensus::FakeConsensus; Sep 04 22:56:12.723 INFO kablam! | Sep 04 22:56:12.723 INFO kablam! Sep 04 22:56:12.723 INFO kablam! error[E0405]: cannot find trait `Block` in this scope Sep 04 22:56:12.723 INFO kablam! --> examples/adder.rs:35:6 Sep 04 22:56:12.723 INFO kablam! | Sep 04 22:56:12.723 INFO kablam! 35 | impl Block for AdderBlock { Sep 04 22:56:12.723 INFO kablam! | ^^^^^ not found in this scope Sep 04 22:56:12.723 INFO kablam! Sep 04 22:56:12.723 INFO kablam! error[E0405]: cannot find trait `TransitionRule` in this scope Sep 04 22:56:12.723 INFO kablam! --> examples/adder.rs:58:6 Sep 04 22:56:12.723 INFO kablam! | Sep 04 22:56:12.723 INFO kablam! 58 | impl TransitionRule for AdderTransitionRule { Sep 04 22:56:12.723 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 04 22:56:12.723 INFO kablam! Sep 04 22:56:12.723 INFO kablam! error[E0412]: cannot find type `Blockchain` in this scope Sep 04 22:56:12.723 INFO kablam! --> examples/adder.rs:70:25 Sep 04 22:56:12.723 INFO kablam! | Sep 04 22:56:12.723 INFO kablam! 70 | let mut blockchain: Blockchain = Blockchain::default(); Sep 04 22:56:12.723 INFO kablam! | ^^^^^^^^^^ did you mean `blockchain`? Sep 04 22:56:12.723 INFO kablam! Sep 04 22:56:12.723 INFO kablam! warning: unused import: `blockchain::*` Sep 04 22:56:12.723 INFO kablam! --> examples/adder.rs:3:5 Sep 04 22:56:12.723 INFO kablam! | Sep 04 22:56:12.723 INFO kablam! 3 | use blockchain::*; Sep 04 22:56:12.723 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:56:12.723 INFO kablam! | Sep 04 22:56:12.723 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 22:56:12.723 INFO kablam! Sep 04 22:56:12.745 INFO kablam! error: aborting due to 6 previous errors Sep 04 22:56:12.745 INFO kablam! Sep 04 22:56:12.745 INFO kablam! Some errors occurred: E0405, E0412, E0433. Sep 04 22:56:12.745 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 04 22:56:12.750 INFO kablam! error: Could not compile `blockchain`. Sep 04 22:56:12.751 INFO kablam! Sep 04 22:56:12.751 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:56:12.752 INFO kablam! su: No module specific data is present Sep 04 22:56:13.189 INFO running `"docker" "rm" "-f" "c5e2a32c762d9f36240dacdc198b8117a397278f1a643bd4e3704bde853d7da6"` Sep 04 22:56:13.281 INFO blam! c5e2a32c762d9f36240dacdc198b8117a397278f1a643bd4e3704bde853d7da6