[INFO] fetching crate protobuf 4.32.1-release... [INFO] testing protobuf-4.32.1-release against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate protobuf 4.32.1-release into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate protobuf 4.32.1-release [INFO] finished tweaking crates.io crate protobuf 4.32.1-release [INFO] tweaked toml for crates.io crate protobuf 4.32.1-release written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate protobuf 4.32.1-release on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate protobuf 4.32.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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c69179d6384cdc86eca714c147406c55d212ab1ffeddc0366b026589e6497c4 [INFO] running `Command { std: "docker" "start" "-a" "0c69179d6384cdc86eca714c147406c55d212ab1ffeddc0366b026589e6497c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c69179d6384cdc86eca714c147406c55d212ab1ffeddc0366b026589e6497c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c69179d6384cdc86eca714c147406c55d212ab1ffeddc0366b026589e6497c4", kill_on_drop: false }` [INFO] [stdout] 0c69179d6384cdc86eca714c147406c55d212ab1ffeddc0366b026589e6497c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 812537db7c07729fda04fa763b20cb6e16c20eeac7e756f7ab4163d534eacfa0 [INFO] running `Command { std: "docker" "start" "-a" "812537db7c07729fda04fa763b20cb6e16c20eeac7e756f7ab4163d534eacfa0", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.36 [INFO] [stderr] Compiling protobuf v4.32.1-release (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `VERSION` is never used [INFO] [stdout] --> build.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | const VERSION: &str = env!("CARGO_PKG_VERSION"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `raw` is never read [INFO] [stdout] --> src/upb/mini_table.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct MiniTableFieldPtr { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 15 | pub(crate) raw: *const mt_sys::upb_MiniTableField, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SINGLE_LINE` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | pub const SINGLE_LINE: i32 = 1; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SKIP_UNKNOWN` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | pub const SKIP_UNKNOWN: i32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_SORT_MAPS` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | pub const NO_SORT_MAPS: i32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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:349:20 [INFO] [stdout] | [INFO] [stdout] 349 | 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] 349 | 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:356:24 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut 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] 356 | pub fn get_mut<'a>(&mut 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:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | 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] 380 | 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:201:33 [INFO] [stdout] | [INFO] [stdout] 201 | 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] 201 | 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:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | 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] 235 | 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:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | 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] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s [INFO] running `Command { std: "docker" "inspect" "812537db7c07729fda04fa763b20cb6e16c20eeac7e756f7ab4163d534eacfa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "812537db7c07729fda04fa763b20cb6e16c20eeac7e756f7ab4163d534eacfa0", kill_on_drop: false }` [INFO] [stdout] 812537db7c07729fda04fa763b20cb6e16c20eeac7e756f7ab4163d534eacfa0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea55f240616dd45b5cee5da7fd5d51e7f83719013cb1a48463b03abb936ee462 [INFO] running `Command { std: "docker" "start" "-a" "ea55f240616dd45b5cee5da7fd5d51e7f83719013cb1a48463b03abb936ee462", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stdout] warning: constant `VERSION` is never used [INFO] [stdout] --> build.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | const VERSION: &str = env!("CARGO_PKG_VERSION"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling googletest_macro v0.14.2 [INFO] [stdout] warning: field `raw` is never read [INFO] [stdout] --> src/upb/mini_table.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct MiniTableFieldPtr { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 15 | pub(crate) raw: *const mt_sys::upb_MiniTableField, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SINGLE_LINE` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | pub const SINGLE_LINE: i32 = 1; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SKIP_UNKNOWN` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | pub const SKIP_UNKNOWN: i32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_SORT_MAPS` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | pub const NO_SORT_MAPS: i32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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:349:20 [INFO] [stdout] | [INFO] [stdout] 349 | 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] 349 | 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:356:24 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut 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] 356 | pub fn get_mut<'a>(&mut 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:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | 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] 380 | 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:201:33 [INFO] [stdout] | [INFO] [stdout] 201 | 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] 201 | 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:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | 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] 235 | 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:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | 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] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling googletest v0.14.2 [INFO] [stderr] Compiling protobuf v4.32.1-release (/opt/rustwide/workdir) [INFO] [stdout] warning: field `raw` is never read [INFO] [stdout] --> src/upb/mini_table.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct MiniTableFieldPtr { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 15 | pub(crate) raw: *const mt_sys::upb_MiniTableField, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SINGLE_LINE` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | pub const SINGLE_LINE: i32 = 1; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SKIP_UNKNOWN` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | pub const SKIP_UNKNOWN: i32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_SORT_MAPS` is never used [INFO] [stdout] --> src/upb/sys/text/text.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | pub const NO_SORT_MAPS: i32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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:349:20 [INFO] [stdout] | [INFO] [stdout] 349 | 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] 349 | 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:356:24 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn get_mut<'a>(&mut 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] 356 | pub fn get_mut<'a>(&mut 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:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | 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] 380 | 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:201:33 [INFO] [stdout] | [INFO] [stdout] 201 | 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] 201 | 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:235:17 [INFO] [stdout] | [INFO] [stdout] 235 | 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] 235 | 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:254:20 [INFO] [stdout] | [INFO] [stdout] 254 | 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] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.29s [INFO] running `Command { std: "docker" "inspect" "ea55f240616dd45b5cee5da7fd5d51e7f83719013cb1a48463b03abb936ee462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea55f240616dd45b5cee5da7fd5d51e7f83719013cb1a48463b03abb936ee462", kill_on_drop: false }` [INFO] [stdout] ea55f240616dd45b5cee5da7fd5d51e7f83719013cb1a48463b03abb936ee462 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 57ce2a28a74e5ea8e4bac4aed3282b4d6e463580bf0854a7d909dcc0a45c8fd5 [INFO] running `Command { std: "docker" "start" "-a" "57ce2a28a74e5ea8e4bac4aed3282b4d6e463580bf0854a7d909dcc0a45c8fd5", kill_on_drop: false }` [INFO] [stderr] warning: constant `VERSION` is never used [INFO] [stderr] --> build.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | const VERSION: &str = env!("CARGO_PKG_VERSION"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `protobuf` (build script) generated 1 warning [INFO] [stderr] warning: field `raw` is never read [INFO] [stderr] --> src/upb/mini_table.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 14 | pub struct MiniTableFieldPtr { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] 15 | pub(crate) raw: *const mt_sys::upb_MiniTableField, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `SINGLE_LINE` is never used [INFO] [stderr] --> src/upb/sys/text/text.rs:36:15 [INFO] [stderr] | [INFO] [stderr] 36 | pub const SINGLE_LINE: i32 = 1; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `SKIP_UNKNOWN` is never used [INFO] [stderr] --> src/upb/sys/text/text.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | pub const SKIP_UNKNOWN: i32 = 2; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `NO_SORT_MAPS` is never used [INFO] [stderr] --> src/upb/sys/text/text.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | pub const NO_SORT_MAPS: i32 = 4; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [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:349:20 [INFO] [stderr] | [INFO] [stderr] 349 | 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] 349 | 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:356:24 [INFO] [stderr] | [INFO] [stderr] 356 | pub fn get_mut<'a>(&mut 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] 356 | pub fn get_mut<'a>(&mut 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:380:17 [INFO] [stderr] | [INFO] [stderr] 380 | 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] 380 | 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:201:33 [INFO] [stderr] | [INFO] [stderr] 201 | 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] 201 | 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:235:17 [INFO] [stderr] | [INFO] [stderr] 235 | 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] 235 | 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:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | 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] 254 | pub fn as_view(&self) -> View<'_, Repeated> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `protobuf` (lib) generated 12 warnings (run `cargo fix --lib -p protobuf` to apply 8 suggestions) [INFO] [stderr] warning: `protobuf` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/shared.rs (/opt/rustwide/target/debug/deps/protobuf-6b15fce2b7a3f321) [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_overwrite_insert ... ok [INFO] [stdout] test map::tests::test_dbg ... ok [INFO] [stdout] test map::tests::test_extend ... ok [INFO] [stdout] test map::tests::test_proxied_iter ... ok [INFO] [stdout] test map::tests::test_copy_from ... ok [INFO] [stdout] test map::tests::test_proxied_scalar ... ok [INFO] [stdout] test map::tests::test_proxied_str ... ok [INFO] [stdout] test proxied::tests::test_mut_into_view ... ok [INFO] [stdout] test proxied::tests::test_as_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 repeated::tests::test_primitive_repeated ... ok [INFO] [stdout] test repeated::tests::test_repeated_extend ... ok [INFO] [stdout] test repeated::tests::test_repeated_iter ... ok [INFO] [stdout] test string::tests::proto_str_chars ... ok [INFO] [stdout] test string::tests::proto_str_to_cow ... 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::sys::mem::arena::tests::assert_arena_linked ... ok [INFO] [stdout] test upb::owned_arena_box::tests::test_sized_type_roundtrip ... ok [INFO] [stdout] test upb::sys::message::array::tests::array_ffi_test ... ok [INFO] [stdout] test upb::sys::mem::arena::tests::raw_ffi_test ... ok [INFO] [stdout] test upb::sys::message::array::tests::assert_array_linked ... ok [INFO] [stdout] test upb::sys::message::map::tests::assert_map_linked ... ok [INFO] [stdout] test upb::sys::message::map::tests::map_ffi_test ... ok [INFO] [stdout] test upb::sys::message::message::tests::assert_message_linked ... 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 upb::arena::tests::test_arena_new_and_free ... ok [INFO] [stdout] test string::tests::proto_str_display ... ok [INFO] [stdout] test upb::sys::wire::wire::tests::assert_wire_linked ... ok [INFO] [stdout] test string::tests::proto_str_utf8_chunks ... ok [INFO] [stdout] test string::tests::proto_str_to_rust_str ... ok [INFO] [stdout] test string::tests::proto_str_debug ... ok [INFO] [stdout] test upb::sys::text::text::tests::assert_text_linked ... ok [INFO] [stdout] test upb::sys::mini_table::mini_table::tests::assert_mini_table_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] [stderr] Doc-tests protobuf [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/codegen_traits.rs - codegen_traits::interop::MessageViewInterop::__unstable_wrap_raw_message (line 179) ... 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" "57ce2a28a74e5ea8e4bac4aed3282b4d6e463580bf0854a7d909dcc0a45c8fd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57ce2a28a74e5ea8e4bac4aed3282b4d6e463580bf0854a7d909dcc0a45c8fd5", kill_on_drop: false }` [INFO] [stdout] 57ce2a28a74e5ea8e4bac4aed3282b4d6e463580bf0854a7d909dcc0a45c8fd5