[INFO] cloning repository https://github.com/Reidond/Banshee
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Reidond/Banshee" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReidond%2FBanshee", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReidond%2FBanshee'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b8d98609e3e0f7093efaa7c73f05cc9fad1e19b6
[INFO] testing Reidond/Banshee against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReidond%2FBanshee" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Reidond/Banshee
[INFO] finished tweaking git repo https://github.com/Reidond/Banshee
[INFO] tweaked toml for git repo https://github.com/Reidond/Banshee written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Reidond/Banshee on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Reidond/Banshee 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/microsoft/windows-rs`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-ccc v0.4.0
[INFO] [stderr]   Downloaded unicode-bidi-mirroring v0.4.0
[INFO] [stderr]   Downloaded notify v8.2.0
[INFO] [stderr]   Downloaded toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]   Downloaded kqueue-sys v1.1.2
[INFO] [stderr]   Downloaded inotify-sys v0.1.7
[INFO] [stderr]   Downloaded inotify v0.11.2
[INFO] [stderr]   Downloaded kqueue v1.2.0
[INFO] [stderr]   Downloaded notify-types v2.1.0
[INFO] [stderr]   Downloaded rustybuzz v0.20.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294
[INFO] running `Command { std: "docker" "start" "494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294", 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" "494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling windows-link v0.2.1 (https://github.com/microsoft/windows-rs?rev=a4f7b2cb7c63c6bb7fc77a2affe57145be1d8c4f#a4f7b2cb)
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling inotify-sys v0.1.7
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling ghostty-vt-sys v0.1.0 (/opt/rustwide/workdir/crates/ghostty-vt-sys)
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling unicode-script v0.5.8
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling windows-reactor-setup v0.0.0 (https://github.com/microsoft/windows-rs?rev=a4f7b2cb7c63c6bb7fc77a2affe57145be1d8c4f#a4f7b2cb)
[INFO] [stderr]    Compiling windows-result v0.4.1 (https://github.com/microsoft/windows-rs?rev=a4f7b2cb7c63c6bb7fc77a2affe57145be1d8c4f#a4f7b2cb)
[INFO] [stderr]    Compiling windows-strings v0.5.1 (https://github.com/microsoft/windows-rs?rev=a4f7b2cb7c63c6bb7fc77a2affe57145be1d8c4f#a4f7b2cb)
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling windows-threading v0.2.1 (https://github.com/microsoft/windows-rs?rev=a4f7b2cb7c63c6bb7fc77a2affe57145be1d8c4f#a4f7b2cb)
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.4.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling unicode-ccc v0.4.0
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling app-shell v0.1.0 (/opt/rustwide/workdir/crates/app-shell)
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling term-input v0.1.0 (/opt/rustwide/workdir/crates/term-input)
[INFO] [stderr]    Compiling banshee-mcp v0.1.0 (/opt/rustwide/workdir/crates/mcp)
[INFO] [stderr] error: failed to run custom build command for `app-shell v0.1.0 (/opt/rustwide/workdir/crates/app-shell)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_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/release/build/app-shell-4edb1fdc84e0cd8a/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (465) panicked at /opt/rustwide/cargo-home/git/checkouts/windows-rs-a5de4a2dc783ec71/a4f7b2c/crates/libs/reactor-setup/src/lib.rs:18:19:
[INFO] [stderr]   unsupported target OS: linux
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x589a8cd9c781 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x589a8cdacb3a - core[832e9a552fc17241]::fmt::write
[INFO] [stderr]      2:     0x589a8cd9fddc - <std[97b98282bc616a66]::sys::stdio::unix::Stderr as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stderr]      3:     0x589a8cd87586 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x589a8cd98a91 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stderr]      5:     0x589a8cd98c4b - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x589a8cd87632 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x589a8cd7f269 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x589a8cd87d8d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stderr]      9:     0x589a8cdad22c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stderr]     10:     0x589a8cd70cd0 - windows_reactor_setup[836a16e89e816f3a]::assert_windows
[INFO] [stderr]     11:     0x589a8cd71056 - windows_reactor_setup[836a16e89e816f3a]::as_framework_dependent
[INFO] [stderr]     12:     0x589a8cd70347 - build_script_build[496cd9e2a22d2047]::main
[INFO] [stderr]     13:     0x589a8cd70363 - <fn() as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     14:     0x589a8cd70306 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     15:     0x589a8cd70319 - std[97b98282bc616a66]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     16:     0x589a8cd981e7 - std[97b98282bc616a66]::rt::lang_start_internal
[INFO] [stderr]     17:     0x589a8cd702f1 - std[97b98282bc616a66]::rt::lang_start::<()>
[INFO] [stderr]     18:     0x589a8cd703c5 - main
[INFO] [stderr]     19:     0x784419722601 - <unknown>
[INFO] [stderr]     20:     0x784419722718 - __libc_start_main
[INFO] [stderr]     21:     0x589a8cd70205 - _start
[INFO] [stderr]     22:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: could not find native static library `ghostty-vt-static`, perhaps an -L flag is missing?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ghostty-vt-sys` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294", kill_on_drop: false }`
[INFO] [stdout] 494ab7a1814df9faafb5dcc831a03995e83fed22d0fd3170fa548a4d021d9294
