[INFO] cloning repository https://github.com/blindley/glutin-skeleton
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blindley/glutin-skeleton" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblindley%2Fglutin-skeleton", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblindley%2Fglutin-skeleton'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa471f6772b2103493e17aa553a106bb18f75b8b
[INFO] testing blindley/glutin-skeleton 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%2Fblindley%2Fglutin-skeleton" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/blindley/glutin-skeleton
[INFO] finished tweaking git repo https://github.com/blindley/glutin-skeleton
[INFO] tweaked toml for git repo https://github.com/blindley/glutin-skeleton written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/blindley/glutin-skeleton 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/blindley/glutin-skeleton 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] edbd6f4ec610ea7918cca4a358489c3cb9b6c7b908112b8fc65253b6b4c4d60c
[INFO] running `Command { std: "docker" "start" "-a" "edbd6f4ec610ea7918cca4a358489c3cb9b6c7b908112b8fc65253b6b4c4d60c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edbd6f4ec610ea7918cca4a358489c3cb9b6c7b908112b8fc65253b6b4c4d60c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edbd6f4ec610ea7918cca4a358489c3cb9b6c7b908112b8fc65253b6b4c4d60c", kill_on_drop: false }`
[INFO] [stdout] edbd6f4ec610ea7918cca4a358489c3cb9b6c7b908112b8fc65253b6b4c4d60c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 26aa60bb2bab242f0b8b49fd754971e6856829ca859dfb985a8e16ec88120827
[INFO] running `Command { std: "docker" "start" "-a" "26aa60bb2bab242f0b8b49fd754971e6856829ca859dfb985a8e16ec88120827", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.50
[INFO] [stderr]    Compiling cfg-if v0.1.5
[INFO] [stderr]    Compiling version_check v0.1.4
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling nodrop v0.1.13
[INFO] [stderr]    Compiling cc v1.0.22
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling nix v0.12.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling log v0.4.4
[INFO] [stderr]    Compiling khronos_api v2.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.2.2
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling lazy_static v1.1.0
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling khronos_api v3.0.0
[INFO] [stderr]    Compiling memoffset v0.2.1
[INFO] [stderr]    Compiling rayon-core v1.4.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_jitter v0.1.3
[INFO] [stderr]    Compiling stb_truetype v0.2.6
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling libloading v0.5.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]    Compiling nix v0.13.0
[INFO] [stderr]    Compiling syn v0.15.29
[INFO] [stderr]    Compiling stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling same-file v1.0.4
[INFO] [stderr]    Compiling downcast-rs v1.0.3
[INFO] [stderr]    Compiling owning_ref v0.3.3
[INFO] [stderr]    Compiling walkdir v2.2.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.3.1
[INFO] [stderr]    Compiling quote v0.6.11
[INFO] [stderr]    Compiling smallvec v0.6.5
[INFO] [stderr]    Compiling adler32 v1.0.3
[INFO] [stderr]    Compiling rayon v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.11
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]    Compiling num-derive v0.2.4
[INFO] [stderr]    Compiling ordered-float v1.0.2
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling approx v0.3.1
[INFO] [stderr]    Compiling dlib v0.4.1
[INFO] [stderr]    Compiling wayland-sys v0.21.11
[INFO] [stderr]    Compiling num_cpus v1.10.0
[INFO] [stderr]    Compiling x11-dl v2.18.3
[INFO] [stderr]    Compiling crossbeam-deque v0.2.0
[INFO] [stderr]    Compiling line_drawing v0.7.0
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]    Compiling rusttype v0.7.5
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling lock_api v0.1.3
[INFO] [stderr]    Compiling gl_generator v0.10.0
[INFO] [stderr]    Compiling either v1.5.1
[INFO] [stderr]    Compiling num-rational v0.2.1
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling andrew v0.2.0
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling deflate v0.7.19
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling cgmath v0.16.1
[INFO] [stderr]    Compiling gl v0.10.0
[INFO] [stderr]    Compiling color_quant v1.0.1
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling glutin v0.19.0
[INFO] [stderr]    Compiling parking_lot v0.7.1
[INFO] [stderr]    Compiling png v0.14.0
[INFO] [stderr]    Compiling gif v0.10.1
[INFO] [stderr]    Compiling rand v0.4.3
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling safe-transmute v0.10.1
[INFO] [stderr]    Compiling approx v0.1.1
[INFO] [stderr]    Compiling multitext v0.1.0 (https://github.com/blindley/multitext.git#dd84977f)
[INFO] [stderr]    Compiling wayland-client v0.21.11
[INFO] [stderr]    Compiling wayland-protocols v0.21.11
[INFO] [stderr]    Compiling jpeg-decoder v0.1.15
[INFO] [stderr]    Compiling wayland-commons v0.21.11
[INFO] [stderr]    Compiling gl_helpers v0.1.0 (https://github.com/blindley/gl_helpers.git#44cb93ff)
[INFO] [stderr]    Compiling tiff v0.2.2
[INFO] [stderr]    Compiling image v0.21.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.4.5
[INFO] [stderr]    Compiling winit v0.18.1
[INFO] [stderr]    Compiling glutin-skeleton v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]    --> src/main.rs:342:9
[INFO] [stdout]     |
[INFO] [stdout] 339 | struct Texture {
[INFO] [stdout]     |        ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 342 |     pub width: i32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 343 |     pub height: i32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Texture` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `buffer` is never read
[INFO] [stdout]    --> src/simple_text.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct VertexArray {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 115 |     pub buffer: u32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VertexArray` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.19.0, winit v0.18.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "26aa60bb2bab242f0b8b49fd754971e6856829ca859dfb985a8e16ec88120827", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26aa60bb2bab242f0b8b49fd754971e6856829ca859dfb985a8e16ec88120827", kill_on_drop: false }`
[INFO] [stdout] 26aa60bb2bab242f0b8b49fd754971e6856829ca859dfb985a8e16ec88120827
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 393f0234db41436c26ee4f2c29c6874f9248a6ceee8b4426870a3f850a02643f
[INFO] running `Command { std: "docker" "start" "-a" "393f0234db41436c26ee4f2c29c6874f9248a6ceee8b4426870a3f850a02643f", kill_on_drop: false }`
[INFO] [stderr]    Compiling glutin-skeleton v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]    --> src/main.rs:342:9
[INFO] [stdout]     |
[INFO] [stdout] 339 | struct Texture {
[INFO] [stdout]     |        ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 342 |     pub width: i32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 343 |     pub height: i32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Texture` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `buffer` is never read
[INFO] [stdout]    --> src/simple_text.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct VertexArray {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 115 |     pub buffer: u32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VertexArray` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.19.0, winit v0.18.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "393f0234db41436c26ee4f2c29c6874f9248a6ceee8b4426870a3f850a02643f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "393f0234db41436c26ee4f2c29c6874f9248a6ceee8b4426870a3f850a02643f", kill_on_drop: false }`
[INFO] [stdout] 393f0234db41436c26ee4f2c29c6874f9248a6ceee8b4426870a3f850a02643f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 6f84312080e4ade731a89ae4126286658ee08f0b54ed9353f3aca426e5135535
[INFO] running `Command { std: "docker" "start" "-a" "6f84312080e4ade731a89ae4126286658ee08f0b54ed9353f3aca426e5135535", kill_on_drop: false }`
[INFO] [stderr] warning: fields `width` and `height` are never read
[INFO] [stderr]    --> src/main.rs:342:9
[INFO] [stderr]     |
[INFO] [stderr] 339 | struct Texture {
[INFO] [stderr]     |        ------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 342 |     pub width: i32,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 343 |     pub height: i32,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Texture` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `buffer` is never read
[INFO] [stderr]    --> src/simple_text.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 114 | pub struct VertexArray {
[INFO] [stderr]     |            ----------- field in this struct
[INFO] [stderr] 115 |     pub buffer: u32,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `VertexArray` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `glutin-skeleton` (bin "glutin-skeleton" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.19.0, winit v0.18.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/glutin_skeleton-71046bb4f9e2602f)
[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" "6f84312080e4ade731a89ae4126286658ee08f0b54ed9353f3aca426e5135535", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f84312080e4ade731a89ae4126286658ee08f0b54ed9353f3aca426e5135535", kill_on_drop: false }`
[INFO] [stdout] 6f84312080e4ade731a89ae4126286658ee08f0b54ed9353f3aca426e5135535
