[INFO] cloning repository https://github.com/GabrSobral/rust-graphical-computing-wgpu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GabrSobral/rust-graphical-computing-wgpu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGabrSobral%2Frust-graphical-computing-wgpu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGabrSobral%2Frust-graphical-computing-wgpu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] acb9a77c7b2276abd5fe2e859363c91446a90708 [INFO] checking GabrSobral/rust-graphical-computing-wgpu against master#5257aee7dd163d21d32fa904578d4fb0f4c91b79 for pr-116494-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGabrSobral%2Frust-graphical-computing-wgpu" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu on toolchain 5257aee7dd163d21d32fa904578d4fb0f4c91b79 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5257aee7dd163d21d32fa904578d4fb0f4c91b79" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu [INFO] finished tweaking git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu [INFO] tweaked toml for git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu 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" "+5257aee7dd163d21d32fa904578d4fb0f4c91b79" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded profiling v1.0.14 [INFO] [stderr] Downloaded wgpu-types v0.19.0 [INFO] [stderr] Downloaded env_logger v0.11.2 [INFO] [stderr] Downloaded png v0.17.12 [INFO] [stderr] Downloaded wgpu v0.19.1 [INFO] [stderr] Downloaded wgpu-core v0.19.0 [INFO] [stderr] Downloaded wgpu-hal v0.19.1 [INFO] [stderr] Downloaded naga v0.19.0 [INFO] [stderr] Downloaded winit v0.29.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+5257aee7dd163d21d32fa904578d4fb0f4c91b79" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4dc558b8148107c087d9572850f0297e95627ed536bba7e115a6100f90d65620 [INFO] running `Command { std: "docker" "start" "-a" "4dc558b8148107c087d9572850f0297e95627ed536bba7e115a6100f90d65620", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4dc558b8148107c087d9572850f0297e95627ed536bba7e115a6100f90d65620", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dc558b8148107c087d9572850f0297e95627ed536bba7e115a6100f90d65620", kill_on_drop: false }` [INFO] [stdout] 4dc558b8148107c087d9572850f0297e95627ed536bba7e115a6100f90d65620 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5257aee7dd163d21d32fa904578d4fb0f4c91b79" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a6fefa53b62450b041eeb6c76bd8c721f85bca64c7f2ea63ba2fb735216b5e4 [INFO] running `Command { std: "docker" "start" "-a" "4a6fefa53b62450b041eeb6c76bd8c721f85bca64c7f2ea63ba2fb735216b5e4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling wayland-backend v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking rustix v0.38.31 [INFO] [stderr] Compiling ahash v0.8.8 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Compiling wayland-scanner v0.31.1 [INFO] [stderr] Checking bytemuck v1.14.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Checking indexmap v2.2.3 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking gpu-descriptor-types v0.1.2 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling wgpu-hal v0.19.1 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking xkeysym v0.2.0 [INFO] [stderr] Checking either v1.10.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.1 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking xcursor v0.3.5 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling drm-fourcc v2.2.0 [INFO] [stderr] Checking unicode-xid v0.2.4 [INFO] [stderr] Checking cursor-icon v1.1.0 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking raw-window-handle v0.6.0 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking rayon v1.8.1 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking polling v3.4.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking wgpu-types v0.19.0 [INFO] [stderr] Checking owned_ttf_parser v0.20.0 [INFO] [stderr] Compiling wgpu-core v0.19.0 [INFO] [stderr] Checking memmap2 v0.9.4 [INFO] [stderr] Checking profiling v1.0.14 [INFO] [stderr] Checking renderdoc-sys v1.0.0 [INFO] [stderr] Checking wayland-client v0.31.2 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking glow v0.13.1 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking ab_glyph v0.2.23 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking wayland-protocols v0.31.2 [INFO] [stderr] Checking wayland-cursor v0.31.1 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling wgpu v0.19.1 [INFO] [stderr] Compiling winit v0.29.10 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking calloop v0.12.4 [INFO] [stderr] Checking naga v0.19.0 [INFO] [stderr] Checking half v2.3.1 [INFO] [stderr] Checking calloop-wayland-source v0.2.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking as-raw-xcb-connection v1.0.1 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Checking x11rb-protocol v0.13.0 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Checking gif v0.12.0 [INFO] [stderr] Checking anstream v0.6.11 [INFO] [stderr] Checking exr v1.72.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking naga v0.5.0 [INFO] [stderr] Checking wayland-protocols-wlr v0.2.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking wayland-protocols-plasma v0.2.0 [INFO] [stderr] Checking png v0.17.12 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking sctk-adwaita v0.8.1 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking smol_str v0.2.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking env_logger v0.11.2 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] error: could not compile `ash` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/5257aee7dd163d21d32fa904578d4fb0f4c91b79/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.3+1.3.251/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' -C metadata=c5ea94cca8fd9a96 -C extra-filename=-c5ea94cca8fd9a96 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-9759c23b7b6fd847.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "4a6fefa53b62450b041eeb6c76bd8c721f85bca64c7f2ea63ba2fb735216b5e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6fefa53b62450b041eeb6c76bd8c721f85bca64c7f2ea63ba2fb735216b5e4", kill_on_drop: false }` [INFO] [stdout] 4a6fefa53b62450b041eeb6c76bd8c721f85bca64c7f2ea63ba2fb735216b5e4 [INFO] checking GabrSobral/rust-graphical-computing-wgpu against try#d614ed876e31a5f3ad1d0fbf848fcdab3a29d1d8 for pr-116494-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGabrSobral%2Frust-graphical-computing-wgpu" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu on toolchain d614ed876e31a5f3ad1d0fbf848fcdab3a29d1d8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d614ed876e31a5f3ad1d0fbf848fcdab3a29d1d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu [INFO] finished tweaking git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu [INFO] tweaked toml for git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/GabrSobral/rust-graphical-computing-wgpu 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" "+d614ed876e31a5f3ad1d0fbf848fcdab3a29d1d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+d614ed876e31a5f3ad1d0fbf848fcdab3a29d1d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b036f9700669da6ed8368215dfff046d8b21daf62e8447f62ea0c04d63ec478 [INFO] running `Command { std: "docker" "start" "-a" "9b036f9700669da6ed8368215dfff046d8b21daf62e8447f62ea0c04d63ec478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b036f9700669da6ed8368215dfff046d8b21daf62e8447f62ea0c04d63ec478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b036f9700669da6ed8368215dfff046d8b21daf62e8447f62ea0c04d63ec478", kill_on_drop: false }` [INFO] [stdout] 9b036f9700669da6ed8368215dfff046d8b21daf62e8447f62ea0c04d63ec478 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d614ed876e31a5f3ad1d0fbf848fcdab3a29d1d8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f0f78353a1f741fb7870e88315a524eac26b54ad7eedd5708f68467e6f57ccb [INFO] running `Command { std: "docker" "start" "-a" "8f0f78353a1f741fb7870e88315a524eac26b54ad7eedd5708f68467e6f57ccb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling wayland-backend v0.3.3 [INFO] [stderr] Checking rustix v0.38.31 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling ahash v0.8.8 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Compiling wayland-scanner v0.31.1 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking bytemuck v1.14.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Checking indexmap v2.2.3 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling wgpu-hal v0.19.1 [INFO] [stderr] Checking gpu-descriptor-types v0.1.2 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking xkeysym v0.2.0 [INFO] [stderr] Checking either v1.10.0 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Compiling drm-fourcc v2.2.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.1 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking raw-window-handle v0.6.0 [INFO] [stderr] Checking cursor-icon v1.1.0 [INFO] [stderr] Checking xcursor v0.3.5 [INFO] [stderr] Checking unicode-xid v0.2.4 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking rayon v1.8.1 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking polling v3.4.0 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking owned_ttf_parser v0.20.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling wgpu-core v0.19.0 [INFO] [stderr] Checking wgpu-types v0.19.0 [INFO] [stderr] Checking wayland-client v0.31.2 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking memmap2 v0.9.4 [INFO] [stderr] Checking glow v0.13.1 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Checking profiling v1.0.14 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking wayland-protocols v0.31.2 [INFO] [stderr] Checking wayland-cursor v0.31.1 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking renderdoc-sys v1.0.0 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Checking ab_glyph v0.2.23 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking calloop v0.12.4 [INFO] [stderr] Checking naga v0.19.0 [INFO] [stderr] Checking calloop-wayland-source v0.2.0 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Compiling wgpu v0.19.1 [INFO] [stderr] Compiling winit v0.29.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking half v2.3.1 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking x11rb-protocol v0.13.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking as-raw-xcb-connection v1.0.1 [INFO] [stderr] Checking anstream v0.6.11 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking exr v1.72.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking gif v0.12.0 [INFO] [stderr] Checking wayland-protocols-wlr v0.2.0 [INFO] [stderr] Checking wayland-protocols-plasma v0.2.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking png v0.17.12 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking naga v0.5.0 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking sctk-adwaita v0.8.1 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking smol_str v0.2.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking env_logger v0.11.2 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking image v0.24.8 [INFO] [stderr] Checking external-memory v0.0.1 [INFO] [stderr] Checking gfx-hal v0.9.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking pollster v0.3.0 [INFO] [stderr] Checking x11rb v0.13.0 [INFO] [stderr] Checking render v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/transforms.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | let surface = unsafe { instance.create_surface(window) }.unwrap(); [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InitWgpu` is never constructed [INFO] [stdout] --> src/transforms.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct InitWgpu<'window> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `init_wgpu` is never used [INFO] [stdout] --> src/transforms.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 23 | impl<'window> InitWgpu<'window> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] 24 | pub async fn init_wgpu(window: &'window Window) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view` is never used [INFO] [stdout] --> src/transforms.rs:77:8 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn create_view(camera_position: Point3, look_direction: Point3, up_direction: Vector3) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_projection` is never used [INFO] [stdout] --> src/transforms.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn create_projection(aspect: f32, is_perspective: bool) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view_projection` is never used [INFO] [stdout] --> src/transforms.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn create_view_projection(camera_position: Point3, look_direction: Point3, up_direction: Vector3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_perspective_projection` is never used [INFO] [stdout] --> src/transforms.rs:114:8 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn create_perspective_projection(fovy: Rad, aspect: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn create_projection_ortho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn create_view_projection_ortho( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_transforms` is never used [INFO] [stdout] --> src/transforms.rs:140:8 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn create_transforms(translation:[f32; 3], rotation:[f32; 3], scaling:[f32; 3]) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cube_positions` is never used [INFO] [stdout] --> src/vertex_data.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn cube_positions() -> Vec<[i8; 3]> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cube_colors` is never used [INFO] [stdout] --> src/vertex_data.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn cube_colors() -> Vec<[i8; 3]> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/transforms.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | let surface = unsafe { instance.create_surface(window) }.unwrap(); [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InitWgpu` is never constructed [INFO] [stdout] --> src/transforms.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct InitWgpu<'window> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `init_wgpu` is never used [INFO] [stdout] --> src/transforms.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 23 | impl<'window> InitWgpu<'window> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] 24 | pub async fn init_wgpu(window: &'window Window) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view` is never used [INFO] [stdout] --> src/transforms.rs:77:8 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn create_view(camera_position: Point3, look_direction: Point3, up_direction: Vector3) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_projection` is never used [INFO] [stdout] --> src/transforms.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn create_projection(aspect: f32, is_perspective: bool) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view_projection` is never used [INFO] [stdout] --> src/transforms.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn create_view_projection(camera_position: Point3, look_direction: Point3, up_direction: Vector3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_perspective_projection` is never used [INFO] [stdout] --> src/transforms.rs:114:8 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn create_perspective_projection(fovy: Rad, aspect: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn create_projection_ortho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn create_view_projection_ortho( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_transforms` is never used [INFO] [stdout] --> src/transforms.rs:140:8 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn create_transforms(translation:[f32; 3], rotation:[f32; 3], scaling:[f32; 3]) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cube_positions` is never used [INFO] [stdout] --> src/vertex_data.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn cube_positions() -> Vec<[i8; 3]> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cube_colors` is never used [INFO] [stdout] --> src/vertex_data.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn cube_colors() -> Vec<[i8; 3]> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/transforms.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | let surface = unsafe { instance.create_surface(window) }.unwrap(); [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `input` is never used [INFO] [stdout] --> src/main.rs:192:8 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'window> State<'window> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 192 | fn input(&mut self, event: &WindowEvent) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view` is never used [INFO] [stdout] --> src/transforms.rs:77:8 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn create_view(camera_position: Point3, look_direction: Point3, up_direction: Vector3) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_perspective_projection` is never used [INFO] [stdout] --> src/transforms.rs:114:8 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn create_perspective_projection(fovy: Rad, aspect: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn create_projection_ortho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn create_view_projection_ortho( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/transforms.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | let surface = unsafe { instance.create_surface(window) }.unwrap(); [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `input` is never used [INFO] [stdout] --> src/main.rs:192:8 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'window> State<'window> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 192 | fn input(&mut self, event: &WindowEvent) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view` is never used [INFO] [stdout] --> src/transforms.rs:77:8 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn create_view(camera_position: Point3, look_direction: Point3, up_direction: Vector3) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_perspective_projection` is never used [INFO] [stdout] --> src/transforms.rs:114:8 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn create_perspective_projection(fovy: Rad, aspect: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn create_projection_ortho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32) -> Matrix4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_view_projection_ortho` is never used [INFO] [stdout] --> src/transforms.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn create_view_projection_ortho( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.05s [INFO] running `Command { std: "docker" "inspect" "8f0f78353a1f741fb7870e88315a524eac26b54ad7eedd5708f68467e6f57ccb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f0f78353a1f741fb7870e88315a524eac26b54ad7eedd5708f68467e6f57ccb", kill_on_drop: false }` [INFO] [stdout] 8f0f78353a1f741fb7870e88315a524eac26b54ad7eedd5708f68467e6f57ccb