[INFO] cloning repository https://github.com/qiaopengjun5162/llm-sdk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qiaopengjun5162/llm-sdk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqiaopengjun5162%2Fllm-sdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqiaopengjun5162%2Fllm-sdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c7ca4697737655b2b3920fa7bff373fb6c7c6484
[INFO] testing qiaopengjun5162/llm-sdk 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%2Fqiaopengjun5162%2Fllm-sdk" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/qiaopengjun5162/llm-sdk
[INFO] finished tweaking git repo https://github.com/qiaopengjun5162/llm-sdk
[INFO] tweaked toml for git repo https://github.com/qiaopengjun5162/llm-sdk written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/qiaopengjun5162/llm-sdk 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/qiaopengjun5162/llm-sdk 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 10bb952c3c2c30fb765bd03eb9210ed47f7212b5812c4d49c0768798873ff3c9
[INFO] running `Command { std: "docker" "start" "-a" "10bb952c3c2c30fb765bd03eb9210ed47f7212b5812c4d49c0768798873ff3c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10bb952c3c2c30fb765bd03eb9210ed47f7212b5812c4d49c0768798873ff3c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10bb952c3c2c30fb765bd03eb9210ed47f7212b5812c4d49c0768798873ff3c9", kill_on_drop: false }`
[INFO] [stdout] 10bb952c3c2c30fb765bd03eb9210ed47f7212b5812c4d49c0768798873ff3c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 6d669ebfffa970c50744e14a5a1b1186a4619b9fdc3bea0aea7531a07cf90269
[INFO] running `Command { std: "docker" "start" "-a" "6d669ebfffa970c50744e14a5a1b1186a4619b9fdc3bea0aea7531a07cf90269", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling rustls v0.21.9
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling tokio v1.34.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling webpki-roots v0.25.3
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling async-compression v0.4.5
[INFO] [stderr]    Compiling h2 v0.3.22
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[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 hyper v0.14.27
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]    Compiling llm-sdk v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "6d669ebfffa970c50744e14a5a1b1186a4619b9fdc3bea0aea7531a07cf90269", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d669ebfffa970c50744e14a5a1b1186a4619b9fdc3bea0aea7531a07cf90269", kill_on_drop: false }`
[INFO] [stdout] 6d669ebfffa970c50744e14a5a1b1186a4619b9fdc3bea0aea7531a07cf90269
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 2cae4f3587b23e6a8e141d99eb37f4ae0cc6b6ef9e2d3f630dc02fb03c57d7ca
[INFO] running `Command { std: "docker" "start" "-a" "2cae4f3587b23e6a8e141d99eb37f4ae0cc6b6ef9e2d3f630dc02fb03c57d7ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tokio v1.34.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling async-compression v0.4.5
[INFO] [stderr]    Compiling h2 v0.3.22
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]    Compiling llm-sdk v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.37s
[INFO] running `Command { std: "docker" "inspect" "2cae4f3587b23e6a8e141d99eb37f4ae0cc6b6ef9e2d3f630dc02fb03c57d7ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cae4f3587b23e6a8e141d99eb37f4ae0cc6b6ef9e2d3f630dc02fb03c57d7ca", kill_on_drop: false }`
[INFO] [stdout] 2cae4f3587b23e6a8e141d99eb37f4ae0cc6b6ef9e2d3f630dc02fb03c57d7ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 62be5fc9ba4f04b5ebfb66b93fd39ca3b07634bc5e1a752aeec3d3f674b183c3
[INFO] running `Command { std: "docker" "start" "-a" "62be5fc9ba4f04b5ebfb66b93fd39ca3b07634bc5e1a752aeec3d3f674b183c3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_sdk-51ce5cf32941ce72)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test api::chat_completion::tests::chat_completion_request_tool_choice_function_serialize_should_work ... ignored
[INFO] [stdout] test api::chat_completion::tests::chat_completion_request_serialize_should_work ... ok
[INFO] [stdout] test api::chat_completion::tests::simple_chat_completion_should_work ... FAILED
[INFO] [stdout] test api::chat_completion::tests::chat_completion_request_tool_choice_auto_serialize_should_work ... ok
[INFO] [stdout] test api::create_image::tests::create_image_request_custom_shoud_serialize ... ok
[INFO] [stdout] test api::create_image::tests::create_image_should_work ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test api::create_image::tests::create_image_request_shoud_serialize ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- api::chat_completion::tests::simple_chat_completion_should_work stdout ----
[INFO] [stdout] Error: environment variable not found
[INFO] [stdout] 
[INFO] [stdout] ---- api::create_image::tests::create_image_should_work stdout ----
[INFO] [stdout] Error: environment variable not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     api::chat_completion::tests::simple_chat_completion_should_work
[INFO] [stdout]     api::create_image::tests::create_image_should_work
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 2 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "62be5fc9ba4f04b5ebfb66b93fd39ca3b07634bc5e1a752aeec3d3f674b183c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62be5fc9ba4f04b5ebfb66b93fd39ca3b07634bc5e1a752aeec3d3f674b183c3", kill_on_drop: false }`
[INFO] [stdout] 62be5fc9ba4f04b5ebfb66b93fd39ca3b07634bc5e1a752aeec3d3f674b183c3
