Oct 27 22:39:52.475 INFO checking ethereum-rlp-0.2.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:39:52.475 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:52.940 INFO blam! 1d57dcd0377d58f19cacd81f85d04bb5ab219c7ea4bf2e0f07c6bc296df521ee Oct 27 22:39:52.945 INFO running `"docker" "start" "-a" "1d57dcd0377d58f19cacd81f85d04bb5ab219c7ea4bf2e0f07c6bc296df521ee"` Oct 27 22:39:53.983 INFO kablam! usermod: no changes Oct 27 22:39:54.063 INFO kablam! Checking ethereum-hexutil v0.2.3 Oct 27 22:39:54.765 INFO kablam! Checking ethereum-rlp v0.2.3 (/source) Oct 27 22:39:55.959 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 22:39:55.959 INFO kablam! --> src/untrusted_rlp.rs:284:43 Oct 27 22:39:55.959 INFO kablam! | Oct 27 22:39:55.959 INFO kablam! 284 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Oct 27 22:39:55.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 22:39:55.959 INFO kablam! | Oct 27 22:39:55.959 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 22:39:55.959 INFO kablam! Oct 27 22:39:55.959 INFO kablam! warning: unused import: `cmp` Oct 27 22:39:55.959 INFO kablam! --> src/impls.rs:12:35 Oct 27 22:39:55.959 INFO kablam! | Oct 27 22:39:55.959 INFO kablam! 12 | #[cfg(feature = "std")] use std::{cmp, mem, str}; Oct 27 22:39:55.959 INFO kablam! | ^^^ Oct 27 22:39:55.959 INFO kablam! | Oct 27 22:39:55.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:39:55.959 INFO kablam! Oct 27 22:39:55.959 INFO kablam! warning: unused macro definition Oct 27 22:39:55.959 INFO kablam! --> src/impls.rs:185:1 Oct 27 22:39:55.959 INFO kablam! | Oct 27 22:39:55.959 INFO kablam! 185 | / macro_rules! impl_encodable_for_hash { Oct 27 22:39:55.959 INFO kablam! 186 | | ($name: ident) => { Oct 27 22:39:55.959 INFO kablam! 187 | | impl Encodable for $name { Oct 27 22:39:55.959 INFO kablam! 188 | | fn rlp_append(&self, s: &mut RlpStream) { Oct 27 22:39:55.959 INFO kablam! ... | Oct 27 22:39:55.959 INFO kablam! 192 | | } Oct 27 22:39:55.959 INFO kablam! 193 | | } Oct 27 22:39:55.959 INFO kablam! | |_^ Oct 27 22:39:55.959 INFO kablam! | Oct 27 22:39:55.959 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 22:39:55.959 INFO kablam! Oct 27 22:39:55.959 INFO kablam! warning: unused macro definition Oct 27 22:39:55.959 INFO kablam! --> src/impls.rs:195:1 Oct 27 22:39:55.959 INFO kablam! | Oct 27 22:39:55.959 INFO kablam! 195 | / macro_rules! impl_decodable_for_hash { Oct 27 22:39:55.959 INFO kablam! 196 | | ($name: ident, $size: expr) => { Oct 27 22:39:55.959 INFO kablam! 197 | | impl Decodable for $name { Oct 27 22:39:55.959 INFO kablam! 198 | | fn decode(rlp: &UntrustedRlp) -> Result { Oct 27 22:39:55.959 INFO kablam! ... | Oct 27 22:39:55.959 INFO kablam! 210 | | } Oct 27 22:39:55.959 INFO kablam! 211 | | } Oct 27 22:39:55.959 INFO kablam! | |_^ Oct 27 22:39:55.959 INFO kablam! Oct 27 22:39:56.246 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 22:39:56.246 INFO kablam! --> src/untrusted_rlp.rs:284:43 Oct 27 22:39:56.246 INFO kablam! | Oct 27 22:39:56.246 INFO kablam! 284 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Oct 27 22:39:56.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 22:39:56.246 INFO kablam! | Oct 27 22:39:56.246 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 22:39:56.246 INFO kablam! Oct 27 22:39:56.246 INFO kablam! warning: unused import: `cmp` Oct 27 22:39:56.246 INFO kablam! --> src/impls.rs:12:35 Oct 27 22:39:56.246 INFO kablam! | Oct 27 22:39:56.246 INFO kablam! 12 | #[cfg(feature = "std")] use std::{cmp, mem, str}; Oct 27 22:39:56.246 INFO kablam! | ^^^ Oct 27 22:39:56.246 INFO kablam! | Oct 27 22:39:56.246 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:39:56.246 INFO kablam! Oct 27 22:39:56.246 INFO kablam! warning: unused macro definition Oct 27 22:39:56.246 INFO kablam! --> src/impls.rs:185:1 Oct 27 22:39:56.246 INFO kablam! | Oct 27 22:39:56.246 INFO kablam! 185 | / macro_rules! impl_encodable_for_hash { Oct 27 22:39:56.246 INFO kablam! 186 | | ($name: ident) => { Oct 27 22:39:56.246 INFO kablam! 187 | | impl Encodable for $name { Oct 27 22:39:56.246 INFO kablam! 188 | | fn rlp_append(&self, s: &mut RlpStream) { Oct 27 22:39:56.246 INFO kablam! ... | Oct 27 22:39:56.246 INFO kablam! 192 | | } Oct 27 22:39:56.246 INFO kablam! 193 | | } Oct 27 22:39:56.246 INFO kablam! | |_^ Oct 27 22:39:56.246 INFO kablam! | Oct 27 22:39:56.246 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 22:39:56.246 INFO kablam! Oct 27 22:39:56.246 INFO kablam! warning: unused macro definition Oct 27 22:39:56.246 INFO kablam! --> src/impls.rs:195:1 Oct 27 22:39:56.246 INFO kablam! | Oct 27 22:39:56.246 INFO kablam! 195 | / macro_rules! impl_decodable_for_hash { Oct 27 22:39:56.246 INFO kablam! 196 | | ($name: ident, $size: expr) => { Oct 27 22:39:56.246 INFO kablam! 197 | | impl Decodable for $name { Oct 27 22:39:56.246 INFO kablam! 198 | | fn decode(rlp: &UntrustedRlp) -> Result { Oct 27 22:39:56.246 INFO kablam! ... | Oct 27 22:39:56.246 INFO kablam! 210 | | } Oct 27 22:39:56.246 INFO kablam! 211 | | } Oct 27 22:39:56.246 INFO kablam! | |_^ Oct 27 22:39:56.246 INFO kablam! Oct 27 22:39:57.919 INFO kablam! error[E0463]: can't find crate for `rlp` Oct 27 22:39:57.919 INFO kablam! --> benches/rlp.rs:18:1 Oct 27 22:39:57.919 INFO kablam! | Oct 27 22:39:57.919 INFO kablam! 18 | extern crate sputnikvm_rlp as rlp; Oct 27 22:39:57.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 27 22:39:57.919 INFO kablam! Oct 27 22:39:57.919 INFO kablam! error: aborting due to previous error Oct 27 22:39:57.919 INFO kablam! Oct 27 22:39:57.919 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 27 22:39:57.931 INFO kablam! error: Could not compile `ethereum-rlp`. Oct 27 22:39:57.931 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:39:58.753 INFO kablam! error: build failed Oct 27 22:39:58.754 INFO kablam! su: No module specific data is present Oct 27 22:39:59.382 INFO running `"docker" "rm" "-f" "1d57dcd0377d58f19cacd81f85d04bb5ab219c7ea4bf2e0f07c6bc296df521ee"` Oct 27 22:39:59.586 INFO blam! 1d57dcd0377d58f19cacd81f85d04bb5ab219c7ea4bf2e0f07c6bc296df521ee