[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 beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaxuss%2Fchatgpt_rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Maxuss/chatgpt_rs on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 900a4e87cb9cf5da263eb835a5f1f98cb1d8fba32ce5edf88de1c1b686afb46e
[INFO] running `Command { std: "docker" "start" "-a" "900a4e87cb9cf5da263eb835a5f1f98cb1d8fba32ce5edf88de1c1b686afb46e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "900a4e87cb9cf5da263eb835a5f1f98cb1d8fba32ce5edf88de1c1b686afb46e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "900a4e87cb9cf5da263eb835a5f1f98cb1d8fba32ce5edf88de1c1b686afb46e", kill_on_drop: false }`
[INFO] [stdout] 900a4e87cb9cf5da263eb835a5f1f98cb1d8fba32ce5edf88de1c1b686afb46e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a97dc351cc93938204ae63130a15e136b8924239b360092181c03d9c4e68962b
[INFO] running `Command { std: "docker" "start" "-a" "a97dc351cc93938204ae63130a15e136b8924239b360092181c03d9c4e68962b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling rustls v0.21.7
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling webpki-roots v0.25.2
[INFO] [stderr]    Compiling ipnet v2.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling rustls-pemfile v1.0.3
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling syn v2.0.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ring v0.16.20
[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 tokio v1.32.0
[INFO] [stderr]    Compiling rustls-webpki v0.101.5
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[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 derive_builder v0.12.0
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.4.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 39.42s
[INFO] running `Command { std: "docker" "inspect" "a97dc351cc93938204ae63130a15e136b8924239b360092181c03d9c4e68962b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a97dc351cc93938204ae63130a15e136b8924239b360092181c03d9c4e68962b", kill_on_drop: false }`
[INFO] [stdout] a97dc351cc93938204ae63130a15e136b8924239b360092181c03d9c4e68962b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b66f3fdcb8997bcb09ddf8daddf9b13d31888255c67b883ce285eecff5b5441
[INFO] running `Command { std: "docker" "start" "-a" "4b66f3fdcb8997bcb09ddf8daddf9b13d31888255c67b883ce285eecff5b5441", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling syn v2.0.33
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling serde_derive_internals v0.26.0
[INFO] [stderr]    Compiling schemars v0.8.13
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling dyn-clone v1.0.13
[INFO] [stderr]    Compiling cobs v0.2.3
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling spin v0.9.8
[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 futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[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 darling_macro v0.20.3
[INFO] [stderr]    Compiling thiserror v1.0.48
[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 tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[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: 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 40.83s
[INFO] running `Command { std: "docker" "inspect" "4b66f3fdcb8997bcb09ddf8daddf9b13d31888255c67b883ce285eecff5b5441", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b66f3fdcb8997bcb09ddf8daddf9b13d31888255c67b883ce285eecff5b5441", kill_on_drop: false }`
[INFO] [stdout] 4b66f3fdcb8997bcb09ddf8daddf9b13d31888255c67b883ce285eecff5b5441
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f6c7a03ce2b0409ad22b6675efb8bdb96757da3ce2a20270a8362cb3046ce7a5
[INFO] running `Command { std: "docker" "start" "-a" "f6c7a03ce2b0409ad22b6675efb8bdb96757da3ce2a20270a8362cb3046ce7a5", kill_on_drop: false }`
[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` (lib test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/chatgpt.rs (/opt/rustwide/target/debug/deps/chatgpt-b0df2d2fb3fce9b2)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test::test_conversation_saving ... FAILED
[INFO] [stdout] test test::test_some_config ... 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_streaming ... FAILED
[INFO] [stdout] test test::test_streaming_conv ... FAILED
[INFO] [stdout] test test::test_client ... FAILED
[INFO] [stdout] test functions::tests::test_descriptor_serialization ... ok
[INFO] [stdout] test test::test_conversation_restoring ... FAILED
[INFO] [stdout] test test::test_conversation ... FAILED
[INFO] [stdout] test test::test_undirected_conversation ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[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_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_streaming stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_streaming_conv 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_conversation_restoring stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_conversation stdout ----
[INFO] [stdout] Error: VarError(NotPresent)
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_undirected_conversation 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] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test result: FAILED. 1 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f6c7a03ce2b0409ad22b6675efb8bdb96757da3ce2a20270a8362cb3046ce7a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6c7a03ce2b0409ad22b6675efb8bdb96757da3ce2a20270a8362cb3046ce7a5", kill_on_drop: false }`
[INFO] [stdout] f6c7a03ce2b0409ad22b6675efb8bdb96757da3ce2a20270a8362cb3046ce7a5
