Sep 06 09:25:55.546 INFO checking blockchain-0.1.9 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:25:55.546 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:25:55.547 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:25:55.666 INFO blam! 9e41b4b62c765cf95573556bf086ca616ab6b335f539c03a3d6c15072c5ac79d Sep 06 09:25:55.667 INFO running `"docker" "start" "-a" "9e41b4b62c765cf95573556bf086ca616ab6b335f539c03a3d6c15072c5ac79d"` Sep 06 09:25:56.698 INFO kablam! usermod: no changes Sep 06 09:25:56.715 INFO kablam! Checking blockchain v0.1.9 (file:///source) Sep 06 09:25:56.963 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.963 INFO kablam! --> src/consensus.rs:11:19 Sep 06 09:25:56.963 INFO kablam! | Sep 06 09:25:56.963 INFO kablam! 11 | fn create_for(header: &H) -> Self { Sep 06 09:25:56.964 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.964 INFO kablam! | Sep 06 09:25:56.964 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 09:25:56.964 INFO kablam! Sep 06 09:25:56.964 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.964 INFO kablam! --> src/consensus.rs:15:29 Sep 06 09:25:56.964 INFO kablam! | Sep 06 09:25:56.964 INFO kablam! 15 | fn is_applicable(&self, header: &H) -> bool { Sep 06 09:25:56.964 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.964 INFO kablam! Sep 06 09:25:56.964 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.964 INFO kablam! --> src/consensus.rs:19:20 Sep 06 09:25:56.964 INFO kablam! | Sep 06 09:25:56.964 INFO kablam! 19 | fn mine(&self, header: &mut H) { Sep 06 09:25:56.964 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.964 INFO kablam! Sep 06 09:25:56.964 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.964 INFO kablam! --> src/consensus.rs:23:22 Sep 06 09:25:56.964 INFO kablam! | Sep 06 09:25:56.964 INFO kablam! 23 | fn verify(&self, header: &H) -> bool { Sep 06 09:25:56.964 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.964 INFO kablam! Sep 06 09:25:56.995 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.996 INFO kablam! --> src/consensus.rs:11:19 Sep 06 09:25:56.996 INFO kablam! | Sep 06 09:25:56.996 INFO kablam! 11 | fn create_for(header: &H) -> Self { Sep 06 09:25:56.996 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.996 INFO kablam! | Sep 06 09:25:56.996 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 09:25:56.996 INFO kablam! Sep 06 09:25:56.996 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.996 INFO kablam! --> src/consensus.rs:15:29 Sep 06 09:25:56.996 INFO kablam! | Sep 06 09:25:56.996 INFO kablam! 15 | fn is_applicable(&self, header: &H) -> bool { Sep 06 09:25:56.996 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.996 INFO kablam! Sep 06 09:25:56.996 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.996 INFO kablam! --> src/consensus.rs:19:20 Sep 06 09:25:56.996 INFO kablam! | Sep 06 09:25:56.996 INFO kablam! 19 | fn mine(&self, header: &mut H) { Sep 06 09:25:56.996 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.996 INFO kablam! Sep 06 09:25:56.996 INFO kablam! warning: unused variable: `header` Sep 06 09:25:56.996 INFO kablam! --> src/consensus.rs:23:22 Sep 06 09:25:56.996 INFO kablam! | Sep 06 09:25:56.996 INFO kablam! 23 | fn verify(&self, header: &H) -> bool { Sep 06 09:25:56.996 INFO kablam! | ^^^^^^ help: consider using `_header` instead Sep 06 09:25:56.996 INFO kablam! Sep 06 09:25:57.236 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Blockchain` Sep 06 09:25:57.236 INFO kablam! --> examples/adder.rs:70:55 Sep 06 09:25:57.236 INFO kablam! | Sep 06 09:25:57.236 INFO kablam! 70 | let mut blockchain: Blockchain = Blockchain::default(); Sep 06 09:25:57.236 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Blockchain` Sep 06 09:25:57.236 INFO kablam! Sep 06 09:25:57.236 INFO kablam! error[E0405]: cannot find trait `Definition` in this scope Sep 06 09:25:57.236 INFO kablam! --> examples/adder.rs:10:6 Sep 06 09:25:57.236 INFO kablam! | Sep 06 09:25:57.236 INFO kablam! 10 | impl Definition for AdderDefinition { Sep 06 09:25:57.236 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 06 09:25:57.236 INFO kablam! Sep 06 09:25:57.236 INFO kablam! error[E0412]: cannot find type `FakeConsensus` in this scope Sep 06 09:25:57.236 INFO kablam! --> examples/adder.rs:17:22 Sep 06 09:25:57.236 INFO kablam! | Sep 06 09:25:57.236 INFO kablam! 17 | type Consensus = FakeConsensus; Sep 06 09:25:57.236 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 06 09:25:57.236 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 09:25:57.236 INFO kablam! | Sep 06 09:25:57.236 INFO kablam! 3 | use blockchain::consensus::FakeConsensus; Sep 06 09:25:57.236 INFO kablam! | Sep 06 09:25:57.236 INFO kablam! Sep 06 09:25:57.236 INFO kablam! error[E0405]: cannot find trait `Block` in this scope Sep 06 09:25:57.236 INFO kablam! --> examples/adder.rs:35:6 Sep 06 09:25:57.236 INFO kablam! | Sep 06 09:25:57.236 INFO kablam! 35 | impl Block for AdderBlock { Sep 06 09:25:57.236 INFO kablam! | ^^^^^ not found in this scope Sep 06 09:25:57.236 INFO kablam! Sep 06 09:25:57.237 INFO kablam! error[E0405]: cannot find trait `TransitionRule` in this scope Sep 06 09:25:57.237 INFO kablam! --> examples/adder.rs:58:6 Sep 06 09:25:57.237 INFO kablam! | Sep 06 09:25:57.237 INFO kablam! 58 | impl TransitionRule for AdderTransitionRule { Sep 06 09:25:57.237 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 06 09:25:57.237 INFO kablam! Sep 06 09:25:57.237 INFO kablam! error[E0412]: cannot find type `Blockchain` in this scope Sep 06 09:25:57.237 INFO kablam! --> examples/adder.rs:70:25 Sep 06 09:25:57.237 INFO kablam! | Sep 06 09:25:57.237 INFO kablam! 70 | let mut blockchain: Blockchain = Blockchain::default(); Sep 06 09:25:57.237 INFO kablam! | ^^^^^^^^^^ did you mean `blockchain`? Sep 06 09:25:57.237 INFO kablam! Sep 06 09:25:57.237 INFO kablam! warning: unused import: `blockchain::*` Sep 06 09:25:57.237 INFO kablam! --> examples/adder.rs:3:5 Sep 06 09:25:57.237 INFO kablam! | Sep 06 09:25:57.237 INFO kablam! 3 | use blockchain::*; Sep 06 09:25:57.237 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 09:25:57.237 INFO kablam! | Sep 06 09:25:57.237 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:25:57.237 INFO kablam! Sep 06 09:25:57.239 INFO kablam! error: aborting due to 6 previous errors Sep 06 09:25:57.239 INFO kablam! Sep 06 09:25:57.239 INFO kablam! Some errors occurred: E0405, E0412, E0433. Sep 06 09:25:57.239 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 06 09:25:57.245 INFO kablam! error: Could not compile `blockchain`. Sep 06 09:25:57.245 INFO kablam! Sep 06 09:25:57.245 INFO kablam! To learn more, run the command again with --verbose. Sep 06 09:25:57.245 INFO kablam! su: No module specific data is present Sep 06 09:25:57.943 INFO running `"docker" "rm" "-f" "9e41b4b62c765cf95573556bf086ca616ab6b335f539c03a3d6c15072c5ac79d"` Sep 06 09:25:58.030 INFO blam! 9e41b4b62c765cf95573556bf086ca616ab6b335f539c03a3d6c15072c5ac79d