Oct 21 22:52:19.643 INFO checking triehash-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:52:19.644 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:52:19.851 INFO blam! 5af7c761ff8603967dffd4516eaddfd48ed5acb6d45492f2b81b46c8ad15ddb0 Oct 21 22:52:19.856 INFO running `"docker" "start" "-a" "5af7c761ff8603967dffd4516eaddfd48ed5acb6d45492f2b81b46c8ad15ddb0"` Oct 21 22:52:20.320 INFO kablam! usermod: no changes Oct 21 22:52:20.400 INFO kablam! Checking rustc-hex v2.0.1 Oct 21 22:52:20.400 INFO kablam! Checking parity-bytes v0.1.0 Oct 21 22:52:20.400 INFO kablam! Checking hashdb v0.3.0 Oct 21 22:52:20.407 INFO kablam! Checking ethereum-types-serialize v0.2.1 Oct 21 22:52:20.408 INFO kablam! Checking plain_hasher v0.2.0 Oct 21 22:52:20.409 INFO kablam! Checking fixed-hash v0.2.2 Oct 21 22:52:20.409 INFO kablam! Checking elastic-array v0.10.0 Oct 21 22:52:21.248 INFO kablam! Checking uint v0.4.1 Oct 21 22:52:21.248 INFO kablam! Checking rlp v0.3.0 Oct 21 22:52:21.989 INFO kablam! Checking ethbloom v0.5.0 Oct 21 22:52:22.488 INFO kablam! Checking hashdb v0.2.1 Oct 21 22:52:23.768 INFO kablam! Checking triehash v0.3.0 (/source) Oct 21 22:52:24.940 INFO kablam! Checking ethereum-types v0.4.0 Oct 21 22:52:28.470 INFO kablam! Checking rlp v0.2.4 Oct 21 22:52:28.471 INFO kablam! Checking keccak-hash v0.1.2 Oct 21 22:52:28.471 INFO kablam! Checking keccak-hasher v0.1.1 Oct 21 22:52:30.352 INFO kablam! Checking trie-standardmap v0.1.1 Oct 21 22:52:33.081 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.081 INFO kablam! --> src/lib.rs:318:14 Oct 21 22:52:33.081 INFO kablam! | Oct 21 22:52:33.082 INFO kablam! 318 | assert_eq!(trie_root::(vec![ Oct 21 22:52:33.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.082 INFO kablam! Oct 21 22:52:33.082 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.083 INFO kablam! --> src/lib.rs:318:14 Oct 21 22:52:33.083 INFO kablam! | Oct 21 22:52:33.083 INFO kablam! 318 | assert_eq!(trie_root::(vec![ Oct 21 22:52:33.084 INFO kablam! | ____________________^ Oct 21 22:52:33.084 INFO kablam! 319 | | (b"A", b"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" as &[u8]) Oct 21 22:52:33.084 INFO kablam! 320 | | ]), "d23786fb4a010da3ce639d66d5e904a11dbc02746d1ce25029e53290cabf28ab".into()); Oct 21 22:52:33.084 INFO kablam! | |__________^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.085 INFO kablam! Oct 21 22:52:33.085 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.085 INFO kablam! --> src/lib.rs:325:11 Oct 21 22:52:33.085 INFO kablam! | Oct 21 22:52:33.086 INFO kablam! 325 | assert!(trie_root::(vec![ Oct 21 22:52:33.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.086 INFO kablam! Oct 21 22:52:33.087 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.087 INFO kablam! --> src/lib.rs:325:11 Oct 21 22:52:33.087 INFO kablam! | Oct 21 22:52:33.087 INFO kablam! 325 | assert!(trie_root::(vec![ Oct 21 22:52:33.088 INFO kablam! | _________________^ Oct 21 22:52:33.088 INFO kablam! 326 | | (vec![0x01u8, 0x23], vec![0x01u8, 0x23]), Oct 21 22:52:33.092 INFO kablam! 327 | | (vec![0x81u8, 0x23], vec![0x81u8, 0x23]), Oct 21 22:52:33.092 INFO kablam! 328 | | (vec![0xf1u8, 0x23], vec![0xf1u8, 0x23]), Oct 21 22:52:33.093 INFO kablam! 329 | | ]) == Oct 21 22:52:33.093 INFO kablam! | |__________^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.093 INFO kablam! Oct 21 22:52:33.094 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.094 INFO kablam! --> src/lib.rs:330:3 Oct 21 22:52:33.094 INFO kablam! | Oct 21 22:52:33.094 INFO kablam! 330 | trie_root::(vec![ Oct 21 22:52:33.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.095 INFO kablam! Oct 21 22:52:33.095 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.095 INFO kablam! --> src/lib.rs:330:3 Oct 21 22:52:33.096 INFO kablam! | Oct 21 22:52:33.096 INFO kablam! 330 | trie_root::(vec![ Oct 21 22:52:33.096 INFO kablam! | _________^ Oct 21 22:52:33.097 INFO kablam! 331 | | (vec![0x01u8, 0x23], vec![0x01u8, 0x23]), Oct 21 22:52:33.097 INFO kablam! 332 | | (vec![0xf1u8, 0x23], vec![0xf1u8, 0x23]), // last two tuples are swapped Oct 21 22:52:33.097 INFO kablam! 333 | | (vec![0x81u8, 0x23], vec![0x81u8, 0x23]), Oct 21 22:52:33.097 INFO kablam! 334 | | ])); Oct 21 22:52:33.097 INFO kablam! | |__________^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.098 INFO kablam! Oct 21 22:52:33.098 INFO kablam! error: aborting due to 6 previous errors Oct 21 22:52:33.098 INFO kablam! Oct 21 22:52:33.098 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 21 22:52:33.104 INFO kablam! error: Could not compile `triehash`. Oct 21 22:52:33.104 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 22:52:33.208 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.209 INFO kablam! --> benches/triehash.rs:70:11 Oct 21 22:52:33.209 INFO kablam! | Oct 21 22:52:33.209 INFO kablam! 70 | let _ = trie_root::(d.clone()).clone(); Oct 21 22:52:33.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.210 INFO kablam! Oct 21 22:52:33.210 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.211 INFO kablam! --> benches/triehash.rs:70:11 Oct 21 22:52:33.211 INFO kablam! | Oct 21 22:52:33.211 INFO kablam! 70 | let _ = trie_root::(d.clone()).clone(); Oct 21 22:52:33.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.212 INFO kablam! Oct 21 22:52:33.212 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.212 INFO kablam! --> benches/triehash.rs:85:11 Oct 21 22:52:33.213 INFO kablam! | Oct 21 22:52:33.213 INFO kablam! 85 | let _ = trie_root::(d.clone()).clone(); Oct 21 22:52:33.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.213 INFO kablam! Oct 21 22:52:33.214 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.214 INFO kablam! --> benches/triehash.rs:85:11 Oct 21 22:52:33.214 INFO kablam! | Oct 21 22:52:33.214 INFO kablam! 85 | let _ = trie_root::(d.clone()).clone(); Oct 21 22:52:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.215 INFO kablam! Oct 21 22:52:33.215 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.215 INFO kablam! --> benches/triehash.rs:100:11 Oct 21 22:52:33.216 INFO kablam! | Oct 21 22:52:33.216 INFO kablam! 100 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.216 INFO kablam! Oct 21 22:52:33.217 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.217 INFO kablam! --> benches/triehash.rs:100:11 Oct 21 22:52:33.217 INFO kablam! | Oct 21 22:52:33.217 INFO kablam! 100 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.218 INFO kablam! Oct 21 22:52:33.218 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.218 INFO kablam! --> benches/triehash.rs:115:11 Oct 21 22:52:33.219 INFO kablam! | Oct 21 22:52:33.219 INFO kablam! 115 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.219 INFO kablam! Oct 21 22:52:33.219 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.220 INFO kablam! --> benches/triehash.rs:115:11 Oct 21 22:52:33.223 INFO kablam! | Oct 21 22:52:33.223 INFO kablam! 115 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.223 INFO kablam! Oct 21 22:52:33.223 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.223 INFO kablam! --> benches/triehash.rs:131:11 Oct 21 22:52:33.223 INFO kablam! | Oct 21 22:52:33.223 INFO kablam! 131 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.223 INFO kablam! Oct 21 22:52:33.223 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.223 INFO kablam! --> benches/triehash.rs:131:11 Oct 21 22:52:33.223 INFO kablam! | Oct 21 22:52:33.223 INFO kablam! 131 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.223 INFO kablam! Oct 21 22:52:33.223 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.223 INFO kablam! --> benches/triehash.rs:147:11 Oct 21 22:52:33.223 INFO kablam! | Oct 21 22:52:33.223 INFO kablam! 147 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.223 INFO kablam! Oct 21 22:52:33.223 INFO kablam! error[E0277]: the trait bound `keccak_hasher::KeccakHasher: hashdb::Hasher` is not satisfied Oct 21 22:52:33.223 INFO kablam! --> benches/triehash.rs:147:11 Oct 21 22:52:33.223 INFO kablam! | Oct 21 22:52:33.223 INFO kablam! 147 | let _ = trie_root::(d.clone()); Oct 21 22:52:33.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `hashdb::Hasher` is not implemented for `keccak_hasher::KeccakHasher` Oct 21 22:52:33.223 INFO kablam! Oct 21 22:52:33.224 INFO kablam! error: aborting due to 12 previous errors Oct 21 22:52:33.224 INFO kablam! Oct 21 22:52:33.224 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 21 22:52:33.227 INFO kablam! error: Could not compile `triehash`. Oct 21 22:52:33.227 INFO kablam! Oct 21 22:52:33.227 INFO kablam! To learn more, run the command again with --verbose. Oct 21 22:52:33.228 INFO kablam! su: No module specific data is present Oct 21 22:52:33.622 INFO running `"docker" "rm" "-f" "5af7c761ff8603967dffd4516eaddfd48ed5acb6d45492f2b81b46c8ad15ddb0"` Oct 21 22:52:33.825 INFO blam! 5af7c761ff8603967dffd4516eaddfd48ed5acb6d45492f2b81b46c8ad15ddb0