[INFO] cloning repository https://github.com/karminski/baize
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/karminski/baize" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarminski%2Fbaize", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkarminski%2Fbaize'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 25c70878bfba483393ecf6a82a0e435a2f727220
[INFO] testing karminski/baize 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%2Fkarminski%2Fbaize" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/karminski/baize
[INFO] finished tweaking git repo https://github.com/karminski/baize
[INFO] tweaked toml for git repo https://github.com/karminski/baize written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/karminski/baize 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/karminski/baize 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 xz2 v0.1.7
[INFO] [stderr]   Downloaded lzma-rs v0.3.0
[INFO] [stderr]   Downloaded deflate64 v0.1.12
[INFO] [stderr]   Downloaded derive_arbitrary v1.4.2
[INFO] [stderr]   Downloaded dialoguer v0.11.0
[INFO] [stderr]   Downloaded zip v2.4.2
[INFO] [stderr]   Downloaded crc-catalog v2.5.0
[INFO] [stderr]   Downloaded terminal_size v0.4.4
[INFO] [stderr]   Downloaded deadpool v0.12.3
[INFO] [stderr]   Downloaded bzip2 v0.5.2
[INFO] [stderr]   Downloaded zopfli v0.8.3
[INFO] [stderr]   Downloaded wiremock v0.6.5
[INFO] [stderr]   Downloaded compact_str v0.8.2
[INFO] [stderr]   Downloaded h2 v0.4.14
[INFO] [stderr]   Downloaded bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]   Downloaded lzma-sys v0.1.20
[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] dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5
[INFO] running `Command { std: "docker" "start" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5", 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" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5" "/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" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5", 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" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling deflate64 v0.1.12
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling baize-io v0.1.0 (/opt/rustwide/workdir/crates/baize-io)
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling baize-carve v0.1.0 (/opt/rustwide/workdir/crates/baize-carve)
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling baize-ntfs v0.1.0 (/opt/rustwide/workdir/crates/baize-ntfs)
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling baize-tui v0.1.0 (/opt/rustwide/workdir/crates/baize-tui)
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling webbrowser v1.2.1
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling baize-llm v0.1.0 (/opt/rustwide/workdir/crates/baize-llm)
[INFO] [stderr]    Compiling baize-core v0.1.0 (/opt/rustwide/workdir/crates/baize-core)
[INFO] [stderr]    Compiling baize-agent v0.1.0 (/opt/rustwide/workdir/crates/baize-agent)
[INFO] [stderr]    Compiling baize-server v0.1.0 (/opt/rustwide/workdir/crates/baize-server)
[INFO] [stderr]    Compiling baize-cli v0.1.0 (/opt/rustwide/workdir/crates/baize-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
[INFO] running `Command { std: "docker" "inspect" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5", 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" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5" "/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 futures-util v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling baize-ntfs v0.1.0 (/opt/rustwide/workdir/crates/baize-ntfs)
[INFO] [stderr]    Compiling baize-tui v0.1.0 (/opt/rustwide/workdir/crates/baize-tui)
[INFO] [stderr]    Compiling baize-carve v0.1.0 (/opt/rustwide/workdir/crates/baize-carve)
[INFO] [stderr]    Compiling baize-io v0.1.0 (/opt/rustwide/workdir/crates/baize-io)
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling tower v0.5.3
[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 matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tower-http v0.6.11
[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.5
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling baize-llm v0.1.0 (/opt/rustwide/workdir/crates/baize-llm)
[INFO] [stderr]    Compiling baize-core v0.1.0 (/opt/rustwide/workdir/crates/baize-core)
[INFO] [stderr]    Compiling baize-agent v0.1.0 (/opt/rustwide/workdir/crates/baize-agent)
[INFO] [stdout] warning: fields `version`, `image`, and `image_sha256` are never read
[INFO] [stdout]   --> crates/baize-core/tests/layer2_integration.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct Layer2Manifest {
[INFO] [stdout]    |        -------------- fields in this struct
[INFO] [stdout] 16 |     version: u32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 17 |     image: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 18 |     image_sha256: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Layer2Manifest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path_confidence` is never read
[INFO] [stdout]   --> crates/baize-core/tests/layer2_integration.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct ExpectedFile {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     path_confidence: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExpectedFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sha256_bytes` is never used
[INFO] [stdout]   --> crates/baize-core/tests/layer2_integration.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn sha256_bytes(data: &[u8]) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `image` is never read
[INFO] [stdout]   --> crates/baize-core/tests/layer3_integration.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct Layer3Manifest {
[INFO] [stdout]    |        -------------- field in this struct
[INFO] [stdout] 15 |     image: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Layer3Manifest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `size` and `extension` are never read
[INFO] [stdout]   --> crates/baize-core/tests/layer3_integration.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct ExpectedBlob {
[INFO] [stdout]    |        ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     size: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     extension: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExpectedBlob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sha256_bytes` is never used
[INFO] [stdout]   --> crates/baize-core/tests/layer3_integration.rs:54:4
[INFO] [stdout]    |
[INFO] [stdout] 54 | fn sha256_bytes(data: &[u8]) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling baize-server v0.1.0 (/opt/rustwide/workdir/crates/baize-server)
[INFO] [stderr]    Compiling baize-cli v0.1.0 (/opt/rustwide/workdir/crates/baize-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5", 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" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: fields `version`, `image`, and `image_sha256` are never read
[INFO] [stderr]   --> crates/baize-core/tests/layer2_integration.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | struct Layer2Manifest {
[INFO] [stderr]    |        -------------- fields in this struct
[INFO] [stderr] 16 |     version: u32,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 17 |     image: String,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 18 |     image_sha256: String,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Layer2Manifest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `path_confidence` is never read
[INFO] [stderr]   --> crates/baize-core/tests/layer2_integration.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | struct ExpectedFile {
[INFO] [stderr]    |        ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 28 |     path_confidence: String,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ExpectedFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `sha256_bytes` is never used
[INFO] [stderr]   --> crates/baize-core/tests/layer2_integration.rs:64:4
[INFO] [stderr]    |
[INFO] [stderr] 64 | fn sha256_bytes(data: &[u8]) -> String {
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `image` is never read
[INFO] [stderr]   --> crates/baize-core/tests/layer3_integration.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | struct Layer3Manifest {
[INFO] [stderr]    |        -------------- field in this struct
[INFO] [stderr] 15 |     image: String,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Layer3Manifest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `size` and `extension` are never read
[INFO] [stderr]   --> crates/baize-core/tests/layer3_integration.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 20 | struct ExpectedBlob {
[INFO] [stderr]    |        ------------ fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 23 |     size: u64,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 |     extension: String,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ExpectedBlob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `sha256_bytes` is never used
[INFO] [stderr]   --> crates/baize-core/tests/layer3_integration.rs:54:4
[INFO] [stderr]    |
[INFO] [stderr] 54 | fn sha256_bytes(data: &[u8]) -> String {
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `baize-core` (test "layer2_integration") generated 3 warnings
[INFO] [stderr] warning: `baize-core` (test "layer3_integration") generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/baize_agent-67ce69b6e979d644)
[INFO] [stdout] running 13 tests
[INFO] [stderr]      Running tests/agent_wizard.rs (/opt/rustwide/target/debug/deps/agent_wizard-5362864c8b54fd1a)
[INFO] [stdout] test activity::tests::awaiting_confirm_is_not_blocking ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/baize_carve-b3fa066625f0564a)
[INFO] [stdout] test activity::tests::release_is_idempotent ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/baize-0c7f487c767b9655)
[INFO] [stdout] test activity::tests::acquire_and_release_updates_busy ... ok
[INFO] [stdout] test activity::tests::with_activity_releases_on_scope_end ... ok
[INFO] [stdout] test digest::tests::empty_pattern_returns_sorted_list ... ok
[INFO] [stdout] test activity::tests::status_line_uses_highest_priority_activity ... ok
[INFO] [stdout] test activity::tests::handoff_keeps_busy_true ... ok
[INFO] [stdout] test session::tests::finish_last_tool_call_skips_interleaved_assistant_message ... ok
[INFO] [stdout] test session::tests::finish_tool_call_by_name_leaves_later_confirm_pending ... ok
[INFO] [stdout] test digest::tests::prefix_match_ranks_file_name_first ... ok
[INFO] [stdout] test session::tests::for_web_transport_strips_scan_files ... ok
[INFO] [stdout] test tools::normalize::tests::finds_image_path_in_clues ... ok
[INFO] [stdout] test tools::normalize::tests::normalizes_hallucinated_target_tools ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test capture_intent_advances_phase ... ok
[INFO] [stdout] test search_by_features_schedules_background_search ... ok
[INFO] [stdout] test phase_registry_only_exposes_phase_tools ... ok
[INFO] [stdout] test capture_search_clues_sets_profile_and_mode ... ok
[INFO] [stdout] test digest_and_filter_from_scan_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test quality::tests::scores_complete_pdf_higher_than_fake_pdf ... ok
[INFO] [stdout] test quality::tests::text_like_score_penalizes_high_entropy_data ... ok
[INFO] [stdout] test text_scan::tests::skips_regions_overlapping_magic_blobs ... ok
[INFO] [stdout] test text_scan::tests::finds_plain_log_without_magic ... ok
[INFO] [stdout] test scanner::tests::finds_embedded_pdf ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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/baize_core-217aba5401a72b37)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test feature_search::office_ooxml::tests::is_ooxml_candidate_by_extension ... ok
[INFO] [stdout] test feature_search::filter::tests::filters_by_extension ... ok
[INFO] [stdout] test disk_layout::tests::cpp_painted_as_code ... ok
[INFO] [stdout] test disk_layout::tests::layer3_paints_file_regions_by_type ... ok
[INFO] [stdout] test disk_layout::tests::system_region_painted_at_boot_and_mft ... ok
[INFO] [stdout] test disk_layout::tests::layer2_paints_carved_files_by_type ... ok
[INFO] [stdout] test dedupe::tests::selects_high_confidence_duplicate_as_best ... ok
[INFO] [stdout] test feature_search::byte_match::tests::finds_utf8_and_utf16_phone ... ok
[INFO] [stdout] test disk_layout::tests::builder_batches_match_single_pass ... ok
[INFO] [stdout] test feature_search::pdf_probe::tests::is_pdf_candidate_by_extension ... ok
[INFO] [stdout] test feature_search::pdf_probe::tests::raw_bytes_miss_literal_in_binary_wrapper ... ok
[INFO] [stdout] test feature_search::pdf_probe::tests::pdf_probe_finds_hex_literal_tj ... ok
[INFO] [stdout] test feature_search::pdf_probe::tests::pdf_probe_detects_encrypt_and_skips ... ok
[INFO] [stdout] test feature_search::pdf_probe::tests::pdf_probe_finds_literal_tj ... ok
[INFO] [stdout] test feature_search::probe::tests::normalized_probe_workers_clamps ... ok
[INFO] [stdout] test feature_search::profile::tests::rule_extracts_phone_and_contract ... ok
[INFO] [stdout] test feature_search::probe::tests::split_round_robin_distributes_evenly ... ok
[INFO] [stdout] test feature_search::office_ooxml::tests::raw_bytes_miss_deflated_docx_phone ... ok
[INFO] [stdout] test feature_search::office_ooxml::tests::truncated_zip_does_not_panic ... ok
[INFO] [stdout] test feature_search::profile::tests::extract_file_probe_mb_from_clues ... ok
[INFO] [stdout] test feature_search::office_ooxml::tests::extract_ooxml_preview_text_finds_body ... ok
[INFO] [stdout] test feature_search::progress::tests::reporter_tracks_probe_progress ... ok
[INFO] [stdout] test file_kind::tests::cpp_is_code_not_document ... ok
[INFO] [stdout] test feature_search::office_ooxml::tests::ooxml_probe_finds_docx_phone_deflated ... ok
[INFO] [stdout] test file_kind::tests::pdf_by_extension ... ok
[INFO] [stdout] test feature_search::office_ooxml::tests::ooxml_probe_finds_xlsx_shared_strings ... ok
[INFO] [stdout] test triage::tests::classifies_quick_format_when_mft_ok_but_no_deleted ... ok
[INFO] [stdout] test triage::tests::classifies_total_destruction_when_mft_parse_low ... ok
[INFO] [stdout] test feature_search::rank::tests::rule_prefers_must_byte_hit ... ok
[INFO] [stdout] test feature_search::rank::tests::skip_rank_when_single_must_byte_hit_even_if_rank_enabled ... ok
[INFO] [stdout] test triage::tests::classifies_accidental_delete_when_recoverable_deleted_present ... ok
[INFO] [stdout] test source::tests::device_source_normalizes_open_path ... ok
[INFO] [stdout] test recovery_manifest::tests::list_history_sorts_and_filters_missing_files ... ok
[INFO] [stdout] test triage::tests::classifies_total_destruction_when_boot_invalid ... ok
[INFO] [stdout] test file_kind::tests::mime_guess_rust ... ok
[INFO] [stdout] test file_kind::tests::ini_is_code ... ok
[INFO] [stdout] test recovery_manifest::tests::write_and_read_manifest_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/dedupe.rs (/opt/rustwide/target/debug/deps/dedupe-254ab23fb5c21402)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/feature_search.rs (/opt/rustwide/target/debug/deps/feature_search-4ba1cf6c0f2de035)
[INFO] [stdout] test dedupe_marks_best_copy_without_removing_outputs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test search_docx_on_fixture_if_present ... ok
[INFO] [stdout] test parallel_probe_matches_sequential_on_fixture_if_present ... ok
[INFO] [stdout] test byte_match_finds_utf16_phone ... ok
[INFO] [stdout] test rank_prefers_must_hit ... ok
[INFO] [stdout] test search_pdf_on_fixture_if_present ... ok
[INFO] [stdout] test parse_profile_extracts_phone_without_llm ... ok
[INFO] [stdout] test search_by_features_on_fixture_if_present ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fixture_integration.rs (/opt/rustwide/target/debug/deps/fixture_integration-a0bdfe1e049cc3d7)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test scan_finds_deleted_files ... ok
[INFO] [stdout] test golden_image_matches_manifest_hash ... ok
[INFO] [stdout] test recover_matches_manifest_hashes ... ok
[INFO] [stdout] test active_files_not_listed_as_deleted ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/layer2_integration.rs (/opt/rustwide/target/debug/deps/layer2_integration-d26ce6ffb7511ebc)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test auto_mode_uses_layer2_on_quickformat ... ok
[INFO] [stdout] test layer1_fails_layer2_finds_on_quickformat ... ok
[INFO] [stdout] test layer2_excludes_post_format_files ... ok
[INFO] [stdout] test layer2_path_confidence_mostly_high ... ok
[INFO] [stdout] test layer2_parallel_scan_matches_single_thread ... ok
[INFO] [stderr]      Running tests/layer3_integration.rs (/opt/rustwide/target/debug/deps/layer3_integration-c51876fb4b27cb7a)
[INFO] [stdout] test layer2_scan_finds_pre_format_files ... ok
[INFO] [stdout] test layer2_recover_hashes_match ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test layer3_recover_hashes_match ... ok
[INFO] [stdout] test layer3_scan_finds_embedded_blobs ... ok
[INFO] [stdout] test auto_mode_uses_layer3_on_wiped_image ... ok
[INFO] [stdout] test layer1_and_layer2_empty_on_carve_fixture ... ok
[INFO] [stdout] test layer3_recovers_without_llm_by_default ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/triage.rs (/opt/rustwide/target/debug/deps/triage-ffe45b755e2fbd5f)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test classifies_boundary_signals_as_unknown ... ok
[INFO] [stdout] test scan_auto_without_triage_has_no_summary ... ok
[INFO] [stdout] test probe_layer3_fixture_suggests_total_destruction_or_quick_format ... ok
[INFO] [stdout] test probe_layer1_fixture_suggests_accidental_delete ... ok
[INFO] [stdout] test scan_auto_with_triage_returns_summary ... ok
[INFO] [stdout] test probe_layer2_fixture_suggests_quick_format ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/baize_io-e1ccbfbaacd2e2f2)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test device::tests::read_only_device_reads_image_file ... ok
[INFO] [stdout] test dump::tests::dump_removes_partial_file_on_read_failure ... ok
[INFO] [stdout] test log_progress::tests::log_progress_emits_first_and_hundred_percent ... ok
[INFO] [stdout] test dump::tests::dump_rejects_existing_output ... ok
[INFO] [stdout] test source::tests::detects_volume_paths ... ok
[INFO] [stdout] test image::tests::read_sectors_from_image ... ok
[INFO] [stdout] test source::tests::rejects_invalid_device_paths ... ok
[INFO] [stdout] test source::tests::normalizes_drive_letter_forms ... ok
[INFO] [stdout] test dump::tests::dump_round_trip_matches_source ... ok
[INFO] [stdout] test recent_store::tests::prune_missing_files ... ok
[INFO] [stdout] test dump::tests::dump_sha256_and_verify ... ok
[INFO] [stdout] test recent_store::tests::record_dedup_and_order ... ok
[INFO] [stdout] test recent_store::tests::merged_list_prefers_history ... ok
[INFO] [stdout] test recent_store::tests::skips_volume_paths ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/baize_llm-b5002e325a5a1e2e)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test config::tests::mask_secret_empty ... ok
[INFO] [stdout] test config::tests::mask_secret_hides_middle ... ok
[INFO] [stdout] test reassembly::tests::overlap_merge_removes_duplicate_boundary ... ok
[INFO] [stdout] test reassembly::tests::clusters_by_type_source_and_keyword ... ok
[INFO] [stdout] test repairers::tests::detects_sqlite_page_alignment ... ok
[INFO] [stdout] test scoring::tests::reviews_low_score_or_text_like_candidates ... ok
[INFO] [stdout] test path_assist::tests::sanitizes_suggested_path ... ok
[INFO] [stdout] test triage_policy::tests::large_carved_pdf_skips_repair ... ok
[INFO] [stdout] test triage_assist::tests::parses_triage_assist_json ... ok
[INFO] [stdout] test repairers::tests::repairs_truncated_json_with_balance ... ok
[INFO] [stdout] test triage_policy::tests::naming_always_allowed_when_triage_enabled ... ok
[INFO] [stdout] test triage_policy::tests::text_like_passes_repair_even_when_carved_integrity ... ok
[INFO] [stdout] test type_correction::tests::detects_docx_payload_inside_zip ... ok
[INFO] [stdout] test type_correction::tests::strips_duplicate_extension_case_insensitively ... ok
[INFO] [stdout] test triage_policy::tests::truncated_json_keeps_repair ... ok
[INFO] [stdout] test repairers::tests::repairs_rtf_missing_closing_brace ... ok
[INFO] [stdout] test config::tests::normalize_strips_quotes_and_whitespace ... ok
[INFO] [stdout] test repairers::tests::repairs_pdf_with_minimal_trailer ... ok
[INFO] [stdout] test config::tests::find_dotenv_finds_workspace_file ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config::tests::find_dotenv_finds_workspace_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config::tests::find_dotenv_finds_workspace_file' (4343) panicked at crates/baize-llm/src/config.rs:449:9:
[INFO] [stdout] expected .env under workspace
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d888b076f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d888b076f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d888b076f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63d888b076f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63d888b1c6ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63d888b1c6ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63d888b0bf12 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63d888b0bf12 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63d888ae65b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63d888ae65b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63d888affc49 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63d888a5d81c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63d888a5d81c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63d888affe02 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63d888affe02 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63d888ae66a4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x63d888adb879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63d888ae738d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63d888b1ce5c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d888a371a9 - baize_llm[b4b466593b15d3f4]::config::tests::find_dotenv_finds_workspace_file
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/baize-llm/src/config.rs:449:9
[INFO] [stdout]   20:     0x63d888a35a57 - baize_llm[b4b466593b15d3f4]::config::tests::find_dotenv_finds_workspace_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/baize-llm/src/config.rs:442:42
[INFO] [stdout]   21:     0x63d888a397f6 - <baize_llm[b4b466593b15d3f4]::config::tests::find_dotenv_finds_workspace_file::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x63d888a508fb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x63d888a508fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x63d888a5e175 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x63d888a5e175 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x63d888a5e175 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x63d888a5e175 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63d888a5e175 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63d888a5e175 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x63d888a5e175 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x63d888a57a84 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x63d888a57a84 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x63d888a611f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x63d888a611f2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x63d888a611f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x63d888a611f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x63d888a611f2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x63d888a611f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x63d888a611f2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63d888b0705f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   41:     0x63d888b0705f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7e08b2a6faa4 - <unknown>
[INFO] [stdout]   43:     0x7e08b2afca64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config::tests::find_dotenv_finds_workspace_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 18 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p baize-llm --lib`
[INFO] running `Command { std: "docker" "inspect" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5", kill_on_drop: false }`
[INFO] [stdout] dbdfd57975cf14a6f19280216b3f61c76ed0ecf640782790dcf7850ba8f72aa5
