[INFO] cloning repository https://github.com/polytope-labs/ethereum-triedb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/polytope-labs/ethereum-triedb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolytope-labs%2Fethereum-triedb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolytope-labs%2Fethereum-triedb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e400ae322d35fe1f12922dc38dfae6b5aa4bb75c
[INFO] testing polytope-labs/ethereum-triedb against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolytope-labs%2Fethereum-triedb" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/polytope-labs/ethereum-triedb
[INFO] finished tweaking git repo https://github.com/polytope-labs/ethereum-triedb
[INFO] tweaked toml for git repo https://github.com/polytope-labs/ethereum-triedb written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/polytope-labs/ethereum-triedb on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/polytope-labs/ethereum-triedb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byte-slice-cast v1.2.1
[INFO] [stderr]   Downloaded trie-db v0.24.0
[INFO] [stderr]   Downloaded primitive-types v0.12.0
[INFO] [stderr]   Downloaded parity-util-mem-derive v0.1.0
[INFO] [stderr]   Downloaded rlp v0.5.1
[INFO] [stderr]   Downloaded hex-literal v0.3.4
[INFO] [stderr]   Downloaded parity-util-mem v0.12.0
[INFO] [stderr]   Downloaded uint v0.9.4
[INFO] [stderr]   Downloaded parity-scale-codec v3.2.1
[INFO] [stderr]   Downloaded once_cell v1.15.0
[INFO] [stderr]   Downloaded memory-db v0.30.0
[INFO] [stderr]   Downloaded parity-scale-codec-derive v3.1.3
[INFO] [stderr]   Downloaded hash-db v0.15.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd5e956f72cc8b1b9b89f21ff4347160d2774db5fafac3139e305a0f0c37ece0
[INFO] running `Command { std: "docker" "start" "-a" "dd5e956f72cc8b1b9b89f21ff4347160d2774db5fafac3139e305a0f0c37ece0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd5e956f72cc8b1b9b89f21ff4347160d2774db5fafac3139e305a0f0c37ece0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd5e956f72cc8b1b9b89f21ff4347160d2774db5fafac3139e305a0f0c37ece0", kill_on_drop: false }`
[INFO] [stdout] dd5e956f72cc8b1b9b89f21ff4347160d2774db5fafac3139e305a0f0c37ece0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8935741b0d0dc5ab34a7dd5fb8b7cbfb8001f3d6f0587ea17a33f4c3890cc35b
[INFO] running `Command { std: "docker" "start" "-a" "8935741b0d0dc5ab34a7dd5fb8b7cbfb8001f3d6f0587ea17a33f4c3890cc35b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling libc v0.2.134
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling parity-util-mem v0.12.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling hash-db v0.15.2
[INFO] [stderr]    Compiling byte-slice-cast v1.2.1
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling hash256-std-hasher v0.15.2
[INFO] [stderr]    Compiling uint v0.9.4
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling rlp v0.5.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling trie-db v0.24.0
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling primitive-types v0.12.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling parity-util-mem-derive v0.1.0
[INFO] [stderr]    Compiling proc-macro-crate v1.2.1
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.1.3
[INFO] [stderr]    Compiling memory-db v0.30.0
[INFO] [stderr]    Compiling parity-scale-codec v3.2.1
[INFO] [stderr]    Compiling ethereum-trie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "8935741b0d0dc5ab34a7dd5fb8b7cbfb8001f3d6f0587ea17a33f4c3890cc35b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8935741b0d0dc5ab34a7dd5fb8b7cbfb8001f3d6f0587ea17a33f4c3890cc35b", kill_on_drop: false }`
[INFO] [stdout] 8935741b0d0dc5ab34a7dd5fb8b7cbfb8001f3d6f0587ea17a33f4c3890cc35b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0be345e696d48d562f238e335c18b39354402fd1eb31410b99324f7b7d0d2c85
[INFO] running `Command { std: "docker" "start" "-a" "0be345e696d48d562f238e335c18b39354402fd1eb31410b99324f7b7d0d2c85", kill_on_drop: false }`
[INFO] [stderr]    Compiling uint v0.9.4
[INFO] [stderr]    Compiling impl-rlp v0.3.0
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]    Compiling primitive-types v0.12.0
[INFO] [stderr]    Compiling ethereum-trie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.95s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0be345e696d48d562f238e335c18b39354402fd1eb31410b99324f7b7d0d2c85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0be345e696d48d562f238e335c18b39354402fd1eb31410b99324f7b7d0d2c85", kill_on_drop: false }`
[INFO] [stdout] 0be345e696d48d562f238e335c18b39354402fd1eb31410b99324f7b7d0d2c85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] acbf8a454092613584861e7227ccb9308821834c65dee1b19ae8d34e5d31aca8
[INFO] running `Command { std: "docker" "start" "-a" "acbf8a454092613584861e7227ccb9308821834c65dee1b19ae8d34e5d31aca8", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ethereum_trie-9bf90d58f9368155)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_can_verify_eip_1186_proofs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ethereum_trie
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "acbf8a454092613584861e7227ccb9308821834c65dee1b19ae8d34e5d31aca8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acbf8a454092613584861e7227ccb9308821834c65dee1b19ae8d34e5d31aca8", kill_on_drop: false }`
[INFO] [stdout] acbf8a454092613584861e7227ccb9308821834c65dee1b19ae8d34e5d31aca8
