[INFO] cloning repository https://github.com/dust-engine/pumicite_super_resolution [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dust-engine/pumicite_super_resolution" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdust-engine%2Fpumicite_super_resolution", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdust-engine%2Fpumicite_super_resolution'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 59e6093df23b6dddfd57bccba28700e15f5b6aad [INFO] checking dust-engine/pumicite_super_resolution against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdust-engine%2Fpumicite_super_resolution" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/dust-engine/pumicite_super_resolution [INFO] finished tweaking git repo https://github.com/dust-engine/pumicite_super_resolution [INFO] tweaked toml for git repo https://github.com/dust-engine/pumicite_super_resolution written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dust-engine/pumicite_super_resolution on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dust-engine/pumicite_super_resolution 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e [INFO] running `Command { std: "docker" "start" "03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.46 [INFO] [stderr] Compiling curl v0.4.50 [INFO] [stderr] Compiling ash v0.38.0+1.3.296 (https://github.com/0xbeefd1ed/ash?branch=meta#25873d96) [INFO] [stderr] Compiling cc v1.2.65 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Checking libloading v0.8.9 [INFO] [stderr] Compiling memchr v2.8.2 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Compiling socket2 v0.6.4 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking glam v0.30.10 [INFO] [stderr] Checking bitflags v2.13.0 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Checking piper v0.2.5 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking runfiles v0.2.0 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Compiling syn v2.0.118 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking bitvec v1.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.117 [INFO] [stderr] Compiling libz-sys v1.1.29 [INFO] [stderr] Compiling curl-sys v0.4.90+curl-8.21.0 [INFO] [stderr] Compiling vk-mem v0.5.0 (https://github.com/gwihlidal/vk-mem-rs.git?branch=bump-ash#0f4774b4) [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [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/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/git/checkouts/ash-283e8a9be14308be/25873d9/ash/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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=4cb4aabd3f775201 -C extra-filename=-b7b9170e75d28c3c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-d21983df834c79db.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" "03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e", kill_on_drop: false }` [INFO] [stdout] 03a421b8c5929d122d353eafe4704f0479fb3adbeeb94643248d1ba92fb29b0e