Sep 06 01:23:35.752 INFO checking rlp2-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 01:23:35.752 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 01:23:35.752 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:23:35.913 INFO blam! 95142c59cfac94d25c8fdb061bc33fe9b6aee604ace2c51c3cf773ef9793de15 Sep 06 01:23:35.915 INFO running `"docker" "start" "-a" "95142c59cfac94d25c8fdb061bc33fe9b6aee604ace2c51c3cf773ef9793de15"` Sep 06 01:23:37.339 INFO kablam! usermod: no changes Sep 06 01:23:37.398 INFO kablam! Compiling heapsize v0.3.9 Sep 06 01:23:38.946 INFO kablam! Checking elastic-array v0.7.0 Sep 06 01:23:39.970 INFO kablam! Checking rlp2 v0.2.0 (file:///source) Sep 06 01:23:40.375 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 01:23:40.375 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 06 01:23:40.375 INFO kablam! | Sep 06 01:23:40.375 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 06 01:23:40.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 01:23:40.375 INFO kablam! | Sep 06 01:23:40.375 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 01:23:40.375 INFO kablam! Sep 06 01:23:40.375 INFO kablam! warning: unused import: `cmp` Sep 06 01:23:40.375 INFO kablam! --> src/impls.rs:9:11 Sep 06 01:23:40.375 INFO kablam! | Sep 06 01:23:40.375 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 06 01:23:40.375 INFO kablam! | ^^^ Sep 06 01:23:40.375 INFO kablam! | Sep 06 01:23:40.375 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 01:23:40.375 INFO kablam! Sep 06 01:23:40.375 INFO kablam! warning: unused macro definition Sep 06 01:23:40.375 INFO kablam! --> src/impls.rs:181:1 Sep 06 01:23:40.375 INFO kablam! | Sep 06 01:23:40.375 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 06 01:23:40.375 INFO kablam! 182 | | ($name: ident) => { Sep 06 01:23:40.375 INFO kablam! 183 | | impl Encodable for $name { Sep 06 01:23:40.375 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 06 01:23:40.375 INFO kablam! ... | Sep 06 01:23:40.375 INFO kablam! 188 | | } Sep 06 01:23:40.375 INFO kablam! 189 | | } Sep 06 01:23:40.375 INFO kablam! | |_^ Sep 06 01:23:40.375 INFO kablam! | Sep 06 01:23:40.375 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 06 01:23:40.375 INFO kablam! Sep 06 01:23:40.375 INFO kablam! warning: unused macro definition Sep 06 01:23:40.375 INFO kablam! --> src/impls.rs:191:1 Sep 06 01:23:40.375 INFO kablam! | Sep 06 01:23:40.375 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 06 01:23:40.375 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 06 01:23:40.375 INFO kablam! 193 | | impl Decodable for $name { Sep 06 01:23:40.375 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 06 01:23:40.375 INFO kablam! ... | Sep 06 01:23:40.375 INFO kablam! 206 | | } Sep 06 01:23:40.375 INFO kablam! 207 | | } Sep 06 01:23:40.375 INFO kablam! | |_^ Sep 06 01:23:40.375 INFO kablam! Sep 06 01:23:40.394 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 01:23:40.394 INFO kablam! --> src/untrusted_rlp.rs:279:43 Sep 06 01:23:40.394 INFO kablam! | Sep 06 01:23:40.394 INFO kablam! 279 | result = UntrustedRlp::consume(result, (i.header_len + i.value_len))?; Sep 06 01:23:40.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 01:23:40.394 INFO kablam! | Sep 06 01:23:40.394 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 01:23:40.394 INFO kablam! Sep 06 01:23:40.394 INFO kablam! warning: unused import: `cmp` Sep 06 01:23:40.394 INFO kablam! --> src/impls.rs:9:11 Sep 06 01:23:40.394 INFO kablam! | Sep 06 01:23:40.394 INFO kablam! 9 | use std::{cmp, mem, str}; Sep 06 01:23:40.394 INFO kablam! | ^^^ Sep 06 01:23:40.394 INFO kablam! | Sep 06 01:23:40.394 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 01:23:40.394 INFO kablam! Sep 06 01:23:40.394 INFO kablam! warning: unused macro definition Sep 06 01:23:40.394 INFO kablam! --> src/impls.rs:181:1 Sep 06 01:23:40.394 INFO kablam! | Sep 06 01:23:40.394 INFO kablam! 181 | / macro_rules! impl_encodable_for_hash { Sep 06 01:23:40.394 INFO kablam! 182 | | ($name: ident) => { Sep 06 01:23:40.394 INFO kablam! 183 | | impl Encodable for $name { Sep 06 01:23:40.394 INFO kablam! 184 | | fn rlp_append(&self, s: &mut RlpStream) { Sep 06 01:23:40.394 INFO kablam! ... | Sep 06 01:23:40.394 INFO kablam! 188 | | } Sep 06 01:23:40.394 INFO kablam! 189 | | } Sep 06 01:23:40.394 INFO kablam! | |_^ Sep 06 01:23:40.394 INFO kablam! | Sep 06 01:23:40.394 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 06 01:23:40.394 INFO kablam! Sep 06 01:23:40.394 INFO kablam! warning: unused macro definition Sep 06 01:23:40.394 INFO kablam! --> src/impls.rs:191:1 Sep 06 01:23:40.394 INFO kablam! | Sep 06 01:23:40.394 INFO kablam! 191 | / macro_rules! impl_decodable_for_hash { Sep 06 01:23:40.394 INFO kablam! 192 | | ($name: ident, $size: expr) => { Sep 06 01:23:40.394 INFO kablam! 193 | | impl Decodable for $name { Sep 06 01:23:40.395 INFO kablam! 194 | | fn decode(rlp: &UntrustedRlp) -> Result { Sep 06 01:23:40.395 INFO kablam! ... | Sep 06 01:23:40.395 INFO kablam! 206 | | } Sep 06 01:23:40.395 INFO kablam! 207 | | } Sep 06 01:23:40.395 INFO kablam! | |_^ Sep 06 01:23:40.395 INFO kablam! Sep 06 01:23:41.051 INFO kablam! error[E0463]: can't find crate for `rlp` Sep 06 01:23:41.051 INFO kablam! --> benches/rlp.rs:18:1 Sep 06 01:23:41.051 INFO kablam! | Sep 06 01:23:41.051 INFO kablam! 18 | extern crate rlp; Sep 06 01:23:41.052 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Sep 06 01:23:41.052 INFO kablam! Sep 06 01:23:41.057 INFO kablam! error[E0463]: can't find crate for `rlp` Sep 06 01:23:41.057 INFO kablam! --> tests/tests.rs:9:1 Sep 06 01:23:41.057 INFO kablam! | Sep 06 01:23:41.057 INFO kablam! 9 | extern crate rlp; Sep 06 01:23:41.057 INFO kablam! | ^^^^^^^^^^^^^^^^^ can't find crate Sep 06 01:23:41.057 INFO kablam! Sep 06 01:23:41.058 INFO kablam! error: aborting due to previous error Sep 06 01:23:41.058 INFO kablam! Sep 06 01:23:41.058 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 06 01:23:41.058 INFO kablam! error: aborting due to previous error Sep 06 01:23:41.058 INFO kablam! Sep 06 01:23:41.058 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 06 01:23:41.066 INFO kablam! error: Could not compile `rlp2`. Sep 06 01:23:41.066 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:23:41.066 INFO kablam! error: Could not compile `rlp2`. Sep 06 01:23:41.066 INFO kablam! Sep 06 01:23:41.066 INFO kablam! To learn more, run the command again with --verbose. Sep 06 01:23:41.066 INFO kablam! su: No module specific data is present Sep 06 01:23:41.605 INFO running `"docker" "rm" "-f" "95142c59cfac94d25c8fdb061bc33fe9b6aee604ace2c51c3cf773ef9793de15"` Sep 06 01:23:41.726 INFO blam! 95142c59cfac94d25c8fdb061bc33fe9b6aee604ace2c51c3cf773ef9793de15