Sep 19 19:47:01.787 INFO checking rlp2-0.2.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 19:47:01.787 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 19:47:01.787 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:47:02.028 INFO blam! 987ca5de653126cc7f3e6e82de65ef27e89adf81188ce29c3472e6bb2c4c65b5 Sep 19 19:47:02.030 INFO running `"docker" "start" "-a" "987ca5de653126cc7f3e6e82de65ef27e89adf81188ce29c3472e6bb2c4c65b5"` Sep 19 19:47:02.806 INFO kablam! usermod: no changes Sep 19 19:47:02.896 INFO kablam! Compiling heapsize v0.3.9 Sep 19 19:47:04.091 INFO kablam! Checking elastic-array v0.7.0 Sep 19 19:47:05.271 INFO kablam! Checking rlp2 v0.2.0 (/source) Sep 19 19:47:05.803 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:47:05.803 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 19 19:47:05.803 INFO kablam! | Sep 19 19:47:05.803 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 19 19:47:05.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:47:05.803 INFO kablam! | Sep 19 19:47:05.803 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:47:05.803 INFO kablam! Sep 19 19:47:05.803 INFO kablam! warning: unused import: `cmp` Sep 19 19:47:05.804 INFO kablam! --> src/impls.rs:9:11 Sep 19 19:47:05.804 INFO kablam! | Sep 19 19:47:05.804 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 19 19:47:05.804 INFO kablam! | ^^^ Sep 19 19:47:05.804 INFO kablam! | Sep 19 19:47:05.804 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:47:05.804 INFO kablam! Sep 19 19:47:05.804 INFO kablam! warning: unused macro definition Sep 19 19:47:05.804 INFO kablam! --> src/impls.rs:181:1 Sep 19 19:47:05.804 INFO kablam! | Sep 19 19:47:05.804 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 19 19:47:05.804 INFO kablam! 182 | | ($name: ident) => { Sep 19 19:47:05.804 INFO kablam! 183 | | impl Encodable for $name { Sep 19 19:47:05.804 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 19 19:47:05.804 INFO kablam! ... | Sep 19 19:47:05.804 INFO kablam! 188 | | } Sep 19 19:47:05.804 INFO kablam! 189 | | } Sep 19 19:47:05.804 INFO kablam! | |_^ Sep 19 19:47:05.804 INFO kablam! | Sep 19 19:47:05.804 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 19:47:05.804 INFO kablam! Sep 19 19:47:05.805 INFO kablam! warning: unused macro definition Sep 19 19:47:05.805 INFO kablam! --> src/impls.rs:191:1 Sep 19 19:47:05.805 INFO kablam! | Sep 19 19:47:05.805 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 19 19:47:05.805 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 19 19:47:05.805 INFO kablam! 193 | | impl Decodable for $name { Sep 19 19:47:05.805 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 19 19:47:05.805 INFO kablam! ... | Sep 19 19:47:05.805 INFO kablam! 206 | | } Sep 19 19:47:05.805 INFO kablam! 207 | | } Sep 19 19:47:05.805 INFO kablam! | |_^ Sep 19 19:47:05.805 INFO kablam! Sep 19 19:47:05.879 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:47:05.879 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 19 19:47:05.879 INFO kablam! | Sep 19 19:47:05.879 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 19 19:47:05.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:47:05.879 INFO kablam! | Sep 19 19:47:05.879 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:47:05.879 INFO kablam! Sep 19 19:47:05.879 INFO kablam! warning: unused import: `cmp` Sep 19 19:47:05.879 INFO kablam! --> src/impls.rs:9:11 Sep 19 19:47:05.879 INFO kablam! | Sep 19 19:47:05.879 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 19 19:47:05.879 INFO kablam! | ^^^ Sep 19 19:47:05.879 INFO kablam! | Sep 19 19:47:05.879 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:47:05.879 INFO kablam! Sep 19 19:47:05.879 INFO kablam! warning: unused macro definition Sep 19 19:47:05.879 INFO kablam! --> src/impls.rs:181:1 Sep 19 19:47:05.879 INFO kablam! | Sep 19 19:47:05.879 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 19 19:47:05.879 INFO kablam! 182 | | ($name: ident) => { Sep 19 19:47:05.879 INFO kablam! 183 | | impl Encodable for $name { Sep 19 19:47:05.879 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 19 19:47:05.879 INFO kablam! ... | Sep 19 19:47:05.879 INFO kablam! 188 | | } Sep 19 19:47:05.879 INFO kablam! 189 | | } Sep 19 19:47:05.879 INFO kablam! | |_^ Sep 19 19:47:05.879 INFO kablam! | Sep 19 19:47:05.879 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 19:47:05.879 INFO kablam! Sep 19 19:47:05.879 INFO kablam! warning: unused macro definition Sep 19 19:47:05.879 INFO kablam! --> src/impls.rs:191:1 Sep 19 19:47:05.879 INFO kablam! | Sep 19 19:47:05.879 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 19 19:47:05.880 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 19 19:47:05.880 INFO kablam! 193 | | impl Decodable for $name { Sep 19 19:47:05.880 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 19 19:47:05.880 INFO kablam! ... | Sep 19 19:47:05.880 INFO kablam! 206 | | } Sep 19 19:47:05.880 INFO kablam! 207 | | } Sep 19 19:47:05.880 INFO kablam! | |_^ Sep 19 19:47:05.880 INFO kablam! Sep 19 19:47:06.967 INFO kablam! error[E0463]: can't find crate for `rlp` Sep 19 19:47:06.967 INFO kablam! --> tests/tests.rs:9:1 Sep 19 19:47:06.967 INFO kablam! | Sep 19 19:47:06.967 INFO kablam! 9 | extern crate rlp; Sep 19 19:47:06.967 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Sep 19 19:47:06.967 INFO kablam! Sep 19 19:47:06.967 INFO kablam! error: aborting due to previous error Sep 19 19:47:06.967 INFO kablam! Sep 19 19:47:06.967 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:47:06.979 INFO kablam! error: Could not compile `rlp2`. Sep 19 19:47:06.979 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:47:07.030 INFO kablam! error[E0463]: can't find crate for `rlp` Sep 19 19:47:07.030 INFO kablam! --> benches/rlp.rs:18:1 Sep 19 19:47:07.030 INFO kablam! | Sep 19 19:47:07.030 INFO kablam! 18 | extern crate rlp; Sep 19 19:47:07.030 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Sep 19 19:47:07.030 INFO kablam! Sep 19 19:47:07.030 INFO kablam! error: aborting due to previous error Sep 19 19:47:07.030 INFO kablam! Sep 19 19:47:07.031 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:47:07.032 INFO kablam! error: Could not compile `rlp2`. Sep 19 19:47:07.032 INFO kablam! Sep 19 19:47:07.032 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:47:07.033 INFO kablam! su: No module specific data is present Sep 19 19:47:08.081 INFO running `"docker" "rm" "-f" "987ca5de653126cc7f3e6e82de65ef27e89adf81188ce29c3472e6bb2c4c65b5"` Sep 19 19:47:08.250 INFO blam! 987ca5de653126cc7f3e6e82de65ef27e89adf81188ce29c3472e6bb2c4c65b5