[INFO] cloning repository https://github.com/mathisbot/beskar-os
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mathisbot/beskar-os" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathisbot%2Fbeskar-os", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathisbot%2Fbeskar-os'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e42bd53258959a8e9b0320414083b0042ed79df2
[INFO] checking mathisbot/beskar-os against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathisbot%2Fbeskar-os" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mathisbot/beskar-os
[INFO] finished tweaking git repo https://github.com/mathisbot/beskar-os
[INFO] tweaked toml for git repo https://github.com/mathisbot/beskar-os written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mathisbot/beskar-os on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mathisbot/beskar-os 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xmas-elf v0.10.0
[INFO] [stderr]   Downloaded uguid v2.2.1
[INFO] [stderr]   Downloaded ptr_meta v0.3.1
[INFO] [stderr]   Downloaded ucs2 v0.3.3
[INFO] [stderr]   Downloaded zero v0.1.3
[INFO] [stderr]   Downloaded ptr_meta_derive v0.3.1
[INFO] [stderr]   Downloaded uefi-macros v0.19.0
[INFO] [stderr]   Downloaded uefi-raw v0.15.1
[INFO] [stderr]   Downloaded uefi v0.39.0
[INFO] [stderr]   Downloaded noto-sans-mono-bitmap v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc
[INFO] running `Command { std: "docker" "start" "56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc", 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" "56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc", 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" "56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking noto-sans-mono-bitmap v0.3.2
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking hyperdrive v0.1.0 (/opt/rustwide/workdir/hyperdrive)
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking heaperion v0.1.0 (/opt/rustwide/workdir/heaperion)
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking zero v0.1.3
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking xmas-elf v0.10.0
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking lru v0.18.1
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking time-core v0.1.9
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking uguid v2.2.1
[INFO] [stderr]     Checking ucs2 v0.3.3
[INFO] [stderr]     Checking uefi-raw v0.15.1
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling doom v0.1.0 (/opt/rustwide/workdir/userspace/doom)
[INFO] [stderr] error: failed to run custom build command for `doom v0.1.0 (/opt/rustwide/workdir/userspace/doom)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/doom/65d27eb4d5a8fdae/out/build_script_build` (exit status: 1)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc", kill_on_drop: false }`
[INFO] [stdout] 56095dec04c3b549a7b4f397c47cb966d7d844e1af60991617a2d6d2f18d12fc
