[INFO] cloning repository https://github.com/FlyingBBQ/pawo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FlyingBBQ/pawo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlyingBBQ%2Fpawo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlyingBBQ%2Fpawo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a112cb2c500072423ea25f57f62d8dd8a55be369 [INFO] testing FlyingBBQ/pawo against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlyingBBQ%2Fpawo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/FlyingBBQ/pawo [INFO] finished tweaking git repo https://github.com/FlyingBBQ/pawo [INFO] tweaked toml for git repo https://github.com/FlyingBBQ/pawo written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/FlyingBBQ/pawo on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/FlyingBBQ/pawo 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51ad489673e444eaf427dc0bf8044bda3567658dc617fd44cdae9f51cf2edb7a [INFO] running `Command { std: "docker" "start" "-a" "51ad489673e444eaf427dc0bf8044bda3567658dc617fd44cdae9f51cf2edb7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51ad489673e444eaf427dc0bf8044bda3567658dc617fd44cdae9f51cf2edb7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51ad489673e444eaf427dc0bf8044bda3567658dc617fd44cdae9f51cf2edb7a", kill_on_drop: false }` [INFO] [stdout] 51ad489673e444eaf427dc0bf8044bda3567658dc617fd44cdae9f51cf2edb7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac1dd987fefacbc0e546ed4a4e177c1fbf01346fa12b7ec05be9525dc5cf321b [INFO] running `Command { std: "docker" "start" "-a" "ac1dd987fefacbc0e546ed4a4e177c1fbf01346fa12b7ec05be9525dc5cf321b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling wayland-sys v0.31.4 [INFO] [stderr] Compiling cc v1.1.7 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling wayland-client v0.31.5 [INFO] [stderr] Compiling naga v22.1.0 [INFO] [stderr] Compiling bit-vec v0.7.0 [INFO] [stderr] Compiling quick-xml v0.34.0 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling wayland-backend v0.3.6 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling bit-set v0.6.0 [INFO] [stderr] Compiling wgpu-hal v22.0.0 [INFO] [stderr] Compiling wayland-scanner v0.31.4 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.2.0 [INFO] [stderr] Compiling ttf-parser v0.24.0 [INFO] [stderr] Compiling indexmap v2.3.0 [INFO] [stderr] Compiling arrayref v0.3.8 [INFO] [stderr] Compiling bytemuck v1.16.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling xcursor v0.3.6 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling gpu-descriptor v0.3.0 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling owned_ttf_parser v0.24.0 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling polling v3.7.2 [INFO] [stderr] Compiling wgpu-core v22.1.0 [INFO] [stderr] Compiling wgpu-types v22.0.0 [INFO] [stderr] Compiling calloop v0.13.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling ab_glyph v0.2.28 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling winit v0.30.4 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling wgpu v22.1.0 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling wayland-protocols v0.32.3 [INFO] [stderr] Compiling wayland-cursor v0.31.5 [INFO] [stderr] Compiling calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling wayland-protocols-wlr v0.3.3 [INFO] [stderr] Compiling wayland-protocols-plasma v0.3.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Compiling sctk-adwaita v0.10.1 [INFO] [stderr] Compiling pawo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `queue` and `surface_format` are never read [INFO] [stdout] --> src/main.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 81 | struct Gpu<'window> { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 84 | queue: wgpu::Queue, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 85 | surface_config: wgpu::SurfaceConfiguration, [INFO] [stdout] 86 | surface_format: wgpu::TextureFormat, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s [INFO] running `Command { std: "docker" "inspect" "ac1dd987fefacbc0e546ed4a4e177c1fbf01346fa12b7ec05be9525dc5cf321b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac1dd987fefacbc0e546ed4a4e177c1fbf01346fa12b7ec05be9525dc5cf321b", kill_on_drop: false }` [INFO] [stdout] ac1dd987fefacbc0e546ed4a4e177c1fbf01346fa12b7ec05be9525dc5cf321b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 563308621d752331c999168ecfea7120f51ff51e74b8366bb60c1405872f72b3 [INFO] running `Command { std: "docker" "start" "-a" "563308621d752331c999168ecfea7120f51ff51e74b8366bb60c1405872f72b3", kill_on_drop: false }` [INFO] [stderr] Compiling pawo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `queue` and `surface_format` are never read [INFO] [stdout] --> src/main.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 81 | struct Gpu<'window> { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 84 | queue: wgpu::Queue, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 85 | surface_config: wgpu::SurfaceConfiguration, [INFO] [stdout] 86 | surface_format: wgpu::TextureFormat, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "563308621d752331c999168ecfea7120f51ff51e74b8366bb60c1405872f72b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "563308621d752331c999168ecfea7120f51ff51e74b8366bb60c1405872f72b3", kill_on_drop: false }` [INFO] [stdout] 563308621d752331c999168ecfea7120f51ff51e74b8366bb60c1405872f72b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 28bf9e9248edf8e04aecdac7bfddb997a12cf0eb03ba2c655feb2aa4742b4f0f [INFO] running `Command { std: "docker" "start" "-a" "28bf9e9248edf8e04aecdac7bfddb997a12cf0eb03ba2c655feb2aa4742b4f0f", kill_on_drop: false }` [INFO] [stderr] warning: fields `queue` and `surface_format` are never read [INFO] [stderr] --> src/main.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 81 | struct Gpu<'window> { [INFO] [stderr] | --- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 84 | queue: wgpu::Queue, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 85 | surface_config: wgpu::SurfaceConfiguration, [INFO] [stderr] 86 | surface_format: wgpu::TextureFormat, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `pawo` (bin "pawo" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pawo-4f9721709c307187) [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] running `Command { std: "docker" "inspect" "28bf9e9248edf8e04aecdac7bfddb997a12cf0eb03ba2c655feb2aa4742b4f0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28bf9e9248edf8e04aecdac7bfddb997a12cf0eb03ba2c655feb2aa4742b4f0f", kill_on_drop: false }` [INFO] [stdout] 28bf9e9248edf8e04aecdac7bfddb997a12cf0eb03ba2c655feb2aa4742b4f0f