Oct 21 23:23:44.417 INFO checking sputnikvm-rlp-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:23:44.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 21 23:23:44.633 INFO blam! 336791b1d10e746b84f3eeab606e318f3f93f60ab4ff3b7d1e52fa8fc54c88db Oct 21 23:23:44.636 INFO running `"docker" "start" "-a" "336791b1d10e746b84f3eeab606e318f3f93f60ab4ff3b7d1e52fa8fc54c88db"` Oct 21 23:23:45.346 INFO kablam! usermod: no changes Oct 21 23:23:45.389 INFO kablam! Compiling heapsize v0.3.9 Oct 21 23:23:47.284 INFO kablam! Checking elastic-array v0.7.0 Oct 21 23:23:48.675 INFO kablam! Checking sputnikvm-rlp v0.2.0 (/source) Oct 21 23:23:49.872 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:23:49.872 INFO kablam! --> src/untrusted_rlp.rs:279:43 Oct 21 23:23:49.872 INFO kablam! | Oct 21 23:23:49.872 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Oct 21 23:23:49.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:23:49.872 INFO kablam! | Oct 21 23:23:49.872 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:23:49.872 INFO kablam! Oct 21 23:23:49.872 INFO kablam! warning: unused import: `cmp` Oct 21 23:23:49.872 INFO kablam! --> src/impls.rs:9:11 Oct 21 23:23:49.872 INFO kablam! | Oct 21 23:23:49.872 INFO kablam! 9 | use std::{cmp, mem, str}; Oct 21 23:23:49.872 INFO kablam! | ^^^ Oct 21 23:23:49.872 INFO kablam! | Oct 21 23:23:49.872 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:23:49.873 INFO kablam! Oct 21 23:23:49.873 INFO kablam! warning: unused macro definition Oct 21 23:23:49.873 INFO kablam! --> src/impls.rs:181:1 Oct 21 23:23:49.873 INFO kablam! | Oct 21 23:23:49.873 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Oct 21 23:23:49.873 INFO kablam! 182 | | ($name: ident) => { Oct 21 23:23:49.873 INFO kablam! 183 | | impl Encodable for $name { Oct 21 23:23:49.873 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Oct 21 23:23:49.873 INFO kablam! ... | Oct 21 23:23:49.873 INFO kablam! 188 | | } Oct 21 23:23:49.873 INFO kablam! 189 | | } Oct 21 23:23:49.873 INFO kablam! | |_^ Oct 21 23:23:49.873 INFO kablam! | Oct 21 23:23:49.873 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 23:23:49.873 INFO kablam! Oct 21 23:23:49.873 INFO kablam! warning: unused macro definition Oct 21 23:23:49.873 INFO kablam! --> src/impls.rs:191:1 Oct 21 23:23:49.873 INFO kablam! | Oct 21 23:23:49.873 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Oct 21 23:23:49.873 INFO kablam! 192 | | ($name: ident, $size: expr) => { Oct 21 23:23:49.873 INFO kablam! 193 | | impl Decodable for $name { Oct 21 23:23:49.873 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Oct 21 23:23:49.873 INFO kablam! ... | Oct 21 23:23:49.873 INFO kablam! 206 | | } Oct 21 23:23:49.873 INFO kablam! 207 | | } Oct 21 23:23:49.873 INFO kablam! | |_^ Oct 21 23:23:49.873 INFO kablam! Oct 21 23:23:49.985 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:23:49.985 INFO kablam! --> src/untrusted_rlp.rs:279:43 Oct 21 23:23:49.985 INFO kablam! | Oct 21 23:23:49.985 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Oct 21 23:23:49.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:23:49.986 INFO kablam! | Oct 21 23:23:49.986 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:23:49.986 INFO kablam! Oct 21 23:23:49.987 INFO kablam! warning: unused import: `cmp` Oct 21 23:23:49.987 INFO kablam! --> src/impls.rs:9:11 Oct 21 23:23:49.987 INFO kablam! | Oct 21 23:23:49.987 INFO kablam! 9 | use std::{cmp, mem, str}; Oct 21 23:23:49.987 INFO kablam! | ^^^ Oct 21 23:23:49.992 INFO kablam! | Oct 21 23:23:49.992 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:23:49.992 INFO kablam! Oct 21 23:23:49.992 INFO kablam! warning: unused macro definition Oct 21 23:23:49.992 INFO kablam! --> src/impls.rs:181:1 Oct 21 23:23:49.992 INFO kablam! | Oct 21 23:23:49.992 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Oct 21 23:23:49.992 INFO kablam! 182 | | ($name: ident) => { Oct 21 23:23:49.992 INFO kablam! 183 | | impl Encodable for $name { Oct 21 23:23:49.992 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Oct 21 23:23:49.992 INFO kablam! ... | Oct 21 23:23:49.992 INFO kablam! 188 | | } Oct 21 23:23:49.992 INFO kablam! 189 | | } Oct 21 23:23:49.992 INFO kablam! | |_^ Oct 21 23:23:49.992 INFO kablam! | Oct 21 23:23:49.992 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 23:23:49.992 INFO kablam! Oct 21 23:23:49.992 INFO kablam! warning: unused macro definition Oct 21 23:23:49.992 INFO kablam! --> src/impls.rs:191:1 Oct 21 23:23:49.992 INFO kablam! | Oct 21 23:23:49.992 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Oct 21 23:23:49.992 INFO kablam! 192 | | ($name: ident, $size: expr) => { Oct 21 23:23:49.992 INFO kablam! 193 | | impl Decodable for $name { Oct 21 23:23:49.992 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Oct 21 23:23:49.992 INFO kablam! ... | Oct 21 23:23:49.993 INFO kablam! 206 | | } Oct 21 23:23:49.993 INFO kablam! 207 | | } Oct 21 23:23:49.993 INFO kablam! | |_^ Oct 21 23:23:49.993 INFO kablam! Oct 21 23:23:51.648 INFO kablam! error[E0463]: can't find crate for `rlp` Oct 21 23:23:51.649 INFO kablam! --> benches/rlp.rs:18:1 Oct 21 23:23:51.649 INFO kablam! | Oct 21 23:23:51.649 INFO kablam! 18 | extern crate rlp; Oct 21 23:23:51.649 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Oct 21 23:23:51.649 INFO kablam! Oct 21 23:23:51.649 INFO kablam! error: aborting due to previous error Oct 21 23:23:51.649 INFO kablam! Oct 21 23:23:51.649 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 21 23:23:51.651 INFO kablam! error: Could not compile `sputnikvm-rlp`. Oct 21 23:23:51.651 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:23:52.631 INFO kablam! error: build failed Oct 21 23:23:52.632 INFO kablam! su: No module specific data is present Oct 21 23:23:53.852 INFO running `"docker" "rm" "-f" "336791b1d10e746b84f3eeab606e318f3f93f60ab4ff3b7d1e52fa8fc54c88db"` Oct 21 23:23:54.124 INFO blam! 336791b1d10e746b84f3eeab606e318f3f93f60ab4ff3b7d1e52fa8fc54c88db