[INFO] cloning repository https://github.com/XenomorphingTV/VoxelEngine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/XenomorphingTV/VoxelEngine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXenomorphingTV%2FVoxelEngine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXenomorphingTV%2FVoxelEngine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dc9d894b331015298b681c6812b2d4856d116809 [INFO] testing XenomorphingTV/VoxelEngine/dc9d894b331015298b681c6812b2d4856d116809 against 1.81.0 for beta-1.82-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXenomorphingTV%2FVoxelEngine" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/XenomorphingTV/VoxelEngine on toolchain 1.81.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/XenomorphingTV/VoxelEngine [INFO] finished tweaking git repo https://github.com/XenomorphingTV/VoxelEngine [INFO] tweaked toml for git repo https://github.com/XenomorphingTV/VoxelEngine written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/XenomorphingTV/VoxelEngine 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" "+1.81.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8df4244e84b40e8b956ee31c89b66addc9fe327a057271eb76a019ccb4facbe7 [INFO] running `Command { std: "docker" "start" "-a" "8df4244e84b40e8b956ee31c89b66addc9fe327a057271eb76a019ccb4facbe7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8df4244e84b40e8b956ee31c89b66addc9fe327a057271eb76a019ccb4facbe7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8df4244e84b40e8b956ee31c89b66addc9fe327a057271eb76a019ccb4facbe7", kill_on_drop: false }` [INFO] [stdout] 8df4244e84b40e8b956ee31c89b66addc9fe327a057271eb76a019ccb4facbe7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ca46816f52145d15873a85511f8d06f25c2ac6f3076cf75df1d06c1338f47f9 [INFO] running `Command { std: "docker" "start" "-a" "1ca46816f52145d15873a85511f8d06f25c2ac6f3076cf75df1d06c1338f47f9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling serde v1.0.199 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling xml-rs v0.8.20 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling vk-parse v0.12.0 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling parking_lot v0.12.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling serde_derive v1.0.199 [INFO] [stderr] Compiling bytemuck_derive v1.6.0 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling bytemuck v1.15.0 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling vulkano-macros v0.34.0 [INFO] [stderr] Compiling vulkano v0.34.1 [INFO] [stderr] error: could not compile `vulkano` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name vulkano --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/vulkano-0.34.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="vulkano-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document_unchecked", "macros", "serde", "vulkano-macros"))' -C metadata=c7c4e52bfbcc9492 -C extra-filename=-c7c4e52bfbcc9492 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-c25a4ca0af6bc7e3.rmeta --extern ash=/opt/rustwide/target/debug/deps/libash-e8c3de998e2fa493.rmeta --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-85f2796d65e20561.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/deps/libcrossbeam_queue-0765b06bf4c9fab0.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-8360a6514ba62563.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-1673bab187f9efdb.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-10ed57c2fc462e78.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-4684ee0ec3ec483e.rmeta --extern raw_window_handle=/opt/rustwide/target/debug/deps/libraw_window_handle-4639241ed98b895c.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-f1140ebb81335e72.rmeta --extern thread_local=/opt/rustwide/target/debug/deps/libthread_local-29404cf53c38f6eb.rmeta --extern vulkano_macros=/opt/rustwide/target/debug/deps/libvulkano_macros-3345c355688da75a.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "1ca46816f52145d15873a85511f8d06f25c2ac6f3076cf75df1d06c1338f47f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ca46816f52145d15873a85511f8d06f25c2ac6f3076cf75df1d06c1338f47f9", kill_on_drop: false }` [INFO] [stdout] 1ca46816f52145d15873a85511f8d06f25c2ac6f3076cf75df1d06c1338f47f9