[INFO] cloning repository https://github.com/jiyuan/AgentOrch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jiyuan/AgentOrch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiyuan%2FAgentOrch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiyuan%2FAgentOrch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b52e7dc1cf39aac87b26d06ae3599874ea1895f
[INFO] testing jiyuan/AgentOrch 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%2Fjiyuan%2FAgentOrch" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jiyuan/AgentOrch
[INFO] finished tweaking git repo https://github.com/jiyuan/AgentOrch
[INFO] tweaked toml for git repo https://github.com/jiyuan/AgentOrch written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jiyuan/AgentOrch 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/jiyuan/AgentOrch 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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1
[INFO] running `Command { std: "docker" "start" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1", 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" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1" "/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" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1", 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" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling compression-core v0.4.32
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling sqlite-vec v0.1.9
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling compression-codecs v0.4.38
[INFO] [stderr]    Compiling agentos-proto v0.6.0 (/opt/rustwide/workdir/crates/agentos-proto)
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling agentos-interfaces v0.6.0 (/opt/rustwide/workdir/crates/agentos-interfaces)
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling croner v3.0.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling async-compression v0.4.42
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling tower-http v0.6.9
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling agentos-llm v0.6.0 (/opt/rustwide/workdir/crates/agentos-llm)
[INFO] [stderr]    Compiling agentos-memory-vector v0.6.0 (/opt/rustwide/workdir/extensions/memory/agentos-memory-vector)
[INFO] [stderr]    Compiling agentos-core v0.6.0 (/opt/rustwide/workdir/crates/agentos-core)
[INFO] [stderr]    Compiling agentos-cli v0.6.0 (/opt/rustwide/workdir/crates/agentos-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
[INFO] running `Command { std: "docker" "inspect" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1", 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" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1" "/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 zerocopy v0.8.48
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling tower-http v0.6.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling agentos-proto v0.6.0 (/opt/rustwide/workdir/crates/agentos-proto)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling agentos-interfaces v0.6.0 (/opt/rustwide/workdir/crates/agentos-interfaces)
[INFO] [stderr]    Compiling croner v3.0.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling agentos-memory-vector v0.6.0 (/opt/rustwide/workdir/extensions/memory/agentos-memory-vector)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling agentos-llm v0.6.0 (/opt/rustwide/workdir/crates/agentos-llm)
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling agentos-core v0.6.0 (/opt/rustwide/workdir/crates/agentos-core)
[INFO] [stderr]    Compiling agentos-cli v0.6.0 (/opt/rustwide/workdir/crates/agentos-cli)
[INFO] [stderr] error: could not compile `agentos-core` (test "loop_invariants")
[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 loop_invariants --edition=2021 crates/agentos-core/tests/loop_invariants.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=30146a5762c6effd -C extra-filename=-f40defb449a7452b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern agentos_core=/opt/rustwide/target/debug/deps/libagentos_core-e6c1a9e1ee043b21.rlib --extern agentos_interfaces=/opt/rustwide/target/debug/deps/libagentos_interfaces-dee87fa83b155886.rlib --extern agentos_llm=/opt/rustwide/target/debug/deps/libagentos_llm-935b6535daa980c6.rlib --extern agentos_proto=/opt/rustwide/target/debug/deps/libagentos_proto-86455c4a216bedaa.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3453bb6e76f3ba47.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f620afe66d2e0b53.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-c60505acdbf99077.rlib --extern croner=/opt/rustwide/target/debug/deps/libcroner-84d2d9e11c8aba77.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-db3e05e03b7df9fb.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-65a04ec86d230188.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-18e22768f0381a10.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-07da35e8b6d4a178.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5888ac5c23c18421.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ac8da3a9c779f800.rlib --extern sqlite_vec=/opt/rustwide/target/debug/deps/libsqlite_vec-82ebc4d5da898014.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-305297abc8a52265.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-df990b1db64f5415.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-12ec5f59972c161a.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-44e6bdd68cdfcf80.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-9244677a201ade0f.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-156c9dc3277a84fc/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-3c56d9db66f0ef54/out -L native=/opt/rustwide/target/debug/build/sqlite-vec-f98e2ac1e1d11489/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `agentos-core` (lib test)
[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 agentos_core --edition=2021 crates/agentos-core/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=e71e792108c29fc3 -C extra-filename=-05607bb4630b3ca8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern agentos_interfaces=/opt/rustwide/target/debug/deps/libagentos_interfaces-dee87fa83b155886.rlib --extern agentos_llm=/opt/rustwide/target/debug/deps/libagentos_llm-935b6535daa980c6.rlib --extern agentos_proto=/opt/rustwide/target/debug/deps/libagentos_proto-86455c4a216bedaa.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3453bb6e76f3ba47.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f620afe66d2e0b53.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-c60505acdbf99077.rlib --extern croner=/opt/rustwide/target/debug/deps/libcroner-84d2d9e11c8aba77.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-db3e05e03b7df9fb.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-65a04ec86d230188.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-18e22768f0381a10.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-07da35e8b6d4a178.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5888ac5c23c18421.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ac8da3a9c779f800.rlib --extern sqlite_vec=/opt/rustwide/target/debug/deps/libsqlite_vec-82ebc4d5da898014.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-305297abc8a52265.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-df990b1db64f5415.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-12ec5f59972c161a.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-44e6bdd68cdfcf80.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-9244677a201ade0f.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-156c9dc3277a84fc/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-3c56d9db66f0ef54/out -L native=/opt/rustwide/target/debug/build/sqlite-vec-f98e2ac1e1d11489/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1", kill_on_drop: false }`
[INFO] [stdout] a1f854e181439a0739995f540fc21e3b4c09a66c313d7aff25cefe7f4e42bea1
