[INFO] cloning repository https://github.com/xieyuquan1996/codeY
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xieyuquan1996/codeY" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxieyuquan1996%2FcodeY", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxieyuquan1996%2FcodeY'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46b1c6cba10d5d16121876ed5d0f20f42285ce3d
[INFO] testing xieyuquan1996/codeY/46b1c6cba10d5d16121876ed5d0f20f42285ce3d against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxieyuquan1996%2FcodeY" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/xieyuquan1996/codeY
[INFO] finished tweaking git repo https://github.com/xieyuquan1996/codeY
[INFO] tweaked toml for git repo https://github.com/xieyuquan1996/codeY written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xieyuquan1996/codeY on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/xieyuquan1996/codeY 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wiremock v0.6.2
[INFO] [stderr]   Downloaded idna_adapter v1.1.0
[INFO] [stderr]   Downloaded unicode-joining-type v1.0.0
[INFO] [stderr]   Downloaded serde_jcs v0.1.0
[INFO] [stderr]   Downloaded deadpool v0.10.0
[INFO] [stderr]   Downloaded ryu-js v0.2.2
[INFO] [stderr]   Downloaded h2 v0.4.14
[INFO] [stderr]   Downloaded idna_mapping v1.1.0
[INFO] [stderr]   Downloaded pretty_assertions v1.4.1
[INFO] [stderr]   Downloaded rusty-fork v0.3.1
[INFO] [stderr]   Downloaded proptest v1.11.0
[INFO] [stderr]   Downloaded jsonpath_lib v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d
[INFO] running `Command { std: "docker" "start" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d", 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" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d", 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" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling unicode-joining-type v1.0.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling idna_mapping v1.1.0
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling ryu-js v0.2.2
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling idna_adapter v1.1.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.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 jsonpath_lib v0.3.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling codey-plan-ir v0.1.0 (/opt/rustwide/workdir/core/plan-ir)
[INFO] [stderr]    Compiling codey-plan-compiler v0.1.0 (/opt/rustwide/workdir/core/plan-compiler)
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling codey-runtime v0.1.0 (/opt/rustwide/workdir/core/runtime)
[INFO] [stderr]    Compiling codey-mcp-bridge v0.1.0 (/opt/rustwide/workdir/core/mcp-bridge)
[INFO] [stderr]    Compiling codey-agent v0.1.0 (/opt/rustwide/workdir/core/agent)
[INFO] [stderr]    Compiling codey v0.1.0 (/opt/rustwide/workdir/shells/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.33s
[INFO] running `Command { std: "docker" "inspect" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d", 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" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling serde_jcs v0.1.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling jsonpath_lib v0.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling codey-plan-ir v0.1.0 (/opt/rustwide/workdir/core/plan-ir)
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling codey-plan-compiler v0.1.0 (/opt/rustwide/workdir/core/plan-compiler)
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling wiremock v0.6.2
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling codey-runtime v0.1.0 (/opt/rustwide/workdir/core/runtime)
[INFO] [stderr]    Compiling codey-agent v0.1.0 (/opt/rustwide/workdir/core/agent)
[INFO] [stderr]    Compiling codey-mcp-bridge v0.1.0 (/opt/rustwide/workdir/core/mcp-bridge)
[INFO] [stderr]    Compiling codey v0.1.0 (/opt/rustwide/workdir/shells/cli)
[INFO] [stderr] error: could not compile `codey` (bin "codey" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name codey --edition=2024 shells/cli/src/main.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=5d76668bd287fabc -C extra-filename=-4797af9074550883 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-8f80a1f3a4b6d549.rlib --extern codey_agent=/opt/rustwide/target/debug/deps/libcodey_agent-032accf0eafecd46.rlib --extern codey_mcp_bridge=/opt/rustwide/target/debug/deps/libcodey_mcp_bridge-649cc8479de44ced.rlib --extern codey_plan_compiler=/opt/rustwide/target/debug/deps/libcodey_plan_compiler-d3580334b16d5b8d.rlib --extern codey_plan_ir=/opt/rustwide/target/debug/deps/libcodey_plan_ir-7fabcc8af454ec25.rlib --extern codey_runtime=/opt/rustwide/target/debug/deps/libcodey_runtime-04a4205552bd9163.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-73c4154dc7eb1f10.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-c2d0542d08a93203.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-50ad8fd3a6f486c7.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2e6c639a91ae51ac.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-263b77d392d7f860.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/ring-dde6d2ed2307ef2a/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-c2d37a50b638d74d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `codey-runtime` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name codey_runtime --edition=2024 core/runtime/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=5cad6959d78b87fa -C extra-filename=-2d118850fb9210e6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-fa1de900889a3320.so --extern blake3=/opt/rustwide/target/debug/deps/libblake3-7f431e93400db98c.rlib --extern codey_plan_compiler=/opt/rustwide/target/debug/deps/libcodey_plan_compiler-d3580334b16d5b8d.rlib --extern codey_plan_ir=/opt/rustwide/target/debug/deps/libcodey_plan_ir-7fabcc8af454ec25.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-f9155d341562357e.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-71e2d04e719f6eb3.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-f8aae4516d5a4414.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-73c4154dc7eb1f10.rlib --extern serde_jcs=/opt/rustwide/target/debug/deps/libserde_jcs-86b9b027979356e1.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-c2d0542d08a93203.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-50ad8fd3a6f486c7.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-780fad957a3b08cc.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2e6c639a91ae51ac.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-1a688c439bda6943.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/ring-dde6d2ed2307ef2a/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-c2d37a50b638d74d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `codey-mcp-bridge` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name codey_mcp_bridge --edition=2024 core/mcp-bridge/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=c1cd0583e7296bfa -C extra-filename=-7b8d831a1155f600 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-fa1de900889a3320.so --extern codey_runtime=/opt/rustwide/target/debug/deps/libcodey_runtime-04a4205552bd9163.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-73c4154dc7eb1f10.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-c2d0542d08a93203.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-780fad957a3b08cc.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2e6c639a91ae51ac.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/ring-dde6d2ed2307ef2a/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-c2d37a50b638d74d/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcK023sx/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtempfile-50ad8fd3a6f486c7,libgetrandom-fb4c32fda73a41c0,libfastrand-8c711c36072d5b5b,librustix-66eac2e94111ec6f,liblinux_raw_sys-0b6cde911e9a3109,libcodey_runtime-04a4205552bd9163,libblake3-7f431e93400db98c,libconstant_time_eq-1a60f1c89abc6683,libcpufeatures-6c1f78f4142e3013,libarrayvec-c7dde542da3995d2,libarrayref-81fde35c69841043,libserde_jcs-86b9b027979356e1,libryu_js-42f20cd493728e2f,librusqlite-f8aae4516d5a4414,libfallible_streaming_iterator-4b12442690f53239,libfallible_iterator-6e888fb96d72e3e0,libhashlink-4b12930c372f14a4,libhashbrown-29aefb2cc8466e0f,libahash-cce18512800b7375,libzerocopy-ad92ccf16844b543,liblibsqlite3_sys-94d786852aca8152,libreqwest-71e2d04e719f6eb3,libserde_urlencoded-b0d541395ee67ff8,libryu-1f4f40e4352371e5,libhyper_rustls-5dd42d508f714e2f,libwebpki_roots-4ac2131d17f69b0d,libtokio_rustls-297fe80da50fdc14,librustls-02a3bea9577525a5,libsubtle-2ae6a7038b9a0630,libwebpki-fa0e03c21fe8d900,libring-683310c108276be0,libgetrandom-da9c6145cd4f38a1,libuntrusted-b2f816886faf2178,libcfg_if-83060ec5685761ae,librustls_pki_types-fc5637970849fdde,libzeroize-7f213bea776ca5b6,libtower_http-660b9c30330bb990,libbitflags-db7b9c0337a7ee76,libtower-60cb81532c8dd980,libtower_layer-d908dd771b239ecd,libhyper_util-e4e4095eeaf268c9,libbase64-32787b0325ea6df8,libipnet-61ca7a5e1c2863d4,libtower_service-3fb88d28c2218805,libhyper-8b674c9734b3a2d8,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-b184189076a705e6,libtracing-8891879938231fdd,libtracing_core-89b602bc4a7d7f8a,libonce_cell-b5bdc597ed9676b3,libfnv-79e2cbfbe03dcd16,libtokio_util-76b667b7f28110a7,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libfutures_util-e07acb25b12bdb1c,libfutures_io-a8805bd12b2ab705,libslab-0582d648e59ab406,libfutures_channel-04b287164a72dbf0,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libtokio-2e6c639a91ae51ac,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-2367bcf2eb96355a,libmio-3f5f6fa89ecad527,liblibc-612664c2206eec43,libhttp_body_util-ed5fbd1db1f6d6fc,libpin_project_lite-0a15d51c77964692,libhttp_body-8d8f9f8398f09fa7,liblog-f16ce4b64309590f,liburl-fb3674051737f602,libidna-d3139b144ecf2703,libutf8_iter-51566bbad89f3a68,libsmallvec-bc3128fdd57228fc,libidna_adapter-4d5075a28e7bb5e7,libunicode_bidi-d7f16e3fa6d82f71,libidna_mapping-6644893dcb2a30f2,libunicode_joining_type-901c4b9a38b3df0f,libunicode_normalization-952f16af7c755444,libtinyvec-aaac35e3e185f648,libtinyvec_macros-7b77ea21c73594ca,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libhttp-563f2cb150350555,libbytes-2ed9460101f17bbf,libsync_wrapper-6bdfbc29c4269203,libfutures_core-1121ff913ed87f93,libcodey_plan_compiler-d3580334b16d5b8d,libpetgraph-9a7efb2be0a878d3,libfixedbitset-9fb76a17080ec2ce,libthiserror-780fad957a3b08cc,libcodey_plan_ir-7fabcc8af454ec25,libschemars-4261fb2e4e5e51c4,libdyn_clone-319e7691ef78165b,libserde_json-c2d0542d08a93203,libmemchr-5cfa70d22cb32987,libzmij-ef63f1da73704b4c,libitoa-5de11b3b23bfe572,libindexmap-a4048a6e9508c506,libequivalent-6a754676e6af62ae,libhashbrown-d7214d631586fd51,libserde-73c4154dc7eb1f10,libserde_core-2c928ee17a7447a4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcK023sx/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out" "-L" "/opt/rustwide/target/debug/build/ring-dde6d2ed2307ef2a/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-c2d37a50b638d74d/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/integration_hello_world-3e0c84cae77445eb" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `codey-runtime` (test "integration_hello_world") due to 1 previous error
[INFO] [stderr] error: could not compile `codey-agent` (test "session_ask_model")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name session_ask_model --edition=2024 core/agent/tests/session_ask_model.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=b1764b1d31f13c95 -C extra-filename=-2ff28ece5dc61eec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-fa1de900889a3320.so --extern codey_agent=/opt/rustwide/target/debug/deps/libcodey_agent-032accf0eafecd46.rlib --extern codey_plan_compiler=/opt/rustwide/target/debug/deps/libcodey_plan_compiler-d3580334b16d5b8d.rlib --extern codey_plan_ir=/opt/rustwide/target/debug/deps/libcodey_plan_ir-7fabcc8af454ec25.rlib --extern codey_runtime=/opt/rustwide/target/debug/deps/libcodey_runtime-04a4205552bd9163.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-f9155d341562357e.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-71e2d04e719f6eb3.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-4261fb2e4e5e51c4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-73c4154dc7eb1f10.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-c2d0542d08a93203.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-780fad957a3b08cc.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2e6c639a91ae51ac.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-1a688c439bda6943.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out -L native=/opt/rustwide/target/debug/build/ring-dde6d2ed2307ef2a/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-c2d37a50b638d74d/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcKvxLZ2/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcodey_runtime-04a4205552bd9163,libblake3-7f431e93400db98c,libconstant_time_eq-1a60f1c89abc6683,libcpufeatures-6c1f78f4142e3013,libarrayvec-c7dde542da3995d2,libarrayref-81fde35c69841043,libserde_jcs-86b9b027979356e1,libryu_js-42f20cd493728e2f,librusqlite-f8aae4516d5a4414,libfallible_streaming_iterator-4b12442690f53239,libfallible_iterator-6e888fb96d72e3e0,libhashlink-4b12930c372f14a4,libhashbrown-29aefb2cc8466e0f,libahash-cce18512800b7375,libzerocopy-ad92ccf16844b543,liblibsqlite3_sys-94d786852aca8152,libreqwest-71e2d04e719f6eb3,libserde_urlencoded-b0d541395ee67ff8,libryu-1f4f40e4352371e5,libhyper_rustls-5dd42d508f714e2f,libwebpki_roots-4ac2131d17f69b0d,libtokio_rustls-297fe80da50fdc14,librustls-02a3bea9577525a5,libsubtle-2ae6a7038b9a0630,libwebpki-fa0e03c21fe8d900,libring-683310c108276be0,libgetrandom-da9c6145cd4f38a1,libuntrusted-b2f816886faf2178,libcfg_if-83060ec5685761ae,librustls_pki_types-fc5637970849fdde,libzeroize-7f213bea776ca5b6,libtower_http-660b9c30330bb990,libbitflags-db7b9c0337a7ee76,libtower-60cb81532c8dd980,libtower_layer-d908dd771b239ecd,libhyper_util-e4e4095eeaf268c9,libbase64-32787b0325ea6df8,libipnet-61ca7a5e1c2863d4,libtower_service-3fb88d28c2218805,libhyper-8b674c9734b3a2d8,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-b184189076a705e6,libtracing-8891879938231fdd,libtracing_core-89b602bc4a7d7f8a,libonce_cell-b5bdc597ed9676b3,libfnv-79e2cbfbe03dcd16,libtokio_util-76b667b7f28110a7,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libfutures_util-e07acb25b12bdb1c,libfutures_io-a8805bd12b2ab705,libslab-0582d648e59ab406,libfutures_channel-04b287164a72dbf0,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libtokio-2e6c639a91ae51ac,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-2367bcf2eb96355a,libmio-3f5f6fa89ecad527,liblibc-612664c2206eec43,libhttp_body_util-ed5fbd1db1f6d6fc,libpin_project_lite-0a15d51c77964692,libhttp_body-8d8f9f8398f09fa7,liblog-f16ce4b64309590f,liburl-fb3674051737f602,libidna-d3139b144ecf2703,libutf8_iter-51566bbad89f3a68,libsmallvec-bc3128fdd57228fc,libidna_adapter-4d5075a28e7bb5e7,libunicode_bidi-d7f16e3fa6d82f71,libidna_mapping-6644893dcb2a30f2,libunicode_joining_type-901c4b9a38b3df0f,libunicode_normalization-952f16af7c755444,libtinyvec-aaac35e3e185f648,libtinyvec_macros-7b77ea21c73594ca,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libhttp-563f2cb150350555,libbytes-2ed9460101f17bbf,libsync_wrapper-6bdfbc29c4269203,libfutures_core-1121ff913ed87f93,libcodey_plan_compiler-d3580334b16d5b8d,libpetgraph-9a7efb2be0a878d3,libfixedbitset-9fb76a17080ec2ce,libcodey_plan_ir-7fabcc8af454ec25,libschemars-4261fb2e4e5e51c4,libdyn_clone-319e7691ef78165b,libthiserror-780fad957a3b08cc,libserde_json-c2d0542d08a93203,libmemchr-5cfa70d22cb32987,libzmij-ef63f1da73704b4c,libitoa-5de11b3b23bfe572,libindexmap-a4048a6e9508c506,libequivalent-6a754676e6af62ae,libhashbrown-d7214d631586fd51,libserde-73c4154dc7eb1f10,libserde_core-2c928ee17a7447a4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcKvxLZ2/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-a56a5be23321c0aa/out" "-L" "/opt/rustwide/target/debug/build/ring-dde6d2ed2307ef2a/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-c2d37a50b638d74d/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/codey_agent-fd60462c76e5e6c9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `codey-agent` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d", kill_on_drop: false }`
[INFO] [stdout] 446c148619d10f9c053d876c10a5039af9d46ecd59f0daf66163256df5c86a0d
