[INFO] cloning repository https://github.com/PawelBis/ash-tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PawelBis/ash-tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawelBis%2Fash-tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawelBis%2Fash-tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a66c4790812a05e4a363a3e6d78cab1309986180 [INFO] testing PawelBis/ash-tutorial against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawelBis%2Fash-tutorial" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PawelBis/ash-tutorial on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PawelBis/ash-tutorial [INFO] finished tweaking git repo https://github.com/PawelBis/ash-tutorial [INFO] tweaked toml for git repo https://github.com/PawelBis/ash-tutorial written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/PawelBis/ash-tutorial already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sctk-adwaita v0.9.0 [INFO] [stderr] Downloaded winit v0.30.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7a7b655c1d96f7fddfde7c14a54d6e1cbd2eac52a96b967460cc6970bfac76b [INFO] running `Command { std: "docker" "start" "-a" "d7a7b655c1d96f7fddfde7c14a54d6e1cbd2eac52a96b967460cc6970bfac76b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7a7b655c1d96f7fddfde7c14a54d6e1cbd2eac52a96b967460cc6970bfac76b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7a7b655c1d96f7fddfde7c14a54d6e1cbd2eac52a96b967460cc6970bfac76b", kill_on_drop: false }` [INFO] [stdout] d7a7b655c1d96f7fddfde7c14a54d6e1cbd2eac52a96b967460cc6970bfac76b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8d328ec5f101605345acc546cb70afee2ea545e6a0693c45a1c6a9fca65d125 [INFO] running `Command { std: "docker" "start" "-a" "f8d328ec5f101605345acc546cb70afee2ea545e6a0693c45a1c6a9fca65d125", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling wayland-client v0.31.3 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling xcursor v0.3.5 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cursor-icon v1.1.0 [INFO] [stderr] Compiling ttf-parser v0.21.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.1 [INFO] [stderr] Compiling bytemuck v1.16.1 [INFO] [stderr] Compiling xkeysym v0.2.1 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling winit v0.30.2 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling wayland-sys v0.31.2 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling zerocopy v0.7.34 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling x11rb-protocol v0.13.1 [INFO] [stderr] Compiling as-raw-xcb-connection v1.0.1 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling dpi v0.1.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling wayland-backend v0.3.4 [INFO] [stderr] Compiling wayland-scanner v0.31.2 [INFO] [stderr] Compiling owned_ttf_parser v0.21.0 [INFO] [stderr] Compiling ab_glyph v0.2.26 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling polling v3.7.2 [INFO] [stderr] Compiling calloop v0.12.4 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling wayland-protocols v0.31.2 [INFO] [stderr] Compiling calloop-wayland-source v0.2.0 [INFO] [stderr] Compiling wayland-cursor v0.31.3 [INFO] [stderr] Compiling wayland-protocols-wlr v0.2.0 [INFO] [stderr] Compiling wayland-protocols-plasma v0.2.0 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling sctk-adwaita v0.9.0 [INFO] [stderr] Compiling ash_tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `entry`, `physical_device`, and `graphics_queue` are never read [INFO] [stdout] --> src/main.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 35 | struct VulkanApp { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 36 | entry: ash::Entry, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 37 | instance: ash::Instance, [INFO] [stdout] 38 | physical_device: vk::PhysicalDevice, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | device: ash::Device, [INFO] [stdout] 40 | graphics_queue: vk::Queue, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "f8d328ec5f101605345acc546cb70afee2ea545e6a0693c45a1c6a9fca65d125", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8d328ec5f101605345acc546cb70afee2ea545e6a0693c45a1c6a9fca65d125", kill_on_drop: false }` [INFO] [stdout] f8d328ec5f101605345acc546cb70afee2ea545e6a0693c45a1c6a9fca65d125 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 688f539bc33c52211592d3d231fcb36070509e51e9606d1cd03947448f916dad [INFO] running `Command { std: "docker" "start" "-a" "688f539bc33c52211592d3d231fcb36070509e51e9606d1cd03947448f916dad", kill_on_drop: false }` [INFO] [stderr] Compiling ash_tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `entry`, `physical_device`, and `graphics_queue` are never read [INFO] [stdout] --> src/main.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 35 | struct VulkanApp { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 36 | entry: ash::Entry, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 37 | instance: ash::Instance, [INFO] [stdout] 38 | physical_device: vk::PhysicalDevice, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | device: ash::Device, [INFO] [stdout] 40 | graphics_queue: vk::Queue, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "688f539bc33c52211592d3d231fcb36070509e51e9606d1cd03947448f916dad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "688f539bc33c52211592d3d231fcb36070509e51e9606d1cd03947448f916dad", kill_on_drop: false }` [INFO] [stdout] 688f539bc33c52211592d3d231fcb36070509e51e9606d1cd03947448f916dad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 49098edad43f975c1d379a2b5d0be72607170a40cb55fa34ddcce5421d96d414 [INFO] running `Command { std: "docker" "start" "-a" "49098edad43f975c1d379a2b5d0be72607170a40cb55fa34ddcce5421d96d414", kill_on_drop: false }` [INFO] [stderr] warning: fields `entry`, `physical_device`, and `graphics_queue` are never read [INFO] [stderr] --> src/main.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 35 | struct VulkanApp { [INFO] [stderr] | --------- fields in this struct [INFO] [stderr] 36 | entry: ash::Entry, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 37 | instance: ash::Instance, [INFO] [stderr] 38 | physical_device: vk::PhysicalDevice, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 39 | device: ash::Device, [INFO] [stderr] 40 | graphics_queue: vk::Queue, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ash_tutorial` (bin "ash_tutorial" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ash_tutorial-c7af2807101a5d75) [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" "49098edad43f975c1d379a2b5d0be72607170a40cb55fa34ddcce5421d96d414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49098edad43f975c1d379a2b5d0be72607170a40cb55fa34ddcce5421d96d414", kill_on_drop: false }` [INFO] [stdout] 49098edad43f975c1d379a2b5d0be72607170a40cb55fa34ddcce5421d96d414