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