[INFO] cloning repository https://github.com/jimblandy/wscript
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jimblandy/wscript" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Fwscript", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Fwscript'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c87bdefe99f5296de697881c919dda7ea6b907a5
[INFO] testing jimblandy/wscript against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Fwscript" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jimblandy/wscript
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/jimblandy/wscript
[INFO] tweaked toml for git repo https://github.com/jimblandy/wscript written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jimblandy/wscript on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jimblandy/wscript 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 291f7464778d3f7bf1ab73a7aa6b312fe9d5a099d7649950cd96754e4449aabc
[INFO] running `Command { std: "docker" "start" "-a" "291f7464778d3f7bf1ab73a7aa6b312fe9d5a099d7649950cd96754e4449aabc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "291f7464778d3f7bf1ab73a7aa6b312fe9d5a099d7649950cd96754e4449aabc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "291f7464778d3f7bf1ab73a7aa6b312fe9d5a099d7649950cd96754e4449aabc", kill_on_drop: false }`
[INFO] [stdout] 291f7464778d3f7bf1ab73a7aa6b312fe9d5a099d7649950cd96754e4449aabc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ea9ebec632a530ae70033321680279bbf98c4f117183fd205b936957402c8bb
[INFO] running `Command { std: "docker" "start" "-a" "2ea9ebec632a530ae70033321680279bbf98c4f117183fd205b936957402c8bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling ash v0.37.0+1.3.209
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling wgpu-core v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f)
[INFO] [stderr]    Compiling raw-window-handle v0.5.0
[INFO] [stderr]    Compiling gpu-alloc v0.5.3
[INFO] [stderr]    Compiling wgpu-types v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f)
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling profiling v1.0.7
[INFO] [stderr]    Compiling renderdoc-sys v0.7.1
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling glow v0.11.2 (https://github.com/grovesNL/glow/?rev=c8a011fcd57a5c68cc917ed394baa484bdefc909#c8a011fc)
[INFO] [stderr]    Compiling argh_shared v0.1.8
[INFO] [stderr]    Compiling anyhow v1.0.64
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling pollster v0.2.5
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling ariadne v0.1.5
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling argh_derive v0.1.8
[INFO] [stderr]    Compiling argh v0.1.8
[INFO] [stderr]    Compiling naga v0.10.0 (https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64)
[INFO] [stderr]    Compiling wgpu-hal v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f)
[INFO] [stderr]    Compiling wgpu v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f)
[INFO] [stderr]    Compiling wscript v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `from_le_bytes` is never used
[INFO] [stdout]  --> src/plan/little_endian_bytes.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait LeBytes: Sized {
[INFO] [stdout]   |           ------- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 9 |     fn from_le_bytes(bytes: Self::Bytes) -> Self;
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lex.rs:132:52
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input {
[INFO] [stdout]     |                       --                           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input<'s> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn peek(&self) -> &Token {
[INFO] [stdout]    |             ^^^^^     ^^^^^^
[INFO] [stdout]    |             |         ||
[INFO] [stdout]    |             |         |the same lifetime is hidden here
[INFO] [stdout]    |             |         the same lifetime is elided here
[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] 48 |     fn peek(&self) -> &Token<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/run.rs:291:9
[INFO] [stdout]     |
[INFO] [stdout] 291 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 295 |     ) -> anyhow::Result<wgpu::BufferSlice>
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ 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] 295 |     ) -> anyhow::Result<wgpu::BufferSlice<'_>>
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.87s
[INFO] running `Command { std: "docker" "inspect" "2ea9ebec632a530ae70033321680279bbf98c4f117183fd205b936957402c8bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ea9ebec632a530ae70033321680279bbf98c4f117183fd205b936957402c8bb", kill_on_drop: false }`
[INFO] [stdout] 2ea9ebec632a530ae70033321680279bbf98c4f117183fd205b936957402c8bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c2618eb9271b93c2e78a85f5a560502e2bbf8c7f64298f6ed0e9a089ee4bf5e
[INFO] running `Command { std: "docker" "start" "-a" "8c2618eb9271b93c2e78a85f5a560502e2bbf8c7f64298f6ed0e9a089ee4bf5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling os_str_bytes v6.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling similar v2.2.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling argh_derive v0.1.8
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling naga v0.10.0 (https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64)
[INFO] [stderr]    Compiling argh v0.1.8
[INFO] [stderr]    Compiling clap v3.2.20
[INFO] [stderr]    Compiling libtest-mimic v0.5.2
[INFO] [stderr]    Compiling datatest-stable v0.1.3
[INFO] [stderr]    Compiling wgpu-hal v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f)
[INFO] [stderr]    Compiling wgpu-core v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f)
[INFO] [stderr]    Compiling wgpu v0.14.0 (https://github.com/gfx-rs/wgpu?rev=d4b1d57f#d4b1d57f)
[INFO] [stderr]    Compiling wscript v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `from_le_bytes` is never used
[INFO] [stdout]  --> src/plan/little_endian_bytes.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait LeBytes: Sized {
[INFO] [stdout]   |           ------- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 9 |     fn from_le_bytes(bytes: Self::Bytes) -> Self;
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lex.rs:132:52
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input {
[INFO] [stdout]     |                       --                           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input<'s> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn peek(&self) -> &Token {
[INFO] [stdout]    |             ^^^^^     ^^^^^^
[INFO] [stdout]    |             |         ||
[INFO] [stdout]    |             |         |the same lifetime is hidden here
[INFO] [stdout]    |             |         the same lifetime is elided here
[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] 48 |     fn peek(&self) -> &Token<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/run.rs:291:9
[INFO] [stdout]     |
[INFO] [stdout] 291 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 295 |     ) -> anyhow::Result<wgpu::BufferSlice>
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ 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] 295 |     ) -> anyhow::Result<wgpu::BufferSlice<'_>>
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_le_bytes` is never used
[INFO] [stdout]  --> src/plan/little_endian_bytes.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait LeBytes: Sized {
[INFO] [stdout]   |           ------- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 9 |     fn from_le_bytes(bytes: Self::Bytes) -> Self;
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lex.rs:132:52
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input {
[INFO] [stdout]     |                       --                           ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input<'s> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lex/tests.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn collect_tokens(input: &str) -> Vec<(TokenKind, std::ops::Range<usize>)> {
[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] 3 | fn collect_tokens(input: &str) -> Vec<(TokenKind<'_>, std::ops::Range<usize>)> {
[INFO] [stdout]   |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lex/tests.rs:169:15
[INFO] [stdout]     |
[INFO] [stdout] 169 | fn code(text: &str, map: impl IntoIterator<Item = (usize, std::ops::Range<usize>)>) -> TokenKind {
[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] 169 | fn code(text: &str, map: impl IntoIterator<Item = (usize, std::ops::Range<usize>)>) -> TokenKind<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lex/tests.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn check(block: &str) -> TokenResult {
[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] 178 |     fn check(block: &str) -> TokenResult<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn peek(&self) -> &Token {
[INFO] [stdout]    |             ^^^^^     ^^^^^^
[INFO] [stdout]    |             |         ||
[INFO] [stdout]    |             |         |the same lifetime is hidden here
[INFO] [stdout]    |             |         the same lifetime is elided here
[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] 48 |     fn peek(&self) -> &Token<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/run.rs:291:9
[INFO] [stdout]     |
[INFO] [stdout] 291 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 295 |     ) -> anyhow::Result<wgpu::BufferSlice>
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^ 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] 295 |     ) -> anyhow::Result<wgpu::BufferSlice<'_>>
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.84s
[INFO] running `Command { std: "docker" "inspect" "8c2618eb9271b93c2e78a85f5a560502e2bbf8c7f64298f6ed0e9a089ee4bf5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c2618eb9271b93c2e78a85f5a560502e2bbf8c7f64298f6ed0e9a089ee4bf5e", kill_on_drop: false }`
[INFO] [stdout] 8c2618eb9271b93c2e78a85f5a560502e2bbf8c7f64298f6ed0e9a089ee4bf5e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 18cd2e60b15af996d2ecd2455468ff20dba6ab08931dacca048eedd4fa5ce612
[INFO] running `Command { std: "docker" "start" "-a" "18cd2e60b15af996d2ecd2455468ff20dba6ab08931dacca048eedd4fa5ce612", kill_on_drop: false }`
[INFO] [stderr] warning: associated function `from_le_bytes` is never used
[INFO] [stderr]  --> src/plan/little_endian_bytes.rs:9:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub trait LeBytes: Sized {
[INFO] [stderr]   |           ------- associated function in this trait
[INFO] [stderr] ...
[INFO] [stderr] 9 |     fn from_le_bytes(bytes: Self::Bytes) -> Self;
[INFO] [stderr]   |        ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lex.rs:132:52
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input {
[INFO] [stderr]     |                       --                           ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is named 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: consistently use `'s`
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn new(text: &'s str, source_id: usize) -> Input<'s> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:48:13
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn peek(&self) -> &Token {
[INFO] [stderr]    |             ^^^^^     ^^^^^^
[INFO] [stderr]    |             |         ||
[INFO] [stderr]    |             |         |the same lifetime is hidden here
[INFO] [stderr]    |             |         the same lifetime is elided here
[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] 48 |     fn peek(&self) -> &Token<'_> {
[INFO] [stderr]    |                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/run.rs:291:9
[INFO] [stderr]     |
[INFO] [stderr] 291 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 295 |     ) -> anyhow::Result<wgpu::BufferSlice>
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^ 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] 295 |     ) -> anyhow::Result<wgpu::BufferSlice<'_>>
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/lex/tests.rs:3:26
[INFO] [stderr]   |
[INFO] [stderr] 3 | fn collect_tokens(input: &str) -> Vec<(TokenKind, std::ops::Range<usize>)> {
[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] 3 | fn collect_tokens(input: &str) -> Vec<(TokenKind<'_>, std::ops::Range<usize>)> {
[INFO] [stderr]   |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lex/tests.rs:169:15
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn code(text: &str, map: impl IntoIterator<Item = (usize, std::ops::Range<usize>)>) -> TokenKind {
[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] 169 | fn code(text: &str, map: impl IntoIterator<Item = (usize, std::ops::Range<usize>)>) -> TokenKind<'_> {
[INFO] [stderr]     |                                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lex/tests.rs:178:21
[INFO] [stderr]     |
[INFO] [stderr] 178 |     fn check(block: &str) -> TokenResult {
[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] 178 |     fn check(block: &str) -> TokenResult<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `wscript` (lib) generated 4 warnings (run `cargo fix --lib -p wscript` to apply 3 suggestions)
[INFO] [stderr] warning: `wscript` (lib test) generated 7 warnings (4 duplicates) (run `cargo fix --lib -p wscript --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wscript-dab4bad2edc0aa3d)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test lex::tests::code_block ... ok
[INFO] [stdout] test lex::tests::numbers ... ok
[INFO] [stdout] test parse::tests::expr_binary ... ok
[INFO] [stdout] test parse::tests::expr_primary ... ok
[INFO] [stdout] test lex::tests::basic ... ok
[INFO] [stdout] test parse::tests::parse_init ... ok
[INFO] [stdout] test parse::tests::parse_dispatch ... ok
[INFO] [stdout] test parse::tests::parse_module ... ok
[INFO] [stdout] test parse::tests::parse_workgroup_count ... ok
[INFO] [stdout] test parse::tests::scalar_types ... ok
[INFO] [stdout] test parse::tests::vector_types ... ok
[INFO] [stdout] test lex::tests::indentation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/wscript-172f400474fb8076)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/errors.rs (/opt/rustwide/target/debug/deps/errors-d0c2ab0fc42d00b1)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test ariadne::dispatch-count-long.ws         ... ok
[INFO] [stdout] test ariadne::dispatch-count-number.ws       ... ok
[INFO] [stdout] test ariadne::dispatch-count-open-missing.ws ... ok
[INFO] [stdout] test ariadne::dispatch-count-unexpected.ws   ... ok
[INFO] [stdout] test ariadne::dispatch-entry-name-missing.ws ... ok
[INFO] [stdout] test ariadne::init-missing-buffer-name.ws    ... ok
[INFO] [stdout] test ariadne::init-missing-equal.ws          ... ok
[INFO] [stdout] test ariadne::init-module-unset.ws           ... ok
[INFO] [stdout] test ariadne::init-type-int-vs-array.ws      ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/run.rs (/opt/rustwide/target/debug/deps/run-10505d88493db1ed)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stderr] JIMB: Vacant
[INFO] [stderr] JIMB: Vacant
[INFO] [stderr] JIMB: Vacant
[INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment.
[INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment.
[INFO] [stderr] error: XDG_RUNTIME_DIR is invalid or not set in the environment.
[INFO] [stdout] test run::write-array-f32.ws ... ok
[INFO] [stdout] test run::check-one-f32.ws   ... ok
[INFO] [stdout] test run::write-one-f32.ws   ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wscript
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/ast.rs - ast::StatementKind::Check (line 61) ... ignored
[INFO] [stdout] test src/ast.rs - ast::StatementKind::Dispatch (line 48) ... ignored
[INFO] [stdout] test src/ast.rs - ast::StatementKind::Init (line 35) ... ignored
[INFO] [stdout] test src/ast.rs - ast::StatementKind::Module (line 25) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "18cd2e60b15af996d2ecd2455468ff20dba6ab08931dacca048eedd4fa5ce612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18cd2e60b15af996d2ecd2455468ff20dba6ab08931dacca048eedd4fa5ce612", kill_on_drop: false }`
[INFO] [stdout] 18cd2e60b15af996d2ecd2455468ff20dba6ab08931dacca048eedd4fa5ce612
