[INFO] fetching crate staging-protobuf 4.30.0-beta1... [INFO] testing staging-protobuf-4.30.0-beta1 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate staging-protobuf 4.30.0-beta1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate staging-protobuf 4.30.0-beta1 [INFO] finished tweaking crates.io crate staging-protobuf 4.30.0-beta1 [INFO] tweaked toml for crates.io crate staging-protobuf 4.30.0-beta1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate staging-protobuf 4.30.0-beta1 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 18 packages to latest compatible versions [INFO] [stderr] Adding googletest v0.13.0 (available: v0.14.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded googletest_macro v0.13.0 [INFO] [stderr] Downloaded googletest v0.13.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2820ae820c134a05295d79e0f4a0a9e897b23943c628e8bfc123eb8fa5372248 [INFO] running `Command { std: "docker" "start" "-a" "2820ae820c134a05295d79e0f4a0a9e897b23943c628e8bfc123eb8fa5372248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2820ae820c134a05295d79e0f4a0a9e897b23943c628e8bfc123eb8fa5372248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2820ae820c134a05295d79e0f4a0a9e897b23943c628e8bfc123eb8fa5372248", kill_on_drop: false }` [INFO] [stdout] 2820ae820c134a05295d79e0f4a0a9e897b23943c628e8bfc123eb8fa5372248 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d95d843bdb71159f3c11436ffce2343cd1116ab03e20041293d4a3918b3ad84 [INFO] running `Command { std: "docker" "start" "-a" "2d95d843bdb71159f3c11436ffce2343cd1116ab03e20041293d4a3918b3ad84", kill_on_drop: false }` [INFO] [stderr] Compiling staging-protobuf v4.30.0-beta1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [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] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:345:20 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [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] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:368:17 [INFO] [stdout] | [INFO] [stdout] 368 | pub fn iter(&self) -> MapIter { [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] 368 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [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 get(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:171:33 [INFO] [stdout] | [INFO] [stdout] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [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] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:205:17 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn iter(&self) -> RepeatedIter { [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] 205 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:226:20 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn as_view(&self) -> View> { [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] 226 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s [INFO] running `Command { std: "docker" "inspect" "2d95d843bdb71159f3c11436ffce2343cd1116ab03e20041293d4a3918b3ad84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d95d843bdb71159f3c11436ffce2343cd1116ab03e20041293d4a3918b3ad84", kill_on_drop: false }` [INFO] [stdout] 2d95d843bdb71159f3c11436ffce2343cd1116ab03e20041293d4a3918b3ad84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc942e1277a7ff8056a5466f8198f4a1dec744e4308d56fe776792ff0a1a0e73 [INFO] running `Command { std: "docker" "start" "-a" "fc942e1277a7ff8056a5466f8198f4a1dec744e4308d56fe776792ff0a1a0e73", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling googletest_macro v0.13.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [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] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:345:20 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [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] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:368:17 [INFO] [stdout] | [INFO] [stdout] 368 | pub fn iter(&self) -> MapIter { [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] 368 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [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 get(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:171:33 [INFO] [stdout] | [INFO] [stdout] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [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] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:205:17 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn iter(&self) -> RepeatedIter { [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] 205 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:226:20 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn as_view(&self) -> View> { [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] 226 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling googletest v0.13.0 [INFO] [stderr] Compiling staging-protobuf v4.30.0-beta1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [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] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:345:20 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [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] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:368:17 [INFO] [stdout] | [INFO] [stdout] 368 | pub fn iter(&self) -> MapIter { [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] 368 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [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 get(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:171:33 [INFO] [stdout] | [INFO] [stdout] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [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] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:205:17 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn iter(&self) -> RepeatedIter { [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] 205 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repeated.rs:226:20 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn as_view(&self) -> View> { [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] 226 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.20s [INFO] running `Command { std: "docker" "inspect" "fc942e1277a7ff8056a5466f8198f4a1dec744e4308d56fe776792ff0a1a0e73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc942e1277a7ff8056a5466f8198f4a1dec744e4308d56fe776792ff0a1a0e73", kill_on_drop: false }` [INFO] [stdout] fc942e1277a7ff8056a5466f8198f4a1dec744e4308d56fe776792ff0a1a0e73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f9b7ea20ffb844a5d813f8c215bc256326e0de8589f32fbcf719dde1cdf401b5 [INFO] running `Command { std: "docker" "start" "-a" "f9b7ea20ffb844a5d813f8c215bc256326e0de8589f32fbcf719dde1cdf401b5", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [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] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:345:20 [INFO] [stderr] | [INFO] [stderr] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [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] 345 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:368:17 [INFO] [stderr] | [INFO] [stderr] 368 | pub fn iter(&self) -> MapIter { [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] 368 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/repeated.rs:162:16 [INFO] [stderr] | [INFO] [stderr] 162 | pub fn get(&self, index: usize) -> Option> { [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] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/repeated.rs:171:33 [INFO] [stderr] | [INFO] [stderr] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [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] 171 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/repeated.rs:205:17 [INFO] [stderr] | [INFO] [stderr] 205 | pub fn iter(&self) -> RepeatedIter { [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] 205 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/repeated.rs:226:20 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn as_view(&self) -> View> { [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] 226 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `staging-protobuf` (lib) generated 7 warnings (run `cargo fix --lib -p staging-protobuf` to apply 7 suggestions) [INFO] [stderr] warning: `staging-protobuf` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/shared.rs (/opt/rustwide/target/debug/deps/staging_protobuf-7178d395a3d30a40) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test map::tests::test_extend ... ok [INFO] [stdout] test map::tests::test_copy_from ... ok [INFO] [stdout] test map::tests::test_all_maps_can_be_constructed ... ok [INFO] [stdout] test map::tests::test_overwrite_insert ... ok [INFO] [stdout] test map::tests::test_proxied_iter ... ok [INFO] [stdout] test map::tests::test_dbg ... ok [INFO] [stdout] test map::tests::test_proxied_str ... ok [INFO] [stdout] test proxied::tests::test_as_view ... ok [INFO] [stdout] test map::tests::test_proxied_scalar ... ok [INFO] [stdout] test proxied::tests::test_reborrow_generic_as_view ... ok [INFO] [stdout] test proxied::tests::test_mut_into_view ... ok [INFO] [stdout] test proxied::tests::test_reborrow_generic_into_view ... ok [INFO] [stdout] test proxied::tests::test_reborrow_generic_mut_into_mut ... ok [INFO] [stdout] test proxied::tests::test_reborrow_generic_mut_into_view ... ok [INFO] [stdout] test proxied::tests::test_require_unified_lifetimes ... ok [INFO] [stdout] test repeated::tests::test_primitive_repeated ... ok [INFO] [stdout] test repeated::tests::test_repeated_extend ... ok [INFO] [stdout] test string::tests::proto_str_chars ... ok [INFO] [stdout] test string::tests::proto_str_display ... ok [INFO] [stdout] test repeated::tests::test_repeated_iter_into_proxied ... ok [INFO] [stdout] test string::tests::proto_str_to_cow ... ok [INFO] [stdout] test upb::arena::tests::test_arena_new_and_free ... ok [INFO] [stdout] test string::tests::proto_str_debug ... ok [INFO] [stdout] test upb::array::tests::array_ffi_test ... ok [INFO] [stdout] test upb::arena::tests::assert_arena_linked ... ok [INFO] [stdout] test upb::array::tests::assert_array_linked ... ok [INFO] [stdout] test upb::map::tests::map_ffi_test ... ok [INFO] [stdout] test upb::arena::tests::raw_ffi_test ... ok [INFO] [stdout] test upb::mini_table::tests::assert_mini_table_linked ... ok [INFO] [stdout] test upb::map::tests::assert_map_linked ... ok [INFO] [stdout] test upb::owned_arena_box::tests::test_alloc_str_roundtrip ... ok [INFO] [stdout] test upb::owned_arena_box::tests::test_byte_slice_pointer_roundtrip ... ok [INFO] [stdout] test upb::owned_arena_box::tests::test_sized_type_roundtrip ... ok [INFO] [stdout] test upb::text::tests::assert_text_linked ... ok [INFO] [stdout] test upb::wire::tests::assert_wire_linked ... ok [INFO] [stdout] test upb::message::tests::assert_message_linked ... ok [INFO] [stdout] test string::tests::proto_str_to_rust_str ... ok [INFO] [stdout] test string::tests::proto_str_utf8_chunks ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests staging_protobuf [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/codegen_traits.rs - codegen_traits::interop::MessageViewInterop::__unstable_wrap_raw_message (line 158) ... ignored [INFO] [stdout] test src/proto_macro.rs - proto_macro::proto (line 16) ... ignored [INFO] [stdout] test src/proxied.rs - proxied::AsView::as_view (line 111) ... ignored [INFO] [stdout] test src/proxied.rs - proxied::IntoMut::into_mut (line 185) ... ignored [INFO] [stdout] test src/proxied.rs - proxied::IntoView::into_view (line 139) ... ignored [INFO] [stdout] test src/utf8.rs - utf8::Utf8Chunk (line 33) ... ignored [INFO] [stdout] test src/utf8.rs - utf8::Utf8Chunks (line 136) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f9b7ea20ffb844a5d813f8c215bc256326e0de8589f32fbcf719dde1cdf401b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9b7ea20ffb844a5d813f8c215bc256326e0de8589f32fbcf719dde1cdf401b5", kill_on_drop: false }` [INFO] [stdout] f9b7ea20ffb844a5d813f8c215bc256326e0de8589f32fbcf719dde1cdf401b5