[INFO] cloning repository https://github.com/eric9n/theta
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eric9n/theta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric9n%2Ftheta", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric9n%2Ftheta'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 117d300aa4eecba3ceda5707e37f868910a1e8d9
[INFO] testing eric9n/theta against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric9n%2Ftheta" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/eric9n/theta
[INFO] finished tweaking git repo https://github.com/eric9n/theta
[INFO] tweaked toml for git repo https://github.com/eric9n/theta written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/eric9n/theta on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/eric9n/theta 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0681d2d38ede60e761c1490dd91cfce14d3c9e311a97d291ff6964eeb35148a0
[INFO] running `Command { std: "docker" "start" "-a" "0681d2d38ede60e761c1490dd91cfce14d3c9e311a97d291ff6964eeb35148a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0681d2d38ede60e761c1490dd91cfce14d3c9e311a97d291ff6964eeb35148a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0681d2d38ede60e761c1490dd91cfce14d3c9e311a97d291ff6964eeb35148a0", kill_on_drop: false }`
[INFO] [stdout] 0681d2d38ede60e761c1490dd91cfce14d3c9e311a97d291ff6964eeb35148a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a4e23f1da365b7802cd0be496eed0e9197c694e14082c1135832cd8c54adc71
[INFO] running `Command { std: "docker" "start" "-a" "2a4e23f1da365b7802cd0be496eed0e9197c694e14082c1135832cd8c54adc71", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling fs-err v3.3.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling libsqlite3-sys v0.32.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[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 tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tokio v1.49.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 yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[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 thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serde-xml-rs v0.5.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling publicsuffix v2.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling rust-mcp-schema v0.9.5
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling cookie_store v0.22.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling time-tz v2.0.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling rust-mcp-macros v0.8.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling clap_complete v4.5.66
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling num_enum v0.7.5
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling longport-proto v3.0.22
[INFO] [stderr]    Compiling leaky-bucket v1.1.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling rusqlite v0.34.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling longport-candlesticks v3.0.22
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling jsonwebtoken v10.3.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.27.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum-server v0.7.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.27.0
[INFO] [stderr]    Compiling longport-wscli v3.0.22
[INFO] [stderr]    Compiling rust-mcp-transport v0.8.0
[INFO] [stderr]    Compiling longport-httpcli v3.0.22
[INFO] [stderr]    Compiling longport v3.0.22
[INFO] [stderr]    Compiling rust-mcp-sdk v0.8.3
[INFO] [stderr]    Compiling theta v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling theta-daemon v0.1.0 (/opt/rustwide/workdir/daemon)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 23s
[INFO] running `Command { std: "docker" "inspect" "2a4e23f1da365b7802cd0be496eed0e9197c694e14082c1135832cd8c54adc71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a4e23f1da365b7802cd0be496eed0e9197c694e14082c1135832cd8c54adc71", kill_on_drop: false }`
[INFO] [stdout] 2a4e23f1da365b7802cd0be496eed0e9197c694e14082c1135832cd8c54adc71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d5eeb4a5f6e97391035300719de3335f062dc8a39adccfa5e382b3e6c2f7eb1
[INFO] running `Command { std: "docker" "start" "-a" "0d5eeb4a5f6e97391035300719de3335f062dc8a39adccfa5e382b3e6c2f7eb1", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling theta v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling longport v3.0.22
[INFO] [stderr]    Compiling theta-daemon v0.1.0 (/opt/rustwide/workdir/daemon)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] running `Command { std: "docker" "inspect" "0d5eeb4a5f6e97391035300719de3335f062dc8a39adccfa5e382b3e6c2f7eb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d5eeb4a5f6e97391035300719de3335f062dc8a39adccfa5e382b3e6c2f7eb1", kill_on_drop: false }`
[INFO] [stdout] 0d5eeb4a5f6e97391035300719de3335f062dc8a39adccfa5e382b3e6c2f7eb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7bd2e62cab0118e3924a9bf7e797d6fcd060cb6a089d76f1675a12dd1cf09b7d
[INFO] running `Command { std: "docker" "start" "-a" "7bd2e62cab0118e3924a9bf7e797d6fcd060cb6a089d76f1675a12dd1cf09b7d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/theta-13a171315e78567f)
[INFO] [stdout] 
[INFO] [stdout] running 164 tests
[INFO] [stdout] test accounting_service::tests::calculate_cash_flow_handles_deposit_and_option_sell ... ok
[INFO] [stdout] test accounting_service::tests::calculate_cash_flow_rejects_unknown_action ... ok
[INFO] [stdout] test analysis_service::tests::resolves_dividend_yield_by_symbol_with_default_fallback ... ok
[INFO] [stdout] test analytics::tests::calculates_call_metrics ... ok
[INFO] [stdout] test analytics::tests::batch_path_matches_scalar_path ... ok
[INFO] [stdout] test analytics::tests::calculates_put_metrics ... ok
[INFO] [stdout] test analytics::tests::implied_volatility_rejects_non_finite_target_price ... ok
[INFO] [stdout] test analytics::tests::implied_volatility_rejects_prices_outside_model_range ... ok
[INFO] [stdout] test analytics::tests::rejects_invalid_inputs ... ok
[INFO] [stdout] test analytics::tests::solves_implied_volatility_from_price ... ok
[INFO] [stdout] test cli::ops::account_monitor::tests::classify_data_quality_defaults_to_system_error ... ok
[INFO] [stdout] test cli::ops::account_monitor::tests::classify_data_quality_maps_incomplete_quote_errors ... ok
[INFO] [stdout] test cli::ops::account_monitor::tests::classify_data_quality_maps_quote_fetch_errors ... ok
[INFO] [stdout] test cli::ops::account_monitor::tests::equity_estimate_subtracts_margin_loan ... ok
[INFO] [stdout] test cli::ops::account_monitor::tests::position_market_value_handles_stock_and_options ... ok
[INFO] [stdout] test cli::portfolio::tests::estimated_option_buying_power_clamps_at_zero ... ok
[INFO] [stdout] test cli::portfolio::tests::estimated_option_buying_power_uses_settled_cash ... ok
[INFO] [stdout] test accounting_service::tests::get_settlement_date_skips_weekend_without_calendar ... ok
[INFO] [stdout] test accounting_service::tests::get_settlement_date_errors_when_calendar_has_no_future_trading_day ... ok
[INFO] [stdout] test cli::signals::capture::tests::ignores_non_rate_limit_errors ... ok
[INFO] [stdout] test cli::signals::capture::tests::only_sleeps_between_symbols_when_looping ... ok
[INFO] [stdout] test accounting_service::tests::get_settlement_date_uses_trading_calendar_when_provided ... ok
[INFO] [stdout] test cli::signals::capture::tests::spreads_loop_sleep_evenly_across_symbols ... ok
[INFO] [stdout] test cli::signals::capture::tests::detects_transient_quote_rate_limit_errors ... ok
[INFO] [stdout] test cli::snapshot::tests::best_annualized_excludes_run_rate_rows ... ok
[INFO] [stdout] test cli::snapshot::tests::best_annualized_uses_return_basis_instead_of_notes ... ok
[INFO] [stdout] test cli::snapshot::tests::parses_expiry_dates ... ok
[INFO] [stdout] test config::tests::explicit_missing_config_path_errors ... ok
[INFO] [stdout] test cli::portfolio::tests::load_positions_for_enrichment_includes_preview_underlyings ... ok
[INFO] [stdout] test config::tests::normalizes_dividend_symbol_keys ... ok
[INFO] [stdout] test daemon_protocol::tests::deserializes_legacy_string_errors ... ok
[INFO] [stdout] test config::tests::rejects_non_finite_rate_curve_values ... ok
[INFO] [stdout] test config::tests::loads_and_normalizes_dividend_map ... ok
[INFO] [stdout] test daemon_protocol::tests::structured_rate_limit_errors_are_detectable ... ok
[INFO] [stdout] test diagnostics::tests::computes_basic_contract_diagnostics ... ok
[INFO] [stdout] test diagnostics::tests::exclude_abnormal_filters_below_intrinsic_contracts ... ok
[INFO] [stdout] test diagnostics::tests::filters_normalized_chain_legs_by_diagnostics ... ok
[INFO] [stdout] test daemon_protocol::tests::local_cooldown_rate_limit_errors_are_detectable ... ok
[INFO] [stdout] test diagnostics::tests::flags_contracts_priced_below_intrinsic_value ... ok
[INFO] [stdout] test cli::portfolio::tests::load_positions_for_enrichment_uses_requested_account ... ok
[INFO] [stdout] test config::tests::rejects_negative_dividend_yield ... ok
[INFO] [stdout] test accounting_service::tests::derive_balances_uses_snapshot_trade_cursor_for_same_day_trades ... ok
[INFO] [stdout] test ledger::tests::account_monitor_snapshots_roundtrip_ok ... ok
[INFO] [stdout] test ledger::tests::account_snapshots_roundtrip ... ok
[INFO] [stdout] test ledger::tests::create_tables_migrates_legacy_account_monitor_snapshots_schema ... ok
[INFO] [stdout] test ledger::tests::expired_contract_is_filtered ... ok
[INFO] [stdout] test ledger::tests::closed_position_not_in_results ... ok
[INFO] [stdout] test accounting_service::tests::cash_adjustments_settle_same_day ... ok
[INFO] [stdout] test ledger::tests::delete_trade ... ok
[INFO] [stdout] test ledger::tests::account_monitor_snapshots_roundtrip_error ... ok
[INFO] [stdout] test ledger::tests::list_account_monitor_snapshots_respects_limit ... ok
[INFO] [stdout] test accounting_service::tests::derive_balances_from_origin_ignores_manual_snapshot_checkpoint ... ok
[INFO] [stdout] test ledger::tests::create_tables_migrates_legacy_account_snapshots_schema ... ok
[INFO] [stdout] test margin_engine::tests::calendar_spread_is_treated_as_defined_risk_debit_structure ... ok
[INFO] [stdout] test margin_engine::tests::cash_secured_budget_uses_option_buying_power_when_lower_than_settled_cash ... ok
[INFO] [stdout] test margin_engine::tests::cash_account_put_max_loss_subtracts_premium ... ok
[INFO] [stdout] test margin_engine::tests::cash_secured_put_allocation_is_deterministic ... ok
[INFO] [stdout] test margin_engine::tests::covered_call_max_loss_reflects_stock_cost_less_collected_premium ... ok
[INFO] [stdout] test ledger::tests::record_and_list_trades ... ok
[INFO] [stdout] test margin_engine::tests::does_not_use_unsettled_cash_to_cash_secure_puts ... ok
[INFO] [stdout] test ledger::tests::commissions_are_included_in_remaining_open_cost ... ok
[INFO] [stdout] test margin_engine::tests::falls_back_to_strike_proxy_when_underlying_spot_is_missing ... ok
[INFO] [stdout] test margin_engine::tests::naked_put_margin_uses_current_option_price_not_avg_cost ... ok
[INFO] [stdout] test ledger::tests::filter_by_underlying ... ok
[INFO] [stdout] test margin_engine::tests::option_buying_power_caps_cash_secured_budget ... ok
[INFO] [stdout] test market_data::tests::days_to_expiry_returns_zero_for_expired_contracts ... ok
[INFO] [stdout] test market_data::tests::days_to_expiry_treats_same_day_as_one_day ... ok
[INFO] [stdout] test margin_engine::tests::upgrades_naked_put_to_cash_secured_put_when_cash_is_available ... ok
[INFO] [stdout] test market_data::tests::decimal_to_f64_rejects_non_finite_values ... ok
[INFO] [stdout] test market_data::tests::dedup_symbols_preserves_first_seen_order ... ok
[INFO] [stdout] test market_data::tests::option_quote_deserializes_title_case_direction ... ok
[INFO] [stdout] test market_data::tests::option_snapshot_normalizes_json_string_fields ... ok
[INFO] [stdout] test market_data::tests::batch_quote_rejects_non_finite_prices ... ok
[INFO] [stdout] test market_data::tests::rejects_malformed_daemon_response ... ok
[INFO] [stdout] test ledger::tests::short_positions_keep_opening_credit_as_cost_basis ... ok
[INFO] [stdout] test ledger::tests::positions_aggregate_correctly ... ok
[INFO] [stdout] test market_data::tests::option_quote_batch_size_matches_longport_limit ... ok
[INFO] [stdout] test market_data::tests::option_quote_deserializes_string_expiry_date ... ok
[INFO] [stdout] test ledger::tests::zero_priced_adjustments_can_close_positions ... ok
[INFO] [stdout] test market_data::tests::select_option_symbols_applies_side_and_otm_filters_before_quote ... ok
[INFO] [stdout] test market_data::tests::snapshot_from_quote_rejects_non_finite_prices ... ok
[INFO] [stdout] test market_data::tests::socket_path_prefers_env_override ... ok
[INFO] [stdout] test market_data::tests::strike_price_info_deserializes_price_alias ... ok
[INFO] [stdout] test market_data::tests::surfaces_structured_daemon_errors ... ok
[INFO] [stdout] test portfolio_service::tests::rejects_missing_option_quotes ... ok
[INFO] [stdout] test portfolio_service::tests::option_enrichment_uses_configured_dividend_yield ... ok
[INFO] [stdout] test market_data::tests::trading_days_deserialize_from_string_dates ... ok
[INFO] [stdout] test portfolio_service::tests::rejects_missing_underlying_quotes ... ok
[INFO] [stdout] test portfolio_service::tests::resolve_option_rate_uses_curve_buckets ... ok
[INFO] [stdout] test risk_engine::tests::aggregate_greeks_includes_stock_delta ... ok
[INFO] [stdout] test portfolio_service::tests::accepts_complete_quote_coverage ... ok
[INFO] [stdout] test risk_engine::tests::identifies_bear_call_spread ... ok
[INFO] [stdout] test portfolio_service::tests::build_option_price_map_rejects_non_finite_prices ... ok
[INFO] [stdout] test risk_engine::tests::identifies_calendar_put_spread_from_matching_strikes ... ok
[INFO] [stdout] test risk_engine::tests::identifies_call_vertical_even_after_put_spread_consumes_indices ... ok
[INFO] [stdout] test risk_engine::tests::identifies_covered_call ... ok
[INFO] [stdout] test risk_engine::tests::identifies_bull_put_spread ... ok
[INFO] [stdout] test risk_engine::tests::identifies_iron_condor ... ok
[INFO] [stdout] test risk_engine::tests::identifies_diagonal_call_spread_from_cross_expiry_pair ... ok
[INFO] [stdout] test risk_engine::tests::identifies_naked_put_when_cash_is_not_verified ... ok
[INFO] [stdout] test risk_engine::tests::identifies_straddle ... ok
[INFO] [stdout] test risk_engine::tests::identifies_strangle ... ok
[INFO] [stdout] test risk_engine::tests::naked_put_margin_itm ... ok
[INFO] [stdout] test risk_engine::tests::naked_put_margin_otm ... ok
[INFO] [stdout] test risk_engine::tests::short_straddle_has_non_zero_margin ... ok
[INFO] [stdout] test runtime::tests::resolves_socket_path_from_env_override ... ok
[INFO] [stdout] test runtime::tests::errors_when_home_is_missing_and_no_override_is_set ... ok
[INFO] [stdout] test risk_engine::tests::mixed_portfolio_multi_strategy ... ok
[INFO] [stdout] test runtime::tests::resolves_socket_path_from_home_by_default ... ok
[INFO] [stdout] test screening_service::tests::exclude_abnormal_filters_below_intrinsic_rows ... ok
[INFO] [stdout] test screening_service::tests::filters_by_delta_range ... ok
[INFO] [stdout] test screening_service::tests::filters_out_illiquid_rows ... ok
[INFO] [stdout] test signal_service::tests::applies_term_structure_deltas ... ok
[INFO] [stdout] test screening_service::tests::sorts_by_theta_desc ... ok
[INFO] [stdout] test signal_service::tests::builds_market_tone_summary_from_component_signals ... ok
[INFO] [stdout] test signal_service::tests::builds_put_call_bias_from_chain_analysis ... ok
[INFO] [stdout] test signal_service::tests::builds_skew_signal_from_chain_analysis ... ok
[INFO] [stdout] test signal_service::tests::builds_term_structure_point_from_chain_analysis ... ok
[INFO] [stdout] test signal_service::tests::builds_smile_signal_from_chain_analysis ... ok
[INFO] [stdout] test signal_service::tests::select_front_expiry_falls_back_to_same_day_when_needed ... ok
[INFO] [stdout] test signal_service::tests::detects_transient_quote_limit_errors ... ok
[INFO] [stdout] test snapshot_store::tests::computes_front_atm_iv_rank_from_recent_samples ... ok
[INFO] [stdout] test strategy_service::tests::annualized_sort_prioritizes_realized_return_over_run_rate_notes ... ok
[INFO] [stdout] test signal_service::tests::select_front_expiry_skips_expired_and_near_expiry_dates ... ok
[INFO] [stdout] test snapshot_store::tests::computes_market_extreme_z_scores_from_recent_samples ... ok
[INFO] [stdout] test strategy_service::tests::builds_bear_call_spreads_from_call_pairs ... ok
[INFO] [stdout] test strategy_service::tests::builds_bear_put_spreads_from_put_pairs ... ok
[INFO] [stdout] test strategy_service::tests::builds_bull_call_spreads_from_call_pairs ... ok
[INFO] [stdout] test strategy_service::tests::builds_bull_put_spreads_from_put_pairs ... ok
[INFO] [stdout] test strategy_service::tests::builds_calendar_call_spreads_from_matching_strikes ... ok
[INFO] [stdout] test strategy_service::tests::builds_calendar_put_spreads_from_matching_strikes ... ok
[INFO] [stdout] test strategy_service::tests::builds_diagonal_call_spreads_from_directional_strikes ... ok
[INFO] [stdout] test strategy_service::tests::bull_call_spread_view_rejects_non_finite_strike_price ... ok
[INFO] [stdout] test strategy_service::tests::cash_secured_put_view_rejects_non_finite_underlying_price ... ok
[INFO] [stdout] test strategy_service::tests::bull_put_spread_view_rejects_non_finite_strike_price ... ok
[INFO] [stdout] test strategy_service::tests::builds_diagonal_put_spreads_from_directional_strikes ... ok
[INFO] [stdout] test strategy_service::tests::covered_call_view_rejects_non_finite_option_price ... ok
[INFO] [stdout] test strategy_service::tests::excludes_sell_opportunities_by_strategy ... ok
[INFO] [stdout] test strategy_service::tests::filters_bull_put_spreads_by_short_leg_mispricing_direction ... ok
[INFO] [stdout] test strategy_service::tests::filters_cash_secured_puts_by_mispricing_direction ... ok
[INFO] [stdout] test strategy_service::tests::filters_diagonal_call_spreads_by_max_strike_gap ... ok
[INFO] [stdout] test strategy_service::tests::filters_covered_calls_by_mispricing_direction ... ok
[INFO] [stdout] test strategy_service::tests::filters_mispricing_by_direction ... ok
[INFO] [stdout] test strategy_service::tests::filters_bear_call_spreads_by_short_leg_mispricing_direction ... ok
[INFO] [stdout] test strategy_service::tests::filters_sell_opportunities_by_abs_signal_strength ... ok
[INFO] [stdout] test strategy_service::tests::filters_sell_opportunities_by_strategy ... ok
[INFO] [stdout] test strategy_service::tests::filters_mispricing_by_iv_direction ... ok
[INFO] [stdout] test strategy_service::tests::filters_sell_opportunities_by_capital_constraints ... ok
[INFO] [stdout] test strategy_service::tests::filters_sell_opportunities_by_return_basis ... ok
[INFO] [stdout] test strategy_service::tests::limits_sell_opportunities_per_strategy ... ok
[INFO] [stdout] test strategy_service::tests::matches_annualized_return_range ... ok
[INFO] [stdout] test strategy_service::tests::merge_sell_opportunities_uses_true_max_loss_for_cash_secured_put ... ok
[INFO] [stdout] test strategy_service::tests::merge_sell_opportunities_marks_cross_expiry_breakeven_as_unmodeled ... ok
[INFO] [stdout] test strategy_service::tests::resolves_cross_expiry_inclusion_flags ... ok
[INFO] [stdout] test strategy_service::tests::merges_sell_opportunities_by_annualized_return ... ok
[INFO] [stdout] test strategy_service::tests::sorts_calendar_spreads_by_annualized_theta_carry_on_debit ... ok
[INFO] [stdout] test strategy_service::tests::sorts_candidates_by_annualized_return ... ok
[INFO] [stdout] test strategy_service::tests::sorts_calendar_spreads_by_debit_when_requested ... ok
[INFO] [stdout] test strategy_service::tests::sorts_mispricing_by_absolute_iv_diff ... ok
[INFO] [stdout] test strategy_service::tests::sorts_mispricing_by_absolute_deviation ... ok
[INFO] [stdout] test strategy_service::tests::sorts_sell_opportunities_by_absolute_mispricing ... ok
[INFO] [stdout] test strategy_service::tests::sorts_covered_calls_by_annualized_premium_yield ... ok
[INFO] [stdout] test market_data::tests::rejects_oversized_daemon_response ... ok
[INFO] [stdout] test market_data::tests::rpc_times_out_when_server_never_replies ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 164 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/theta.rs (/opt/rustwide/target/debug/deps/theta-90b0a52d684d69cd)
[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/bin/mcp_server.rs (/opt/rustwide/target/debug/deps/theta_mcp-a1a8d90a98387ebf)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::get_portfolio_args_reject_unknown_margin_ratio ... ok
[INFO] [stdout] test tests::market_extreme_helpers_rank_and_filter_by_max_abs_z_score ... ok
[INFO] [stdout] test tests::latest_account_snapshot_required_errors_when_snapshot_is_missing ... ok
[INFO] [stdout] test tests::latest_account_snapshot_required_returns_existing_snapshot ... ok
[INFO] [stdout] test tests::market_extreme_screening_only_returns_rows_from_requested_day ... ok
[INFO] [stdout] test tests::screening_helpers_sort_by_severity_and_respect_result_limit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/theta_cli.rs (/opt/rustwide/target/debug/deps/theta_cli-b7724b0a86648def)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test theta_portfolio_account_monitor_history_help_works ... ok
[INFO] [stdout] test theta_ops_health_check_help_works ... ok
[INFO] [stdout] test theta_help_lists_top_level_commands ... ok
[INFO] [stdout] test theta_ops_account_monitor_help_works ... ok
[INFO] [stdout] test theta_portfolio_account_rebuild_help_works ... ok
[INFO] [stdout] test theta_signals_help_lists_signal_commands ... ok
[INFO] [stdout] test theta_completion_bash_outputs_completion_script ... ok
[INFO] [stdout] test theta_snapshot_sell_opportunities_help_lists_return_basis_flags ... ok
[INFO] [stdout] test theta_structure_market_tone_help_works ... ok
[INFO] [stdout] test theta_signals_history_on_empty_db_succeeds ... ok
[INFO] [stdout] test theta_signals_iv_rank_on_empty_db_succeeds ... ok
[INFO] [stdout] test theta_portfolio_account_monitor_history_on_empty_db_succeeds ... ok
[INFO] [stdout] test theta_portfolio_positions_on_empty_db_succeeds ... ok
[INFO] [stdout] test theta_portfolio_account_history_on_empty_db_succeeds ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/theta_daemon-ebd2beaf0023a372)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test cache::tests::failures_are_not_cached ... ok
[INFO] [stdout] test cache::tests::only_fetches_overlapping_quote_misses ... ok
[INFO] [stdout] test cache::tests::caches_chain_info_by_date ... ok
[INFO] [stdout] test cache::tests::caches_option_expiry_lists ... ok
[INFO] [stdout] test cache::tests::partial_option_quote_responses_only_cache_returned_rows ... ok
[INFO] [stdout] test cache::tests::ttl_expiry_forces_refetch ... ok
[INFO] [stdout] test cache::tests::option_quote_rate_limit_triggers_local_cooldown ... ok
[INFO] [stdout] test tests::parse_request_frame_returns_error_response_for_invalid_json ... ok
[INFO] [stdout] test tests::ensure_runtime_dir_sets_private_permissions ... ok
[INFO] [stdout] test tests::default_socket_path_is_not_tmp ... ok
[INFO] [stdout] test tests::prepare_socket_path_refuses_live_socket ... ok
[INFO] [stdout] test tests::prepare_socket_path_rejects_non_socket_files ... ok
[INFO] [stdout] test cache::tests::reuses_stock_quote_cache_within_ttl ... ok
[INFO] [stdout] test tests::prepare_socket_path_removes_stale_socket ... ok
[INFO] [stdout] test cache::tests::single_flight_prevents_duplicate_option_quote_fetches ... ok
[INFO] [stdout] test tests::socket_file_permissions_are_private ... ok
[INFO] [stdout] test cache::tests::option_quote_fetches_in_chunks_and_reuses_cache ... ok
[INFO] [stdout] test cache::tests::option_quote_preserves_successful_chunks_before_rate_limit_failure ... ok
[INFO] [stderr]    Doc-tests theta
[INFO] [stdout] test tests::read_request_frame_rejects_oversized_payload ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[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] running `Command { std: "docker" "inspect" "7bd2e62cab0118e3924a9bf7e797d6fcd060cb6a089d76f1675a12dd1cf09b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bd2e62cab0118e3924a9bf7e797d6fcd060cb6a089d76f1675a12dd1cf09b7d", kill_on_drop: false }`
[INFO] [stdout] 7bd2e62cab0118e3924a9bf7e797d6fcd060cb6a089d76f1675a12dd1cf09b7d
