[INFO] fetching crate wgs_runtime_wgpu 0.1.2... [INFO] testing wgs_runtime_wgpu-0.1.2 against master#61223975d46f794466efa832bc7562b9707ecc46+rustflags=-Copt-level=3 for pr-121282 [INFO] extracting crate wgs_runtime_wgpu 0.1.2 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate wgs_runtime_wgpu 0.1.2 on toolchain 61223975d46f794466efa832bc7562b9707ecc46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wgs_runtime_wgpu 0.1.2 [INFO] finished tweaking crates.io crate wgs_runtime_wgpu 0.1.2 [INFO] tweaked toml for crates.io crate wgs_runtime_wgpu 0.1.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wgs_core v0.1.2 [INFO] [stderr] Downloaded wgs_runtime_base v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 042c06aa1fd26b95e75b47d41cd1c793d591e41ab64b6a92eb7f5445088f50c5 [INFO] running `Command { std: "docker" "start" "-a" "042c06aa1fd26b95e75b47d41cd1c793d591e41ab64b6a92eb7f5445088f50c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "042c06aa1fd26b95e75b47d41cd1c793d591e41ab64b6a92eb7f5445088f50c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "042c06aa1fd26b95e75b47d41cd1c793d591e41ab64b6a92eb7f5445088f50c5", kill_on_drop: false }` [INFO] [stdout] 042c06aa1fd26b95e75b47d41cd1c793d591e41ab64b6a92eb7f5445088f50c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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 -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d8fef9b08d445cf106cacfe27dcefbe8e3b0f420dbed770dc58122f091900a8 [INFO] running `Command { std: "docker" "start" "-a" "4d8fef9b08d445cf106cacfe27dcefbe8e3b0f420dbed770dc58122f091900a8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling binrw_derive v0.11.2 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling ahash v0.8.10 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.2 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling binrw v0.11.2 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling libloading v0.8.1 [INFO] [stderr] Compiling wgpu-types v0.17.0 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling renderdoc-sys v1.0.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling array-init v2.1.0 [INFO] [stderr] Compiling glow v0.12.3 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling naga v0.13.0 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling wgpu-hal v0.17.2 [INFO] [stderr] Compiling wgpu-core v0.17.1 [INFO] [stderr] Compiling wgs_core v0.1.2 [INFO] [stderr] Compiling wgs_runtime_base v0.1.2 [INFO] [stderr] Compiling wgpu v0.17.2 [INFO] [stderr] Compiling wgs_runtime_wgpu v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `raw_width` [INFO] [stdout] --> src/runtime.rs:960:5 [INFO] [stdout] | [INFO] [stdout] 960 | raw_width: u32, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 59s [INFO] running `Command { std: "docker" "inspect" "4d8fef9b08d445cf106cacfe27dcefbe8e3b0f420dbed770dc58122f091900a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d8fef9b08d445cf106cacfe27dcefbe8e3b0f420dbed770dc58122f091900a8", kill_on_drop: false }` [INFO] [stdout] 4d8fef9b08d445cf106cacfe27dcefbe8e3b0f420dbed770dc58122f091900a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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 -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b0517e80890f19f108553241d5aeb6a61dbf9ea6f29a7ca8215703ccfa80753 [INFO] running `Command { std: "docker" "start" "-a" "1b0517e80890f19f108553241d5aeb6a61dbf9ea6f29a7ca8215703ccfa80753", kill_on_drop: false }` [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling ahash v0.8.10 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling xcursor v0.3.5 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling binrw v0.11.2 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling tiny-skia-path v0.8.4 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling wgpu-hal v0.17.2 [INFO] [stderr] Compiling calloop v0.10.6 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling wgs_core v0.1.2 [INFO] [stderr] Compiling tiny-skia v0.8.4 [INFO] [stderr] Compiling owned_ttf_parser v0.20.0 [INFO] [stderr] Compiling wgs_runtime_base v0.1.2 [INFO] [stderr] Compiling ab_glyph v0.2.23 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling winit v0.28.7 [INFO] [stderr] Compiling wgpu-core v0.17.1 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling wgpu v0.17.2 [INFO] [stderr] Compiling sctk-adwaita v0.5.4 [INFO] [stderr] Compiling wgs_runtime_wgpu v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `raw_width` [INFO] [stdout] --> src/runtime.rs:960:5 [INFO] [stdout] | [INFO] [stdout] 960 | raw_width: u32, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `raw_width` [INFO] [stdout] --> src/runtime.rs:960:5 [INFO] [stdout] | [INFO] [stdout] 960 | raw_width: u32, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s [INFO] running `Command { std: "docker" "inspect" "1b0517e80890f19f108553241d5aeb6a61dbf9ea6f29a7ca8215703ccfa80753", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b0517e80890f19f108553241d5aeb6a61dbf9ea6f29a7ca8215703ccfa80753", kill_on_drop: false }` [INFO] [stdout] 1b0517e80890f19f108553241d5aeb6a61dbf9ea6f29a7ca8215703ccfa80753 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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 -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d23034473aff3c984737594e9c2691acf5d631adea6fb48e1c0ddaabba1be716 [INFO] running `Command { std: "docker" "start" "-a" "d23034473aff3c984737594e9c2691acf5d631adea6fb48e1c0ddaabba1be716", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `raw_width` [INFO] [stderr] --> src/runtime.rs:960:5 [INFO] [stderr] | [INFO] [stderr] 960 | raw_width: u32, [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_width` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `wgs_runtime_wgpu` (lib) generated 1 warning [INFO] [stderr] warning: `wgs_runtime_wgpu` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wgs_runtime_wgpu-4bcdc93204a58657) [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] Doc-tests wgs_runtime_wgpu [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/runtime.rs - runtime::Runtime::new (line 276) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 9) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d23034473aff3c984737594e9c2691acf5d631adea6fb48e1c0ddaabba1be716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d23034473aff3c984737594e9c2691acf5d631adea6fb48e1c0ddaabba1be716", kill_on_drop: false }` [INFO] [stdout] d23034473aff3c984737594e9c2691acf5d631adea6fb48e1c0ddaabba1be716 [INFO] testing wgs_runtime_wgpu-0.1.2 against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] extracting crate wgs_runtime_wgpu 0.1.2 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate wgs_runtime_wgpu 0.1.2 on toolchain d073071d77ce0f93b4fd8cc567a1e2b9e1b22126 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wgs_runtime_wgpu 0.1.2 [INFO] finished tweaking crates.io crate wgs_runtime_wgpu 0.1.2 [INFO] tweaked toml for crates.io crate wgs_runtime_wgpu 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5764e4a73446dca93c8937fb1af49a1ce4dce8476e917b35097a81c2ba11b7d5 [INFO] running `Command { std: "docker" "start" "-a" "5764e4a73446dca93c8937fb1af49a1ce4dce8476e917b35097a81c2ba11b7d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5764e4a73446dca93c8937fb1af49a1ce4dce8476e917b35097a81c2ba11b7d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5764e4a73446dca93c8937fb1af49a1ce4dce8476e917b35097a81c2ba11b7d5", kill_on_drop: false }` [INFO] [stdout] 5764e4a73446dca93c8937fb1af49a1ce4dce8476e917b35097a81c2ba11b7d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f41c8926dba63c13762e82e7859f42d421c0acf256d9e93a7ec0e1645d15578 [INFO] running `Command { std: "docker" "start" "-a" "8f41c8926dba63c13762e82e7859f42d421c0acf256d9e93a7ec0e1645d15578", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling ahash v0.8.10 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling binrw_derive v0.11.2 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.2 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling binrw v0.11.2 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling wgpu-types v0.17.0 [INFO] [stderr] Compiling libloading v0.8.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling array-init v2.1.0 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling glow v0.12.3 [INFO] [stderr] Compiling renderdoc-sys v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling naga v0.13.0 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling wgpu-hal v0.17.2 [INFO] [stderr] Compiling wgpu-core v0.17.1 [INFO] [stderr] Compiling wgs_core v0.1.2 [INFO] [stderr] Compiling wgpu v0.17.2 [INFO] [stderr] Compiling wgs_runtime_base v0.1.2 [INFO] [stderr] Compiling wgs_runtime_wgpu v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `raw_width` [INFO] [stdout] --> src/runtime.rs:960:5 [INFO] [stdout] | [INFO] [stdout] 960 | raw_width: u32, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s [INFO] running `Command { std: "docker" "inspect" "8f41c8926dba63c13762e82e7859f42d421c0acf256d9e93a7ec0e1645d15578", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f41c8926dba63c13762e82e7859f42d421c0acf256d9e93a7ec0e1645d15578", kill_on_drop: false }` [INFO] [stdout] 8f41c8926dba63c13762e82e7859f42d421c0acf256d9e93a7ec0e1645d15578 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d073071d77ce0f93b4fd8cc567a1e2b9e1b22126" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 143a5fb97d1b1a922079c4878894f3458eb5af8919b517643f2122fa467b9752 [INFO] running `Command { std: "docker" "start" "-a" "143a5fb97d1b1a922079c4878894f3458eb5af8919b517643f2122fa467b9752", kill_on_drop: false }` [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling ahash v0.8.10 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling xcursor v0.3.5 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling binrw v0.11.2 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling tiny-skia-path v0.8.4 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling wgpu-hal v0.17.2 [INFO] [stderr] Compiling owned_ttf_parser v0.20.0 [INFO] [stderr] Compiling tiny-skia v0.8.4 [INFO] [stderr] Compiling calloop v0.10.6 [INFO] [stderr] Compiling ab_glyph v0.2.23 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling winit v0.28.7 [INFO] [stderr] Compiling wgs_core v0.1.2 [INFO] [stderr] Compiling wgs_runtime_base v0.1.2 [INFO] [stderr] Compiling wgpu-core v0.17.1 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling wgpu v0.17.2 [INFO] [stderr] Compiling sctk-adwaita v0.5.4 [INFO] [stderr] error: could not compile `wgpu` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d073071d77ce0f93b4fd8cc567a1e2b9e1b22126/bin/rustc --crate-name wgpu --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="wgsl"' -C metadata=29a8b2c8e40105f5 -C extra-filename=-29a8b2c8e40105f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-f9bab1f49304b6ef.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-0128a598f57c42f0.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d96f4592d0a4e108.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-e57147d72f30dbaf.rmeta --extern profiling=/opt/rustwide/target/debug/deps/libprofiling-5273cfd83d3c4eb8.rmeta --extern raw_window_handle=/opt/rustwide/target/debug/deps/libraw_window_handle-852bcbb6aabc24af.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-84caf5f2031f6fb4.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-14a197ae77f98fdb.rmeta --extern wgc=/opt/rustwide/target/debug/deps/libwgpu_core-f645dec02e0a221c.rmeta --extern hal=/opt/rustwide/target/debug/deps/libwgpu_hal-fb8d7f50f6f66dfc.rmeta --extern wgt=/opt/rustwide/target/debug/deps/libwgpu_types-22382e6f784d8284.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "143a5fb97d1b1a922079c4878894f3458eb5af8919b517643f2122fa467b9752", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "143a5fb97d1b1a922079c4878894f3458eb5af8919b517643f2122fa467b9752", kill_on_drop: false }` [INFO] [stdout] 143a5fb97d1b1a922079c4878894f3458eb5af8919b517643f2122fa467b9752