[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
