[INFO] cloning repository https://github.com/Maxuss/chatgpt_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Maxuss/chatgpt_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxuss%2Fchatgpt_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxuss%2Fchatgpt_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 09cde58b4e9fdf8f8d78955edd723c3975eb0089
[INFO] testing Maxuss/chatgpt_rs against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxuss%2Fchatgpt_rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Maxuss/chatgpt_rs
[INFO] finished tweaking git repo https://github.com/Maxuss/chatgpt_rs
[INFO] tweaked toml for git repo https://github.com/Maxuss/chatgpt_rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Maxuss/chatgpt_rs on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Maxuss/chatgpt_rs 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 21579dfd848ea7631439a219d906ce9965cdf4301f7892812a69ff67c0788824
[INFO] running `Command { std: "docker" "start" "-a" "21579dfd848ea7631439a219d906ce9965cdf4301f7892812a69ff67c0788824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21579dfd848ea7631439a219d906ce9965cdf4301f7892812a69ff67c0788824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21579dfd848ea7631439a219d906ce9965cdf4301f7892812a69ff67c0788824", kill_on_drop: false }`
[INFO] [stdout] 21579dfd848ea7631439a219d906ce9965cdf4301f7892812a69ff67c0788824
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c76a5ca5de1f3d262952d7fab49f402eb88fed54a74821ea558750026877b45
[INFO] running `Command { std: "docker" "start" "-a" "4c76a5ca5de1f3d262952d7fab49f402eb88fed54a74821ea558750026877b45", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling syn v2.0.33
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling rustls v0.21.7
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling rustls-pemfile v1.0.3
[INFO] [stderr]    Compiling ipnet v2.8.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling webpki-roots v0.25.2
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling rustls-webpki v0.101.5
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-rustls v0.24.1
[INFO] [stderr]    Compiling reqwest v0.11.20
[INFO] [stderr]    Compiling chatgpt_rs v1.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.30s
[INFO] running `Command { std: "docker" "inspect" "4c76a5ca5de1f3d262952d7fab49f402eb88fed54a74821ea558750026877b45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c76a5ca5de1f3d262952d7fab49f402eb88fed54a74821ea558750026877b45", kill_on_drop: false }`
[INFO] [stdout] 4c76a5ca5de1f3d262952d7fab49f402eb88fed54a74821ea558750026877b45
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21331bb78143953f6ea3c30b7cbfc18ed66392dad864c1c208144c8f713e9595
[INFO] running `Command { std: "docker" "start" "-a" "21331bb78143953f6ea3c30b7cbfc18ed66392dad864c1c208144c8f713e9595", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling syn v2.0.33
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling serde_derive_internals v0.26.0
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling schemars v0.8.13
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling cobs v0.2.3
[INFO] [stderr]    Compiling dyn-clone v1.0.13
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]    Compiling schemars_derive v0.8.13
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling gpt_fn_macros v1.0.0 (/opt/rustwide/workdir/fn_macros)
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling postcard v1.0.7
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-rustls v0.24.1
[INFO] [stderr]    Compiling reqwest v0.11.20
[INFO] [stderr]    Compiling chatgpt_rs v1.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> examples/proxying.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |             .temperature(1.0)
[INFO] [stdout]    |                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> src/chatgpt.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub mod test {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/chatgpt.rs:1:9
[INFO] [stdout]    |
[INFO] [stdout]  1 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.99s
[INFO] running `Command { std: "docker" "inspect" "21331bb78143953f6ea3c30b7cbfc18ed66392dad864c1c208144c8f713e9595", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21331bb78143953f6ea3c30b7cbfc18ed66392dad864c1c208144c8f713e9595", kill_on_drop: false }`
[INFO] [stdout] 21331bb78143953f6ea3c30b7cbfc18ed66392dad864c1c208144c8f713e9595
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b302aebdeb50e1c575e6f2ae070c7c503e1386f3f15ec1c3ace7c7038b4dfe88
[INFO] running `Command { std: "docker" "start" "-a" "b302aebdeb50e1c575e6f2ae070c7c503e1386f3f15ec1c3ace7c7038b4dfe88", kill_on_drop: false }`
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> examples/proxying.rs:16:26
[INFO] [stderr]    |
[INFO] [stderr] 16 |             .temperature(1.0)
[INFO] [stderr]    |                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a module
[INFO] [stderr]   --> src/chatgpt.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub mod test {
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/chatgpt.rs:1:9
[INFO] [stderr]    |
[INFO] [stderr]  1 | #![warn(missing_docs)]
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `chatgpt_rs` (example "proxying") generated 1 warning (run `cargo fix --example "proxying" -p chatgpt_rs` to apply 1 suggestion)
[INFO] [stderr] warning: `chatgpt_rs` (lib test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/chatgpt.rs (/opt/rustwide/target/debug/deps/chatgpt-ff8c1cd167b1afae)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test::test_conversation ... FAILED
[INFO] [stdout] test test::test_conversation_restoring ... FAILED
[INFO] [stdout] test functions::tests::test_descriptor_serialization ... ok
[INFO] [stdout] test test::test_client ... FAILED
[INFO] [stdout] test test::test_default_max_token_config ... FAILED
[INFO] [stdout] test test::test_max_token_config ... FAILED
[INFO] [stdout] test test::test_conversation_saving ... FAILED
[INFO] [stdout] test test::test_some_config ... FAILED
[INFO] [stdout] test test::test_streaming ... FAILED
[INFO] [stdout] test test::test_undirected_conversation ... FAILED
[INFO] [stdout] test test::test_streaming_conv ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_conversation stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_conversation_restoring stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_client stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_default_max_token_config stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_max_token_config stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_conversation_saving stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_some_config stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_streaming stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_undirected_conversation stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_streaming_conv stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_client
[INFO] [stdout]     test::test_conversation
[INFO] [stdout]     test::test_conversation_restoring
[INFO] [stdout]     test::test_conversation_saving
[INFO] [stdout]     test::test_default_max_token_config
[INFO] [stdout]     test::test_max_token_config
[INFO] [stdout]     test::test_some_config
[INFO] [stdout]     test::test_streaming
[INFO] [stdout]     test::test_streaming_conv
[INFO] [stdout]     test::test_undirected_conversation
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "b302aebdeb50e1c575e6f2ae070c7c503e1386f3f15ec1c3ace7c7038b4dfe88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b302aebdeb50e1c575e6f2ae070c7c503e1386f3f15ec1c3ace7c7038b4dfe88", kill_on_drop: false }`
[INFO] [stdout] b302aebdeb50e1c575e6f2ae070c7c503e1386f3f15ec1c3ace7c7038b4dfe88
