Sep 04 02:22:21.751 INFO checking sputnikvm-rlp-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:22:21.751 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:22:21.751 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:22:21.966 INFO blam! 810cf3fb21b99a5385e16dea82175c711d2edcefc00410f71cbcc7c4e6f770d6 Sep 04 02:22:21.968 INFO running `"docker" "start" "-a" "810cf3fb21b99a5385e16dea82175c711d2edcefc00410f71cbcc7c4e6f770d6"` Sep 04 02:22:22.708 INFO kablam! Compiling heapsize v0.3.9 Sep 04 02:22:24.170 INFO kablam! Checking elastic-array v0.7.0 Sep 04 02:22:25.845 INFO kablam! Checking sputnikvm-rlp v0.2.0 (file:///source) Sep 04 02:22:26.304 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:22:26.304 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 04 02:22:26.304 INFO kablam! | Sep 04 02:22:26.304 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 04 02:22:26.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:22:26.304 INFO kablam! | Sep 04 02:22:26.304 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:22:26.304 INFO kablam! Sep 04 02:22:26.306 INFO kablam! warning: unused import: `cmp` Sep 04 02:22:26.306 INFO kablam! --> src/impls.rs:9:11 Sep 04 02:22:26.306 INFO kablam! | Sep 04 02:22:26.306 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 04 02:22:26.306 INFO kablam! | ^^^ Sep 04 02:22:26.306 INFO kablam! | Sep 04 02:22:26.306 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 02:22:26.306 INFO kablam! Sep 04 02:22:26.306 INFO kablam! warning: unused macro definition Sep 04 02:22:26.306 INFO kablam! --> src/impls.rs:181:1 Sep 04 02:22:26.306 INFO kablam! | Sep 04 02:22:26.306 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 04 02:22:26.306 INFO kablam! 182 | | ($name: ident) => { Sep 04 02:22:26.306 INFO kablam! 183 | | impl Encodable for $name { Sep 04 02:22:26.307 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 04 02:22:26.307 INFO kablam! ... | Sep 04 02:22:26.307 INFO kablam! 188 | | } Sep 04 02:22:26.307 INFO kablam! 189 | | } Sep 04 02:22:26.307 INFO kablam! | |_^ Sep 04 02:22:26.307 INFO kablam! | Sep 04 02:22:26.307 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 02:22:26.307 INFO kablam! Sep 04 02:22:26.307 INFO kablam! warning: unused macro definition Sep 04 02:22:26.307 INFO kablam! --> src/impls.rs:191:1 Sep 04 02:22:26.307 INFO kablam! | Sep 04 02:22:26.307 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 04 02:22:26.307 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 04 02:22:26.307 INFO kablam! 193 | | impl Decodable for $name { Sep 04 02:22:26.307 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 04 02:22:26.307 INFO kablam! ... | Sep 04 02:22:26.307 INFO kablam! 206 | | } Sep 04 02:22:26.307 INFO kablam! 207 | | } Sep 04 02:22:26.307 INFO kablam! | |_^ Sep 04 02:22:26.307 INFO kablam! Sep 04 02:22:26.392 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:22:26.392 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 04 02:22:26.392 INFO kablam! | Sep 04 02:22:26.392 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 04 02:22:26.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:22:26.392 INFO kablam! | Sep 04 02:22:26.392 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:22:26.393 INFO kablam! Sep 04 02:22:26.395 INFO kablam! warning: unused import: `cmp` Sep 04 02:22:26.395 INFO kablam! --> src/impls.rs:9:11 Sep 04 02:22:26.395 INFO kablam! | Sep 04 02:22:26.395 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 04 02:22:26.395 INFO kablam! | ^^^ Sep 04 02:22:26.396 INFO kablam! | Sep 04 02:22:26.396 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 02:22:26.396 INFO kablam! Sep 04 02:22:26.396 INFO kablam! warning: unused macro definition Sep 04 02:22:26.396 INFO kablam! --> src/impls.rs:181:1 Sep 04 02:22:26.396 INFO kablam! | Sep 04 02:22:26.396 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 04 02:22:26.396 INFO kablam! 182 | | ($name: ident) => { Sep 04 02:22:26.396 INFO kablam! 183 | | impl Encodable for $name { Sep 04 02:22:26.396 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 04 02:22:26.396 INFO kablam! ... | Sep 04 02:22:26.396 INFO kablam! 188 | | } Sep 04 02:22:26.396 INFO kablam! 189 | | } Sep 04 02:22:26.397 INFO kablam! | |_^ Sep 04 02:22:26.397 INFO kablam! | Sep 04 02:22:26.397 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 02:22:26.397 INFO kablam! Sep 04 02:22:26.397 INFO kablam! warning: unused macro definition Sep 04 02:22:26.397 INFO kablam! --> src/impls.rs:191:1 Sep 04 02:22:26.397 INFO kablam! | Sep 04 02:22:26.397 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 04 02:22:26.397 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 04 02:22:26.397 INFO kablam! 193 | | impl Decodable for $name { Sep 04 02:22:26.397 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 04 02:22:26.397 INFO kablam! ... | Sep 04 02:22:26.397 INFO kablam! 206 | | } Sep 04 02:22:26.397 INFO kablam! 207 | | } Sep 04 02:22:26.397 INFO kablam! | |_^ Sep 04 02:22:26.397 INFO kablam! Sep 04 02:22:27.741 INFO kablam! error[E0463]: can't find crate for `rlp` Sep 04 02:22:27.741 INFO kablam! --> benches/rlp.rs:18:1 Sep 04 02:22:27.741 INFO kablam! | Sep 04 02:22:27.741 INFO kablam! 18 | extern crate rlp; Sep 04 02:22:27.741 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Sep 04 02:22:27.741 INFO kablam! Sep 04 02:22:27.741 INFO kablam! error: aborting due to previous error Sep 04 02:22:27.741 INFO kablam! Sep 04 02:22:27.742 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 02:22:27.747 INFO kablam! error: Could not compile `sputnikvm-rlp`. Sep 04 02:22:27.747 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:22:28.126 INFO kablam! error: build failed Sep 04 02:22:28.128 INFO kablam! su: No module specific data is present Sep 04 02:22:28.529 INFO running `"docker" "rm" "-f" "810cf3fb21b99a5385e16dea82175c711d2edcefc00410f71cbcc7c4e6f770d6"` Sep 04 02:22:28.640 INFO blam! 810cf3fb21b99a5385e16dea82175c711d2edcefc00410f71cbcc7c4e6f770d6