[INFO] fetching crate vinculum 0.1.0... [INFO] building vinculum-0.1.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate vinculum 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate vinculum 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate vinculum 0.1.0 [INFO] tweaked toml for crates.io crate vinculum 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vinculum 0.1.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate vinculum 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tempfile v3.17.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8fe313189f5ea72c2e779d294f628543128258c22e4aca128012975804034803 [INFO] running `Command { std: "docker" "start" "-a" "8fe313189f5ea72c2e779d294f628543128258c22e4aca128012975804034803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8fe313189f5ea72c2e779d294f628543128258c22e4aca128012975804034803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fe313189f5ea72c2e779d294f628543128258c22e4aca128012975804034803", kill_on_drop: false }` [INFO] [stdout] 8fe313189f5ea72c2e779d294f628543128258c22e4aca128012975804034803 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9aa88705edda4ba5fb130c434527746011f2db0effa37e3a493586650aa4993f [INFO] running `Command { std: "docker" "start" "-a" "9aa88705edda4ba5fb130c434527746011f2db0effa37e3a493586650aa4993f", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling vinculum v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:484:19 [INFO] [stdout] | [INFO] [stdout] 484 | fn new(inner: std::collections::hash_set::Iter) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here ^^ the same 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 484 | fn new(inner: std::collections::hash_set::Iter<'_, M>) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:580:25 [INFO] [stdout] | [INFO] [stdout] 580 | pub fn iter_fossils(&self) -> Fossils { [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] 580 | pub fn iter_fossils(&self) -> Fossils<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:593:32 [INFO] [stdout] | [INFO] [stdout] 593 | pub fn iter_seen_manifests(&self) -> CollectionSeenManifests { [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] 593 | pub fn iter_seen_manifests(&self) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | fn new(inner: std::collections::hash_set::Iter) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 79 | fn new(inner: std::collections::hash_set::Iter<'_, M>) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:162:35 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn iter_fossil_candidates(&self) -> FossilCandidates { [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] 162 | pub fn iter_fossil_candidates(&self) -> FossilCandidates<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks { [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] 172 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn iter_seen_manifests(&self) -> BuilderSeenManifests { [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] 182 | pub fn iter_seen_manifests(&self) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:166:35 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn iter_fossil_candidates(&self) -> FossilCandidates { [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] 166 | pub fn iter_fossil_candidates(&self) -> FossilCandidates<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:176:35 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks { [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] 176 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:187:32 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn iter_seen_manifests(&self) -> PipelinedSeenManifests { [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] 187 | pub fn iter_seen_manifests(&self) -> PipelinedSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s [INFO] running `Command { std: "docker" "inspect" "9aa88705edda4ba5fb130c434527746011f2db0effa37e3a493586650aa4993f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aa88705edda4ba5fb130c434527746011f2db0effa37e3a493586650aa4993f", kill_on_drop: false }` [INFO] [stdout] 9aa88705edda4ba5fb130c434527746011f2db0effa37e3a493586650aa4993f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a28f3cee710d1da73787779c3881bd640d3fe3ba04a9bce2891b32889e25723 [INFO] running `Command { std: "docker" "start" "-a" "8a28f3cee710d1da73787779c3881bd640d3fe3ba04a9bce2891b32889e25723", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling vinculum v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:484:19 [INFO] [stdout] | [INFO] [stdout] 484 | fn new(inner: std::collections::hash_set::Iter) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here ^^ the same 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 484 | fn new(inner: std::collections::hash_set::Iter<'_, M>) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:580:25 [INFO] [stdout] | [INFO] [stdout] 580 | pub fn iter_fossils(&self) -> Fossils { [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] 580 | pub fn iter_fossils(&self) -> Fossils<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:593:32 [INFO] [stdout] | [INFO] [stdout] 593 | pub fn iter_seen_manifests(&self) -> CollectionSeenManifests { [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] 593 | pub fn iter_seen_manifests(&self) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | fn new(inner: std::collections::hash_set::Iter) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 79 | fn new(inner: std::collections::hash_set::Iter<'_, M>) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:162:35 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn iter_fossil_candidates(&self) -> FossilCandidates { [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] 162 | pub fn iter_fossil_candidates(&self) -> FossilCandidates<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks { [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] 172 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn iter_seen_manifests(&self) -> BuilderSeenManifests { [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] 182 | pub fn iter_seen_manifests(&self) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:166:35 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn iter_fossil_candidates(&self) -> FossilCandidates { [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] 166 | pub fn iter_fossil_candidates(&self) -> FossilCandidates<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:176:35 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks { [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] 176 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:187:32 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn iter_seen_manifests(&self) -> PipelinedSeenManifests { [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] 187 | pub fn iter_seen_manifests(&self) -> PipelinedSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] --> tests/utilities/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use vinculum_benchmark::repository::{initialize, FileRepository}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `vinculum_benchmark`, use `cargo add vinculum_benchmark` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `vinculum_benchmark` [INFO] [stdout] --> tests/utilities/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use vinculum_benchmark::{ChunkID, ID}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `vinculum_benchmark`, use `cargo add vinculum_benchmark` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `vinculum_benchmark` [INFO] [stdout] --> tests/deletion.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use vinculum_benchmark::{ChunkID, ID}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `vinculum_benchmark`, use `cargo add vinculum_benchmark` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] --> tests/utilities/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use vinculum_benchmark::repository::{initialize, FileRepository}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `vinculum_benchmark`, use `cargo add vinculum_benchmark` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `vinculum_benchmark` [INFO] [stdout] --> tests/utilities/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use vinculum_benchmark::{ChunkID, ID}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `vinculum_benchmark`, use `cargo add vinculum_benchmark` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `vinculum_benchmark` [INFO] [stdout] --> tests/collection.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use vinculum_benchmark::{ChunkID, ID}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `vinculum_benchmark` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `vinculum_benchmark`, use `cargo add vinculum_benchmark` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .unwrap() [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | .unwrap() [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:79:74 [INFO] [stdout] | [INFO] [stdout] 79 | let mut builder = pin!(repository.create_manifest(id, creator).await.unwrap()); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:81:35 [INFO] [stdout] | [INFO] [stdout] 81 | builder.feed(chunk).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:83:27 [INFO] [stdout] | [INFO] [stdout] 83 | builder.close().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:88:48 [INFO] [stdout] | [INFO] [stdout] 88 | pin!(repository.add_chunk(chunk).await.unwrap()) [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .unwrap() [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | .unwrap() [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:79:74 [INFO] [stdout] | [INFO] [stdout] 79 | let mut builder = pin!(repository.create_manifest(id, creator).await.unwrap()); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:81:35 [INFO] [stdout] | [INFO] [stdout] 81 | builder.feed(chunk).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:83:27 [INFO] [stdout] | [INFO] [stdout] 83 | builder.close().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:88:48 [INFO] [stdout] | [INFO] [stdout] 88 | pin!(repository.add_chunk(chunk).await.unwrap()) [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/utilities/mod.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:31:68 [INFO] [stdout] | [INFO] [stdout] 31 | let collection = builder.collect_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | repository.remove_manifest(&manifest1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:33:45 [INFO] [stdout] | [INFO] [stdout] 33 | collection.delete(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:25:44 [INFO] [stdout] | [INFO] [stdout] 25 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:51:44 [INFO] [stdout] | [INFO] [stdout] 51 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:54:68 [INFO] [stdout] | [INFO] [stdout] 54 | let collection = builder.collect_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:55:50 [INFO] [stdout] | [INFO] [stdout] 55 | repository.remove_manifest(&manifest1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:56:45 [INFO] [stdout] | [INFO] [stdout] 56 | collection.delete(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:67:48 [INFO] [stdout] | [INFO] [stdout] 67 | pin!(repository.add_client(&client1).await.unwrap()) [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:72:48 [INFO] [stdout] | [INFO] [stdout] 72 | pin!(repository.add_client(&client2).await.unwrap()) [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:29:75 [INFO] [stdout] | [INFO] [stdout] 29 | let fossil_collection = builder.collect_fossils(&repository, 3).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:82:44 [INFO] [stdout] | [INFO] [stdout] 82 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:84:68 [INFO] [stdout] | [INFO] [stdout] 84 | let collection = builder.collect_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:120:44 [INFO] [stdout] | [INFO] [stdout] 120 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:124:68 [INFO] [stdout] | [INFO] [stdout] 124 | let collection = builder.collect_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:125:50 [INFO] [stdout] | [INFO] [stdout] 125 | repository.remove_manifest(&manifest1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:128:44 [INFO] [stdout] | [INFO] [stdout] 128 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:56:81 [INFO] [stdout] | [INFO] [stdout] 56 | let fossil_collection = repository.collect_manifests([&manifest0], 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:132:44 [INFO] [stdout] | [INFO] [stdout] 132 | builder.add_referenced_chunk(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:136:56 [INFO] [stdout] | [INFO] [stdout] 136 | let builder = builder.delete(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:141:68 [INFO] [stdout] | [INFO] [stdout] 141 | let collection = builder.collect_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:142:50 [INFO] [stdout] | [INFO] [stdout] 142 | repository.remove_manifest(&manifest2).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:72:50 [INFO] [stdout] | [INFO] [stdout] 72 | repository.fossilize_chunk(&chunks[9]).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | .unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:231:56 [INFO] [stdout] | [INFO] [stdout] 231 | let builder = builder.delete(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:103:44 [INFO] [stdout] | [INFO] [stdout] 103 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:267:56 [INFO] [stdout] | [INFO] [stdout] 267 | let builder = builder.delete(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:279:48 [INFO] [stdout] | [INFO] [stdout] 279 | builder.add_expiring_manifest(manifest.clone(), manifest.clone(), SystemTime::now()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:282:44 [INFO] [stdout] | [INFO] [stdout] 282 | builder.add_seen_manifest(manifest.clone(), manifest.clone(), SystemTime::now()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:298:44 [INFO] [stdout] | [INFO] [stdout] 298 | builder.add_seen_manifest(manifest.clone(), client.clone(), SystemTime::now()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:301:48 [INFO] [stdout] | [INFO] [stdout] 301 | builder.add_expiring_manifest(manifest.clone(), client.clone(), SystemTime::now()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:317:44 [INFO] [stdout] | [INFO] [stdout] 317 | builder.add_seen_manifest(manifest.clone(), client.clone(), SystemTime::now()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/deletion.rs:320:48 [INFO] [stdout] | [INFO] [stdout] 320 | builder.add_expiring_manifest(manifest.clone(), client.clone(), SystemTime::now()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:116:75 [INFO] [stdout] | [INFO] [stdout] 116 | let fossil_collection = builder.collect_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vinculum` (test "deletion") due to 42 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:143:51 [INFO] [stdout] | [INFO] [stdout] 143 | repository.fossilize_chunk(&chunks[10]).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:144:50 [INFO] [stdout] | [INFO] [stdout] 144 | repository.fossilize_chunk(&chunks[8]).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | builder.add_fossil_candidate(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:154:79 [INFO] [stdout] | [INFO] [stdout] 154 | let fossil_collection = builder.collect_all_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:173:49 [INFO] [stdout] | [INFO] [stdout] 173 | repository.fossilize_chunk(chunk).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:187:44 [INFO] [stdout] | [INFO] [stdout] 187 | builder.add_referenced_chunk(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:191:44 [INFO] [stdout] | [INFO] [stdout] 191 | builder.add_referenced_chunk(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:194:79 [INFO] [stdout] | [INFO] [stdout] 194 | let fossil_collection = builder.collect_all_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:199:52 [INFO] [stdout] | [INFO] [stdout] 199 | fossil_collection.delete(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:215:44 [INFO] [stdout] | [INFO] [stdout] 215 | builder.add_referenced_chunk(chunk.clone()); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:218:52 [INFO] [stdout] | [INFO] [stdout] 218 | builder.consider_all_chunks(&repository).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:219:75 [INFO] [stdout] | [INFO] [stdout] 219 | let fossil_collection = builder.collect_fossils(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/collection.rs:224:52 [INFO] [stdout] | [INFO] [stdout] 224 | fossil_collection.delete(&repository, 1).await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vinculum` (test "collection") due to 32 previous errors [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:484:19 [INFO] [stdout] | [INFO] [stdout] 484 | fn new(inner: std::collections::hash_set::Iter) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here ^^ the same 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 484 | fn new(inner: std::collections::hash_set::Iter<'_, M>) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:580:25 [INFO] [stdout] | [INFO] [stdout] 580 | pub fn iter_fossils(&self) -> Fossils { [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] 580 | pub fn iter_fossils(&self) -> Fossils<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:593:32 [INFO] [stdout] | [INFO] [stdout] 593 | pub fn iter_seen_manifests(&self) -> CollectionSeenManifests { [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] 593 | pub fn iter_seen_manifests(&self) -> CollectionSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | fn new(inner: std::collections::hash_set::Iter) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 79 | fn new(inner: std::collections::hash_set::Iter<'_, M>) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:162:35 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn iter_fossil_candidates(&self) -> FossilCandidates { [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] 162 | pub fn iter_fossil_candidates(&self) -> FossilCandidates<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks { [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] 172 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collection.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn iter_seen_manifests(&self) -> BuilderSeenManifests { [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] 182 | pub fn iter_seen_manifests(&self) -> BuilderSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:166:35 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn iter_fossil_candidates(&self) -> FossilCandidates { [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] 166 | pub fn iter_fossil_candidates(&self) -> FossilCandidates<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:176:35 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks { [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] 176 | pub fn iter_referenced_chunks(&self) -> ReferencedChunks<'_, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pipelined.rs:187:32 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn iter_seen_manifests(&self) -> PipelinedSeenManifests { [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] 187 | pub fn iter_seen_manifests(&self) -> PipelinedSeenManifests<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8a28f3cee710d1da73787779c3881bd640d3fe3ba04a9bce2891b32889e25723", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a28f3cee710d1da73787779c3881bd640d3fe3ba04a9bce2891b32889e25723", kill_on_drop: false }` [INFO] [stdout] 8a28f3cee710d1da73787779c3881bd640d3fe3ba04a9bce2891b32889e25723