[INFO] fetching crate protobuf 4.31.1-release... [INFO] testing protobuf-4.31.1-release against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate protobuf 4.31.1-release into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate protobuf 4.31.1-release [INFO] finished tweaking crates.io crate protobuf 4.31.1-release [INFO] tweaked toml for crates.io crate protobuf 4.31.1-release written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate protobuf 4.31.1-release on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate protobuf 4.31.1-release 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f2ed034912bc73726c216fcca8a7464dc10c12112cd8e56a36a44501dcdd55b [INFO] running `Command { std: "docker" "start" "-a" "6f2ed034912bc73726c216fcca8a7464dc10c12112cd8e56a36a44501dcdd55b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f2ed034912bc73726c216fcca8a7464dc10c12112cd8e56a36a44501dcdd55b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f2ed034912bc73726c216fcca8a7464dc10c12112cd8e56a36a44501dcdd55b", kill_on_drop: false }` [INFO] [stdout] 6f2ed034912bc73726c216fcca8a7464dc10c12112cd8e56a36a44501dcdd55b [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] bb93e82fd2cfa5a73c69be3e2a4f5c385d3ead64e8f46b5d01158e5e7d91f878 [INFO] running `Command { std: "docker" "start" "-a" "bb93e82fd2cfa5a73c69be3e2a4f5c385d3ead64e8f46b5d01158e5e7d91f878", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.24 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling protobuf v4.31.1-release (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:349:20 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:356:24 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | pub fn iter(&self) -> MapIter { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 380 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:201:33 [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn iter(&self) -> RepeatedIter { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 235 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn as_view(&self) -> View> { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s [INFO] running `Command { std: "docker" "inspect" "bb93e82fd2cfa5a73c69be3e2a4f5c385d3ead64e8f46b5d01158e5e7d91f878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb93e82fd2cfa5a73c69be3e2a4f5c385d3ead64e8f46b5d01158e5e7d91f878", kill_on_drop: false }` [INFO] [stdout] bb93e82fd2cfa5a73c69be3e2a4f5c385d3ead64e8f46b5d01158e5e7d91f878 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 01b91d96c5ddc178c4484bbb0e8c81a30eca51997adb71bb0e8acac12041530b [INFO] running `Command { std: "docker" "start" "-a" "01b91d96c5ddc178c4484bbb0e8c81a30eca51997adb71bb0e8acac12041530b", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:349:20 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:356:24 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | pub fn iter(&self) -> MapIter { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 380 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:201:33 [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn iter(&self) -> RepeatedIter { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 235 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn as_view(&self) -> View> { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling googletest_macro v0.13.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling googletest v0.13.0 [INFO] [stderr] Compiling protobuf v4.31.1-release (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:349:20 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:356:24 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/map.rs:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | pub fn iter(&self) -> MapIter { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 380 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:201:33 [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn iter(&self) -> RepeatedIter { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 235 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/repeated.rs:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn as_view(&self) -> View> { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 12.60s [INFO] running `Command { std: "docker" "inspect" "01b91d96c5ddc178c4484bbb0e8c81a30eca51997adb71bb0e8acac12041530b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01b91d96c5ddc178c4484bbb0e8c81a30eca51997adb71bb0e8acac12041530b", kill_on_drop: false }` [INFO] [stdout] 01b91d96c5ddc178c4484bbb0e8c81a30eca51997adb71bb0e8acac12041530b [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f90500ebbdced9120d58aa67f6abf8b77dcdbbf22f6290b84787c8552e078f69 [INFO] running `Command { std: "docker" "start" "-a" "f90500ebbdced9120d58aa67f6abf8b77dcdbbf22f6290b84787c8552e078f69", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/map.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 47 | pub fn inner(&self, _private: Private) -> InnerMapMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/map.rs:349:20 [INFO] [stderr] | [INFO] [stderr] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 349 | pub fn get<'a>(&self, key: impl Into>) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/map.rs:356:24 [INFO] [stderr] | [INFO] [stderr] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 356 | pub fn get_mut<'a>(&mut self, key: impl Into>) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/map.rs:380:17 [INFO] [stderr] | [INFO] [stderr] 380 | pub fn iter(&self) -> MapIter { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 380 | pub fn iter(&self) -> MapIter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/repeated.rs:162:16 [INFO] [stderr] | [INFO] [stderr] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 162 | pub fn get(&self, index: usize) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/repeated.rs:201:33 [INFO] [stderr] | [INFO] [stderr] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 201 | pub unsafe fn get_unchecked(&self, index: usize) -> View<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/repeated.rs:235:17 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn iter(&self) -> RepeatedIter { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 235 | pub fn iter(&self) -> RepeatedIter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/repeated.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | pub fn as_view(&self) -> View> { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `protobuf` (lib) generated 8 warnings (run `cargo fix --lib -p protobuf` to apply 8 suggestions) [INFO] [stderr] warning: `protobuf` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/shared.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/protobuf-4cd4298fed6f96eb) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test map::tests::test_all_maps_can_be_constructed ... ok [INFO] [stdout] test map::tests::test_dbg ... ok [INFO] [stdout] test map::tests::test_copy_from ... ok [INFO] [stdout] test map::tests::test_extend ... ok [INFO] [stdout] test map::tests::test_overwrite_insert ... ok [INFO] [stdout] test map::tests::test_proxied_scalar ... ok [INFO] [stdout] test map::tests::test_proxied_str ... ok [INFO] [stdout] test map::tests::test_proxied_iter ... ok [INFO] [stdout] test proxied::tests::test_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_as_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 repeated::tests::test_repeated_iter_into_proxied ... ok [INFO] [stdout] test string::tests::proto_str_chars ... ok [INFO] [stdout] test string::tests::proto_str_debug ... ok [INFO] [stdout] test string::tests::proto_str_display ... ok [INFO] [stdout] test string::tests::proto_str_to_cow ... ok [INFO] [stdout] test string::tests::proto_str_to_rust_str ... ok [INFO] [stdout] test string::tests::proto_str_utf8_chunks ... ok [INFO] [stdout] test upb::arena::tests::assert_arena_linked ... ok [INFO] [stdout] test upb::arena::tests::raw_ffi_test ... ok [INFO] [stdout] test upb::arena::tests::test_arena_new_and_free ... ok [INFO] [stdout] test upb::array::tests::array_ffi_test ... ok [INFO] [stdout] test upb::array::tests::assert_array_linked ... ok [INFO] [stdout] test upb::map::tests::assert_map_linked ... ok [INFO] [stdout] test upb::map::tests::map_ffi_test ... ok [INFO] [stdout] test upb::message::tests::assert_message_linked ... ok [INFO] [stdout] test upb::mini_table::tests::assert_mini_table_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::text::tests::assert_text_linked ... ok [INFO] [stdout] test upb::owned_arena_box::tests::test_sized_type_roundtrip ... ok [INFO] [stdout] test upb::wire::tests::assert_wire_linked ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f90500ebbdced9120d58aa67f6abf8b77dcdbbf22f6290b84787c8552e078f69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f90500ebbdced9120d58aa67f6abf8b77dcdbbf22f6290b84787c8552e078f69", kill_on_drop: false }` [INFO] [stdout] f90500ebbdced9120d58aa67f6abf8b77dcdbbf22f6290b84787c8552e078f69