[INFO] cloning repository https://github.com/gitduk/iris [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gitduk/iris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitduk%2Firis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitduk%2Firis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 87d46cece5131be09863b43bafbb134af573077d [INFO] testing gitduk/iris against 1.95.0 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitduk%2Firis" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/gitduk/iris [INFO] finished tweaking git repo https://github.com/gitduk/iris [INFO] tweaked toml for git repo https://github.com/gitduk/iris written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/gitduk/iris on toolchain 1.95.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/gitduk/iris 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded futures-io v0.3.32 [INFO] [stderr] Downloaded futures-macro v0.3.32 [INFO] [stderr] Downloaded native-tls v0.2.18 [INFO] [stderr] Downloaded futures-executor v0.3.32 [INFO] [stderr] Downloaded tempfile v3.25.0 [INFO] [stderr] Downloaded openssl-sys v0.9.111 [INFO] [stderr] Downloaded openssl v0.10.75 [INFO] [stderr] Downloaded rustix v1.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0756d997c316302ea4ad9b3989d889dbfebdcd8e96526dc97d83c61a9e9eb15 [INFO] running `Command { std: "docker" "start" "-a" "d0756d997c316302ea4ad9b3989d889dbfebdcd8e96526dc97d83c61a9e9eb15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0756d997c316302ea4ad9b3989d889dbfebdcd8e96526dc97d83c61a9e9eb15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0756d997c316302ea4ad9b3989d889dbfebdcd8e96526dc97d83c61a9e9eb15", kill_on_drop: false }` [INFO] [stdout] d0756d997c316302ea4ad9b3989d889dbfebdcd8e96526dc97d83c61a9e9eb15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7c38a0cb9f428fc9cfbe409e968e3e5e681d6d92f145255ee9421fbddbe5294 [INFO] running `Command { std: "docker" "start" "-a" "e7c38a0cb9f428fc9cfbe409e968e3e5e681d6d92f145255ee9421fbddbe5294", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling uuid v1.21.0 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling fd-lock v4.0.4 [INFO] [stderr] Compiling tempfile v3.25.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling rustyline v14.0.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling llm v0.1.0 (/opt/rustwide/workdir/crates/llm) [INFO] [stderr] Compiling core v0.1.0 (/opt/rustwide/workdir/crates/core) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `Command { std: "docker" "inspect" "e7c38a0cb9f428fc9cfbe409e968e3e5e681d6d92f145255ee9421fbddbe5294", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7c38a0cb9f428fc9cfbe409e968e3e5e681d6d92f145255ee9421fbddbe5294", kill_on_drop: false }` [INFO] [stdout] e7c38a0cb9f428fc9cfbe409e968e3e5e681d6d92f145255ee9421fbddbe5294 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a06094b495ae7cd2269931e7e7c9604402a46504921c7cf51bc21eb62a98d3c9 [INFO] running `Command { std: "docker" "start" "-a" "a06094b495ae7cd2269931e7e7c9604402a46504921c7cf51bc21eb62a98d3c9", kill_on_drop: false }` [INFO] [stderr] Compiling llm v0.1.0 (/opt/rustwide/workdir/crates/llm) [INFO] [stderr] Compiling core v0.1.0 (/opt/rustwide/workdir/crates/core) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `Command { std: "docker" "inspect" "a06094b495ae7cd2269931e7e7c9604402a46504921c7cf51bc21eb62a98d3c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a06094b495ae7cd2269931e7e7c9604402a46504921c7cf51bc21eb62a98d3c9", kill_on_drop: false }` [INFO] [stdout] a06094b495ae7cd2269931e7e7c9604402a46504921c7cf51bc21eb62a98d3c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.95.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cb958330e74bffab236c7d7bc49efb9256a2d51d82db681a2f44d94ded9f9d70 [INFO] running `Command { std: "docker" "start" "-a" "cb958330e74bffab236c7d7bc49efb9256a2d51d82db681a2f44d94ded9f9d70", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core-443b95e057225129) [INFO] [stdout] [INFO] [stdout] running 161 tests [INFO] [stdout] test boot::guardian::tests::boot_phase_sequence ... ok [INFO] [stdout] test boot::guardian::tests::failure_resets_phase ... ok [INFO] [stdout] test boot::guardian::tests::success_resets_failure_count ... ok [INFO] [stdout] test boot::safe_mode::tests::enter_activates ... ok [INFO] [stdout] test boot::safe_mode::tests::exits_after_cooldown_and_healthy_ticks ... ok [INFO] [stdout] test boot::guardian::tests::safe_mode_after_three_failures ... ok [INFO] [stdout] test boot::safe_mode::tests::healthy_ticks_alone_not_enough ... ok [INFO] [stdout] test boot::safe_mode::tests::not_active_by_default ... ok [INFO] [stdout] test boot::safe_mode::tests::unhealthy_resets_counter ... ok [INFO] [stdout] test capability::builtin::read_file::tests::extracts_quoted_path ... ok [INFO] [stdout] test capability::builtin::read_file::tests::extracts_unquoted_path ... ok [INFO] [stdout] test capability::builtin::run_bash::tests::extracts_after_trigger ... ok [INFO] [stdout] test capability::builtin::read_file::tests::no_path_found ... ok [INFO] [stdout] test capability::builtin::run_bash::tests::extracts_backtick_command ... ok [INFO] [stdout] test capability::builtin::run_bash::tests::extracts_quoted_command ... ok [INFO] [stdout] test capability::builtin::run_bash::tests::no_command_found ... ok [INFO] [stdout] test capability::builtin::write_file::tests::extracts_code_block_content ... ok [INFO] [stdout] test capability::builtin::write_file::tests::extracts_path_from_input ... ok [INFO] [stdout] test capability::builtin::write_file::tests::extracts_second_quoted_string ... ok [INFO] [stdout] test capability::lifecycle::tests::invalid_transitions ... ok [INFO] [stdout] test capability::lifecycle::tests::should_retire_at_threshold ... ok [INFO] [stdout] test capability::lifecycle::tests::valid_transitions ... ok [INFO] [stdout] test capability::process_manager::tests::new_manager_is_empty ... ok [INFO] [stdout] test codegen::crate_permit::tests::auto_approved_crates ... ok [INFO] [stdout] test capability::process_manager::tests::spawn_nonexistent_binary_fails ... ok [INFO] [stdout] test codegen::prompt::tests::prompt_includes_failure_summaries ... ok [INFO] [stdout] test capability::process_manager::tests::has_been_running_for_works ... ok [INFO] [stdout] test codegen::repair_loop::tests::extract_code_generic_fence ... ok [INFO] [stdout] test codegen::prompt::tests::prompt_includes_gap_info ... ok [INFO] [stdout] test codegen::repair_loop::tests::extract_code_plain ... ok [INFO] [stdout] test codegen::repair_loop::tests::extract_code_rust_fence ... ok [INFO] [stdout] test cognition::arbitration::tests::both_none_returns_none ... ok [INFO] [stdout] test cognition::arbitration::tests::fast_only_after_three_critical ... ok [INFO] [stdout] test capability::process_manager::tests::spawn_and_kill_cat ... ok [INFO] [stdout] test cognition::arbitration::tests::consecutive_critical_resets_on_normal ... ok [INFO] [stdout] test cognition::arbitration::tests::fast_only_returns_none_when_no_fast ... ok [INFO] [stdout] test cognition::arbitration::tests::fast_only_fallback ... ok [INFO] [stdout] test cognition::arbitration::tests::high_pressure_prefers_fast ... ok [INFO] [stdout] test cognition::arbitration::tests::normal_pressure_prefers_slow ... ok [INFO] [stdout] test cognition::perception::tests::complexity_scales_with_length ... ok [INFO] [stdout] test cognition::fast_path::tests::feature_extraction_detects_threat ... ok [INFO] [stdout] test cognition::fast_path::tests::intent_classification ... ok [INFO] [stdout] test cognition::fast_path::tests::internal_low_threat_skips_fast_path ... ok [INFO] [stdout] test cognition::fast_path::tests::no_match_falls_back_to_llm ... ok [INFO] [stdout] test cognition::perception::tests::intent_command ... ok [INFO] [stdout] test cognition::fast_path::tests::registered_capability_matches ... ok [INFO] [stdout] test cognition::perception::tests::intent_feedback ... ok [INFO] [stdout] test cognition::perception::tests::intent_question ... ok [INFO] [stdout] test cognition::perception::tests::intent_request ... ok [INFO] [stdout] test cognition::fast_path::tests::dialogue_event_triggers_fast_path ... ok [INFO] [stdout] test cognition::perception::tests::intent_statement ... ok [INFO] [stdout] test cognition::fast_path::tests::urgent_event_triggers_fast_path ... ok [INFO] [stdout] test cognition::response::tests::build_messages_basic ... ok [INFO] [stdout] test cognition::arbitration::tests::slow_only_fallback ... ok [INFO] [stdout] test cognition::perception::tests::no_threat ... ok [INFO] [stdout] test cognition::response::tests::build_messages_with_self_context ... ok [INFO] [stdout] test cognition::fast_path::tests::best_keyword_match_wins ... ok [INFO] [stdout] test cognition::slow_path::tests::high_complexity_triggers_slow_path ... ok [INFO] [stdout] test cognition::slow_path::tests::high_salience_moderate_complexity_triggers ... ok [INFO] [stdout] test cognition::slow_path::tests::low_complexity_skips_slow_path ... ok [INFO] [stdout] test cognition::slow_path::tests::spawn_respects_cancellation ... ok [INFO] [stdout] test cognition::slow_path::tests::spawn_returns_decision ... ok [INFO] [stdout] test cognition::tool_call::tests::agentic_loop_no_tool_call ... ok [INFO] [stdout] test cognition::perception::tests::threat_detection ... ok [INFO] [stdout] test cognition::tool_call::tests::classifier_no_means_no_tools ... ok [INFO] [stdout] test cognition::response::tests::generates_response ... ok [INFO] [stdout] test cognition::tool_call::tests::classifier_unclear_defaults_to_no_tools ... ok [INFO] [stdout] test cognition::tool_call::tests::classifier_yes_means_use_tools ... ok [INFO] [stdout] test cognition::tool_call::tests::router_invalid_when_required_arg_missing ... ok [INFO] [stdout] test dialogue::context_version::tests::bump_increments ... ok [INFO] [stdout] test cognition::response::tests::generates_with_context ... ok [INFO] [stdout] test cognition::tool_call::tests::router_returns_valid_tool_decision ... ok [INFO] [stdout] test cognition::tool_call::tests::router_invalid_when_tool_unknown ... ok [INFO] [stdout] test dialogue::commit_window::tests::commit_window_basic_flow ... ok [INFO] [stdout] test dialogue::commit_window::tests::commit_window_merges_same_topic ... ok [INFO] [stdout] test dialogue::commit_window::tests::commit_window_detects_topic_change ... ok [INFO] [stdout] test dialogue::context_version::tests::is_current_detects_staleness ... ok [INFO] [stdout] test dialogue::context_version::tests::clone_shares_state ... ok [INFO] [stdout] test dialogue::context_version::tests::starts_at_zero ... ok [INFO] [stdout] test dialogue::interrupt::tests::interrupt_cancels_previous_task ... ok [INFO] [stdout] test dialogue::interrupt::tests::interrupt_has_active_task ... ok [INFO] [stdout] test dialogue::feedback::tests::detect_neutral_feedback ... ok [INFO] [stdout] test dialogue::topic_tracking::tests::topic_tracker_basic ... ok [INFO] [stdout] test dialogue::feedback::tests::detect_negative_feedback ... ok [INFO] [stdout] test dialogue::topic_tracking::tests::topic_tracker_evicts_oldest ... ok [INFO] [stdout] test environment::hardware::tests::battery_low_detection ... ok [INFO] [stdout] test dialogue::topic_tracking::tests::topic_tracker_increments_message_count ... ok [INFO] [stdout] test environment::system::tests::ram_snapshot_ratio ... ok [INFO] [stdout] test environment::system::tests::ram_snapshot_zero_total ... ok [INFO] [stdout] test environment::system::tests::system_info_gather ... ok [INFO] [stdout] test environment::hardware::tests::hardware_snapshot_default ... ok [INFO] [stdout] test dialogue::feedback::tests::detect_positive_feedback ... ok [INFO] [stdout] test environment::watcher::tests::cpu_high_resets_on_normal ... ok [INFO] [stdout] test environment::watcher::tests::no_signals_normal ... ok [INFO] [stdout] test identity::affect::tests::affect_actor_critical_event_spikes_arousal ... ok [INFO] [stdout] test environment::watcher::tests::battery_low_signal ... ok [INFO] [stdout] test identity::affect::tests::affect_actor_error_lowers_valence ... ok [INFO] [stdout] test identity::introspection::tests::affect_line_format ... ok [INFO] [stdout] test identity::affect::tests::affect_actor_rest_mode_trigger ... ok [INFO] [stdout] test identity::affect::tests::affect_actor_tick_decay ... ok [INFO] [stdout] test environment::watcher::tests::cpu_sustained_high ... ok [INFO] [stdout] test io::input::tests::channel_respects_buffer ... ok [INFO] [stdout] test identity::affect::tests::affect_actor_llm_call_drains_energy ... ok [INFO] [stdout] test identity::narrative::tests::new_event_clamps_significance ... ok [INFO] [stdout] test io::output::tests::streaming_chunk_message ... ok [INFO] [stdout] test io::output::tests::complete_message ... ok [INFO] [stdout] test io::output::tests::channel_send_recv ... ok [INFO] [stdout] test io::input::tests::submit_text_creates_external_event ... ok [INFO] [stdout] test memory::embedding::tests::correct_dimension ... ok [INFO] [stdout] test memory::embedding::tests::different_inputs_differ ... ok [INFO] [stdout] test memory::embedding::tests::deterministic ... ok [INFO] [stdout] test memory::working::tests::active_topics_count ... ok [INFO] [stdout] test memory::embedding::tests::empty_input_works ... ok [INFO] [stdout] test io::input::tests::submit_internal_creates_internal_event ... ok [INFO] [stdout] test memory::working::tests::pinned_entry_survives_eviction ... ok [INFO] [stdout] test resource_space::admission::tests::admits_external_under_critical ... ok [INFO] [stdout] test resource_space::admission::tests::admits_within_budget ... ok [INFO] [stdout] test resource_space::admission::tests::rejects_over_budget ... ok [INFO] [stdout] test resource_space::budget::tests::budget_critical_no_growth ... ok [INFO] [stdout] test resource_space::budget::tests::budget_fast_path_floor ... ok [INFO] [stdout] test memory::working::tests::insert_and_len ... ok [INFO] [stdout] test memory::working::tests::evicts_at_capacity ... ok [INFO] [stdout] test memory::working::tests::touch_updates_access ... ok [INFO] [stdout] test resource_space::budget::tests::budget_normal_allocation ... ok [INFO] [stdout] test resource_space::pressure::tests::pressure_critical_ram ... ok [INFO] [stdout] test resource_space::pressure::tests::pressure_critical_storage ... ok [INFO] [stdout] test resource_space::pressure::tests::pressure_high_ram ... ok [INFO] [stdout] test resource_space::pressure::tests::pressure_normal ... ok [INFO] [stdout] test runtime::loop_control::tests::test_mode_transitions ... ok [INFO] [stdout] test runtime::rest_cycle::tests::rest_cycle_max_ticks_forces_wake ... ok [INFO] [stdout] test runtime::rest_cycle::tests::rest_cycle_not_active_no_wake ... ok [INFO] [stdout] test runtime::rest_cycle::tests::rest_cycle_enter_exit ... ok [INFO] [stdout] test runtime::rest_cycle::tests::rest_cycle_should_wake_on_energy ... ok [INFO] [stdout] test runtime::rest_cycle::tests::rest_cycle_should_wake_on_external_input ... ok [INFO] [stdout] test runtime::rest_cycle::tests::rest_cycle_tick_counts ... ok [INFO] [stdout] test sensory::gating::tests::gate_filters_low_salience ... ok [INFO] [stdout] test cognition::tool_call::tests::agentic_loop_with_tool_use ... ok [INFO] [stdout] test sensory::gating::tests::gate_preserves_urgent_bypass ... ok [INFO] [stdout] test capability::builtin::run_bash::tests::non_zero_exit_sets_error ... ok [INFO] [stdout] test sensory::salience::tests::external_event_scores_higher ... ok [INFO] [stdout] test sensory::salience::tests::urgent_bypass_triggers ... ok [INFO] [stdout] test thalamus::router::tests::empty_batch ... ok [INFO] [stdout] test thalamus::router::tests::routes_to_correct_batches ... ok [INFO] [stdout] test types::tests::action_plan_direct_llm ... ok [INFO] [stdout] test thalamus::router::tests::urgent_bypass_sorted_first ... ok [INFO] [stdout] test types::tests::affect_state_defaults ... ok [INFO] [stdout] test sensory::salience::tests::urgent_keyword_boosts_urgency ... ok [INFO] [stdout] test types::tests::affect_state_should_rest ... ok [INFO] [stdout] test types::tests::capability_state_db_roundtrip ... ok [INFO] [stdout] test types::tests::affect_state_decay_and_clamp ... ok [INFO] [stdout] test types::tests::context_entry_evict_score ... ok [INFO] [stdout] test types::tests::feedback_type_roundtrip ... ok [INFO] [stdout] test types::tests::gap_type_roundtrip ... ok [INFO] [stdout] test types::tests::narrative_event_type_roundtrip ... ok [INFO] [stdout] test sensory::gating::tests::gate_routes_correctly ... ok [INFO] [stdout] test types::tests::pinned_entry_not_evictable ... ok [INFO] [stdout] test types::tests::salience_score_weights_sum_to_one ... ok [INFO] [stdout] test types::tests::salience_urgent_bypass ... ok [INFO] [stdout] test types::tests::sensory_event_constructors ... ok [INFO] [stdout] test capability::process_manager::tests::health_check_detects_exit ... ok [INFO] [stdout] test capability::process_manager::tests::shutdown_all_cleans_up ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 161 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/iris-0754da5c22ffc583) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm-ea70970e20d3113d) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test http::tests::case_insensitive ... ok [INFO] [stdout] test http::tests::from_env_none_without_key ... ok [INFO] [stdout] test http::tests::infer_anthropic_models ... ok [INFO] [stdout] test http::tests::infer_deepseek_models ... ok [INFO] [stdout] test http::tests::infer_google_models ... ok [INFO] [stdout] test http::tests::infer_openai_models ... ok [INFO] [stdout] test http::tests::infer_unknown_falls_back ... ok [INFO] [stdout] test http::tests::resolve_api_key_provider_match ... ok [INFO] [stdout] test http::tests::resolve_api_key_unknown_model_no_fallback ... ok [INFO] [stdout] test http::tests::resolve_base_url_provider_fallback ... ok [INFO] [stdout] test http::tests::resolve_model_claude_priority ... ok [INFO] [stdout] test http::tests::resolve_model_none_when_empty ... ok [INFO] [stdout] test http::tests::resolve_model_falls_back_to_openai ... ok [INFO] [stdout] test provider::tests::router_falls_through_on_failure ... ok [INFO] [stdout] test provider::tests::mock_provider_returns_response ... ok [INFO] [stdout] test http::tests::lite_model_openai_lite_model_var ... ok [INFO] [stdout] test http::tests::custom_base_url_override ... ok [INFO] [stdout] test http::tests::openai_endpoint ... ok [INFO] [stdout] test http::tests::deepseek_endpoint ... ok [INFO] [stdout] test http::tests::from_env_with_anthropic_vars ... ok [INFO] [stdout] test http::tests::anthropic_endpoint ... ok [INFO] [stdout] test http::tests::from_env_with_openai_vars ... ok [INFO] [stdout] test http::tests::lite_model_claude_lite_model_var ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s [INFO] [stdout] [INFO] [stderr] Doc-tests core [INFO] [stderr] error[E0433]: cannot find `pin` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/read_file.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pin` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::pin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `future` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/read_file.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `future` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `marker` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/read_file.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `marker` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::marker; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `pin` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/write_file.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pin` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::pin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `future` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/write_file.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `future` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `marker` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/write_file.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `marker` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::marker; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `pin` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/run_bash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pin` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::pin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `future` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/run_bash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `future` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `marker` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/run_bash.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `marker` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::marker; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `pin` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/mod.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `pin` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 5 + use std::pin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `future` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/mod.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `future` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 5 + use std::future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `marker` in `core` [INFO] [stderr] --> crates/core/src/capability/builtin/mod.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `marker` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the attribute macro `async_trait::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 5 + use std::marker; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: doctest failed, to rerun pass `-p core --doc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name core --test crates/core/src/lib.rs --test-run-directory /opt/rustwide/workdir/crates/core -L native=/opt/rustwide/target/debug/build/ring-6b34ef0b0713a176/out --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4b98a5a15e092ec6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-a1191fa52e690390.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-7338e5e8cc72e36a.rlib --extern core=/opt/rustwide/target/debug/deps/libcore-38242ce6647c7e1b.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-1bf0d74a4d6245f8.rlib --extern llm=/opt/rustwide/target/debug/deps/libllm-4dd7d10d801e27fc.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-380a618ed2d0d2b6.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-37c5ef7e5670ca90.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2ce3646df0ea42f4.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-335efdfdaaedc3c1.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-a777728c35a132ce.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-3314de9401a182b0.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-a60bbd6b23af3206.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e53e6e5e3cddba35.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-3130b8070abc3c00.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-d1e0b4a0e680be99.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-ec5a7dd9b79d1564.rlib -L dependency=/opt/rustwide/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --cap-lints=warn --error-format human` (exit status: 1) [INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness. [INFO] running `Command { std: "docker" "inspect" "cb958330e74bffab236c7d7bc49efb9256a2d51d82db681a2f44d94ded9f9d70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb958330e74bffab236c7d7bc49efb9256a2d51d82db681a2f44d94ded9f9d70", kill_on_drop: false }` [INFO] [stdout] cb958330e74bffab236c7d7bc49efb9256a2d51d82db681a2f44d94ded9f9d70