[INFO] cloning repository https://github.com/eisendaniel/hello-wgpu_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eisendaniel/hello-wgpu_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feisendaniel%2Fhello-wgpu_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feisendaniel%2Fhello-wgpu_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69a9388b0cae1f2098deda69199493e4269e90f9 [INFO] testing eisendaniel/hello-wgpu_rs against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feisendaniel%2Fhello-wgpu_rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eisendaniel/hello-wgpu_rs on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eisendaniel/hello-wgpu_rs [INFO] finished tweaking git repo https://github.com/eisendaniel/hello-wgpu_rs [INFO] tweaked toml for git repo https://github.com/eisendaniel/hello-wgpu_rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/eisendaniel/hello-wgpu_rs 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-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tobj v3.2.5 [INFO] [stderr] Downloaded rustix v0.37.12 [INFO] [stderr] Downloaded linux-raw-sys v0.3.3 [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c449b2d37a28a7f0844863cc9a21ecb585342d1e5c272dfb11910830f98042a5 [INFO] running `Command { std: "docker" "start" "-a" "c449b2d37a28a7f0844863cc9a21ecb585342d1e5c272dfb11910830f98042a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c449b2d37a28a7f0844863cc9a21ecb585342d1e5c272dfb11910830f98042a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c449b2d37a28a7f0844863cc9a21ecb585342d1e5c272dfb11910830f98042a5", kill_on_drop: false }` [INFO] [stdout] c449b2d37a28a7f0844863cc9a21ecb585342d1e5c272dfb11910830f98042a5 [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 888b523a812cc259561036b3d289a19fb80d225197239faa76513922aff9becd [INFO] running `Command { std: "docker" "start" "-a" "888b523a812cc259561036b3d289a19fb80d225197239faa76513922aff9becd", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling ash v0.37.2+1.3.238 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling png v0.17.8 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling rustix v0.37.12 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling ttf-parser v0.18.1 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling anyhow v1.0.70 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling strict-num v0.1.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling gpu-descriptor v0.2.3 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling wgpu-types v0.15.2 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling linux-raw-sys v0.3.3 [INFO] [stderr] Compiling profiling v1.0.8 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling glow v0.12.1 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling winit v0.28.3 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling bytemuck_derive v1.4.1 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling zune-inflate v0.2.53 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling tiny-skia-path v0.8.3 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling owned_ttf_parser v0.18.1 [INFO] [stderr] Compiling tiny-skia v0.8.3 [INFO] [stderr] Compiling naga v0.11.0 [INFO] [stderr] Compiling calloop v0.10.5 [INFO] [stderr] Compiling ab_glyph v0.2.20 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling tiff v0.8.1 [INFO] [stderr] Compiling hello-wgpu_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling regex v1.7.3 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling tobj v3.2.5 [INFO] [stderr] Compiling pollster v0.3.0 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling exr v1.6.3 [INFO] [stderr] Compiling image v0.24.6 [INFO] [stderr] Compiling wgpu-hal v0.15.4 [INFO] [stderr] Compiling wgpu-core v0.15.1 [INFO] [stderr] Compiling wgpu v0.15.1 [INFO] [stderr] Compiling sctk-adwaita v0.5.4 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/resources.rs:175:21 [INFO] [stdout] | [INFO] [stdout] 175 | let mut v = &mut vertices[i]; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/model.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub struct Mesh { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 52 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `diffuse_texture`, and `normal_texture` are never read [INFO] [stdout] --> src/model.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct Material { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 60 | pub diffuse_texture: crate::texture::Texture, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 61 | pub normal_texture: crate::texture::Texture, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `draw_mesh` and `draw_model` are never used [INFO] [stdout] --> src/model.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 109 | pub trait DrawModel<'a> { [INFO] [stdout] | --------- methods in this trait [INFO] [stdout] 110 | fn draw_mesh( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | fn draw_model( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `draw_light_mesh` is never used [INFO] [stdout] --> src/model.rs:201:8 [INFO] [stdout] | [INFO] [stdout] 200 | pub trait DrawLight<'a> { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] 201 | fn draw_light_mesh( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `texture` is never read [INFO] [stdout] --> src/texture.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Texture { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 5 | pub texture: wgpu::Texture, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s [INFO] running `Command { std: "docker" "inspect" "888b523a812cc259561036b3d289a19fb80d225197239faa76513922aff9becd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "888b523a812cc259561036b3d289a19fb80d225197239faa76513922aff9becd", kill_on_drop: false }` [INFO] [stdout] 888b523a812cc259561036b3d289a19fb80d225197239faa76513922aff9becd [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6c1eed3f3716daec853313236ff5f9721f3fe7ee3c15afeedfefda9312df4f5 [INFO] running `Command { std: "docker" "start" "-a" "c6c1eed3f3716daec853313236ff5f9721f3fe7ee3c15afeedfefda9312df4f5", kill_on_drop: false }` [INFO] [stderr] Compiling hello-wgpu_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/resources.rs:175:21 [INFO] [stdout] | [INFO] [stdout] 175 | let mut v = &mut vertices[i]; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/resources.rs:175:21 [INFO] [stdout] | [INFO] [stdout] 175 | let mut v = &mut vertices[i]; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/model.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub struct Mesh { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 52 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `diffuse_texture`, and `normal_texture` are never read [INFO] [stdout] --> src/model.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct Material { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 60 | pub diffuse_texture: crate::texture::Texture, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 61 | pub normal_texture: crate::texture::Texture, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `draw_mesh` and `draw_model` are never used [INFO] [stdout] --> src/model.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 109 | pub trait DrawModel<'a> { [INFO] [stdout] | --------- methods in this trait [INFO] [stdout] 110 | fn draw_mesh( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | fn draw_model( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `draw_light_mesh` is never used [INFO] [stdout] --> src/model.rs:201:8 [INFO] [stdout] | [INFO] [stdout] 200 | pub trait DrawLight<'a> { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] 201 | fn draw_light_mesh( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `texture` is never read [INFO] [stdout] --> src/texture.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Texture { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 5 | pub texture: wgpu::Texture, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/model.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub struct Mesh { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 52 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `diffuse_texture`, and `normal_texture` are never read [INFO] [stdout] --> src/model.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct Material { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 60 | pub diffuse_texture: crate::texture::Texture, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 61 | pub normal_texture: crate::texture::Texture, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `draw_mesh` and `draw_model` are never used [INFO] [stdout] --> src/model.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 109 | pub trait DrawModel<'a> { [INFO] [stdout] | --------- methods in this trait [INFO] [stdout] 110 | fn draw_mesh( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | fn draw_model( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `draw_light_mesh` is never used [INFO] [stdout] --> src/model.rs:201:8 [INFO] [stdout] | [INFO] [stdout] 200 | pub trait DrawLight<'a> { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] 201 | fn draw_light_mesh( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `texture` is never read [INFO] [stdout] --> src/texture.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Texture { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 5 | pub texture: wgpu::Texture, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.09s [INFO] running `Command { std: "docker" "inspect" "c6c1eed3f3716daec853313236ff5f9721f3fe7ee3c15afeedfefda9312df4f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6c1eed3f3716daec853313236ff5f9721f3fe7ee3c15afeedfefda9312df4f5", kill_on_drop: false }` [INFO] [stdout] c6c1eed3f3716daec853313236ff5f9721f3fe7ee3c15afeedfefda9312df4f5 [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 608ae763fdbd005387022943097f5c61189988f7e99b78da2bdcccc9d0a9d1db [INFO] running `Command { std: "docker" "start" "-a" "608ae763fdbd005387022943097f5c61189988f7e99b78da2bdcccc9d0a9d1db", kill_on_drop: false }` [INFO] [stderr] Compiling hello-wgpu_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources.rs:175:21 [INFO] [stderr] | [INFO] [stderr] 175 | let mut v = &mut vertices[i]; [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `name` is never read [INFO] [stderr] --> src/model.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 51 | pub struct Mesh { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] 52 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `name`, `diffuse_texture`, and `normal_texture` are never read [INFO] [stderr] --> src/model.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub struct Material { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] 59 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 60 | pub diffuse_texture: crate::texture::Texture, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 61 | pub normal_texture: crate::texture::Texture, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `draw_mesh` and `draw_model` are never used [INFO] [stderr] --> src/model.rs:110:8 [INFO] [stderr] | [INFO] [stderr] 109 | pub trait DrawModel<'a> { [INFO] [stderr] | --------- methods in this trait [INFO] [stderr] 110 | fn draw_mesh( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | fn draw_model( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `draw_light_mesh` is never used [INFO] [stderr] --> src/model.rs:201:8 [INFO] [stderr] | [INFO] [stderr] 200 | pub trait DrawLight<'a> { [INFO] [stderr] | --------- method in this trait [INFO] [stderr] 201 | fn draw_light_mesh( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `texture` is never read [INFO] [stderr] --> src/texture.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct Texture { [INFO] [stderr] | ------- field in this struct [INFO] [stderr] 5 | pub texture: wgpu::Texture, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `hello-wgpu_rs` (lib) generated 6 warnings (6 duplicates) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/hello-wgpu_rs-956e8b2f4b619ab9/lib-hello_wgpu_rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit status: 1 [INFO] [stderr] | [INFO] [stderr] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustci1xnX0/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-3ab60d90c5d3359f.rlib,libis_terminal-5f01d9ad2fc438dc.rlib,librustix-0199ae6fea71e920.rlib,liblinux_raw_sys-80f108e872e84f78.rlib,libio_lifetimes-646dab3969de4899.rlib,libhumantime-9f900d7885b5087e.rlib,libregex-e65f451aed383290.rlib,libaho_corasick-95e122a3773e7b94.rlib,libregex_syntax-a86491a691fe1cea.rlib,libtobj-40632a4a8ac652dc.rlib,libahash-6d9cd990d47ab792.rlib}" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-881a28050740af2c.rlib,libgetopts-1ec82257904e6c1a.rlib,libunicode_width-4f5c184aada24a03.rlib,librustc_std_workspace_std-75e27242e8cac7c5.rlib}" "/opt/rustwide/target/debug/deps/{libimage-31e745aa540491f2.rlib,libqoi-1070f558d77a8d4e.rlib,libexr-793857050f13ef0a.rlib,libflume-398c0f78ca132059.rlib,libspin-2260d6ad95fe23ca.rlib,libpin_project-c01323a78564cdbf.rlib,libfutures_sink-6d39fe4a53704a3a.rlib,libfutures_core-a33198006e233b3b.rlib,libnanorand-48377e784869b071.rlib,libzune_inflate-784da35042797eed.rlib,libbit_field-fb70c6f816573082.rlib,liblebe-5694b67511a9813c.rlib,libhalf-968122518e876f8f.rlib,libnum_rational-1fd92d032ddf8d44.rlib,libnum_integer-3010115d2f27a8c9.rlib,libgif-3197465e60c352f2.rlib,libcolor_quant-72accfe2cafd1a2d.rlib,libtiff-f2493dd6298512b7.rlib,libweezl-2b90a14ccfb21c53.rlib,libjpeg_decoder-2c123a437b6e063a.rlib,librayon-a274582887482d10.rlib,librayon_core-1a7b392ada69c64b.rlib,libnum_cpus-2df1478b061b05ad.rlib,libcrossbeam_deque-80dd94eccd663e08.rlib,libcrossbeam_epoch-964b0c428b9c2a70.rlib,libmemoffset-6a3b5915465e6bde.rlib,libcrossbeam_channel-07d2e5ac2dedb474.rlib,libcrossbeam_utils-6e25d0648251b17f.rlib,libeither-b742f34066382cfc.rlib,libwgpu-2ba14039f07a6bf1.rlib,libstatic_assertions-f0217ecdd817a834.rlib,libwgpu_core-b119dde338cd5921.rlib,libwgpu_hal-60264fba92a41b4c.rlib,librenderdoc_sys-2b57a45b627c2c15.rlib,libgpu_descriptor-fd2ab35964aa77d2.rlib,libgpu_descriptor_types-52479cdb78c7dba7.rlib,libfxhash-b312effea3ad6fa7.rlib,libbyteorder-fb36fe721788ce00.rlib,libkhronos_egl-ac7848033dccb870.rlib,libprofiling-1c34415e64c4c27a.rlib,libgpu_alloc-e57470def8b72c39.rlib,libgpu_alloc_types-d2f085497957da7f.rlib,libash-cca450742b6d4b25.rlib,libnaga-87ef0e9900ef401b.rlib,librustc_hash-d7c4a66f98a2548f.rlib,libhexf_parse-72d4824186d79465.rlib,libunicode_xid-0488fac86b109842.rlib,libbit_set-e2de243a324465ba.rlib,libbit_vec-1484b09fcc589a29.rlib,libcodespan_reporting-acb77a80113c1a4b.rlib,libunicode_width-e6feeb9daa4fd470.rlib,libtermcolor-a5251b019e6ea81a.rlib,libspirv-0dd5c6eb99cb9f2d.rlib,libindexmap-674bea5fe6fb1760.rlib,libhashbrown-8594f8db8d59233b.rlib,libahash-1a44f24707af0985.rlib,libgetrandom-c945f26b834ac2f0.rlib,libwgpu_types-1aed285ee6466c19.rlib,libglow-5d00420cb824666e.rlib,libparking_lot-93b551296c2de4c6.rlib,libparking_lot_core-c033696d704c52bf.rlib,liblock_api-12b3b36e90510f6c.rlib,libscopeguard-e318caba69bf687f.rlib,libanyhow-ca77269f18000ce8.rlib,libwinit-4183e98cf38e27e9.rlib,libsctk_adwaita-583488ba0d99ca12.rlib,libab_glyph-1270fd369a150eb1.rlib,libowned_ttf_parser-c1ed11f9178554d5.rlib,libttf_parser-c33e73a76335971b.rlib,libab_glyph_rasterizer-251d33ea7b24466b.rlib,libtiny_skia-133aeea01f9e1669.rlib,libpng-42da147eaae69d55.rlib,libminiz_oxide-c3fadcead0c8205d.rlib,libflate2-117aab00a2b9b2a1.rlib,libminiz_oxide-b57aacf0d6d21e45.rlib,libadler-8a8ce72c9fb247b6.rlib,libfdeflate-0a58d9a7f1bf25cb.rlib,libsimd_adler32-c4fc68bb88335920.rlib,libcrc32fast-e5de59621c1c9ea3.rlib,libarrayvec-324bee7ec07e0504.rlib,libtiny_skia_path-ade88fe7d5fdfab0.rlib,libbytemuck-fefbed9fe0a93f52.rlib,libstrict_num-67c340be368d92c6.rlib,libarrayref-d95fb43e6eda34e5.rlib,libmio-0508bb865b99991c.rlib,libx11_dl-2276265c2deec3ad.rlib,libpercent_encoding-bf512ecf668f0e68.rlib,libsmithay_client_toolkit-7272dae7a2850e31.rlib,libwayland_cursor-5bc30cb8d44db30f.rlib,libxcursor-20ae8eb37d6d72b7.rlib,libnom-4e889fc0f58f5d10.rlib,libmemchr-34c06a26bc9e8129.rlib,libmemmap2-dcb7012d4c1a1845.rlib,libwayland_protocols-fa5ab457cd9a0239.rlib,libwayland_client-8faeb701b1771fd3.rlib,libscoped_tls-ddc34d439339bb5f.rlib,libwayland_commons-b3e6c5a7bdd56aca.rlib,libsmallvec-26ff5af06145dc1e.rlib,libnix-0290730c309604ba.rlib,libwayland_sys-e0b8ff25050445bd.rlib,liblazy_static-af860367908b8176.rlib,libcalloop-b67f21cfaf915214.rlib,libthiserror-68a113c0b3f7bf15.rlib,libslotmap-211dd6ca2ba81773.rlib,libnix-8ce0b4001210ae3a.rlib,libmemoffset-e6266b7f586af625.rlib,liblibc-c9a1f4c96f2f23ad.rlib,libvec_map-75126d96f8392bf4.rlib,libdlib-9ea515cde6637e46.rlib,liblibloading-1d9d598bea47447c.rlib,libraw_window_handle-fa6b9cb7b8d4289b.rlib,libonce_cell-a4c8c5e96d5ca39e.rlib,libinstant-fd247ecb2ced47cd.rlib,libbitflags-dde12b0d7d495b50.rlib,liblog-52838b90e75d1877.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libcgmath-1020191d63e386eb.rlib,libapprox-3e7d8e03ddec1c1e.rlib,libnum_traits-36bc3c0c643c6731.rlib}" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-2e6eca6bf1681754.rlib,libpanic_unwind-6419b8734ab2f0cb.rlib,libobject-784ada497c5d935e.rlib,libmemchr-9267ffe866ca370f.rlib,libaddr2line-36f3ec5f8f15f213.rlib,libgimli-a0a71c3c5fe00164.rlib,librustc_demangle-95f237535246c825.rlib,libstd_detect-e0bd23c2b0917c59.rlib,libhashbrown-22a7802a8abbef9e.rlib,librustc_std_workspace_alloc-eb0228d54dd99343.rlib,libminiz_oxide-e6c6f516ce70276d.rlib,libadler-af73ed2b2e212982.rlib,libunwind-0000b4ce778574a2.rlib,libcfg_if-1a94dbdc43bc518f.rlib,liblibc-b957950176a614bc.rlib,liballoc-2b137d666ae9b5cb.rlib,librustc_std_workspace_core-4cf833632aafa84c.rlib,libcore-65c2c6d2d6ae570b.rlib,libcompiler_builtins-678c764df5f831e4.rlib}" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/hello_wgpu_rs-82a8ec98ce7b9e4e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stderr] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: `hello-wgpu_rs` (lib test) generated 6 warnings [INFO] [stderr] error: could not compile `hello-wgpu_rs` (lib test) due to 1 previous error; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "608ae763fdbd005387022943097f5c61189988f7e99b78da2bdcccc9d0a9d1db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "608ae763fdbd005387022943097f5c61189988f7e99b78da2bdcccc9d0a9d1db", kill_on_drop: false }` [INFO] [stdout] 608ae763fdbd005387022943097f5c61189988f7e99b78da2bdcccc9d0a9d1db