[INFO] cloning repository https://github.com/junyeong-ai/knotch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/junyeong-ai/knotch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunyeong-ai%2Fknotch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunyeong-ai%2Fknotch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ca2fa59e2e70e93b6c6e2307eaa37f8c26e197c1 [INFO] testing junyeong-ai/knotch against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunyeong-ai%2Fknotch" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/junyeong-ai/knotch [INFO] finished tweaking git repo https://github.com/junyeong-ai/knotch [INFO] tweaked toml for git repo https://github.com/junyeong-ai/knotch written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/junyeong-ai/knotch 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/junyeong-ai/knotch 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] de9bc835bf0cf74d63d36cbc5291ba8205e1cdac3d7c5a7234c88db6895e5ca8 [INFO] running `Command { std: "docker" "start" "-a" "de9bc835bf0cf74d63d36cbc5291ba8205e1cdac3d7c5a7234c88db6895e5ca8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de9bc835bf0cf74d63d36cbc5291ba8205e1cdac3d7c5a7234c88db6895e5ca8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de9bc835bf0cf74d63d36cbc5291ba8205e1cdac3d7c5a7234c88db6895e5ca8", kill_on_drop: false }` [INFO] [stdout] de9bc835bf0cf74d63d36cbc5291ba8205e1cdac3d7c5a7234c88db6895e5ca8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 979a414d8b8ffac1af96499be0fa383ef45b2ae9d6d8b433323b438ad700d158 [INFO] running `Command { std: "docker" "start" "-a" "979a414d8b8ffac1af96499be0fa383ef45b2ae9d6d8b433323b438ad700d158", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling bitflags v2.11.1 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.185 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling gix-trace v0.1.18 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling tinyvec v1.11.0 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling zlib-rs v0.6.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling gix-utils v0.3.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling faster-hex v0.10.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling blake3 v1.8.4 [INFO] [stderr] Compiling ryu-js v0.2.2 [INFO] [stderr] Compiling cpufeatures v0.3.0 [INFO] [stderr] Compiling constant_time_eq v0.4.2 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling rustc-hash v2.1.2 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling nonempty v0.12.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling memmap2 v0.9.10 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling prodash v31.0.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling sha1-checked v0.10.0 [INFO] [stderr] Compiling gix-sec v0.13.2 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling filetime v0.2.27 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling arc-swap v1.9.1 [INFO] [stderr] Compiling unicode-bom v2.0.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling clru v0.6.3 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling libyaml-rs v0.3.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling jiff v0.2.23 [INFO] [stderr] Compiling uuid v1.23.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling terminal_size v0.4.4 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling gix-validate v0.11.0 [INFO] [stderr] Compiling gix-error v0.2.1 [INFO] [stderr] Compiling gix-chunk v0.7.0 [INFO] [stderr] Compiling gix-quote v0.7.0 [INFO] [stderr] Compiling gix-bitmap v0.3.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling knotch-derive v0.2.5 (/opt/rustwide/workdir/crates/knotch-derive) [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio v1.52.1 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling gix-date v0.15.1 [INFO] [stderr] Compiling clap v4.6.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling clap_complete v4.6.2 [INFO] [stderr] Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask) [INFO] [stderr] Compiling gix-path v0.11.2 [INFO] [stderr] Compiling gix-packetline v0.21.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling gix-actor v0.40.0 [INFO] [stderr] Compiling gix-features v0.46.2 [INFO] [stderr] Compiling gix-url v0.35.2 [INFO] [stderr] Compiling gix-command v0.8.0 [INFO] [stderr] Compiling gix-config-value v0.17.1 [INFO] [stderr] Compiling gix-hash v0.23.0 [INFO] [stderr] Compiling gix-fs v0.19.2 [INFO] [stderr] Compiling gix-glob v0.24.0 [INFO] [stderr] Compiling gix-transport v0.55.1 [INFO] [stderr] Compiling gix-hashtable v0.13.0 [INFO] [stderr] Compiling gix-commitgraph v0.35.0 [INFO] [stderr] Compiling gix-object v0.58.0 [INFO] [stderr] Compiling gix-tempfile v21.0.2 [INFO] [stderr] Compiling gix-lock v21.0.2 [INFO] [stderr] Compiling gix-shallow v0.10.0 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling serde_jcs v0.1.0 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling yaml_serde v0.10.4 [INFO] [stderr] Compiling gix-revwalk v0.29.0 [INFO] [stderr] Compiling gix-ref v0.61.0 [INFO] [stderr] Compiling gix-pack v0.68.0 [INFO] [stderr] Compiling gix-diff v0.61.0 [INFO] [stderr] Compiling gix-traverse v0.55.0 [INFO] [stderr] Compiling gix-revision v0.43.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling knotch-proto v0.2.5 (/opt/rustwide/workdir/crates/knotch-proto) [INFO] [stderr] Compiling knotch-linter v0.2.5 (/opt/rustwide/workdir/crates/knotch-linter) [INFO] [stderr] Compiling gix-index v0.49.0 [INFO] [stderr] Compiling gix-refspec v0.39.0 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling knotch-kernel v0.2.5 (/opt/rustwide/workdir/crates/knotch-kernel) [INFO] [stderr] Compiling gix-odb v0.78.0 [INFO] [stderr] Compiling gix-discover v0.49.0 [INFO] [stderr] Compiling gix-protocol v0.59.0 [INFO] [stderr] Compiling gix-config v0.54.0 [INFO] [stderr] Compiling knotch-schema v0.2.5 (/opt/rustwide/workdir/crates/knotch-schema) [INFO] [stderr] Compiling knotch-tracing v0.2.5 (/opt/rustwide/workdir/crates/knotch-tracing) [INFO] [stderr] Compiling fs4 v0.9.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling knotch-query v0.2.5 (/opt/rustwide/workdir/crates/knotch-query) [INFO] [stderr] Compiling knotch-frontmatter v0.2.5 (/opt/rustwide/workdir/crates/knotch-frontmatter) [INFO] [stderr] Compiling knotch-lock v0.2.5 (/opt/rustwide/workdir/crates/knotch-lock) [INFO] [stderr] Compiling knotch-storage v0.2.5 (/opt/rustwide/workdir/crates/knotch-storage) [INFO] [stderr] Compiling gix v0.81.0 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling knotch-adr v0.2.5 (/opt/rustwide/workdir/crates/knotch-adr) [INFO] [stderr] Compiling workflow-vibe-case-study v0.2.5 (/opt/rustwide/workdir/examples/workflow-vibe-case-study) [INFO] [stderr] Compiling workflow-spec-driven-case-study v0.2.5 (/opt/rustwide/workdir/examples/workflow-spec-driven-case-study) [INFO] [stderr] Compiling knotch-example-compliance v0.2.5 (/opt/rustwide/workdir/examples/compliance) [INFO] [stderr] Compiling knotch-example-minimal v0.2.5 (/opt/rustwide/workdir/examples/minimal) [INFO] [stderr] Compiling knotch-example-pr-workflow v0.2.5 (/opt/rustwide/workdir/examples/pr-workflow) [INFO] [stderr] Compiling knotch-workflow v0.2.5 (/opt/rustwide/workdir/crates/knotch-workflow) [INFO] [stderr] Compiling knotch-agent v0.2.5 (/opt/rustwide/workdir/crates/knotch-agent) [INFO] [stderr] Compiling knotch-example-artifact-probes v0.2.5 (/opt/rustwide/workdir/examples/artifact-probes) [INFO] [stderr] Compiling knotch-example-batch-append v0.2.5 (/opt/rustwide/workdir/examples/batch-append) [INFO] [stderr] Compiling knotch-vcs v0.2.5 (/opt/rustwide/workdir/crates/knotch-vcs) [INFO] [stderr] Compiling knotch-observer v0.2.5 (/opt/rustwide/workdir/crates/knotch-observer) [INFO] [stderr] Compiling knotch-testing v0.2.5 (/opt/rustwide/workdir/crates/knotch-testing) [INFO] [stderr] Compiling knotch-reconciler v0.2.5 (/opt/rustwide/workdir/crates/knotch-reconciler) [INFO] [stderr] Compiling knotch-example-interactive-observer v0.2.5 (/opt/rustwide/workdir/examples/interactive-observer) [INFO] [stderr] Compiling knotch-cli v0.2.5 (/opt/rustwide/workdir/crates/knotch-cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s [INFO] running `Command { std: "docker" "inspect" "979a414d8b8ffac1af96499be0fa383ef45b2ae9d6d8b433323b438ad700d158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "979a414d8b8ffac1af96499be0fa383ef45b2ae9d6d8b433323b438ad700d158", kill_on_drop: false }` [INFO] [stdout] 979a414d8b8ffac1af96499be0fa383ef45b2ae9d6d8b433323b438ad700d158 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 7e39cea77bfea8ed498afee0fdcdf341833b0f815013a6d6912d88be8453e6b0 [INFO] running `Command { std: "docker" "start" "-a" "7e39cea77bfea8ed498afee0fdcdf341833b0f815013a6d6912d88be8453e6b0", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling knotch-derive v0.2.5 (/opt/rustwide/workdir/crates/knotch-derive) [INFO] [stderr] Compiling winnow v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling target-triple v1.0.0 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling predicates-core v1.0.10 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling assert_cmd v2.2.1 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling predicates-tree v1.0.13 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling knotch-linter v0.2.5 (/opt/rustwide/workdir/crates/knotch-linter) [INFO] [stderr] Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask) [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling serde_jcs v0.1.0 [INFO] [stderr] Compiling knotch-kernel v0.2.5 (/opt/rustwide/workdir/crates/knotch-kernel) [INFO] [stderr] Compiling knotch-proto v0.2.5 (/opt/rustwide/workdir/crates/knotch-proto) [INFO] [stderr] Compiling trybuild v1.0.116 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling knotch-lock v0.2.5 (/opt/rustwide/workdir/crates/knotch-lock) [INFO] [stderr] Compiling knotch-agent v0.2.5 (/opt/rustwide/workdir/crates/knotch-agent) [INFO] [stderr] Compiling knotch-schema v0.2.5 (/opt/rustwide/workdir/crates/knotch-schema) [INFO] [stderr] Compiling knotch-query v0.2.5 (/opt/rustwide/workdir/crates/knotch-query) [INFO] [stderr] Compiling knotch-storage v0.2.5 (/opt/rustwide/workdir/crates/knotch-storage) [INFO] [stderr] Compiling knotch-frontmatter v0.2.5 (/opt/rustwide/workdir/crates/knotch-frontmatter) [INFO] [stderr] Compiling knotch-workflow v0.2.5 (/opt/rustwide/workdir/crates/knotch-workflow) [INFO] [stderr] Compiling workflow-spec-driven-case-study v0.2.5 (/opt/rustwide/workdir/examples/workflow-spec-driven-case-study) [INFO] [stderr] Compiling workflow-vibe-case-study v0.2.5 (/opt/rustwide/workdir/examples/workflow-vibe-case-study) [INFO] [stderr] Compiling knotch-adr v0.2.5 (/opt/rustwide/workdir/crates/knotch-adr) [INFO] [stderr] Compiling knotch-example-pr-workflow v0.2.5 (/opt/rustwide/workdir/examples/pr-workflow) [INFO] [stderr] Compiling knotch-example-compliance v0.2.5 (/opt/rustwide/workdir/examples/compliance) [INFO] [stderr] Compiling knotch-example-minimal v0.2.5 (/opt/rustwide/workdir/examples/minimal) [INFO] [stderr] Compiling knotch-example-artifact-probes v0.2.5 (/opt/rustwide/workdir/examples/artifact-probes) [INFO] [stderr] Compiling knotch-example-batch-append v0.2.5 (/opt/rustwide/workdir/examples/batch-append) [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling predicates v3.1.4 [INFO] [stderr] Compiling gix-validate v0.11.0 [INFO] [stderr] Compiling gix-error v0.2.1 [INFO] [stderr] Compiling gix-packetline v0.21.2 [INFO] [stderr] Compiling gix-path v0.11.2 [INFO] [stderr] Compiling gix-date v0.15.1 [INFO] [stderr] Compiling gix-chunk v0.7.0 [INFO] [stderr] Compiling gix-quote v0.7.0 [INFO] [stderr] Compiling gix-bitmap v0.3.0 [INFO] [stderr] Compiling gix-features v0.46.2 [INFO] [stderr] Compiling gix-url v0.35.2 [INFO] [stderr] Compiling gix-command v0.8.0 [INFO] [stderr] Compiling gix-config-value v0.17.1 [INFO] [stderr] Compiling knotch-tracing v0.2.5 (/opt/rustwide/workdir/crates/knotch-tracing) [INFO] [stderr] Compiling gix-hash v0.23.0 [INFO] [stderr] Compiling gix-fs v0.19.2 [INFO] [stderr] Compiling gix-glob v0.24.0 [INFO] [stderr] Compiling gix-actor v0.40.0 [INFO] [stderr] Compiling gix-transport v0.55.1 [INFO] [stderr] Compiling gix-hashtable v0.13.0 [INFO] [stderr] Compiling gix-commitgraph v0.35.0 [INFO] [stderr] Compiling gix-tempfile v21.0.2 [INFO] [stderr] Compiling gix-object v0.58.0 [INFO] [stderr] Compiling gix-lock v21.0.2 [INFO] [stderr] Compiling gix-shallow v0.10.0 [INFO] [stderr] Compiling gix-revwalk v0.29.0 [INFO] [stderr] Compiling gix-ref v0.61.0 [INFO] [stderr] Compiling gix-pack v0.68.0 [INFO] [stderr] Compiling gix-diff v0.61.0 [INFO] [stderr] Compiling gix-traverse v0.55.0 [INFO] [stderr] Compiling gix-revision v0.43.0 [INFO] [stderr] Compiling gix-index v0.49.0 [INFO] [stderr] Compiling gix-refspec v0.39.0 [INFO] [stderr] Compiling gix-discover v0.49.0 [INFO] [stderr] Compiling gix-config v0.54.0 [INFO] [stderr] Compiling gix-protocol v0.59.0 [INFO] [stderr] Compiling gix-odb v0.78.0 [INFO] [stderr] Compiling gix v0.81.0 [INFO] [stderr] Compiling knotch-vcs v0.2.5 (/opt/rustwide/workdir/crates/knotch-vcs) [INFO] [stderr] Compiling knotch-testing v0.2.5 (/opt/rustwide/workdir/crates/knotch-testing) [INFO] [stderr] Compiling knotch-observer v0.2.5 (/opt/rustwide/workdir/crates/knotch-observer) [INFO] [stderr] Compiling knotch-reconciler v0.2.5 (/opt/rustwide/workdir/crates/knotch-reconciler) [INFO] [stderr] Compiling knotch-example-interactive-observer v0.2.5 (/opt/rustwide/workdir/examples/interactive-observer) [INFO] [stderr] Compiling knotch-cli v0.2.5 (/opt/rustwide/workdir/crates/knotch-cli) [INFO] [stderr] error: could not compile `knotch-cli` (bin "knotch") [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 knotch --edition=2024 crates/knotch-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::pedantic' '--allow=clippy::cargo' '--warn=clippy::all' '--deny=clippy::wrong_self_convention' --deny=unused_must_use --forbid=unsafe_code --warn=unreachable_pub '--allow=clippy::multiple_crate_versions' --warn=missing_docs '--warn=clippy::get_unwrap' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85a626bd623a6abd -C extra-filename=-179bebd064726998 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-73fc847d641c0267.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-b25d9137030ef73f.rlib --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-c4f1c443227193a9.rlib --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-6cd3ad3c98a824be.rlib --extern figment=/opt/rustwide/target/debug/deps/libfigment-59fcdb75b7ce995f.rlib --extern knotch_agent=/opt/rustwide/target/debug/deps/libknotch_agent-8720c09b8ef79c78.rlib --extern knotch_kernel=/opt/rustwide/target/debug/deps/libknotch_kernel-45cd11a2f3a0fb25.rlib --extern knotch_observer=/opt/rustwide/target/debug/deps/libknotch_observer-5feb7bf62bccdf07.rlib --extern knotch_proto=/opt/rustwide/target/debug/deps/libknotch_proto-8d21140fd53d7c83.rlib --extern knotch_reconciler=/opt/rustwide/target/debug/deps/libknotch_reconciler-97f9c59b2bf28038.rlib --extern knotch_storage=/opt/rustwide/target/debug/deps/libknotch_storage-b66c14c84c256977.rlib --extern knotch_workflow=/opt/rustwide/target/debug/deps/libknotch_workflow-7a683acfc5223bcb.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-1fa0ae4f5776cc67.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f3741e1daaac5081.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0ed67accc3f1d877.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-ea6553c85531804b.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-1414d341dfdf5f1a.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7aea8cb662f54b83.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-8f9167657fcb2a05/out -L native=/opt/rustwide/target/debug/build/blake3-8f9167657fcb2a05/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "7e39cea77bfea8ed498afee0fdcdf341833b0f815013a6d6912d88be8453e6b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e39cea77bfea8ed498afee0fdcdf341833b0f815013a6d6912d88be8453e6b0", kill_on_drop: false }` [INFO] [stdout] 7e39cea77bfea8ed498afee0fdcdf341833b0f815013a6d6912d88be8453e6b0