[INFO] cloning repository https://github.com/ArvinSKushwaha/raynforest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArvinSKushwaha/raynforest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArvinSKushwaha%2Fraynforest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArvinSKushwaha%2Fraynforest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5d4e249a9babbbc76ddf2ffbf8536799bae7c0a8 [INFO] testing ArvinSKushwaha/raynforest against beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArvinSKushwaha%2Fraynforest" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ArvinSKushwaha/raynforest on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ArvinSKushwaha/raynforest [INFO] finished tweaking git repo https://github.com/ArvinSKushwaha/raynforest [INFO] tweaked toml for git repo https://github.com/ArvinSKushwaha/raynforest written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ArvinSKushwaha/raynforest 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-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6435bd71303ed13a9f25095c0a9bd6a144d22403b22f76179abbc004ee5a078 [INFO] running `Command { std: "docker" "start" "-a" "c6435bd71303ed13a9f25095c0a9bd6a144d22403b22f76179abbc004ee5a078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6435bd71303ed13a9f25095c0a9bd6a144d22403b22f76179abbc004ee5a078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6435bd71303ed13a9f25095c0a9bd6a144d22403b22f76179abbc004ee5a078", kill_on_drop: false }` [INFO] [stdout] c6435bd71303ed13a9f25095c0a9bd6a144d22403b22f76179abbc004ee5a078 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e701909d6e6c5b4cc87fb1fbe7710c66d8d89d65863650328d9f746b8730f127 [INFO] running `Command { std: "docker" "start" "-a" "e701909d6e6c5b4cc87fb1fbe7710c66d8d89d65863650328d9f746b8730f127", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling proc-macro2 v1.0.52 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling futures-core v0.3.27 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling futures-io v0.3.27 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling async-lock v2.7.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling gimli v0.27.2 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling object v0.30.3 [INFO] [stderr] Compiling polling v2.6.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling thiserror v1.0.39 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling concurrent-queue v2.1.0 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling async-io v1.12.0 [INFO] [stderr] Compiling io-lifetimes v1.0.6 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.158 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling ash v0.37.2+1.3.238 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling atomic-waker v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling signal-hook v0.3.15 [INFO] [stderr] Compiling rustix v0.36.9 [INFO] [stderr] Compiling serde v1.0.158 [INFO] [stderr] Compiling wgpu-types v0.15.2 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling async-net v1.7.0 [INFO] [stderr] Compiling syn v2.0.4 [INFO] [stderr] Compiling async-process v1.6.0 [INFO] [stderr] Compiling blocking v1.3.0 [INFO] [stderr] Compiling glow v0.12.1 [INFO] [stderr] Compiling profiling v1.0.7 [INFO] [stderr] Compiling raw-window-handle v0.5.1 [INFO] [stderr] Compiling linux-raw-sys v0.1.4 [INFO] [stderr] Compiling backtrace v0.3.67 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling futures-channel v0.3.27 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling thread-id v4.0.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling addr2line v0.19.0 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling gpu-descriptor v0.2.3 [INFO] [stderr] Compiling smol v1.3.0 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling is-terminal v0.4.4 [INFO] [stderr] Compiling thiserror-impl v1.0.39 [INFO] [stderr] Compiling bytemuck_derive v1.4.0 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling naga v0.11.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling deser-hjson v1.1.0 [INFO] [stderr] Compiling wgpu-hal v0.15.3 [INFO] [stderr] Compiling wgpu-core v0.15.1 [INFO] [stderr] Compiling wgpu v0.15.1 [INFO] [stderr] Compiling raynforest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.20s [INFO] running `Command { std: "docker" "inspect" "e701909d6e6c5b4cc87fb1fbe7710c66d8d89d65863650328d9f746b8730f127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e701909d6e6c5b4cc87fb1fbe7710c66d8d89d65863650328d9f746b8730f127", kill_on_drop: false }` [INFO] [stdout] e701909d6e6c5b4cc87fb1fbe7710c66d8d89d65863650328d9f746b8730f127 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9b0fea1a0e5dd35be255ea0b40f76742d28c100cb715e8b204b75917dce28f2 [INFO] running `Command { std: "docker" "start" "-a" "e9b0fea1a0e5dd35be255ea0b40f76742d28c100cb715e8b204b75917dce28f2", kill_on_drop: false }` [INFO] [stderr] Compiling raynforest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.81s [INFO] running `Command { std: "docker" "inspect" "e9b0fea1a0e5dd35be255ea0b40f76742d28c100cb715e8b204b75917dce28f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9b0fea1a0e5dd35be255ea0b40f76742d28c100cb715e8b204b75917dce28f2", kill_on_drop: false }` [INFO] [stdout] e9b0fea1a0e5dd35be255ea0b40f76742d28c100cb715e8b204b75917dce28f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bff1f17adba0ca958b4ff88ee00c2e2863d7fa1a694b0f6dbcdfb30bd11ebcf0 [INFO] running `Command { std: "docker" "start" "-a" "bff1f17adba0ca958b4ff88ee00c2e2863d7fa1a694b0f6dbcdfb30bd11ebcf0", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/raynforest-3839251587380c92) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Instance version: 0x4030cc [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Instance version: 0x4030cc [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Instance version: 0x4030cc [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Instance version: 0x4030cc [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Instance version: 0x4030cc [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Instance version: 0x4030cc [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Instance version: 0x4030cc [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling device properties2 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling device properties2 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling device properties2 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling device properties2 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling device properties2 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling device properties2 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] Enabling device properties2 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading Wayland library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading Wayland library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading Wayland library to get the current display [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading X11 library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling EGL debug output [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglInitialize' code 0x3001: DRI2: failed to load driver [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading X11 library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading Wayland library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling EGL debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading Wayland library to get the current display [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading X11 library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling EGL debug output [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading X11 library to get the current display [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading X11 library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling EGL debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling EGL debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading Wayland library to get the current display [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading Wayland library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading X11 library to get the current display [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Loading X11 library to get the current display [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling EGL debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling EGL debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Display vendor "Mesa Project", version (1, 5) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Display vendor "Mesa Project", version (1, 5) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL surface: +srgb [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL surface: +srgb [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying native-render [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying native-render [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying presentation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Display vendor "Mesa Project", version (1, 5) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Display vendor "Mesa Project", version (1, 5) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL surface: +srgb [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL surface: +srgb [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying off-screen [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Display vendor "Mesa Project", version (1, 5) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying native-render [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying native-render [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Display vendor "Mesa Project", version (1, 5) [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying presentation [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL surface: +srgb [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL surface: +srgb [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +debug [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying presentation [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +robust access [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying native-render [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying off-screen [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying native-render [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying presentation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Display vendor "Mesa Project", version (1, 5) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying off-screen [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL surface: +srgb [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying native-render [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +surfaceless [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +debug [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +robust access [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying presentation [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +surfaceless [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying off-screen [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +debug [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +debug [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +robust access [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +robust access [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +surfaceless [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying off-screen [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying presentation [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +surfaceless [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying presentation [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] No config found! [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying off-screen [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Trying off-screen [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +debug [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +robust access [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +debug [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +robust access [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +debug [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +robust access [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +surfaceless [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +surfaceless [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] EGL context: +surfaceless [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Max label length: 256 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling GLES debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Max label length: 256 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Vendor: Mesa [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Max label length: 256 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Version: OpenGL ES 3.2 Mesa 23.0.4-0ubuntu1~22.04.1 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling GLES debug output [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Max label length: 256 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling GLES debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] SL version: OpenGL ES GLSL ES 3.20 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling GLES debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Vendor: Mesa [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Vendor: Mesa [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Version: OpenGL ES 3.2 Mesa 23.0.4-0ubuntu1~22.04.1 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Version: OpenGL ES 3.2 Mesa 23.0.4-0ubuntu1~22.04.1 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] SL version: OpenGL ES GLSL ES 3.20 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] SL version: OpenGL ES GLSL ES 3.20 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Vendor: Mesa [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.0.4-0ubuntu1~22.04.1 (LLVM 15.0.7)", backend: Vulkan } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Version: OpenGL ES 3.2 Mesa 23.0.4-0ubuntu1~22.04.1 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] SL version: OpenGL ES GLSL ES 3.20 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.0.4-0ubuntu1~22.04.1 (LLVM 15.0.7)", backend: Vulkan } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.0.4-0ubuntu1~22.04.1 (LLVM 15.0.7)", backend: Vulkan } [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.0.4-0ubuntu1~22.04.1 (LLVM 15.0.7)", backend: Vulkan } [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Loading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21280029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Failed to find vkGetDeviceProcAddr in layer libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21280029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Max label length: 256 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling GLES debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Vendor: Mesa [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Version: OpenGL ES 3.2 Mesa 23.0.4-0ubuntu1~22.04.1 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] SL version: OpenGL ES GLSL ES 3.20 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.0.4-0ubuntu1~22.04.1 (LLVM 15.0.7)", backend: Vulkan } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Loading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21380029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Failed to find vkGetDeviceProcAddr in layer libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21380029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Created buffer Valid((0, 1, Vulkan)) with BufferDescriptor { label: None, size: 16, usage: MAP_WRITE, mapped_at_creation: true } [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu] Reading from a BufferViewMut is slow and not recommended. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::hub] Dropping Global [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Destroying 0 command encoders [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Created buffer Valid((0, 1, Vulkan)) with BufferDescriptor { label: None, size: 32, usage: MAP_WRITE, mapped_at_creation: true } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Loading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f213c003940, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z ERROR raynforest::backend::buffers::slice] Failed to map result: Invalid R Buffer Usage: MAP_WRITE [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Failed to find vkGetDeviceProcAddr in layer libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f213c003940, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Loading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21440029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Failed to find vkGetDeviceProcAddr in layer libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21440029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Created buffer Valid((0, 1, Vulkan)) with BufferDescriptor { label: None, size: 32, usage: COPY_DST, mapped_at_creation: true } [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu::backend::direct] Handling wgpu errors as fatal by default [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Loading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Created buffer Valid((0, 1, Vulkan)) with BufferDescriptor { label: None, size: 32, usage: COPY_SRC, mapped_at_creation: true } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21341656c0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Failed to find vkGetDeviceProcAddr in layer libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21341656c0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Created buffer Valid((1, 1, Vulkan)) with BufferDescriptor { label: None, size: 32, usage: MAP_READ | COPY_DST, mapped_at_creation: false } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Max label length: 256 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::egl] Enabling GLES debug output [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Vendor: Mesa [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Renderer: llvmpipe (LLVM 15.0.7, 256 bits) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] Version: OpenGL ES 3.2 Mesa 23.0.4-0ubuntu1~22.04.1 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::gles::adapter] SL version: OpenGL ES GLSL ES 3.20 [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.0.4-0ubuntu1~22.04.1 (LLVM 15.0.7)", backend: Vulkan } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::hub] Dropping Global [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Destroying 1 command encoders [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Unloading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21280029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Created buffer Valid((0, 1, Vulkan)) with BufferDescriptor { label: None, size: 32, usage: MAP_READ, mapped_at_creation: true } [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::hub] Dropping Global [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Destroying 0 command encoders [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Unloading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21440029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Loading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21300029e0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Failed to find vkGetDeviceProcAddr in layer libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21300029e0, name: ?) [INFO] [stdout] test backend::buffers::tests::test_map_mut ... ok [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Created buffer Valid((0, 1, Vulkan)) with BufferDescriptor { label: None, size: 16, usage: MAP_READ, mapped_at_creation: true } [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglMakeCurrent' code 0x3008: eglMakeCurrent [INFO] [stderr] [2023-10-09T23:43:59Z ERROR raynforest::backend::buffers::slice] Failed to map result: Invalid W Buffer Usage: MAP_READ [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglDestroyContext' code 0x3001: eglDestroyContext [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] Error in destroy_context: NotInitialized [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::hub] Dropping Global [INFO] [stdout] test backend::buffers::tests::test_copy_between ... ok [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [INFO] [stderr] Unloading layer library libVkLayer_MESA_device_select.so [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f21341656c0, name: ?) [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Destroying 0 command encoders [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglDestroyContext' code 0x3001: eglDestroyContext [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] Error in destroy_context: NotInitialized [INFO] [stdout] test backend::buffers::tests::test_map ... ok [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglDestroyContext' code 0x3001: eglDestroyContext [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] Error in destroy_context: NotInitialized [INFO] [stdout] test backend::buffers::tests::test_invalid_map - should panic ... ok [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::hub] Dropping Global [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Destroying 0 command encoders [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglDestroyContext' code 0x3001: eglDestroyContext [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] Error in destroy_context: NotInitialized [INFO] [stdout] test backend::buffers::tests::test_invalid_copy_between - should panic ... ok [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::hub] Dropping Global [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::hub] Dropping Global [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglDestroyContext' code 0x3001: eglDestroyContext [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] Error in destroy_context: NotInitialized [INFO] [stderr] [2023-10-09T23:43:59Z INFO wgpu_core::device] Destroying 0 command encoders [INFO] [stdout] test backend::pipeline::tests::test_add_shader ... FAILED [INFO] [stderr] [2023-10-09T23:43:59Z ERROR wgpu_hal::gles::egl] EGL 'eglDestroyContext' code 0x3001: eglDestroyContext [INFO] [stderr] [2023-10-09T23:43:59Z WARN wgpu_hal::gles::egl] Error in destroy_context: NotInitialized [INFO] [stdout] test backend::buffers::tests::test_invalid_map_mut - should panic ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- backend::pipeline::tests::test_add_shader stdout ---- [INFO] [stdout] thread 'backend::pipeline::tests::test_add_shader' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.15.3/src/gles/egl.rs:294:14: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: BadDisplay [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ecb27d9b5c - std::backtrace_rs::backtrace::libunwind::trace::h4defc72db73cd441 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55ecb27d9b5c - std::backtrace_rs::backtrace::trace_unsynchronized::hb1d8a8b488fa82dc [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ecb27d9b5c - std::sys_common::backtrace::_print_fmt::h3adc87026f68ef7c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55ecb27d9b5c - ::fmt::hae0f2018b67c9dd2 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55ecb28062cc - core::fmt::rt::Argument::fmt::h0aeca3e83668e143 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/rt.rs:138:9 [INFO] [stdout] 5: 0x55ecb28062cc - core::fmt::write::h96bf1b6ef709071f [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/mod.rs:1114:21 [INFO] [stdout] 6: 0x55ecb27d6cee - std::io::Write::write_fmt::hcfdabc06f3bbacfb [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/io/mod.rs:1763:15 [INFO] [stdout] 7: 0x55ecb27d9944 - std::sys_common::backtrace::_print::hd4ef7cdeb67d2ffe [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55ecb27d9944 - std::sys_common::backtrace::print::hf4a0f6d32c50b08e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55ecb27db703 - std::panicking::default_hook::{{closure}}::hf64a6c095f9954ab [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:272:22 [INFO] [stdout] 10: 0x55ecb27db3a7 - std::panicking::default_hook::h81f354a056ffc649 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x55ecb1f1116c - as core::ops::function::Fn>::call::h16c22045506fc2d3 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 12: 0x55ecb1f1116c - test::test_main::{{closure}}::hd8d5b5bb0900d116 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x55ecb27dbe01 - as core::ops::function::Fn>::call::h2d4fa3dcc7099287 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 14: 0x55ecb27dbe01 - std::panicking::rust_panic_with_hook::h1387a687c5711a74 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:735:13 [INFO] [stdout] 15: 0x55ecb27dbb81 - std::panicking::begin_panic_handler::{{closure}}::hf2467c63b8ad7371 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:609:13 [INFO] [stdout] 16: 0x55ecb27da086 - std::sys_common::backtrace::__rust_end_short_backtrace::h0b678d0f70fbf3ba [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:170:18 [INFO] [stdout] 17: 0x55ecb27db8d2 - rust_begin_unwind [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:597:5 [INFO] [stdout] 18: 0x55ecb1cfeb05 - core::panicking::panic_fmt::h8398f9bd40a2efcd [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55ecb1cff0d3 - core::result::unwrap_failed::heaac613e95fb85f7 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/result.rs:1652:5 [INFO] [stdout] 20: 0x55ecb237e299 - core::result::Result::unwrap::h9b55225af2f032ea [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/result.rs:1077:23 [INFO] [stdout] 21: 0x55ecb243a48d - wgpu_hal::gles::egl::EglContext::make_current::h1ad426a08b8786e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.15.3/src/gles/egl.rs:292:9 [INFO] [stdout] 22: 0x55ecb2440c13 - >::enumerate_adapters::ha5f43fdce5f11dd8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.15.3/src/gles/egl.rs:867:9 [INFO] [stdout] 23: 0x55ecb20cc67e - wgpu_core::instance::>::request_adapter::gather::h669454a432945d09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.15.1/src/instance.rs:733:49 [INFO] [stdout] 24: 0x55ecb222bf2e - wgpu_core::instance::>::request_adapter::hf373afdc6bc999db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-0.15.1/src/instance.rs:805:36 [INFO] [stdout] 25: 0x55ecb1fecdc6 - ::instance_request_adapter::h1cb0b489593d7b97 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.15.1/src/backend/direct.rs:576:18 [INFO] [stdout] 26: 0x55ecb20075d7 - ::instance_request_adapter::h861f84b3134b8cf0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.15.1/src/context.rs:1932:47 [INFO] [stdout] 27: 0x55ecb206b412 - wgpu::Instance::request_adapter::hc15ac25251f835c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.15.1/src/lib.rs:1424:23 [INFO] [stdout] 28: 0x55ecb1d4a76c - raynforest::backend::device::Context::new::{{closure}}::hfc950cd68d274b50 [INFO] [stdout] at /opt/rustwide/workdir/src/backend/device.rs:11:27 [INFO] [stdout] 29: 0x55ecb1d47704 - async_io::driver::block_on::h8316d56807cf6648 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.12.0/src/driver.rs:146:33 [INFO] [stdout] 30: 0x55ecb1d4a408 - raynforest::backend::device::Context::new::h5c46944ba8bdc4b6 [INFO] [stdout] at /opt/rustwide/workdir/src/backend/device.rs:19:37 [INFO] [stdout] 31: 0x55ecb1d3ff1c - raynforest::backend::pipeline::tests::test_add_shader::hc438c400c477fa8e [INFO] [stdout] at /opt/rustwide/workdir/src/backend/pipeline/mod.rs:60:23 [INFO] [stdout] 32: 0x55ecb1d3fe27 - raynforest::backend::pipeline::tests::test_add_shader::{{closure}}::he6ca7ccf2983237a [INFO] [stdout] at /opt/rustwide/workdir/src/backend/pipeline/mod.rs:55:26 [INFO] [stdout] 33: 0x55ecb1d36756 - core::ops::function::FnOnce::call_once::hb7e8e90e843f6b65 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 34: 0x55ecb1f161ff - core::ops::function::FnOnce::call_once::h643f2128867058a3 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 35: 0x55ecb1f161ff - test::__rust_begin_short_backtrace::h5ffb0cd5eda0704e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:626:18 [INFO] [stdout] 36: 0x55ecb1f1528e - test::run_test_in_process::{{closure}}::h5f3f2c50e89f10f6 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:649:60 [INFO] [stdout] 37: 0x55ecb1f1528e - as core::ops::function::FnOnce<()>>::call_once::hc7bb05d011c94549 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x55ecb1f1528e - std::panicking::try::do_call::hc2952fe5005bc351 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stdout] 39: 0x55ecb1f1528e - std::panicking::try::hac512ea76b947046 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stdout] 40: 0x55ecb1f1528e - std::panic::catch_unwind::h11d3922f3ba31e4b [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stdout] 41: 0x55ecb1f1528e - test::run_test_in_process::h25ad0551c6887d56 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:649:27 [INFO] [stdout] 42: 0x55ecb1f1528e - test::run_test::{{closure}}::h52dd364f39118330 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:572:43 [INFO] [stdout] 43: 0x55ecb1ede1e3 - test::run_test::{{closure}}::ha452ffb46088765b [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/test/src/lib.rs:600:41 [INFO] [stdout] 44: 0x55ecb1ede1e3 - std::sys_common::backtrace::__rust_begin_short_backtrace::he611e39b84a68325 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:154:18 [INFO] [stdout] 45: 0x55ecb1ee341b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1f6f90a021c1ddc7 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 46: 0x55ecb1ee341b - as core::ops::function::FnOnce<()>>::call_once::hde337ea7211d438c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 47: 0x55ecb1ee341b - std::panicking::try::do_call::hd7199cb78d8df0a5 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stdout] 48: 0x55ecb1ee341b - std::panicking::try::hed28d716c8fe6b32 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stdout] 49: 0x55ecb1ee341b - std::panic::catch_unwind::h8ab888e8615782f1 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stdout] 50: 0x55ecb1ee341b - std::thread::Builder::spawn_unchecked_::{{closure}}::h3acf7202ecbb668e [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 51: 0x55ecb1ee341b - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc15bd9319945b48c [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 52: 0x55ecb27e0445 - as core::ops::function::FnOnce>::call_once::h9281b5fb2305c571 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 53: 0x55ecb27e0445 - as core::ops::function::FnOnce>::call_once::hae9cb5d464ed2f06 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 54: 0x55ecb27e0445 - std::sys::unix::thread::Thread::new::thread_start::he78e4489414f6551 [INFO] [stdout] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 55: 0x7f214aecdac3 - [INFO] [stdout] 56: 0x7f214af5ebf4 - __clone [INFO] [stdout] 57: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] backend::pipeline::tests::test_add_shader [INFO] [stdout] [INFO] [stdout] test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "bff1f17adba0ca958b4ff88ee00c2e2863d7fa1a694b0f6dbcdfb30bd11ebcf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bff1f17adba0ca958b4ff88ee00c2e2863d7fa1a694b0f6dbcdfb30bd11ebcf0", kill_on_drop: false }` [INFO] [stdout] bff1f17adba0ca958b4ff88ee00c2e2863d7fa1a694b0f6dbcdfb30bd11ebcf0