[INFO] cloning repository https://github.com/sigmages/pipoco
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sigmages/pipoco" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsigmages%2Fpipoco", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsigmages%2Fpipoco'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 349144dde46318a2bd11aacb5b5648d3d2c04419
[INFO] testing sigmages/pipoco against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsigmages%2Fpipoco" "/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/sigmages/pipoco
[INFO] finished tweaking git repo https://github.com/sigmages/pipoco
[INFO] tweaked toml for git repo https://github.com/sigmages/pipoco written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sigmages/pipoco on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sigmages/pipoco 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed
[INFO] running `Command { std: "docker" "start" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed", 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" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling target-lexicon v0.12.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling pyo3-build-config v0.16.6
[INFO] [stderr]    Compiling tokio v1.23.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling pyo3-ffi v0.16.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling rustls v0.20.7
[INFO] [stderr]    Compiling rayon v1.6.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling webpki-roots v0.22.5
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling pyo3-macros-backend v0.16.6
[INFO] [stderr]    Compiling pyo3 v0.16.6
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling chunked_transfer v1.4.0
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling ureq v2.5.0
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling exr v1.5.2
[INFO] [stderr]    Compiling pyo3-macros v0.16.6
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling tiff v0.8.1
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling typed-builder v0.11.0
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling bytemuck v1.12.3
[INFO] [stderr]    Compiling unindent v0.1.11
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling ipnet v2.7.0
[INFO] [stderr]    Compiling indoc v1.0.8
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling image v0.24.5
[INFO] [stderr]    Compiling reqwest v0.11.13
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling frankenstein v0.21.0
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling rojaumbot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::commands::dollar`
[INFO] [stdout]  --> src/commands/dollar.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::commands::dollar;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Arc`
[INFO] [stdout]  --> src/commands/ai.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fs, path::PathBuf, sync::Arc};
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `File` and `io`
[INFO] [stdout]  --> src/commands/dalle.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 |     fs::{self, File},
[INFO] [stdout]   |                ^^^^
[INFO] [stdout] 3 |     io,
[INFO] [stdout]   |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SignalKind` and `Signal`
[INFO] [stdout]   --> src/main.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 | use tokio::signal::unix::{Signal, SignalKind};
[INFO] [stdout]    |                           ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Comment` is never constructed
[INFO] [stdout]  --> src/commands/wiki.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct Comment {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `error_messages` is never read
[INFO] [stdout]   --> src/commands/ai.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct AiCommand {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     error_messages: Vec<SendMessageParams>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `split_prompts` is never used
[INFO] [stdout]   --> src/commands/ai.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn split_prompts(text: &str) -> (String, String) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CHATGPT_KEY` is never used
[INFO] [stdout]  --> src/constants.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CHATGPT_KEY: &str = "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";
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4m 23s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rojaumbot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::commands::dollar`
[INFO] [stdout]  --> src/commands/dollar.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::commands::dollar;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Arc`
[INFO] [stdout]  --> src/commands/ai.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fs, path::PathBuf, sync::Arc};
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `File` and `io`
[INFO] [stdout]  --> src/commands/dalle.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 |     fs::{self, File},
[INFO] [stdout]   |                ^^^^
[INFO] [stdout] 3 |     io,
[INFO] [stdout]   |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SignalKind` and `Signal`
[INFO] [stdout]   --> src/main.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 | use tokio::signal::unix::{Signal, SignalKind};
[INFO] [stdout]    |                           ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Comment` is never constructed
[INFO] [stdout]  --> src/commands/wiki.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct Comment {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `error_messages` is never read
[INFO] [stdout]   --> src/commands/ai.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct AiCommand {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     error_messages: Vec<SendMessageParams>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `split_prompts` is never used
[INFO] [stdout]   --> src/commands/ai.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn split_prompts(text: &str) -> (String, String) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CHATGPT_KEY` is never used
[INFO] [stdout]  --> src/constants.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CHATGPT_KEY: &str = "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";
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1.60s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::commands::dollar`
[INFO] [stderr]  --> src/commands/dollar.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::commands::dollar;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sync::Arc`
[INFO] [stderr]  --> src/commands/ai.rs:1:30
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{fs, path::PathBuf, sync::Arc};
[INFO] [stderr]   |                              ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `File` and `io`
[INFO] [stderr]  --> src/commands/dalle.rs:2:16
[INFO] [stderr]   |
[INFO] [stderr] 2 |     fs::{self, File},
[INFO] [stderr]   |                ^^^^
[INFO] [stderr] 3 |     io,
[INFO] [stderr]   |     ^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::os`
[INFO] [stderr]  --> src/main.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::os;
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `SignalKind` and `Signal`
[INFO] [stderr]   --> src/main.rs:29:27
[INFO] [stderr]    |
[INFO] [stderr] 29 | use tokio::signal::unix::{Signal, SignalKind};
[INFO] [stderr]    |                           ^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Comment` is never constructed
[INFO] [stderr]  --> src/commands/wiki.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | struct Comment {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `error_messages` is never read
[INFO] [stderr]   --> src/commands/ai.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct AiCommand {
[INFO] [stderr]    |            --------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 27 |     error_messages: Vec<SendMessageParams>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `split_prompts` is never used
[INFO] [stderr]   --> src/commands/ai.rs:56:4
[INFO] [stderr]    |
[INFO] [stderr] 56 | fn split_prompts(text: &str) -> (String, String) {
[INFO] [stderr]    |    ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CHATGPT_KEY` is never used
[INFO] [stderr]  --> src/constants.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub const CHATGPT_KEY: &str = "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";
[INFO] [stderr]   |           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rojaumbot` (bin "rojaumbot" test) generated 9 warnings (run `cargo fix --bin "rojaumbot" -p rojaumbot --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/rojaumbot-f8a0918b975e8c37)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test algorithm::algorithm::tests::assert_find_winner_success_col ... ok
[INFO] [stdout] test algorithm::algorithm::tests::assert_find_winner_success_left_right ... ok
[INFO] [stdout] test algorithm::algorithm::tests::assert_find_winner_has_no_winner ... ok
[INFO] [stdout] test algorithm::algorithm::tests::assert_find_winner_success_right_left ... ok
[INFO] [stdout] test algorithm::algorithm::tests::assert_find_winner_success_row ... ok
[INFO] [stdout] test algorithm::algorithm::tests::assert_render_board ... ok
[INFO] [stdout] test algorithm::algorithm::tests::assert_find_winner_success ... ok
[INFO] [stdout] test commands::ai::test::test_decode_file ... FAILED
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rojaumbot`
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- commands::ai::test::test_decode_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::ai::test::test_decode_file' (3002) panicked at src/commands/ai.rs:140:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fccc6e0a141 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5fccc6e1e31a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5fccc6e0e5dc - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5fccc6de6536 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5fccc6e02669 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5fccc6d9d100 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5fccc6e02822 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5fccc6de65e2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5fccc6ddef89 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5fccc6de71dd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5fccc6e1ea4c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5fccc6e1e822 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5fccc6d8f716 - rojaumbot[606e2327e96e0300]::commands::ai::test::test_decode_file
[INFO] [stdout]   13:     0x5fccc6d8e259 - <rojaumbot[606e2327e96e0300]::commands::ai::test::test_decode_file::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5fccc6d903eb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5fccc6d9da55 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5fccc6d96e14 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5fccc6da0bb2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5fccc6e09829 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x75ad5958107a - <unknown>
[INFO] [stdout]   20:     0x75ad59614534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     commands::ai::test::test_decode_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed", kill_on_drop: false }`
[INFO] [stdout] 94dd8071d19b1dfb2da88567dd35d23821f0473a868c5d544e901da38ee938ed
