Oct 27 22:39:45.134 INFO checking ethereum-rlp-0.2.3 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:39:45.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 22:39:45.597 INFO blam! 928c07f70421513e3596481daba3d38d250bf48f1ee6406f5f388ec8e62da29d Oct 27 22:39:45.599 INFO running `"docker" "start" "-a" "928c07f70421513e3596481daba3d38d250bf48f1ee6406f5f388ec8e62da29d"` Oct 27 22:39:47.915 INFO kablam! usermod: no changes Oct 27 22:39:48.035 INFO kablam! Checking ethereum-hexutil v0.2.3 Oct 27 22:39:48.039 INFO kablam! Checking elastic-array-plus v0.9.1 Oct 27 22:39:50.247 INFO kablam! Checking ethereum-rlp v0.2.3 (/source) Oct 27 22:39:51.227 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 22:39:51.227 INFO kablam! --> src/untrusted_rlp.rs:284:43 Oct 27 22:39:51.227 INFO kablam! | Oct 27 22:39:51.227 INFO kablam! 284 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Oct 27 22:39:51.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 22:39:51.227 INFO kablam! | Oct 27 22:39:51.227 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 22:39:51.227 INFO kablam! Oct 27 22:39:51.239 INFO kablam! warning: unused import: `cmp` Oct 27 22:39:51.239 INFO kablam! --> src/impls.rs:12:35 Oct 27 22:39:51.239 INFO kablam! | Oct 27 22:39:51.239 INFO kablam! 12 | #[cfg(feature = "std")] use std::{cmp, mem, str}; Oct 27 22:39:51.239 INFO kablam! | ^^^ Oct 27 22:39:51.239 INFO kablam! | Oct 27 22:39:51.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:39:51.239 INFO kablam! Oct 27 22:39:51.239 INFO kablam! warning: unused macro definition Oct 27 22:39:51.239 INFO kablam! --> src/impls.rs:185:1 Oct 27 22:39:51.239 INFO kablam! | Oct 27 22:39:51.239 INFO kablam! 185 | / macro_rules! impl_encodable_for_hash { Oct 27 22:39:51.239 INFO kablam! 186 | | ($name: ident) => { Oct 27 22:39:51.239 INFO kablam! 187 | | impl Encodable for $name { Oct 27 22:39:51.239 INFO kablam! 188 | | fn rlp_append(&self, s: &mut RlpStream) { Oct 27 22:39:51.239 INFO kablam! ... | Oct 27 22:39:51.239 INFO kablam! 192 | | } Oct 27 22:39:51.239 INFO kablam! 193 | | } Oct 27 22:39:51.239 INFO kablam! | |_^ Oct 27 22:39:51.239 INFO kablam! | Oct 27 22:39:51.239 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 22:39:51.239 INFO kablam! Oct 27 22:39:51.239 INFO kablam! warning: unused macro definition Oct 27 22:39:51.239 INFO kablam! --> src/impls.rs:195:1 Oct 27 22:39:51.239 INFO kablam! | Oct 27 22:39:51.239 INFO kablam! 195 | / macro_rules! impl_decodable_for_hash { Oct 27 22:39:51.239 INFO kablam! 196 | | ($name: ident, $size: expr) => { Oct 27 22:39:51.239 INFO kablam! 197 | | impl Decodable for $name { Oct 27 22:39:51.239 INFO kablam! 198 | | fn decode(rlp: &UntrustedRlp) -> Result { Oct 27 22:39:51.239 INFO kablam! ... | Oct 27 22:39:51.239 INFO kablam! 210 | | } Oct 27 22:39:51.239 INFO kablam! 211 | | } Oct 27 22:39:51.239 INFO kablam! | |_^ Oct 27 22:39:51.239 INFO kablam! Oct 27 22:39:51.455 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 22:39:51.455 INFO kablam! --> src/untrusted_rlp.rs:284:43 Oct 27 22:39:51.455 INFO kablam! | Oct 27 22:39:51.455 INFO kablam! 284 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Oct 27 22:39:51.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 22:39:51.455 INFO kablam! | Oct 27 22:39:51.455 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 22:39:51.455 INFO kablam! Oct 27 22:39:51.455 INFO kablam! warning: unused import: `cmp` Oct 27 22:39:51.455 INFO kablam! --> src/impls.rs:12:35 Oct 27 22:39:51.455 INFO kablam! | Oct 27 22:39:51.455 INFO kablam! 12 | #[cfg(feature = "std")] use std::{cmp, mem, str}; Oct 27 22:39:51.455 INFO kablam! | ^^^ Oct 27 22:39:51.455 INFO kablam! | Oct 27 22:39:51.455 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:39:51.455 INFO kablam! Oct 27 22:39:51.455 INFO kablam! warning: unused macro definition Oct 27 22:39:51.455 INFO kablam! --> src/impls.rs:185:1 Oct 27 22:39:51.455 INFO kablam! | Oct 27 22:39:51.455 INFO kablam! 185 | / macro_rules! impl_encodable_for_hash { Oct 27 22:39:51.455 INFO kablam! 186 | | ($name: ident) => { Oct 27 22:39:51.455 INFO kablam! 187 | | impl Encodable for $name { Oct 27 22:39:51.455 INFO kablam! 188 | | fn rlp_append(&self, s: &mut RlpStream) { Oct 27 22:39:51.455 INFO kablam! ... | Oct 27 22:39:51.455 INFO kablam! 192 | | } Oct 27 22:39:51.455 INFO kablam! 193 | | } Oct 27 22:39:51.455 INFO kablam! | |_^ Oct 27 22:39:51.455 INFO kablam! | Oct 27 22:39:51.455 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 22:39:51.455 INFO kablam! Oct 27 22:39:51.455 INFO kablam! warning: unused macro definition Oct 27 22:39:51.455 INFO kablam! --> src/impls.rs:195:1 Oct 27 22:39:51.455 INFO kablam! | Oct 27 22:39:51.455 INFO kablam! 195 | / macro_rules! impl_decodable_for_hash { Oct 27 22:39:51.455 INFO kablam! 196 | | ($name: ident, $size: expr) => { Oct 27 22:39:51.455 INFO kablam! 197 | | impl Decodable for $name { Oct 27 22:39:51.455 INFO kablam! 198 | | fn decode(rlp: &UntrustedRlp) -> Result { Oct 27 22:39:51.455 INFO kablam! ... | Oct 27 22:39:51.455 INFO kablam! 210 | | } Oct 27 22:39:51.455 INFO kablam! 211 | | } Oct 27 22:39:51.455 INFO kablam! | |_^ Oct 27 22:39:51.455 INFO kablam! Oct 27 22:39:53.307 INFO kablam! error[E0463]: can't find crate for `rlp` Oct 27 22:39:53.307 INFO kablam! --> benches/rlp.rs:18:1 Oct 27 22:39:53.307 INFO kablam! | Oct 27 22:39:53.307 INFO kablam! 18 | extern crate sputnikvm_rlp as rlp; Oct 27 22:39:53.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 27 22:39:53.307 INFO kablam! Oct 27 22:39:53.307 INFO kablam! error: aborting due to previous error Oct 27 22:39:53.307 INFO kablam! Oct 27 22:39:53.307 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 27 22:39:53.343 INFO kablam! error: Could not compile `ethereum-rlp`. Oct 27 22:39:53.343 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:39:53.759 INFO kablam! error: build failed Oct 27 22:39:53.759 INFO kablam! su: No module specific data is present Oct 27 22:39:54.315 INFO running `"docker" "rm" "-f" "928c07f70421513e3596481daba3d38d250bf48f1ee6406f5f388ec8e62da29d"` Oct 27 22:39:54.631 INFO blam! 928c07f70421513e3596481daba3d38d250bf48f1ee6406f5f388ec8e62da29d