[INFO] fetching crate merkle-lite 0.1.0... [INFO] testing merkle-lite-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate merkle-lite 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate merkle-lite 0.1.0 [INFO] finished tweaking crates.io crate merkle-lite 0.1.0 [INFO] tweaked toml for crates.io crate merkle-lite 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate merkle-lite 0.1.0 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 crates.io crate merkle-lite 0.1.0 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded keccak v0.1.3 [INFO] [stderr] Downloaded clap_lex v0.3.1 [INFO] [stderr] Downloaded tracing-log v0.1.3 [INFO] [stderr] Downloaded clap_derive v4.1.0 [INFO] [stderr] Downloaded proc-macro2 v1.0.50 [INFO] [stderr] Downloaded io-lifetimes v1.0.4 [INFO] [stderr] Downloaded tracing-subscriber v0.3.16 [INFO] [stderr] Downloaded clap v4.1.1 [INFO] [stderr] Downloaded rustix v0.36.7 [INFO] [stderr] Downloaded sha3 v0.10.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 2fe87802056cebbd7a7749fbe41f2b6298f4d74be24bfdddc8788347ee8df329 [INFO] running `Command { std: "docker" "start" "-a" "2fe87802056cebbd7a7749fbe41f2b6298f4d74be24bfdddc8788347ee8df329", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fe87802056cebbd7a7749fbe41f2b6298f4d74be24bfdddc8788347ee8df329", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe87802056cebbd7a7749fbe41f2b6298f4d74be24bfdddc8788347ee8df329", kill_on_drop: false }` [INFO] [stdout] 2fe87802056cebbd7a7749fbe41f2b6298f4d74be24bfdddc8788347ee8df329 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 2e30406c07259d3ddfcf4523e7140271079ab4a773a5bdbef8a7b907d5b9d007 [INFO] running `Command { std: "docker" "start" "-a" "2e30406c07259d3ddfcf4523e7140271079ab4a773a5bdbef8a7b907d5b9d007", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling merkle-lite v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_leaves(&self) -> MerkleLeaves { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_leaves(&self) -> MerkleLeaves<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:359:27 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut { [INFO] [stdout] | ^^^^^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:467:25 [INFO] [stdout] | [INFO] [stdout] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ----------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:475:29 [INFO] [stdout] | [INFO] [stdout] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here -------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:483:27 [INFO] [stdout] | [INFO] [stdout] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:719:9 [INFO] [stdout] | [INFO] [stdout] 719 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 720 | leaf_hashes: BTreeMap>, [INFO] [stdout] 721 | ) -> MerkleProofIter { [INFO] [stdout] | ------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 721 | ) -> MerkleProofIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s [INFO] running `Command { std: "docker" "inspect" "2e30406c07259d3ddfcf4523e7140271079ab4a773a5bdbef8a7b907d5b9d007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e30406c07259d3ddfcf4523e7140271079ab4a773a5bdbef8a7b907d5b9d007", kill_on_drop: false }` [INFO] [stdout] 2e30406c07259d3ddfcf4523e7140271079ab4a773a5bdbef8a7b907d5b9d007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 8443c027463a0e6477ea9f63edaa7e5cf487b0aa2f41a6ed4cb66221c9d377aa [INFO] running `Command { std: "docker" "start" "-a" "8443c027463a0e6477ea9f63edaa7e5cf487b0aa2f41a6ed4cb66221c9d377aa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.50 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling io-lifetimes v1.0.4 [INFO] [stderr] Compiling rustix v0.36.7 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling linux-raw-sys v0.1.4 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling keccak v0.1.3 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling clap_lex v0.3.1 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling sha3 v0.10.6 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling merkle-lite v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_leaves(&self) -> MerkleLeaves { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_leaves(&self) -> MerkleLeaves<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:359:27 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut { [INFO] [stdout] | ^^^^^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:467:25 [INFO] [stdout] | [INFO] [stdout] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ----------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:475:29 [INFO] [stdout] | [INFO] [stdout] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here -------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:483:27 [INFO] [stdout] | [INFO] [stdout] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:719:9 [INFO] [stdout] | [INFO] [stdout] 719 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 720 | leaf_hashes: BTreeMap>, [INFO] [stdout] 721 | ) -> MerkleProofIter { [INFO] [stdout] | ------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 721 | ) -> MerkleProofIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling is-terminal v0.4.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v4.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling clap v4.1.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_leaves(&self) -> MerkleLeaves { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 320 | pub fn get_leaves(&self) -> MerkleLeaves<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:359:27 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut { [INFO] [stdout] | ^^^^^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:467:25 [INFO] [stdout] | [INFO] [stdout] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ----------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:475:29 [INFO] [stdout] | [INFO] [stdout] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here -------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:483:27 [INFO] [stdout] | [INFO] [stdout] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:719:9 [INFO] [stdout] | [INFO] [stdout] 719 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 720 | leaf_hashes: BTreeMap>, [INFO] [stdout] 721 | ) -> MerkleProofIter { [INFO] [stdout] | ------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 721 | ) -> MerkleProofIter<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 22.06s [INFO] running `Command { std: "docker" "inspect" "8443c027463a0e6477ea9f63edaa7e5cf487b0aa2f41a6ed4cb66221c9d377aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8443c027463a0e6477ea9f63edaa7e5cf487b0aa2f41a6ed4cb66221c9d377aa", kill_on_drop: false }` [INFO] [stdout] 8443c027463a0e6477ea9f63edaa7e5cf487b0aa2f41a6ed4cb66221c9d377aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3bfdcf46a7af872cc38fd49207a5a7e366e28aff8fc6134c483bb6367957e48b [INFO] running `Command { std: "docker" "start" "-a" "3bfdcf46a7af872cc38fd49207a5a7e366e28aff8fc6134c483bb6367957e48b", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:320:23 [INFO] [stderr] | [INFO] [stderr] 320 | pub fn get_leaves(&self) -> MerkleLeaves { [INFO] [stderr] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 320 | pub fn get_leaves(&self) -> MerkleLeaves<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:359:27 [INFO] [stderr] | [INFO] [stderr] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut { [INFO] [stderr] | ^^^^^^^^^ ------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 359 | pub fn get_leaves_mut(&mut self) -> MerkleLeavesMut<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:467:25 [INFO] [stderr] | [INFO] [stderr] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ----------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 467 | fn merkle_root_iter(&mut self, changed_range: NodeIndexRange) -> MerkleRootIter<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:475:29 [INFO] [stderr] | [INFO] [stderr] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here -------------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 475 | fn merkle_root_set_iter(&mut self, changed_set: LeftNodeIndexSet) -> MerkleRootSetIter<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:483:27 [INFO] [stderr] | [INFO] [stderr] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter { [INFO] [stderr] | ^^^^^ the lifetime is elided here ------------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 483 | fn merkle_lemmas_iter(&self, leaf_indices: BTreeSet) -> MerkleLemmasIter<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:719:9 [INFO] [stderr] | [INFO] [stderr] 719 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 720 | leaf_hashes: BTreeMap>, [INFO] [stderr] 721 | ) -> MerkleProofIter { [INFO] [stderr] | ------------------ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 721 | ) -> MerkleProofIter<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `merkle-lite` (lib) generated 6 warnings [INFO] [stderr] warning: `merkle-lite` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/merkle_lite-1168477a8d3d24e5) [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] [stderr] Running tests/tree_depth.rs (/opt/rustwide/target/debug/deps/tree_depth-a932f14b0e3b7e45) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test sha3_256::tree_depth ... ok [INFO] [stderr] Running tests/tree_get_leaves_mut.rs (/opt/rustwide/target/debug/deps/tree_get_leaves_mut-cfa9c39bdb4b7d25) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test sha2_256::tree_get_leaves_mut ... ok [INFO] [stdout] test sha3_256::tree_get_leaves_mut ... ok [INFO] [stderr] Running tests/tree_leaf_len.rs (/opt/rustwide/target/debug/deps/tree_leaf_len-a299f6ce1b9d867e) [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/tree_len.rs (/opt/rustwide/target/debug/deps/tree_len-c354978c907f93a5) [INFO] [stdout] test sha3_256::tree_leaf_len ... ok [INFO] [stderr] Running tests/tree_proof_verify.rs (/opt/rustwide/target/debug/deps/tree_proof_verify-686dac32e58c2351) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test sha2_224::tree_len ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 106 tests [INFO] [stdout] test sha2_256_0002_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0003_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0003_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0003_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0003_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_0::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_0_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_0_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_0_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_1_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_1_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0002_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0003_0::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0003_0_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0003_0_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_1::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0002_0::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_1_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_1_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_0::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_2_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0004_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_1_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0005_1_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0001_0::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0002_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0003_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0002_0::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0002_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0003_0::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0003_0_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0003_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0003_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_0001_0::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0003_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_0_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_0_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_0_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0003_0_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_1_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_1000_0_999::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_1_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_1_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_0_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_1::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_2_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_1_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_1_2_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_3::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_1_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_1_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_2_3_4::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_1_2::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0005_4::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_1001_0::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_1000_0::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_1001_1000::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_0004_0::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_1001_0_999::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_1001_0_1000::tree_proof_verify ... ok [INFO] [stdout] test sha2_256_1000_999::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_1000_999::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_1001_0_999::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_1000_0_999::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_1001_1000::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_1001_0::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_1000_0::tree_proof_verify ... ok [INFO] [stdout] test sha3_256_1001_0_1000::tree_proof_verify ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 106 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s [INFO] [stdout] [INFO] [stderr] Running tests/tree_root.rs (/opt/rustwide/target/debug/deps/tree_root-23725dde45185057) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test sha2_256::tree_root ... ok [INFO] [stdout] test sha3_256::tree_root ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s [INFO] [stdout] [INFO] [stderr] Doc-tests merkle_lite [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/lib.rs - MerkleTree::get_leaves (line 297) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::is_empty (line 178) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::len (line 160) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::depth (line 220) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::leaves (line 265) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree (line 70) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::proof (line 370) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::leaf_len (line 202) ... ok [INFO] [stdout] test src/lib.rs - MerkleProof::verify (line 655) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::get_leaves_mut (line 336) ... ok [INFO] [stdout] test src/lib.rs - MerkleTree::root (line 242) ... ok [INFO] [stdout] test src/lib.rs - (line 17) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.84s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3bfdcf46a7af872cc38fd49207a5a7e366e28aff8fc6134c483bb6367957e48b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bfdcf46a7af872cc38fd49207a5a7e366e28aff8fc6134c483bb6367957e48b", kill_on_drop: false }` [INFO] [stdout] 3bfdcf46a7af872cc38fd49207a5a7e366e28aff8fc6134c483bb6367957e48b