[INFO] crate trie-db 0.22.0 is already in cache [INFO] testing trie-db-0.22.0 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate trie-db 0.22.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate trie-db 0.22.0 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate trie-db 0.22.0 [INFO] finished tweaking crates.io crate trie-db 0.22.0 [INFO] tweaked toml for crates.io crate trie-db 0.22.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e9e07a3e6cab61746d4f897a5e0cf2308a8294a0701d5fe83157f721b363117 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1e9e07a3e6cab61746d4f897a5e0cf2308a8294a0701d5fe83157f721b363117", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e9e07a3e6cab61746d4f897a5e0cf2308a8294a0701d5fe83157f721b363117", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e9e07a3e6cab61746d4f897a5e0cf2308a8294a0701d5fe83157f721b363117", kill_on_drop: false }` [INFO] [stdout] 1e9e07a3e6cab61746d4f897a5e0cf2308a8294a0701d5fe83157f721b363117 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca1d574bbe7eccecbf90d79a771adcc3a0fd74937aa50a2dee956ccd143709f0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca1d574bbe7eccecbf90d79a771adcc3a0fd74937aa50a2dee956ccd143709f0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling hashbrown v0.8.1 [INFO] [stderr] Compiling trie-db v0.22.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:131:47 [INFO] [stdout] | [INFO] [stdout] 131 | TrieError::DecoderError(_, ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.45s [INFO] running `Command { std: "docker" "inspect" "ca1d574bbe7eccecbf90d79a771adcc3a0fd74937aa50a2dee956ccd143709f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca1d574bbe7eccecbf90d79a771adcc3a0fd74937aa50a2dee956ccd143709f0", kill_on_drop: false }` [INFO] [stdout] ca1d574bbe7eccecbf90d79a771adcc3a0fd74937aa50a2dee956ccd143709f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2134b15ba992183a0a3b8fd2bae5c0fa45e278447c5ff388f097b54da3482e0c [INFO] running `Command { std: "docker" "start" "-a" "2134b15ba992183a0a3b8fd2bae5c0fa45e278447c5ff388f097b54da3482e0c", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling parity-util-mem v0.7.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling oorandom v11.1.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling hex-literal-impl v0.2.2 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling parity-codec v3.5.4 [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:131:47 [INFO] [stdout] | [INFO] [stdout] 131 | TrieError::DecoderError(_, ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling hash256-std-hasher v0.15.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling keccak-hasher v0.15.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling trie-standardmap v0.15.2 [INFO] [stderr] Compiling hex-literal v0.2.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling parity-codec-derive v3.3.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling parity-util-mem-derive v0.1.0 [INFO] [stderr] Compiling impl-trait-for-tuples v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling memory-db v0.21.2 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling trie-db v0.22.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/proof/mod.rs:42:6 [INFO] [stdout] | [INFO] [stdout] 42 | use reference_trie::{ [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/proof/mod.rs:42:6 [INFO] [stdout] | [INFO] [stdout] 42 | use reference_trie::{ [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/triedb.rs:337:6 [INFO] [stdout] | [INFO] [stdout] 337 | use reference_trie::{RefTrieDB, RefTrieDBMut, RefLookup, Trie, TrieMut, NibbleSlice}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/triedb.rs:338:6 [INFO] [stdout] | [INFO] [stdout] 338 | use reference_trie::{RefTrieDBNoExt, RefTrieDBMutNoExt}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/triedbmut.rs:1619:6 [INFO] [stdout] | [INFO] [stdout] 1619 | use reference_trie::{RefTrieDBMutNoExt, RefTrieDBMutAllowEmpty, RefTrieDBMut, TrieMut, [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/sectriedb.rs:91:6 [INFO] [stdout] | [INFO] [stdout] 91 | use reference_trie::{RefTrieDBMut, RefSecTrieDB, Trie, TrieMut}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/sectriedbmut.rs:96:6 [INFO] [stdout] | [INFO] [stdout] 96 | use reference_trie::{RefTrieDB, RefSecTrieDBMut, Trie, TrieMut}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/recorder.rs:83:6 [INFO] [stdout] | [INFO] [stdout] 83 | use reference_trie::{RefTrieDB, RefTrieDBMut, Trie, TrieMut, Recorder, Record}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/fatdb.rs:134:6 [INFO] [stdout] | [INFO] [stdout] 134 | use reference_trie::{RefFatDBMut, RefFatDB, Trie, TrieMut}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/fatdbmut.rs:115:6 [INFO] [stdout] | [INFO] [stdout] 115 | use reference_trie::{RefFatDBMut, RefTrieDB, Trie, TrieMut}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/iter_build.rs:502:7 [INFO] [stdout] | [INFO] [stdout] 502 | use reference_trie::{RefTrieDBMut, TrieMut, RefTrieDB, Trie}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/iter_build.rs:528:7 [INFO] [stdout] | [INFO] [stdout] 528 | use reference_trie::{RefTrieDBMutNoExt, TrieMut, RefTrieDBNoExt, Trie}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iterator.rs:392:6 [INFO] [stdout] | [INFO] [stdout] 392 | use reference_trie::{ [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/iterator.rs:392:6 [INFO] [stdout] | [INFO] [stdout] 392 | use reference_trie::{ [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/iterator.rs:397:6 [INFO] [stdout] | [INFO] [stdout] 397 | use reference_trie::{RefTrieDBNoExt, RefTrieDBMutNoExt}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `reference_trie` [INFO] [stdout] --> src/trie_codec.rs:448:6 [INFO] [stdout] | [INFO] [stdout] 448 | use reference_trie::{ [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:179:8 [INFO] [stdout] | [INFO] [stdout] 179 | Err(VerifyError::ExtraneousNode) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `VerifyError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | Err(VerifyError::ExtraneousHashReference(_)) => {} [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `VerifyError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:230:8 [INFO] [stdout] | [INFO] [stdout] 230 | Err(VerifyError::InvalidChildReference(_)) => {} [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `VerifyError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:279:8 [INFO] [stdout] | [INFO] [stdout] 279 | Err(VerifyError::IncompleteProof) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `VerifyError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:294:8 [INFO] [stdout] | [INFO] [stdout] 294 | Err(VerifyError::RootMismatch(_)) => {} [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `VerifyError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:308:8 [INFO] [stdout] | [INFO] [stdout] 308 | Err(VerifyError::DecodeError(_)) => {} [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `VerifyError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/triedbmut.rs:1815:26 [INFO] [stdout] | [INFO] [stdout] 1815 | assert_eq!(&root[..], &reference_trie::calc_root_no_extension(vec![ [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:565:3 [INFO] [stdout] | [INFO] [stdout] 565 | reference_trie::compare_implementations(data, memdb, hashdb); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:570:3 [INFO] [stdout] | [INFO] [stdout] 570 | reference_trie::compare_implementations(data, memdb, hashdb); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:575:3 [INFO] [stdout] | [INFO] [stdout] 575 | reference_trie::compare_implementations_no_extension(data, memdb, hashdb); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:580:3 [INFO] [stdout] | [INFO] [stdout] 580 | reference_trie::compare_implementations_no_extension(data, memdb, hashdb); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:585:3 [INFO] [stdout] | [INFO] [stdout] 585 | reference_trie::compare_implementations_no_extension_unordered(data, memdb, hashdb); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:589:3 [INFO] [stdout] | [INFO] [stdout] 589 | reference_trie::compare_no_extension_insert_remove(data, memdb); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:593:3 [INFO] [stdout] | [INFO] [stdout] 593 | reference_trie::compare_root(data, memdb); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:596:3 [INFO] [stdout] | [INFO] [stdout] 596 | reference_trie::compare_unhashed(data); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `reference_trie` [INFO] [stdout] --> src/iter_build.rs:599:3 [INFO] [stdout] | [INFO] [stdout] 599 | reference_trie::compare_unhashed_no_extension(data); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_trie` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:455:6 [INFO] [stdout] | [INFO] [stdout] 455 | Node::Extension(partial, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:467:6 [INFO] [stdout] | [INFO] [stdout] 467 | Node::Branch(_, _) => {}, [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:478:6 [INFO] [stdout] | [INFO] [stdout] 478 | Node::Branch(_, _) => {}, [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:489:6 [INFO] [stdout] | [INFO] [stdout] 489 | Node::Leaf(partial, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:501:6 [INFO] [stdout] | [INFO] [stdout] 501 | Node::Leaf(partial, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:528:6 [INFO] [stdout] | [INFO] [stdout] 528 | Node::NibbledBranch(partial, _, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:540:6 [INFO] [stdout] | [INFO] [stdout] 540 | Node::NibbledBranch(partial, _, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:552:6 [INFO] [stdout] | [INFO] [stdout] 552 | Node::Leaf(partial, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:565:6 [INFO] [stdout] | [INFO] [stdout] 565 | Node::Leaf(partial, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:586:6 [INFO] [stdout] | [INFO] [stdout] 586 | Node::Empty => {}, [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:696:6 [INFO] [stdout] | [INFO] [stdout] 696 | Node::Empty => {}, [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:727:7 [INFO] [stdout] | [INFO] [stdout] 727 | Node::Leaf(_, _) => hash, [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:763:7 [INFO] [stdout] | [INFO] [stdout] 763 | Node::Leaf(_, v) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:793:6 [INFO] [stdout] | [INFO] [stdout] 793 | Node::Branch(_, _) => {}, [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:804:6 [INFO] [stdout] | [INFO] [stdout] 804 | Node::Leaf(partial, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:841:6 [INFO] [stdout] | [INFO] [stdout] 841 | Node::NibbledBranch(partial, _, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:853:6 [INFO] [stdout] | [INFO] [stdout] 853 | Node::Leaf(partial, _) => [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Node` [INFO] [stdout] --> src/iterator.rs:882:6 [INFO] [stdout] | [INFO] [stdout] 882 | Node::Empty => {}, [INFO] [stdout] | ^^^^ use of undeclared type or module `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `generate_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | let proof = generate_proof::<_, L, _, _>(&trie, keys.iter()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::generate_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:114:3 [INFO] [stdout] | [INFO] [stdout] 114 | verify_proof::(&root, &proof, items.iter()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:133:3 [INFO] [stdout] | [INFO] [stdout] 133 | verify_proof::(&root, &proof, items.iter()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:147:3 [INFO] [stdout] | [INFO] [stdout] 147 | verify_proof::(&root, &proof, items.iter()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:162:4 [INFO] [stdout] | [INFO] [stdout] 162 | verify_proof::(&root, &proof, items.iter()), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:163:8 [INFO] [stdout] | [INFO] [stdout] 163 | Err(VerifyError::DuplicateKey(b"bravo".to_vec())) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::VerifyError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:178:4 [INFO] [stdout] | [INFO] [stdout] 178 | verify_proof::(&root, &proof, items.iter()), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:195:4 [INFO] [stdout] | [INFO] [stdout] 195 | verify_proof::(&root, &proof, items.iter()), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:196:8 [INFO] [stdout] | [INFO] [stdout] 196 | Err(VerifyError::ExtraneousValue(b"do".to_vec())) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::VerifyError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | match verify_proof::(&root, &proof, items.iter()) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | match verify_proof::(&root, &proof, items.iter()) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:247:4 [INFO] [stdout] | [INFO] [stdout] 247 | verify_proof::(&root, &proof, items.iter()), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:248:8 [INFO] [stdout] | [INFO] [stdout] 248 | Err(VerifyError::ValueMismatch(b"halp".to_vec())) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::VerifyError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:264:4 [INFO] [stdout] | [INFO] [stdout] 264 | verify_proof::(&root, &proof, items.iter()), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `VerifyError` [INFO] [stdout] --> src/proof/mod.rs:265:8 [INFO] [stdout] | [INFO] [stdout] 265 | Err(VerifyError::ValueMismatch(b"bravo".to_vec())) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::VerifyError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:278:4 [INFO] [stdout] | [INFO] [stdout] 278 | verify_proof::(&root, &proof, items.iter()), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | match verify_proof::(&root, &proof, items.iter()) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `verify_proof` in this scope [INFO] [stdout] --> src/proof/mod.rs:307:9 [INFO] [stdout] | [INFO] [stdout] 307 | match verify_proof::(&root, &proof, items.iter()) { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 41 | use crate::proof::verify_proof; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 68 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `trie-db`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2134b15ba992183a0a3b8fd2bae5c0fa45e278447c5ff388f097b54da3482e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2134b15ba992183a0a3b8fd2bae5c0fa45e278447c5ff388f097b54da3482e0c", kill_on_drop: false }` [INFO] [stdout] 2134b15ba992183a0a3b8fd2bae5c0fa45e278447c5ff388f097b54da3482e0c