[INFO] cloning repository https://github.com/niclaslindstedt/zag
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/niclaslindstedt/zag" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniclaslindstedt%2Fzag", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniclaslindstedt%2Fzag'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7aa77a4629dc7aaf324e49f8b3a83a370b1162b0
[INFO] testing niclaslindstedt/zag against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniclaslindstedt%2Fzag" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/niclaslindstedt/zag
[INFO] finished tweaking git repo https://github.com/niclaslindstedt/zag
[INFO] tweaked toml for git repo https://github.com/niclaslindstedt/zag written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/niclaslindstedt/zag on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/niclaslindstedt/zag 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f875450f7deaff0ba05dd7178eea3777df5e6358bf975933a4cfead25fa66430
[INFO] running `Command { std: "docker" "start" "-a" "f875450f7deaff0ba05dd7178eea3777df5e6358bf975933a4cfead25fa66430", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f875450f7deaff0ba05dd7178eea3777df5e6358bf975933a4cfead25fa66430", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f875450f7deaff0ba05dd7178eea3777df5e6358bf975933a4cfead25fa66430", kill_on_drop: false }`
[INFO] [stdout] f875450f7deaff0ba05dd7178eea3777df5e6358bf975933a4cfead25fa66430
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dac4090bb925e34e1cd56f774a42d348c1904cceeab796c60cd64e1b62c15b44
[INFO] running `Command { std: "docker" "start" "-a" "dac4090bb925e34e1cd56f774a42d348c1904cceeab796c60cd64e1b62c15b44", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling strict v0.2.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling minimad v0.14.0
[INFO] [stderr]    Compiling fs-err v3.3.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.7
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]    Compiling fancy-regex v0.14.0
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling time v0.3.45
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling lazy-regex v3.6.0
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling coolor v1.1.0
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling bcrypt v0.17.1
[INFO] [stderr]    Compiling crokey-proc_macros v1.4.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling rtoolbox v0.0.5
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling fluent-uri v0.3.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling crokey v1.4.0
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling termimad v0.34.1
[INFO] [stderr]    Compiling referencing v0.29.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.29.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum-server v0.7.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.29.0
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling jsonschema v0.29.1
[INFO] [stderr]    Compiling zag-agent v0.15.1 (/opt/rustwide/workdir/zag-agent)
[INFO] [stderr]    Compiling axum-extra v0.10.3
[INFO] [stderr]    Compiling zag-orch v0.15.1 (/opt/rustwide/workdir/zag-orch)
[INFO] [stderr]    Compiling zag-serve v0.15.1 (/opt/rustwide/workdir/zag-serve)
[INFO] [stderr]    Compiling zag v0.15.1 (/opt/rustwide/workdir/bindings/rust)
[INFO] [stderr]    Compiling zag-cli v0.15.1 (/opt/rustwide/workdir/zag-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s
[INFO] running `Command { std: "docker" "inspect" "dac4090bb925e34e1cd56f774a42d348c1904cceeab796c60cd64e1b62c15b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dac4090bb925e34e1cd56f774a42d348c1904cceeab796c60cd64e1b62c15b44", kill_on_drop: false }`
[INFO] [stdout] dac4090bb925e34e1cd56f774a42d348c1904cceeab796c60cd64e1b62c15b44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe2875cb97c47157899d76d1d6ae0b114617fb93159f45644fc63291a499203f
[INFO] running `Command { std: "docker" "start" "-a" "fe2875cb97c47157899d76d1d6ae0b114617fb93159f45644fc63291a499203f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling crokey-proc_macros v1.4.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling coolor v1.1.0
[INFO] [stderr]    Compiling crokey v1.4.0
[INFO] [stderr]    Compiling termimad v0.34.1
[INFO] [stderr]    Compiling zag-agent v0.15.1 (/opt/rustwide/workdir/zag-agent)
[INFO] [stderr]    Compiling zag-orch v0.15.1 (/opt/rustwide/workdir/zag-orch)
[INFO] [stderr]    Compiling zag-serve v0.15.1 (/opt/rustwide/workdir/zag-serve)
[INFO] [stderr]    Compiling zag v0.15.1 (/opt/rustwide/workdir/bindings/rust)
[INFO] [stderr] error: could not compile `zag-serve` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name zag_serve --edition=2024 zag-serve/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1383d6ba4a1f60a6 -C extra-filename=-ea43bd01b038c37c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-b0726fbe6d61d750.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-d9b80aff4c955d88.rlib --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-3fb469027c2a9497.rlib --extern axum_server=/opt/rustwide/target/debug/deps/libaxum_server-b85b4749ac8df4d5.rlib --extern bcrypt=/opt/rustwide/target/debug/deps/libbcrypt-5cf1412f829d2105.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-638d6cfcfbb2901e.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-9b3c936949555920.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-aa11f1b7b510398f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5081bf809293ba62.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-7dbfc30b89336fd7.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-86f7a900aaccad8f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-cd2a61b8a4d1154b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0705c160e386e14a.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-d8d5263f363a4d8b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4e32ecd0e91b4d6b.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-f6b2ed0ffe2b1d6b.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-1be3b319c3897822.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-ead83476ec503a3b.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-2fe5f581114c09db.rlib --extern zag_agent=/opt/rustwide/target/debug/deps/libzag_agent-fd07a26cc918b6bd.rlib --extern zag_orch=/opt/rustwide/target/debug/deps/libzag_orch-88731d08e745f09d.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/aws-lc-sys-f2abe9497cf3cd4c/out -L native=/opt/rustwide/target/debug/build/ring-872072ca3962f772/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `zag-agent` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name zag_agent --edition=2024 zag-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a7746173bb736c6 -C extra-filename=-ac575628eac4ac5a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-b0726fbe6d61d750.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-58a3cb5882f21757.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-638d6cfcfbb2901e.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-3c75141da52f1861.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-aa11f1b7b510398f.rlib --extern jsonschema=/opt/rustwide/target/debug/deps/libjsonschema-ebf7d144fc5b69c0.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5081bf809293ba62.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-41d8451b8d4bccc7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-29169ef01490a7b0.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-cd2a61b8a4d1154b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0705c160e386e14a.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-e5de7488f2484e19.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-815c976d0f2a95b0.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-622c163c4ae47423.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-d8d5263f363a4d8b.rlib --extern termimad=/opt/rustwide/target/debug/deps/libtermimad-1d6a400220d8b8f7.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4e32ecd0e91b4d6b.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-f6b2ed0ffe2b1d6b.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-2fe5f581114c09db.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/aws-lc-sys-f2abe9497cf3cd4c/out -L native=/opt/rustwide/target/debug/build/ring-872072ca3962f772/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "fe2875cb97c47157899d76d1d6ae0b114617fb93159f45644fc63291a499203f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe2875cb97c47157899d76d1d6ae0b114617fb93159f45644fc63291a499203f", kill_on_drop: false }`
[INFO] [stdout] fe2875cb97c47157899d76d1d6ae0b114617fb93159f45644fc63291a499203f
