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