[INFO] fetching crate naga 26.0.0... [INFO] testing naga-26.0.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate naga 26.0.0 into /workspace/builds/worker-0-tc2/source [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate naga 26.0.0 [INFO] finished tweaking crates.io crate naga 26.0.0 [INFO] tweaked toml for crates.io crate naga 26.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate naga 26.0.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate naga 26.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d3e8c83f3abf2451a84b6dc8a9a7a5abbbb1a9d4f2e40e29dc26bd883fcc142 [INFO] running `Command { std: "docker" "start" "-a" "5d3e8c83f3abf2451a84b6dc8a9a7a5abbbb1a9d4f2e40e29dc26bd883fcc142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d3e8c83f3abf2451a84b6dc8a9a7a5abbbb1a9d4f2e40e29dc26bd883fcc142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d3e8c83f3abf2451a84b6dc8a9a7a5abbbb1a9d4f2e40e29dc26bd883fcc142", kill_on_drop: false }` [INFO] [stdout] 5d3e8c83f3abf2451a84b6dc8a9a7a5abbbb1a9d4f2e40e29dc26bd883fcc142 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 633ef8305d5bd0a74083fb3bb3a00b5fbcc9ad75422ba6cda3d33aabfa7858fc [INFO] running `Command { std: "docker" "start" "-a" "633ef8305d5bd0a74083fb3bb3a00b5fbcc9ad75422ba6cda3d33aabfa7858fc", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling naga v26.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling codespan-reporting v0.12.0 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/proc/namer.rs:204:31 [INFO] [stdout] | [INFO] [stdout] 204 | .map(|string| (AsciiUniCase(*string))), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 204 - .map(|string| (AsciiUniCase(*string))), [INFO] [stdout] 204 + .map(|string| AsciiUniCase(*string)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PathLikeRef` is never constructed [INFO] [stdout] --> src/path_like.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub struct PathLikeRef<'a>(&'a path_like_impls::PathInner); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PathLikeOwned` is never constructed [INFO] [stdout] --> src/path_like.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct PathLikeOwned(::Owned); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `PathInner` is never used [INFO] [stdout] --> src/path_like.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | pub(super) type PathInner = str; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arena/unique_arena.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain { [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] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/mod.rs:463:16 [INFO] [stdout] | [INFO] [stdout] 463 | fn as_type(&mut self) -> types::TypeTracer { [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] 463 | fn as_type(&mut self) -> types::TypeTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/mod.rs:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer { [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] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/functions.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer { [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] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/proc/constant_evaluator.rs:706:19 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx { [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] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.96s [INFO] running `Command { std: "docker" "inspect" "633ef8305d5bd0a74083fb3bb3a00b5fbcc9ad75422ba6cda3d33aabfa7858fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "633ef8305d5bd0a74083fb3bb3a00b5fbcc9ad75422ba6cda3d33aabfa7858fc", kill_on_drop: false }` [INFO] [stdout] 633ef8305d5bd0a74083fb3bb3a00b5fbcc9ad75422ba6cda3d33aabfa7858fc [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 889c401bd9e95acd47a866e94b0d625fc79f4d6f36ae63d0e261676aafe2dba5 [INFO] running `Command { std: "docker" "start" "-a" "889c401bd9e95acd47a866e94b0d625fc79f4d6f36ae63d0e261676aafe2dba5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling winnow v0.7.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling rspirv v0.11.0+1.5.4 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling strum v0.27.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling ron v0.10.1 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling naga v26.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/proc/namer.rs:204:31 [INFO] [stdout] | [INFO] [stdout] 204 | .map(|string| (AsciiUniCase(*string))), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 204 - .map(|string| (AsciiUniCase(*string))), [INFO] [stdout] 204 + .map(|string| AsciiUniCase(*string)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stdout] warning: struct `PathLikeRef` is never constructed [INFO] [stdout] --> src/path_like.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub struct PathLikeRef<'a>(&'a path_like_impls::PathInner); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PathLikeOwned` is never constructed [INFO] [stdout] --> src/path_like.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct PathLikeOwned(::Owned); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `PathInner` is never used [INFO] [stdout] --> src/path_like.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | pub(super) type PathInner = str; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arena/unique_arena.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain { [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] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/mod.rs:463:16 [INFO] [stdout] | [INFO] [stdout] 463 | fn as_type(&mut self) -> types::TypeTracer { [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] 463 | fn as_type(&mut self) -> types::TypeTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/mod.rs:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer { [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] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/functions.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer { [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] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/proc/constant_evaluator.rs:706:19 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx { [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] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/proc/namer.rs:204:31 [INFO] [stdout] | [INFO] [stdout] 204 | .map(|string| (AsciiUniCase(*string))), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 204 - .map(|string| (AsciiUniCase(*string))), [INFO] [stdout] 204 + .map(|string| AsciiUniCase(*string)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PathLikeRef` is never constructed [INFO] [stdout] --> src/path_like.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub struct PathLikeRef<'a>(&'a path_like_impls::PathInner); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PathLikeOwned` is never constructed [INFO] [stdout] --> src/path_like.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct PathLikeOwned(::Owned); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `PathInner` is never used [INFO] [stdout] --> src/path_like.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | pub(super) type PathInner = str; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arena/unique_arena.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain { [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] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/mod.rs:463:16 [INFO] [stdout] | [INFO] [stdout] 463 | fn as_type(&mut self) -> types::TypeTracer { [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] 463 | fn as_type(&mut self) -> types::TypeTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/mod.rs:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer { [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] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/compact/functions.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer { [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] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/proc/constant_evaluator.rs:706:19 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx { [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] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 35.50s [INFO] running `Command { std: "docker" "inspect" "889c401bd9e95acd47a866e94b0d625fc79f4d6f36ae63d0e261676aafe2dba5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "889c401bd9e95acd47a866e94b0d625fc79f4d6f36ae63d0e261676aafe2dba5", kill_on_drop: false }` [INFO] [stdout] 889c401bd9e95acd47a866e94b0d625fc79f4d6f36ae63d0e261676aafe2dba5 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1611217e021307c21f9ce12fb111d3f87202696509260fb2f8e7004b3b387c64 [INFO] running `Command { std: "docker" "start" "-a" "1611217e021307c21f9ce12fb111d3f87202696509260fb2f8e7004b3b387c64", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/proc/namer.rs:204:31 [INFO] [stderr] | [INFO] [stderr] 204 | .map(|string| (AsciiUniCase(*string))), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 204 - .map(|string| (AsciiUniCase(*string))), [INFO] [stderr] 204 + .map(|string| AsciiUniCase(*string)), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: struct `PathLikeRef` is never constructed [INFO] [stderr] --> src/path_like.rs:44:12 [INFO] [stderr] | [INFO] [stderr] 44 | pub struct PathLikeRef<'a>(&'a path_like_impls::PathInner); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `PathLikeOwned` is never constructed [INFO] [stderr] --> src/path_like.rs:70:12 [INFO] [stderr] | [INFO] [stderr] 70 | pub struct PathLikeOwned(::Owned); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias `PathInner` is never used [INFO] [stderr] --> src/path_like.rs:129:21 [INFO] [stderr] | [INFO] [stderr] 129 | pub(super) type PathInner = str; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/arena/unique_arena.rs:75:29 [INFO] [stderr] | [INFO] [stderr] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain { [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] 75 | pub(crate) fn drain_all(&mut self) -> UniqueArenaDrain<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/compact/mod.rs:463:16 [INFO] [stderr] | [INFO] [stderr] 463 | fn as_type(&mut self) -> types::TypeTracer { [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] 463 | fn as_type(&mut self) -> types::TypeTracer<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/compact/mod.rs:472:28 [INFO] [stderr] | [INFO] [stderr] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer { [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] 472 | fn as_const_expression(&mut self) -> expressions::ExpressionTracer<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/compact/functions.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer { [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] 59 | fn as_expression(&mut self) -> super::expressions::ExpressionTracer<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/proc/constant_evaluator.rs:706:19 [INFO] [stderr] | [INFO] [stderr] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx { [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] 706 | pub fn to_ctx(&self) -> crate::proc::GlobalCtx<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `naga` (lib) generated 9 warnings (run `cargo fix --lib -p naga` to apply 6 suggestions) [INFO] [stderr] warning: `naga` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/naga-4c172924825143c7) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test arena::tests::append_unique ... ok [INFO] [stdout] test arena::tests::fetch_or_append_non_unique ... ok [INFO] [stdout] test arena::tests::append_non_unique ... ok [INFO] [stdout] test compact::global_expression_override ... ok [INFO] [stdout] test compact::array_length_override_mutual ... ok [INFO] [stdout] test non_max_u32::size ... ok [INFO] [stdout] test arena::tests::fetch_or_append_unique ... ok [INFO] [stdout] test compact::type_expression_interdependence ... ok [INFO] [stdout] test compact::array_length_override ... ok [INFO] [stdout] test compact::unnamed_constant_type ... ok [INFO] [stdout] test proc::constant_evaluator::first_leading_bit_smoke ... ok [INFO] [stdout] test proc::constant_evaluator::tests::access ... ok [INFO] [stdout] test compact::unnamed_override_type ... ok [INFO] [stdout] test proc::constant_evaluator::tests::cast ... ok [INFO] [stdout] test proc::constant_evaluator::tests::compose_of_constants ... ok [INFO] [stdout] test proc::constant_evaluator::tests::unary_op ... ok [INFO] [stdout] test proc::namer::test ... ok [INFO] [stdout] test proc::constant_evaluator::tests::splat_of_constant ... ok [INFO] [stdout] test proc::overloads::one_bits_iter::empty ... ok [INFO] [stdout] test proc::overloads::one_bits_iter::all ... ok [INFO] [stdout] test proc::overloads::regular::test::unary_vec_or_scalar_numeric_matrix ... ok [INFO] [stdout] test proc::constant_evaluator::tests::splat_of_zero_value ... ok [INFO] [stdout] test proc::constant_evaluator::first_trailing_bit_smoke ... ok [INFO] [stdout] test proc::overloads::regular::test::binary_vec_or_scalar_numeric_vector_abstract ... ok [INFO] [stdout] test proc::overloads::regular::test::unary_vec_or_scalar_numeric_vector ... ok [INFO] [stdout] test proc::overloads::regular::test::binary_vec_or_scalar_numeric_vector ... ok [INFO] [stdout] test proc::test_matrix_size ... ok [INFO] [stdout] test proc::overloads::regular::test::binary_vec_or_scalar_numeric_scalar ... ok [INFO] [stdout] test proc::overloads::one_bits_iter::in_order ... ok [INFO] [stdout] test proc::overloads::one_bits_iter::first ... ok [INFO] [stdout] test proc::overloads::one_bits_iter::last ... ok [INFO] [stdout] test span::span_location ... ok [INFO] [stdout] test valid::analyzer::uniform_control_flow ... ok [INFO] [stdout] test valid::expression::f64_const_literals ... ok [INFO] [stdout] test proc::typifier::test_error_size ... ok [INFO] [stdout] test valid::expression::f64_runtime_literals ... ok [INFO] [stdout] test valid::handles::array_size_deps ... ok [INFO] [stdout] test valid::handles::constant_deps ... ok [INFO] [stdout] test valid::handles::override_init_deps ... ok [INFO] [stdout] test valid::handles::array_size_override ... ok [INFO] [stdout] test compact::local_expression_override ... ok [INFO] [stdout] test proc::overloads::regular::test::unary_vec_or_scalar_numeric_scalar ... ok [INFO] [stdout] test compact::array_length_expression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests naga [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/proc/namer.rs:204:31 [INFO] [stderr] | [INFO] [stderr] 204 | .map(|string| (AsciiUniCase(*string))), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 204 - .map(|string| (AsciiUniCase(*string))), [INFO] [stderr] 204 + .map(|string| AsciiUniCase(*string)), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/lib.rs - (line 7) ... ignored [INFO] [stdout] test src/proc/typifier.rs - proc::typifier::TypeResolution (line 49) ... ignored [INFO] [stdout] test src/proc/typifier.rs - proc::typifier::TypeResolution (line 55) ... ignored [INFO] [stdout] test src/proc/typifier.rs - proc::typifier::TypeResolution (line 66) ... ignored [INFO] [stdout] test src/common/diagnostic_debug.rs - common::diagnostic_debug::ForDebug::for_debug (line 95) ... ok [INFO] [stdout] test src/common/diagnostic_debug.rs - common::diagnostic_debug::ForDebugWithTypes::for_debug (line 112) ... ok [INFO] [stdout] test src/front/mod.rs - front::SymbolTable (line 169) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.79s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1611217e021307c21f9ce12fb111d3f87202696509260fb2f8e7004b3b387c64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1611217e021307c21f9ce12fb111d3f87202696509260fb2f8e7004b3b387c64", kill_on_drop: false }` [INFO] [stdout] 1611217e021307c21f9ce12fb111d3f87202696509260fb2f8e7004b3b387c64