[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunyeong-ai%2Fknotch" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/junyeong-ai/knotch on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40
[INFO] running `Command { std: "docker" "start" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40", 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" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40", 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" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling gix-trace v0.1.18
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[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 ryu v1.0.23
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling ryu-js v0.2.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling faster-hex v0.10.0
[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 gix-utils v0.3.1
[INFO] [stderr]    Compiling nonempty v0.12.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling prodash v31.0.0
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling gix-sec v0.13.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling clru v0.6.3
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling figment v0.10.19
[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 matchers v0.2.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 tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling gix-path v0.11.2
[INFO] [stderr]    Compiling gix-packetline v0.21.2
[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 clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.2
[INFO] [stderr]    Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling gix-date v0.15.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-actor v0.40.0
[INFO] [stderr]    Compiling gix-hashtable v0.13.0
[INFO] [stderr]    Compiling gix-tempfile v21.0.2
[INFO] [stderr]    Compiling gix-commitgraph v0.35.0
[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 compact_str v0.8.1
[INFO] [stderr]    Compiling serde_jcs v0.1.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling yaml_serde v0.10.4
[INFO] [stderr]    Compiling gix-index v0.49.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling gix-refspec v0.39.0
[INFO] [stderr]    Compiling futures v0.3.32
[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 knotch-kernel v0.2.5 (/opt/rustwide/workdir/crates/knotch-kernel)
[INFO] [stderr]    Compiling gix-odb v0.78.0
[INFO] [stderr]    Compiling gix-protocol v0.59.0
[INFO] [stderr]    Compiling gix-config v0.54.0
[INFO] [stderr]    Compiling gix-discover v0.49.0
[INFO] [stderr]    Compiling fs4 v0.9.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling knotch-lock v0.2.5 (/opt/rustwide/workdir/crates/knotch-lock)
[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 knotch-query v0.2.5 (/opt/rustwide/workdir/crates/knotch-query)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling knotch-frontmatter v0.2.5 (/opt/rustwide/workdir/crates/knotch-frontmatter)
[INFO] [stderr]    Compiling knotch-storage v0.2.5 (/opt/rustwide/workdir/crates/knotch-storage)
[INFO] [stderr]    Compiling knotch-agent v0.2.5 (/opt/rustwide/workdir/crates/knotch-agent)
[INFO] [stderr]    Compiling gix v0.81.0
[INFO] [stderr]    Compiling knotch-workflow v0.2.5 (/opt/rustwide/workdir/crates/knotch-workflow)
[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-adr v0.2.5 (/opt/rustwide/workdir/crates/knotch-adr)
[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-example-compliance v0.2.5 (/opt/rustwide/workdir/examples/compliance)
[INFO] [stderr]    Compiling knotch-example-batch-append v0.2.5 (/opt/rustwide/workdir/examples/batch-append)
[INFO] [stderr]    Compiling knotch-example-artifact-probes v0.2.5 (/opt/rustwide/workdir/examples/artifact-probes)
[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 27s
[INFO] running `Command { std: "docker" "inspect" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40", 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" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", 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 num-traits v0.2.19
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling assert_cmd v2.2.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling knotch-linter v0.2.5 (/opt/rustwide/workdir/crates/knotch-linter)
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[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 regex-automata v0.4.14
[INFO] [stderr]    Compiling futures v0.3.32
[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-frontmatter v0.2.5 (/opt/rustwide/workdir/crates/knotch-frontmatter)
[INFO] [stderr]    Compiling knotch-storage v0.2.5 (/opt/rustwide/workdir/crates/knotch-storage)
[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-minimal v0.2.5 (/opt/rustwide/workdir/examples/minimal)
[INFO] [stderr]    Compiling knotch-example-compliance v0.2.5 (/opt/rustwide/workdir/examples/compliance)
[INFO] [stderr]    Compiling knotch-example-pr-workflow v0.2.5 (/opt/rustwide/workdir/examples/pr-workflow)
[INFO] [stderr]    Compiling knotch-example-batch-append v0.2.5 (/opt/rustwide/workdir/examples/batch-append)
[INFO] [stderr]    Compiling knotch-example-artifact-probes v0.2.5 (/opt/rustwide/workdir/examples/artifact-probes)
[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 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 predicates v3.1.4
[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-actor v0.40.0
[INFO] [stderr]    Compiling gix-fs v0.19.2
[INFO] [stderr]    Compiling gix-glob v0.24.0
[INFO] [stderr]    Compiling gix-hashtable v0.13.0
[INFO] [stderr]    Compiling gix-commitgraph v0.35.0
[INFO] [stderr]    Compiling gix-transport v0.55.1
[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 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-revision v0.43.0
[INFO] [stderr]    Compiling gix-traverse v0.55.0
[INFO] [stderr]    Compiling gix-refspec v0.39.0
[INFO] [stderr]    Compiling gix-index v0.49.0
[INFO] [stderr]    Compiling gix-protocol v0.59.0
[INFO] [stderr]    Compiling gix-config v0.54.0
[INFO] [stderr]    Compiling gix-discover v0.49.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-query` (test "query")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name query --edition=2024 crates/knotch-query/tests/query.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54adb815fce94687 -C extra-filename=-e74c9e95a0a1e121 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-ade2a2cff116b93a.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d18d3215c6ed0a81.rlib --extern jiff=/opt/rustwide/target/debug/deps/libjiff-93f7f565d6fd641f.rlib --extern knotch_derive=/opt/rustwide/target/debug/deps/libknotch_derive-7d49db589dd26208.so --extern knotch_kernel=/opt/rustwide/target/debug/deps/libknotch_kernel-c29dfdc4ef2a7ec3.rlib --extern knotch_query=/opt/rustwide/target/debug/deps/libknotch_query-cb279721ffa0881b.rlib --extern knotch_storage=/opt/rustwide/target/debug/deps/libknotch_storage-72c1a2f5779a856c.rlib --extern knotch_testing=/opt/rustwide/target/debug/deps/libknotch_testing-6a8c8abae1bbc240.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-7daa522324f1b6bf.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-8b3d4a052590c8a3.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-07ef4cd39db267bd.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d15fb0a3ac8f2d93.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-9bc124b36d7124d0/out -L native=/opt/rustwide/target/debug/build/blake3-9bc124b36d7124d0/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `knotch-storage` (test "subscribe")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name subscribe --edition=2024 crates/knotch-storage/tests/subscribe.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82ad2748ae3bae7f -C extra-filename=-155af1a18de297af --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-cda1a54868bfadbc.rlib --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-ade2a2cff116b93a.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-41014649219dc85e.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d18d3215c6ed0a81.rlib --extern jiff=/opt/rustwide/target/debug/deps/libjiff-93f7f565d6fd641f.rlib --extern knotch_derive=/opt/rustwide/target/debug/deps/libknotch_derive-7d49db589dd26208.so --extern knotch_kernel=/opt/rustwide/target/debug/deps/libknotch_kernel-c29dfdc4ef2a7ec3.rlib --extern knotch_lock=/opt/rustwide/target/debug/deps/libknotch_lock-4771c61a14d42b85.rlib --extern knotch_proto=/opt/rustwide/target/debug/deps/libknotch_proto-a82249fa53326734.rlib --extern knotch_storage=/opt/rustwide/target/debug/deps/libknotch_storage-72c1a2f5779a856c.rlib --extern knotch_testing=/opt/rustwide/target/debug/deps/libknotch_testing-6a8c8abae1bbc240.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-7daa522324f1b6bf.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-13b86e92c798c37c.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-8b3d4a052590c8a3.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-07ef4cd39db267bd.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d15fb0a3ac8f2d93.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-da97f5606ed147c2.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-9bc124b36d7124d0/out -L native=/opt/rustwide/target/debug/build/blake3-9bc124b36d7124d0/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40", kill_on_drop: false }`
[INFO] [stdout] 9e30190446f63c0bde6f773b026cb8a59968baac31ee7622c2c748c8a4bccf40
