Sep 04 18:30:17.747 INFO checking esvm-rlp-0.0.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 18:30:17.747 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 18:30:17.747 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/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 18:30:17.914 INFO blam! c6c381f4e0f31a3dcb3c80a8dd4f34b7da95e42865132eed49b82ee07e5ca1ce Sep 04 18:30:17.916 INFO running `"docker" "start" "-a" "c6c381f4e0f31a3dcb3c80a8dd4f34b7da95e42865132eed49b82ee07e5ca1ce"` Sep 04 18:30:18.622 INFO kablam! Checking esvm-rlp v0.0.1 (file:///source) Sep 04 18:30:19.281 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 18:30:19.281 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 04 18:30:19.281 INFO kablam! | Sep 04 18:30:19.281 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 04 18:30:19.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 18:30:19.282 INFO kablam! | Sep 04 18:30:19.282 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 18:30:19.282 INFO kablam! Sep 04 18:30:19.283 INFO kablam! warning: unused import: `cmp` Sep 04 18:30:19.283 INFO kablam! --> src/impls.rs:9:11 Sep 04 18:30:19.283 INFO kablam! | Sep 04 18:30:19.283 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 04 18:30:19.283 INFO kablam! | ^^^ Sep 04 18:30:19.283 INFO kablam! | Sep 04 18:30:19.283 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:30:19.283 INFO kablam! Sep 04 18:30:19.284 INFO kablam! warning: unused macro definition Sep 04 18:30:19.284 INFO kablam! --> src/impls.rs:181:1 Sep 04 18:30:19.284 INFO kablam! | Sep 04 18:30:19.284 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 04 18:30:19.284 INFO kablam! 182 | | ($name: ident) => { Sep 04 18:30:19.284 INFO kablam! 183 | | impl Encodable for $name { Sep 04 18:30:19.284 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 04 18:30:19.284 INFO kablam! ... | Sep 04 18:30:19.284 INFO kablam! 188 | | } Sep 04 18:30:19.284 INFO kablam! 189 | | } Sep 04 18:30:19.284 INFO kablam! | |_^ Sep 04 18:30:19.284 INFO kablam! | Sep 04 18:30:19.284 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 18:30:19.284 INFO kablam! Sep 04 18:30:19.285 INFO kablam! warning: unused macro definition Sep 04 18:30:19.285 INFO kablam! --> src/impls.rs:191:1 Sep 04 18:30:19.285 INFO kablam! | Sep 04 18:30:19.285 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 04 18:30:19.285 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 04 18:30:19.285 INFO kablam! 193 | | impl Decodable for $name { Sep 04 18:30:19.285 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 04 18:30:19.285 INFO kablam! ... | Sep 04 18:30:19.285 INFO kablam! 206 | | } Sep 04 18:30:19.285 INFO kablam! 207 | | } Sep 04 18:30:19.285 INFO kablam! | |_^ Sep 04 18:30:19.285 INFO kablam! Sep 04 18:30:19.433 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 18:30:19.433 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 04 18:30:19.433 INFO kablam! | Sep 04 18:30:19.433 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 04 18:30:19.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 18:30:19.433 INFO kablam! | Sep 04 18:30:19.433 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 18:30:19.433 INFO kablam! Sep 04 18:30:19.436 INFO kablam! warning: unused import: `cmp` Sep 04 18:30:19.436 INFO kablam! --> src/impls.rs:9:11 Sep 04 18:30:19.436 INFO kablam! | Sep 04 18:30:19.436 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 04 18:30:19.436 INFO kablam! | ^^^ Sep 04 18:30:19.436 INFO kablam! | Sep 04 18:30:19.436 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:30:19.436 INFO kablam! Sep 04 18:30:19.437 INFO kablam! warning: unused macro definition Sep 04 18:30:19.437 INFO kablam! --> src/impls.rs:181:1 Sep 04 18:30:19.437 INFO kablam! | Sep 04 18:30:19.437 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 04 18:30:19.437 INFO kablam! 182 | | ($name: ident) => { Sep 04 18:30:19.437 INFO kablam! 183 | | impl Encodable for $name { Sep 04 18:30:19.437 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 04 18:30:19.437 INFO kablam! ... | Sep 04 18:30:19.437 INFO kablam! 188 | | } Sep 04 18:30:19.437 INFO kablam! 189 | | } Sep 04 18:30:19.437 INFO kablam! | |_^ Sep 04 18:30:19.437 INFO kablam! | Sep 04 18:30:19.437 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 18:30:19.437 INFO kablam! Sep 04 18:30:19.438 INFO kablam! warning: unused macro definition Sep 04 18:30:19.438 INFO kablam! --> src/impls.rs:191:1 Sep 04 18:30:19.438 INFO kablam! | Sep 04 18:30:19.438 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 04 18:30:19.438 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 04 18:30:19.438 INFO kablam! 193 | | impl Decodable for $name { Sep 04 18:30:19.438 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 04 18:30:19.438 INFO kablam! ... | Sep 04 18:30:19.438 INFO kablam! 206 | | } Sep 04 18:30:19.438 INFO kablam! 207 | | } Sep 04 18:30:19.438 INFO kablam! | |_^ Sep 04 18:30:19.438 INFO kablam! Sep 04 18:30:20.721 INFO kablam! error[E0463]: can't find crate for `rlp` Sep 04 18:30:20.721 INFO kablam! --> tests/tests.rs:9:1 Sep 04 18:30:20.722 INFO kablam! | Sep 04 18:30:20.722 INFO kablam! 9 | extern crate rlp; Sep 04 18:30:20.722 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Sep 04 18:30:20.722 INFO kablam! Sep 04 18:30:20.722 INFO kablam! error: aborting due to previous error Sep 04 18:30:20.722 INFO kablam! Sep 04 18:30:20.722 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 18:30:20.726 INFO kablam! error[E0463]: can't find crate for `rlp` Sep 04 18:30:20.726 INFO kablam! --> benches/rlp.rs:18:1 Sep 04 18:30:20.726 INFO kablam! | Sep 04 18:30:20.726 INFO kablam! 18 | extern crate rlp; Sep 04 18:30:20.726 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Sep 04 18:30:20.726 INFO kablam! Sep 04 18:30:20.726 INFO kablam! error: aborting due to previous error Sep 04 18:30:20.726 INFO kablam! Sep 04 18:30:20.726 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 18:30:20.727 INFO kablam! error: Could not compile `esvm-rlp`. Sep 04 18:30:20.727 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:30:20.731 INFO kablam! error: Could not compile `esvm-rlp`. Sep 04 18:30:20.731 INFO kablam! Sep 04 18:30:20.731 INFO kablam! To learn more, run the command again with --verbose. Sep 04 18:30:20.733 INFO kablam! su: No module specific data is present Sep 04 18:30:21.150 INFO running `"docker" "rm" "-f" "c6c381f4e0f31a3dcb3c80a8dd4f34b7da95e42865132eed49b82ee07e5ca1ce"` Sep 04 18:30:21.255 INFO blam! c6c381f4e0f31a3dcb3c80a8dd4f34b7da95e42865132eed49b82ee07e5ca1ce