[INFO] cloning repository https://github.com/rohit507/rust-gfx-experiments
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rohit507/rust-gfx-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohit507%2Frust-gfx-experiments", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohit507%2Frust-gfx-experiments'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a60cfb3152e277b32112aa6481f3c349eef60043
[INFO] testing rohit507/rust-gfx-experiments against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohit507%2Frust-gfx-experiments" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rohit507/rust-gfx-experiments on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/rohit507/rust-gfx-experiments
[INFO] finished tweaking git repo https://github.com/rohit507/rust-gfx-experiments
[INFO] tweaked toml for git repo https://github.com/rohit507/rust-gfx-experiments written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/rohit507/rust-gfx-experiments 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded d3d12 v0.3.0
[INFO] [stderr]   Downloaded wgpu-native v0.4.2
[INFO] [stderr]   Downloaded gfx-backend-dx11 v0.4.5
[INFO] [stderr]   Downloaded gfx-backend-vulkan v0.4.0
[INFO] [stderr]   Downloaded gfx-backend-metal v0.4.2
[INFO] [stderr]   Downloaded imgui-wgpu v0.4.1
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95347c36b313c489e3a5b0c572371a7e0c512280afdfb7e1635f03feca7d41c8
[INFO] running `Command { std: "docker" "start" "-a" "95347c36b313c489e3a5b0c572371a7e0c512280afdfb7e1635f03feca7d41c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95347c36b313c489e3a5b0c572371a7e0c512280afdfb7e1635f03feca7d41c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95347c36b313c489e3a5b0c572371a7e0c512280afdfb7e1635f03feca7d41c8", kill_on_drop: false }`
[INFO] [stdout] 95347c36b313c489e3a5b0c572371a7e0c512280afdfb7e1635f03feca7d41c8
[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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f1f63aef1142f73c712a4df51c56a36a096f2f3d9718842605b105ddfae58cc
[INFO] running `Command { std: "docker" "start" "-a" "1f1f63aef1142f73c712a4df51c56a36a096f2f3d9718842605b105ddfae58cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling scopeguard v1.0.0
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling pkg-config v0.3.17
[INFO] [stderr]    Compiling smallvec v0.6.13
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling arrayvec v0.5.1
[INFO] [stderr]    Compiling raw-window-handle v0.3.3
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling wayland-scanner v0.23.6
[INFO] [stderr]    Compiling lock_api v0.3.3
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling dlib v0.4.1
[INFO] [stderr]    Compiling mio v0.6.21
[INFO] [stderr]    Compiling gfx-hal v0.4.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling memchr v2.3.0
[INFO] [stderr]    Compiling lazycell v1.2.1
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling generic-array v0.9.0
[INFO] [stderr]    Compiling wayland-sys v0.23.6
[INFO] [stderr]    Compiling ordered-float v1.0.2
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling x11 v2.18.1
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling byte-tools v0.2.0
[INFO] [stderr]    Compiling wayland-client v0.23.6
[INFO] [stderr]    Compiling arrayref v0.3.5
[INFO] [stderr]    Compiling block-buffer v0.3.3
[INFO] [stderr]    Compiling wayland-protocols v0.23.6
[INFO] [stderr]    Compiling rusttype v0.8.2
[INFO] [stderr]    Compiling c2-chacha v0.2.3
[INFO] [stderr]    Compiling digest v0.7.6
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling imgui-sys v0.2.0
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling wayland-commons v0.23.6
[INFO] [stderr]    Compiling calloop v0.4.4
[INFO] [stderr]    Compiling relevant v0.4.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling downcast-rs v1.1.1
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling atom v0.3.5
[INFO] [stderr]    Compiling walkdir v2.2.9
[INFO] [stderr]    Compiling hibitset v0.6.2
[INFO] [stderr]    Compiling sha2 v0.7.1
[INFO] [stderr]    Compiling ash v0.29.0
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling crossbeam-deque v0.7.2
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling rusttype v0.7.9
[INFO] [stderr]    Compiling crossbeam-queue v0.2.1
[INFO] [stderr]    Compiling line_drawing v0.7.0
[INFO] [stderr]    Compiling x11-dl v2.18.4
[INFO] [stderr]    Compiling num_cpus v1.11.1
[INFO] [stderr]    Compiling cmake v0.1.42
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling smallvec v1.1.0
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]    Compiling colorful v0.2.1
[INFO] [stderr]    Compiling adler32 v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.6.13
[INFO] [stderr]    Compiling rendy-memory v0.5.2
[INFO] [stderr]    Compiling andrew v0.2.1
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.7.0
[INFO] [stderr]    Compiling glsl-to-spirv v0.1.7
[INFO] [stderr]    Compiling zerocopy-derive v0.1.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rendy-descriptor v0.5.1
[INFO] [stderr]    Compiling gfx-backend-empty v0.4.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling num-iter v0.1.40
[INFO] [stderr]    Compiling num-rational v0.2.3
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling copyless v0.1.4
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling regex v1.3.3
[INFO] [stderr]    Compiling tempfile v3.1.0
[INFO] [stderr]    Compiling rayon v1.3.0
[INFO] [stderr]    Compiling zerocopy v0.2.8
[INFO] [stderr]    Compiling gfx-backend-vulkan v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.10.0
[INFO] [stderr]    Compiling deflate v0.7.20
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling color_quant v1.0.1
[INFO] [stderr]    Compiling instant v0.1.2
[INFO] [stderr]    Compiling tiff v0.3.1
[INFO] [stderr]    Compiling gif v0.10.3
[INFO] [stderr]    Compiling png v0.15.3
[INFO] [stderr]    Compiling chrono v0.4.10
[INFO] [stderr]    Compiling wgpu-native v0.4.2
[INFO] [stderr]    Compiling imgui v0.2.1
[INFO] [stderr]    Compiling jpeg-decoder v0.1.18
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling image v0.22.3
[INFO] [stderr]    Compiling pretty_env_logger v0.3.1
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.6.4
[INFO] [stderr]    Compiling winit v0.20.0
[INFO] [stderr]    Compiling imgui-winit-support v0.3.0-pre (/opt/rustwide/workdir/lib/imgui-winit-support)
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lib/imgui-winit-support/src/lib.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         window: &Window,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lib/imgui-winit-support/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         window: &Window,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wgpu v0.4.0
[INFO] [stderr]    Compiling imgui-wgpu v0.4.1
[INFO] [stderr]    Compiling rust-gfx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `imgui::*`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use imgui::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `imgui_wgpu::Renderer`
[INFO] [stdout]   --> src/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use imgui_wgpu::Renderer;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Instant`
[INFO] [stdout]   --> src/main.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::time::Instant;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/wrapper/gpu.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         PhysicalSize,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug`, `error`, `info`, `warn`
[INFO] [stdout]   --> src/main.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     debug,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 33 |     info,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 34 |     warn,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 35 |     error, 
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/wrapper/gpu.rs:90:29
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn input(&mut self, event: &WindowEvent) -> bool {
[INFO] [stdout]    |                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init_window` is never used
[INFO] [stdout]   --> src/wrapper/window.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn init_window(event_loop : &EventLoop<()>) 
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `adapter` is never read
[INFO] [stdout]   --> src/wrapper/gpu.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct State {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 17 |     surface: wgpu::Surface,
[INFO] [stdout] 18 |     adapter: wgpu::Adapter,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `input` is never used
[INFO] [stdout]   --> src/wrapper/gpu.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl State {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub fn input(&mut self, event: &WindowEvent) -> bool {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_context` is never used
[INFO] [stdout]  --> src/wrapper/gui.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn create_context() -> imgui::Context {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init_platform` is never used
[INFO] [stdout]   --> src/wrapper/gui.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn init_platform(
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
[INFO] running `Command { std: "docker" "inspect" "1f1f63aef1142f73c712a4df51c56a36a096f2f3d9718842605b105ddfae58cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f1f63aef1142f73c712a4df51c56a36a096f2f3d9718842605b105ddfae58cc", kill_on_drop: false }`
[INFO] [stdout] 1f1f63aef1142f73c712a4df51c56a36a096f2f3d9718842605b105ddfae58cc
[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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38eb459f7ebdee97dd4b0d95fc0d9d4f3275732bbc69734e4ca538d934d43b2a
[INFO] running `Command { std: "docker" "start" "-a" "38eb459f7ebdee97dd4b0d95fc0d9d4f3275732bbc69734e4ca538d934d43b2a", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lib/imgui-winit-support/src/lib.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         window: &Window,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lib/imgui-winit-support/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         window: &Window,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rust-gfx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `imgui::*`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use imgui::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `imgui_wgpu::Renderer`
[INFO] [stdout]   --> src/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use imgui_wgpu::Renderer;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Instant`
[INFO] [stdout]   --> src/main.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::time::Instant;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/wrapper/gpu.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         PhysicalSize,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug`, `error`, `info`, `warn`
[INFO] [stdout]   --> src/main.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     debug,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 33 |     info,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 34 |     warn,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 35 |     error, 
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/wrapper/gpu.rs:90:29
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn input(&mut self, event: &WindowEvent) -> bool {
[INFO] [stdout]    |                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init_window` is never used
[INFO] [stdout]   --> src/wrapper/window.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn init_window(event_loop : &EventLoop<()>) 
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `adapter` is never read
[INFO] [stdout]   --> src/wrapper/gpu.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct State {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 17 |     surface: wgpu::Surface,
[INFO] [stdout] 18 |     adapter: wgpu::Adapter,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `input` is never used
[INFO] [stdout]   --> src/wrapper/gpu.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl State {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub fn input(&mut self, event: &WindowEvent) -> bool {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_context` is never used
[INFO] [stdout]  --> src/wrapper/gui.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn create_context() -> imgui::Context {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init_platform` is never used
[INFO] [stdout]   --> src/wrapper/gui.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn init_platform(
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.29s
[INFO] running `Command { std: "docker" "inspect" "38eb459f7ebdee97dd4b0d95fc0d9d4f3275732bbc69734e4ca538d934d43b2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38eb459f7ebdee97dd4b0d95fc0d9d4f3275732bbc69734e4ca538d934d43b2a", kill_on_drop: false }`
[INFO] [stdout] 38eb459f7ebdee97dd4b0d95fc0d9d4f3275732bbc69734e4ca538d934d43b2a
[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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1675767e926b057b5040614b6179b708d7cdb4bb2441d67c65bedf15f1e23c96
[INFO] running `Command { std: "docker" "start" "-a" "1675767e926b057b5040614b6179b708d7cdb4bb2441d67c65bedf15f1e23c96", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `window`
[INFO] [stderr]    --> lib/imgui-winit-support/src/lib.rs:161:9
[INFO] [stderr]     |
[INFO] [stderr] 161 |         window: &Window,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `window`
[INFO] [stderr]    --> lib/imgui-winit-support/src/lib.rs:172:9
[INFO] [stderr]     |
[INFO] [stderr] 172 |         window: &Window,
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stderr] 
[INFO] [stderr] warning: `imgui-winit-support` (lib) generated 2 warnings
[INFO] [stderr] warning: unused import: `imgui::*`
[INFO] [stderr]   --> src/main.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | use imgui::*;
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `imgui_wgpu::Renderer`
[INFO] [stderr]   --> src/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use imgui_wgpu::Renderer;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::time::Instant`
[INFO] [stderr]   --> src/main.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | use std::time::Instant;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `PhysicalSize`
[INFO] [stderr]   --> src/wrapper/gpu.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |         PhysicalSize,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `debug`, `error`, `info`, `warn`
[INFO] [stderr]   --> src/main.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     debug,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 33 |     info,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 34 |     warn,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 35 |     error, 
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `event`
[INFO] [stderr]   --> src/wrapper/gpu.rs:90:29
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn input(&mut self, event: &WindowEvent) -> bool {
[INFO] [stderr]    |                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `init_window` is never used
[INFO] [stderr]   --> src/wrapper/window.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn init_window(event_loop : &EventLoop<()>) 
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `adapter` is never read
[INFO] [stderr]   --> src/wrapper/gpu.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct State {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] 17 |     surface: wgpu::Surface,
[INFO] [stderr] 18 |     adapter: wgpu::Adapter,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `input` is never used
[INFO] [stderr]   --> src/wrapper/gpu.rs:90:12
[INFO] [stderr]    |
[INFO] [stderr] 28 | impl State {
[INFO] [stderr]    | ---------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 90 |     pub fn input(&mut self, event: &WindowEvent) -> bool {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_context` is never used
[INFO] [stderr]  --> src/wrapper/gui.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn create_context() -> imgui::Context {
[INFO] [stderr]   |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `init_platform` is never used
[INFO] [stderr]   --> src/wrapper/gui.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn init_platform(
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-gfx` (bin "rust-gfx" test) generated 11 warnings (run `cargo fix --bin "rust-gfx" --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_gfx-75e92e6a9380e41b)
[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" "1675767e926b057b5040614b6179b708d7cdb4bb2441d67c65bedf15f1e23c96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1675767e926b057b5040614b6179b708d7cdb4bb2441d67c65bedf15f1e23c96", kill_on_drop: false }`
[INFO] [stdout] 1675767e926b057b5040614b6179b708d7cdb4bb2441d67c65bedf15f1e23c96
[INFO] testing rohit507/rust-gfx-experiments against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohit507%2Frust-gfx-experiments" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rohit507/rust-gfx-experiments on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/rohit507/rust-gfx-experiments
[INFO] finished tweaking git repo https://github.com/rohit507/rust-gfx-experiments
[INFO] tweaked toml for git repo https://github.com/rohit507/rust-gfx-experiments written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/rohit507/rust-gfx-experiments 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bdcab8d135f0fc9322ea46521bbf144b4dcfba7b670e0b3b4a956933a28fa094
[INFO] running `Command { std: "docker" "start" "-a" "bdcab8d135f0fc9322ea46521bbf144b4dcfba7b670e0b3b4a956933a28fa094", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdcab8d135f0fc9322ea46521bbf144b4dcfba7b670e0b3b4a956933a28fa094", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdcab8d135f0fc9322ea46521bbf144b4dcfba7b670e0b3b4a956933a28fa094", kill_on_drop: false }`
[INFO] [stdout] bdcab8d135f0fc9322ea46521bbf144b4dcfba7b670e0b3b4a956933a28fa094
[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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6373f38f611b8982bbad0f780b75cacbb99204e099df58f91a60a94748acc32d
[INFO] running `Command { std: "docker" "start" "-a" "6373f38f611b8982bbad0f780b75cacbb99204e099df58f91a60a94748acc32d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling scopeguard v1.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.17
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling smallvec v0.6.13
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling raw-window-handle v0.3.3
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling arrayvec v0.5.1
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling wayland-scanner v0.23.6
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]    Compiling lock_api v0.3.3
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling dlib v0.4.1
[INFO] [stderr]    Compiling mio v0.6.21
[INFO] [stderr]    Compiling gfx-hal v0.4.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling memchr v2.3.0
[INFO] [stderr]    Compiling lazycell v1.2.1
[INFO] [stderr]    Compiling wayland-client v0.23.6
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling generic-array v0.9.0
[INFO] [stderr]    Compiling wayland-sys v0.23.6
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling ordered-float v1.0.2
[INFO] [stderr]    Compiling x11 v2.18.1
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling byte-tools v0.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling arrayref v0.3.5
[INFO] [stderr]    Compiling block-buffer v0.3.3
[INFO] [stderr]    Compiling rusttype v0.8.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling c2-chacha v0.2.3
[INFO] [stderr]    Compiling calloop v0.4.4
[INFO] [stderr]    Compiling wayland-commons v0.23.6
[INFO] [stderr]    Compiling digest v0.7.6
[INFO] [stderr]    Compiling wayland-protocols v0.23.6
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling imgui-sys v0.2.0
[INFO] [stderr]    Compiling relevant v0.4.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling atom v0.3.5
[INFO] [stderr]    Compiling downcast-rs v1.1.1
[INFO] [stderr]    Compiling sha2 v0.7.1
[INFO] [stderr]    Compiling hibitset v0.6.2
[INFO] [stderr]    Compiling walkdir v2.2.9
[INFO] [stderr]    Compiling ash v0.29.0
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling rusttype v0.7.9
[INFO] [stderr]    Compiling crossbeam-deque v0.7.2
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling crossbeam-queue v0.2.1
[INFO] [stderr]    Compiling line_drawing v0.7.0
[INFO] [stderr]    Compiling x11-dl v2.18.4
[INFO] [stderr]    Compiling num_cpus v1.11.1
[INFO] [stderr]    Compiling cmake v0.1.42
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling colorful v0.2.1
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling regex-syntax v0.6.13
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling adler32 v1.0.4
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]    Compiling smallvec v1.1.0
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.7.0
[INFO] [stderr]    Compiling andrew v0.2.1
[INFO] [stderr]    Compiling rendy-memory v0.5.2
[INFO] [stderr]    Compiling glsl-to-spirv v0.1.7
[INFO] [stderr]    Compiling zerocopy-derive v0.1.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rendy-descriptor v0.5.1
[INFO] [stderr]    Compiling gfx-backend-empty v0.4.0
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling num-iter v0.1.40
[INFO] [stderr]    Compiling num-rational v0.2.3
[INFO] [stderr]    Compiling copyless v0.1.4
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling regex v1.3.3
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling rayon v1.3.0
[INFO] [stderr]    Compiling tempfile v3.1.0
[INFO] [stderr]    Compiling zerocopy v0.2.8
[INFO] [stderr]    Compiling gfx-backend-vulkan v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.10.0
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling imgui v0.2.1
[INFO] [stderr]    Compiling deflate v0.7.20
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling wgpu-native v0.4.2
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling instant v0.1.2
[INFO] [stderr]    Compiling color_quant v1.0.1
[INFO] [stderr]    Compiling png v0.15.3
[INFO] [stderr]    Compiling chrono v0.4.10
[INFO] [stderr]    Compiling gif v0.10.3
[INFO] [stderr]    Compiling tiff v0.3.1
[INFO] [stderr]    Compiling jpeg-decoder v0.1.18
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling pretty_env_logger v0.3.1
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling image v0.22.3
[INFO] [stderr]    Compiling smithay-client-toolkit v0.6.4
[INFO] [stderr]    Compiling winit v0.20.0
[INFO] [stderr]    Compiling imgui-winit-support v0.3.0-pre (/opt/rustwide/workdir/lib/imgui-winit-support)
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lib/imgui-winit-support/src/lib.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         window: &Window,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> lib/imgui-winit-support/src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         window: &Window,
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `winit` (lib)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: failed to run custom build command for `glsl-to-spirv v0.1.7`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/glsl-to-spirv-4a669c3438f8c48f/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=build/glslangValidator.exe
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/glsl-to-spirv-2a8df3ee1ac3c5f9/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/glsl-to-spirv-0.1.7/glslang" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/glsl-to-spirv-2a8df3ee1ac3c5f9/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- Google Mock was not found - tests based on that will not build
[INFO] [stderr]   -- Configuring done
[INFO] [stderr]   -- Generating done
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/glsl-to-spirv-2a8df3ee1ac3c5f9/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/glsl-to-spirv-2a8df3ee1ac3c5f9/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "Debug" "--"
[INFO] [stderr]   [  1%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslAttributes.cpp.o
[INFO] [stderr]   [  3%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslParseHelper.cpp.o
[INFO] [stderr]   [  5%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslScanContext.cpp.o
[INFO] [stderr]   [  7%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslOpMap.cpp.o
[INFO] [stderr]   [  8%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslTokenStream.cpp.o
[INFO] [stderr]   [ 10%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslGrammar.cpp.o
[INFO] [stderr]   [ 12%] Building CXX object hlsl/CMakeFiles/HLSL.dir/hlslParseables.cpp.o
[INFO] [stderr]   [ 14%] Building CXX object glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/ossource.cpp.o
[INFO] [stderr]   [ 15%] Building CXX object OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/InitializeDll.cpp.o
[INFO] [stderr]   [ 17%] Linking CXX static library libOSDependent.a
[INFO] [stderr]   [ 17%] Built target OSDependent
[INFO] [stderr]   [ 19%] Building CXX object StandAlone/CMakeFiles/glslang-default-resource-limits.dir/ResourceLimits.cpp.o
[INFO] [stderr]   [ 21%] Linking CXX static library libOGLCompiler.a
[INFO] [stderr]   [ 21%] Built target OGLCompiler
[INFO] [stderr]   [ 22%] Building CXX object SPIRV/CMakeFiles/SPVRemapper.dir/SPVRemapper.cpp.o
[INFO] [stderr]   [ 24%] Linking CXX static library libglslang-default-resource-limits.a
[INFO] [stderr]   [ 24%] Built target glslang-default-resource-limits
[INFO] [stderr]   [ 26%] Building CXX object SPIRV/CMakeFiles/SPVRemapper.dir/doc.cpp.o
[INFO] [stderr]   [ 28%] Linking CXX static library libSPVRemapper.a
[INFO] [stderr]   [ 28%] Built target SPVRemapper
[INFO] [stderr]   [ 29%] Linking CXX static library libHLSL.a
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   CMake Warning (dev) at /usr/share/cmake-3.22/Modules/GNUInstallDirs.cmake:239 (message):
[INFO] [stderr]     Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
[INFO] [stderr]     target architecture is known.  Please enable at least one language before
[INFO] [stderr]     including GNUInstallDirs.
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     CMakeLists.txt:7 (include)
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   /usr/bin/ar: unable to copy file 'libHLSL.a'; reason: Success
[INFO] [stderr]   gmake[2]: *** [hlsl/CMakeFiles/HLSL.dir/build.make:194: hlsl/libHLSL.a] Error 1
[INFO] [stderr]   gmake[2]: *** Deleting file 'hlsl/libHLSL.a'
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:1210: hlsl/CMakeFiles/HLSL.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:146: all] Error 2
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.42/src/lib.rs:861:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55a5bf77b465 - std::backtrace_rs::backtrace::libunwind::trace::he49dc9a9e3164223
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x55a5bf77b465 - std::backtrace_rs::backtrace::trace_unsynchronized::h3a3e77c68030aa6b
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x55a5bf77b465 - std::sys_common::backtrace::_print_fmt::h9479ad2f99afd5d4
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x55a5bf77b465 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x55a5bf79f2fb - core::fmt::rt::Argument::fmt::h125e56152abbc1c3
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/rt.rs:165:63
[INFO] [stderr]      5:     0x55a5bf79f2fb - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/mod.rs:1169:21
[INFO] [stderr]      6:     0x55a5bf7789bf - std::io::Write::write_fmt::h456b7988df61daf3
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/io/mod.rs:1835:15
[INFO] [stderr]      7:     0x55a5bf77b23e - std::sys_common::backtrace::_print::h79ca548f3a2adf4b
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x55a5bf77b23e - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x55a5bf77c709 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stderr]     10:     0x55a5bf77c4d8 - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:298:9
[INFO] [stderr]     11:     0x55a5bf77cba3 - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:795:13
[INFO] [stderr]     12:     0x55a5bf77ca84 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:664:13
[INFO] [stderr]     13:     0x55a5bf77b929 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x55a5bf77c7b7 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:652:5
[INFO] [stderr]     15:     0x55a5bf711053 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x55a5bf724439 - cmake::fail::h94f3e5369d93d608
[INFO] [stderr]     17:     0x55a5bf723b78 - cmake::run::he401c4d9df99ab80
[INFO] [stderr]     18:     0x55a5bf7210f2 - cmake::Config::build::h9b69601fda6bc72f
[INFO] [stderr]     19:     0x55a5bf7134d1 - cmake::build::h1377ab0d1dd7d2bb
[INFO] [stderr]     20:     0x55a5bf714267 - build_script_build::main::h4b8c128827250b0b
[INFO] [stderr]     21:     0x55a5bf712973 - core::ops::function::FnOnce::call_once::h70c9c7259cddddca
[INFO] [stderr]     22:     0x55a5bf712596 - std::sys_common::backtrace::__rust_begin_short_backtrace::h19681b035f45fc94
[INFO] [stderr]     23:     0x55a5bf712709 - std::rt::lang_start::{{closure}}::hd56bd64d8d39417e
[INFO] [stderr]     24:     0x55a5bf77451d - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hac8b4a62b6f52371
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     25:     0x55a5bf77451d - std::panicking::try::do_call::h6fc24bc97db29d34
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stderr]     26:     0x55a5bf77451d - std::panicking::try::hc544b64aa2eea933
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stderr]     27:     0x55a5bf77451d - std::panic::catch_unwind::hefb17e81fb559b9c
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stderr]     28:     0x55a5bf77451d - std::rt::lang_start_internal::{{closure}}::h834103e2d23d958b
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/rt.rs:141:48
[INFO] [stderr]     29:     0x55a5bf77451d - std::panicking::try::do_call::he39c25d597788515
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stderr]     30:     0x55a5bf77451d - std::panicking::try::hf4ef8dd97697f2c7
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stderr]     31:     0x55a5bf77451d - std::panic::catch_unwind::haa22d191a5c8abfb
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stderr]     32:     0x55a5bf77451d - std::rt::lang_start_internal::h8104aca277c551bf
[INFO] [stderr]                                  at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/rt.rs:141:20
[INFO] [stderr]     33:     0x55a5bf7126e7 - std::rt::lang_start::hd974d94c87315589
[INFO] [stderr]     34:     0x55a5bf7148e5 - main
[INFO] [stderr]     35:     0x7f145436dd90 - <unknown>
[INFO] [stderr]     36:     0x7f145436de40 - __libc_start_main
[INFO] [stderr]     37:     0x55a5bf711785 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `wgpu-native` (lib)
[INFO] running `Command { std: "docker" "inspect" "6373f38f611b8982bbad0f780b75cacbb99204e099df58f91a60a94748acc32d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6373f38f611b8982bbad0f780b75cacbb99204e099df58f91a60a94748acc32d", kill_on_drop: false }`
[INFO] [stdout] 6373f38f611b8982bbad0f780b75cacbb99204e099df58f91a60a94748acc32d
