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