[INFO] cloning repository https://github.com/Howardzhangdqs/OpenSlate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Howardzhangdqs/OpenSlate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHowardzhangdqs%2FOpenSlate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHowardzhangdqs%2FOpenSlate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] baee468ad7014c46fd5ff76c782b990a6dfab235
[INFO] checking Howardzhangdqs/OpenSlate against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHowardzhangdqs%2FOpenSlate" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Howardzhangdqs/OpenSlate
[INFO] finished tweaking git repo https://github.com/Howardzhangdqs/OpenSlate
[INFO] tweaked toml for git repo https://github.com/Howardzhangdqs/OpenSlate written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Howardzhangdqs/OpenSlate on toolchain 011c518242557d21690f7936b5812318dc2fec47
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Howardzhangdqs/OpenSlate 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" "+011c518242557d21690f7936b5812318dc2fec47" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6
[INFO] running `Command { std: "docker" "start" "746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6", 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" "746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling noyalib v0.0.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling rmcp v2.2.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking sse-stream v0.2.4
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling flume v0.12.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking process-wrap v9.1.0
[INFO] [stderr]     Checking serde_yml v0.0.13
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking sqlx-core v0.9.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking value-ext v0.1.5
[INFO] [stderr]    Compiling strict v0.2.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking endian-type v0.2.0
[INFO] [stderr]     Checking radix_trie v0.3.0
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking console v0.16.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking coolor v1.1.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking minimad v0.16.0
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking rustyline v18.0.1
[INFO] [stderr]     Checking indicatif v0.18.6
[INFO] [stderr]     Checking serde_with v3.21.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]    Compiling crokey-proc_macros v1.4.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking crokey v1.4.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]     Checking termimad v0.35.1
[INFO] [stderr]     Checking sqlx-sqlite v0.9.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling sqlx-macros v0.9.0
[INFO] [stderr]     Checking sqlx v0.9.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking genai v0.6.5
[INFO] [stderr]     Checking openslate-core v0.1.0 (/opt/rustwide/workdir/crates/openslate-core)
[INFO] [stderr]     Checking openslate-store-sqlite v0.1.0 (/opt/rustwide/workdir/crates/openslate-store-sqlite)
[INFO] [stderr]     Checking openslate-model-genai v0.1.0 (/opt/rustwide/workdir/crates/openslate-model-genai)
[INFO] [stdout] warning: unused variable: `zhipu`
[INFO] [stdout]    --> crates/openslate-core/src/config/mod.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 |         let zhipu = config.providers.get("zhipu").expect("zhipu provider");
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_zhipu`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `minimax`
[INFO] [stdout]    --> crates/openslate-core/src/config/mod.rs:545:13
[INFO] [stdout]     |
[INFO] [stdout] 545 |         let minimax = config.providers.get("minimax").expect("minimax provider");
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_minimax`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking openslate-cli v0.1.0 (/opt/rustwide/workdir/crates/openslate-cli)
[INFO] [stdout] warning: type `SessionStats` is more private than the item `repl::ReplSession::stats`
[INFO] [stdout]    --> crates/openslate-cli/src/repl.rs:625:5
[INFO] [stdout]     |
[INFO] [stdout] 625 |     pub fn stats(&self) -> &SessionStats {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `repl::ReplSession::stats` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SessionStats` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/openslate-cli/src/repl.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | struct SessionStats {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6", kill_on_drop: false }`
[INFO] [stdout] 746962b2be433f14b1ec8c8f6a10d046d83f7068f1761f247b7fd803e17b0ac6
