Sep 21 05:53:45.644 INFO checking patricia-trie-0.2.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:53:45.644 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:53:45.644 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:53:45.765 INFO blam! 38780d6907a5806fbc22a1834603df192d61a5e99b2555be165d8570c5db618b Sep 21 05:53:45.766 INFO running `"docker" "start" "-a" "38780d6907a5806fbc22a1834603df192d61a5e99b2555be165d8570c5db618b"` Sep 21 05:53:46.741 INFO kablam! usermod: no changes Sep 21 05:53:46.862 INFO kablam! Compiling crunchy v0.1.6 Sep 21 05:53:46.862 INFO kablam! Compiling heapsize v0.4.2 Sep 21 05:53:46.874 INFO kablam! Checking rustc-hex v2.0.1 Sep 21 05:53:46.874 INFO kablam! Checking parity-bytes v0.1.0 Sep 21 05:53:46.874 INFO kablam! Checking ethereum-types-serialize v0.2.1 Sep 21 05:53:48.338 INFO kablam! Checking tiny-keccak v1.4.2 Sep 21 05:53:48.338 INFO kablam! Checking plain_hasher v0.2.0 Sep 21 05:53:49.128 INFO kablam! Checking fixed-hash v0.2.2 Sep 21 05:53:49.128 INFO kablam! Checking uint v0.4.1 Sep 21 05:53:49.130 INFO kablam! Checking elastic-array v0.10.0 Sep 21 05:53:49.650 INFO kablam! Checking ethbloom v0.5.0 Sep 21 05:53:50.687 INFO kablam! Checking hashdb v0.2.1 Sep 21 05:53:50.878 INFO kablam! Checking ethereum-types v0.4.0 Sep 21 05:53:50.958 INFO kablam! Checking patricia-trie v0.2.2 Sep 21 05:53:50.958 INFO kablam! Checking patricia-trie v0.2.2 (/source) Sep 21 05:53:54.171 INFO kablam! Checking rlp v0.2.4 Sep 21 05:53:54.171 INFO kablam! Checking keccak-hasher v0.1.1 Sep 21 05:53:54.171 INFO kablam! Checking keccak-hash v0.1.2 Sep 21 05:53:55.826 INFO kablam! Checking patricia-trie-ethereum v0.1.0 Sep 21 05:53:55.826 INFO kablam! Checking trie-standardmap v0.1.1 Sep 21 05:53:55.826 INFO kablam! Checking memorydb v0.2.1 Sep 21 05:53:55.826 INFO kablam! Checking triehash v0.2.3 Sep 21 05:53:58.374 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.374 INFO kablam! --> benches/trie.rs:81:6 Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! 81 | t.insert(&i.0, &i.1).unwrap(); Sep 21 05:53:58.374 INFO kablam! | ^^^^^^ Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! Sep 21 05:53:58.374 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.374 INFO kablam! --> benches/trie.rs:100:6 Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! 100 | t.insert(&i.0, &i.1).unwrap(); Sep 21 05:53:58.374 INFO kablam! | ^^^^^^ Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.374 INFO kablam! | Sep 21 05:53:58.374 INFO kablam! Sep 21 05:53:58.378 INFO kablam! error[E0599]: no method named `iter` found for type `ethtrie::patricia_trie::TrieDB<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.379 INFO kablam! --> benches/trie.rs:106:14 Sep 21 05:53:58.379 INFO kablam! | Sep 21 05:53:58.379 INFO kablam! 106 | for n in t.iter().unwrap() { Sep 21 05:53:58.379 INFO kablam! | ^^^^ Sep 21 05:53:58.379 INFO kablam! | Sep 21 05:53:58.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.379 INFO kablam! | Sep 21 05:53:58.379 INFO kablam! 30 | use ethtrie::patricia_trie::Trie; Sep 21 05:53:58.379 INFO kablam! | Sep 21 05:53:58.379 INFO kablam! Sep 21 05:53:58.387 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.387 INFO kablam! --> benches/trie.rs:128:6 Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! 128 | t.insert(&i.0, &i.1).unwrap(); Sep 21 05:53:58.387 INFO kablam! | ^^^^^^ Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! Sep 21 05:53:58.387 INFO kablam! error[E0599]: no method named `root` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.387 INFO kablam! --> benches/trie.rs:130:9 Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! 130 | r = t.root().clone(); Sep 21 05:53:58.387 INFO kablam! | ^^^^ private field, not a method Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.387 INFO kablam! | Sep 21 05:53:58.387 INFO kablam! Sep 21 05:53:58.391 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.391 INFO kablam! --> benches/trie.rs:149:6 Sep 21 05:53:58.391 INFO kablam! | Sep 21 05:53:58.391 INFO kablam! 149 | t.insert(&i.0, &i.1).unwrap(); Sep 21 05:53:58.391 INFO kablam! | ^^^^^^ Sep 21 05:53:58.391 INFO kablam! | Sep 21 05:53:58.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.391 INFO kablam! | Sep 21 05:53:58.391 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.391 INFO kablam! | Sep 21 05:53:58.391 INFO kablam! Sep 21 05:53:58.394 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.394 INFO kablam! --> benches/trie.rs:169:6 Sep 21 05:53:58.394 INFO kablam! | Sep 21 05:53:58.394 INFO kablam! 169 | t.insert(&i.0, &i.1).unwrap(); Sep 21 05:53:58.394 INFO kablam! | ^^^^^^ Sep 21 05:53:58.394 INFO kablam! | Sep 21 05:53:58.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.394 INFO kablam! | Sep 21 05:53:58.394 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.394 INFO kablam! | Sep 21 05:53:58.394 INFO kablam! Sep 21 05:53:58.398 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.398 INFO kablam! --> benches/trie.rs:190:6 Sep 21 05:53:58.398 INFO kablam! | Sep 21 05:53:58.398 INFO kablam! 190 | t.insert(&i.0, &i.1).unwrap(); Sep 21 05:53:58.398 INFO kablam! | ^^^^^^ Sep 21 05:53:58.398 INFO kablam! | Sep 21 05:53:58.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.398 INFO kablam! | Sep 21 05:53:58.398 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.398 INFO kablam! | Sep 21 05:53:58.398 INFO kablam! Sep 21 05:53:58.406 INFO kablam! error[E0599]: no method named `insert` found for type `ethtrie::patricia_trie::TrieDBMut<'_, keccak_hasher::KeccakHasher, ethtrie::RlpNodeCodec>` in the current scope Sep 21 05:53:58.406 INFO kablam! --> benches/trie.rs:211:6 Sep 21 05:53:58.406 INFO kablam! | Sep 21 05:53:58.406 INFO kablam! 211 | t.insert(&i.0, &i.1).unwrap(); Sep 21 05:53:58.406 INFO kablam! | ^^^^^^ Sep 21 05:53:58.406 INFO kablam! | Sep 21 05:53:58.406 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 05:53:58.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 05:53:58.406 INFO kablam! | Sep 21 05:53:58.406 INFO kablam! 30 | use ethtrie::patricia_trie::TrieMut; Sep 21 05:53:58.406 INFO kablam! | Sep 21 05:53:58.406 INFO kablam! Sep 21 05:53:58.410 INFO kablam! error: aborting due to 9 previous errors Sep 21 05:53:58.410 INFO kablam! Sep 21 05:53:58.410 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 05:53:58.415 INFO kablam! error: Could not compile `patricia-trie`. Sep 21 05:53:58.415 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:54:00.261 INFO kablam! error: build failed Sep 21 05:54:00.262 INFO kablam! su: No module specific data is present Sep 21 05:54:00.747 INFO running `"docker" "rm" "-f" "38780d6907a5806fbc22a1834603df192d61a5e99b2555be165d8570c5db618b"` Sep 21 05:54:00.806 INFO blam! 38780d6907a5806fbc22a1834603df192d61a5e99b2555be165d8570c5db618b