[INFO] fetching crate daikoku 1.3.0...
[INFO] checking daikoku-1.3.0 against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] extracting crate daikoku 1.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate daikoku 1.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate daikoku 1.3.0
[INFO] tweaked toml for crates.io crate daikoku 1.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate daikoku 1.3.0 on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate daikoku 1.3.0 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-tar v0.3.1
[INFO] [stderr]   Downloaded thiserror v1.0.65
[INFO] [stderr]   Downloaded configparser v3.1.0
[INFO] [stderr]   Downloaded paris v1.5.15
[INFO] [stderr]   Downloaded sdd v3.0.4
[INFO] [stderr]   Downloaded anyhow v1.0.91
[INFO] [stderr]   Downloaded predicates v3.1.2
[INFO] [stderr]   Downloaded scc v2.2.4
[INFO] [stderr]   Downloaded error-stack v0.4.1
[INFO] [stderr]   Downloaded zip v2.2.1
[INFO] [stderr]   Downloaded testcontainers v0.23.1
[INFO] [stderr]   Downloaded webbrowser v1.0.2
[INFO] [stderr]   Downloaded thiserror-impl v1.0.65
[INFO] [stderr]   Downloaded bstr v1.10.0
[INFO] [stderr]   Downloaded rustix v0.38.38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f6ef78da919c473dcc6f6172a3058aaf563129d95d5c79746e04d6bf78898195
[INFO] running `Command { std: "docker" "start" "-a" "f6ef78da919c473dcc6f6172a3058aaf563129d95d5c79746e04d6bf78898195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6ef78da919c473dcc6f6172a3058aaf563129d95d5c79746e04d6bf78898195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6ef78da919c473dcc6f6172a3058aaf563129d95d5c79746e04d6bf78898195", kill_on_drop: false }`
[INFO] [stdout] f6ef78da919c473dcc6f6172a3058aaf563129d95d5c79746e04d6bf78898195
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 432a2da4693334abc3e17be8706d30018c1af644ed8b08cc4ce72032f56d94d0
[INFO] running `Command { std: "docker" "start" "-a" "432a2da4693334abc3e17be8706d30018c1af644ed8b08cc4ce72032f56d94d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling rustix v0.38.38
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking anstyle v1.0.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling rustls v0.23.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking predicates-core v1.0.8
[INFO] [stderr]     Checking anstream v0.6.17
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling error-stack v0.4.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bstr v1.10.0
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]     Checking xattr v1.3.1
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]    Compiling zip v2.2.1
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]     Checking predicates v3.1.2
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking clap_builder v4.5.20
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]     Checking zopfli v0.8.1
[INFO] [stderr]     Checking predicates-tree v1.0.11
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking etcetera v0.8.0
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling assert_cmd v2.0.16
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking deunicode v1.6.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking sdd v3.0.4
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking scc v2.2.4
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking tempfile v3.13.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking tokio v1.41.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling serde_with_macros v3.11.0
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling uuid-macro-internal v1.11.0
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking hyper v0.14.31
[INFO] [stderr]    Compiling serial_test_derive v3.1.1
[INFO] [stderr]     Checking tokio-tar v0.3.1
[INFO] [stderr]     Checking parse-display v0.9.1
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking paris v1.5.15
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking configparser v3.1.0
[INFO] [stderr]     Checking serial_test v3.1.1
[INFO] [stderr]     Checking assert_fs v1.1.2
[INFO] [stderr]     Checking clap v4.5.20
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_with v3.11.0
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]     Checking webbrowser v1.0.2
[INFO] [stderr]     Checking docker_credential v1.3.1
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking hyper v1.5.0
[INFO] [stderr]     Checking bollard-stubs v1.45.0-rc.26.0.1
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking hyper-rustls v0.27.3
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.9
[INFO] [stderr]     Checking bollard v0.17.1
[INFO] [stderr]     Checking testcontainers v0.23.1
[INFO] [stderr]     Checking daikoku v1.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[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: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) async fn run_test_with_s3<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `start_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:69:25
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl CLI {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub(crate) async fn start_with_s3() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub(crate) fn migrate(name: &str, path: &String) -> Assert {
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) fn add(name: &str, path: String, overwrite: bool) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `login` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn login() -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]  --> tests/cli/commands/assets.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) fn push(
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) fn remove(filename: &str, slug: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) fn list() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) fn sync() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[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: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[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: `CLI`
[INFO] [stdout]  --> tests/login.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |     cli::{run_test, CLI},
[INFO] [stdout]   |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[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: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) async fn run_test<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) async fn run_test_with_s3<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `build` and `start_with_s3` are never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl CLI {
[INFO] [stdout]    | -------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub(crate) fn build<I, S>(args: I) -> Assert
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub(crate) async fn start_with_s3() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CustomRun` is never used
[INFO] [stdout]    --> tests/cli/commands/cli.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub trait CustomRun {
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub(crate) fn migrate(name: &str, path: &String) -> Assert {
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) fn add(name: &str, path: String, overwrite: bool) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `CMS_APIKEY` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub static CMS_APIKEY: &str = "amJ1UWtEYWpZZThWVTU0a2RjVW1oWjhWM0I1Q0NmV1I6eTJXNmtYV21yRzBxdm8xU2psSjdYU1M0ZEE5cGc5dDlZZ25wMTlIOXR5cUJaZE...
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `info` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn info(name: &str) -> Assert {
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) fn add(name: &str, daikoku_ip: &str /* apikey: String*/) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) fn config(apikey: &str, cookie: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `login` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn login() -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]  --> tests/cli/commands/assets.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) fn push(
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) fn remove(filename: &str, slug: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) fn list() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) fn sync() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) async fn run_test_with_s3<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `start_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:69:25
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl CLI {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub(crate) async fn start_with_s3() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) fn add(name: &str, path: String, overwrite: bool) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `info` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn info(name: &str) -> Assert {
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) fn config(apikey: &str, cookie: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `login` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn login() -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]  --> tests/cli/commands/assets.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) fn push(
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) fn remove(filename: &str, slug: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) fn list() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) fn sync() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) async fn run_test<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `build` and `start` are never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl CLI {
[INFO] [stdout]    | -------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub(crate) fn build<I, S>(args: I) -> Assert
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub(crate) async fn start() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub(crate) fn migrate(name: &str, path: &String) -> Assert {
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) fn add(name: &str, path: String, overwrite: bool) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `info` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn info(name: &str) -> Assert {
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) fn config(apikey: &str, cookie: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `login` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn login() -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) async fn run_test_with_s3<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `start_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:69:25
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl CLI {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub(crate) async fn start_with_s3() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `run_and_expect` is never used
[INFO] [stdout]    --> tests/cli/commands/cli.rs:178:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub trait CustomRun {
[INFO] [stdout]     |           --------- method in this trait
[INFO] [stdout] 178 |     fn run_and_expect(&mut self, expected: &str);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `info` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn info(name: &str) -> Assert {
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) fn add(name: &str, daikoku_ip: &str /* apikey: String*/) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) fn config(apikey: &str, cookie: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `login` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn login() -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]  --> tests/cli/commands/assets.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) fn push(
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) fn remove(filename: &str, slug: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) fn list() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) fn sync() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) async fn run_test_with_s3<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `build` and `start_with_s3` are never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl CLI {
[INFO] [stdout]    | -------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub(crate) fn build<I, S>(args: I) -> Assert
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub(crate) async fn start_with_s3() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CustomRun` is never used
[INFO] [stdout]    --> tests/cli/commands/cli.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub trait CustomRun {
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub(crate) fn migrate(name: &str, path: &String) -> Assert {
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) fn add(name: &str, path: String, overwrite: bool) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) fn config(apikey: &str, cookie: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]  --> tests/cli/commands/assets.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) fn push(
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) fn remove(filename: &str, slug: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) fn list() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) fn sync() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wait::HealthWaitStrategy`
[INFO] [stdout]   --> tests/cli/commands/cli.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     core::{wait::HealthWaitStrategy, IntoContainerPort, Mount, WaitFor},
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) async fn run_test<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) async fn run_test_with_s3<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `run`, `start`, `start_with_s3`, and `start_containers` are never used
[INFO] [stdout]    --> tests/cli/commands/cli.rs:44:19
[INFO] [stdout]     |
[INFO] [stdout]  43 | impl CLI {
[INFO] [stdout]     | -------- associated functions in this implementation
[INFO] [stdout]  44 |     pub(crate) fn run<I, S>(args: I) -> Assert
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 |     pub(crate) async fn start() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  69 |     pub(crate) async fn start_with_s3() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub(crate) async fn start_containers() -> Result<
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AssertCommand` is never used
[INFO] [stdout]    --> tests/cli/commands/cli.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub trait AssertCommand {
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]  --> tests/cli/commands/cms.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]   |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub(crate) fn init(name: &str, path: String) -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub(crate) fn migrate(name: &str, path: &String) -> Assert {
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) fn add(name: &str, path: String, overwrite: bool) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_temporary_path` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:58:15
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub(crate) fn get_temporary_path() -> String {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `CMS_APIKEY` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub static CMS_APIKEY: &str = "amJ1UWtEYWpZZThWVTU0a2RjVW1oWjhWM0I1Q0NmV1I6eTJXNmtYV21yRzBxdm8xU2psSjdYU1M0ZEE5cGc5dDlZZ25wMTlIOXR5cUJaZE...
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `info` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn info(name: &str) -> Assert {
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) fn add(name: &str, daikoku_ip: &str /* apikey: String*/) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) fn config(apikey: &str, cookie: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `login` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn login() -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]  --> tests/cli/commands/assets.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) fn push(
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) fn remove(filename: &str, slug: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) fn list() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) fn sync() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_test_with_s3` is never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) async fn run_test_with_s3<T>(test: T) -> Result<(), Box<dyn std::error::Error + 'static>>
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `postgres_container` and `daikoku_container` are never read
[INFO] [stdout]   --> tests/cli/commands/cli.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct CLI {
[INFO] [stdout]    |                   --- fields in this struct
[INFO] [stdout] 39 |     pub postgres_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub daikoku_container: ContainerAsync<GenericImage>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `build` and `start_with_s3` are never used
[INFO] [stdout]   --> tests/cli/commands/cli.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl CLI {
[INFO] [stdout]    | -------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub(crate) fn build<I, S>(args: I) -> Assert
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub(crate) async fn start_with_s3() -> Result<CLI, Box<dyn std::error::Error + 'static>> {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CustomRun` is never used
[INFO] [stdout]    --> tests/cli/commands/cli.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub trait CustomRun {
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `migrate` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub(crate) fn migrate(name: &str, path: &String) -> Assert {
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> tests/cli/commands/cms.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) fn add(name: &str, path: String, overwrite: bool) -> Assert {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `info` is never used
[INFO] [stdout]  --> tests/cli/commands/environment.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn info(name: &str) -> Assert {
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn clear(force: bool) -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) fn config(apikey: &str, cookie: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) fn remove(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub(crate) fn switch(name: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `login` is never used
[INFO] [stdout]   --> tests/cli/commands/environment.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) fn login() -> Assert {
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push` is never used
[INFO] [stdout]  --> tests/cli/commands/assets.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) fn push(
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) fn remove(filename: &str, slug: &str) -> Assert {
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) fn list() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sync` is never used
[INFO] [stdout]   --> tests/cli/commands/assets.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) fn sync() -> Assert {
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/commands/assets.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 |     path::{Path, PathBuf},
[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 imports: `HeaderValue` and `LOCATION`
[INFO] [stdout]  --> src/commands/watch.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hyper::header::{HeaderValue, LOCATION};
[INFO] [stdout]   |                     ^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StatusCode`
[INFO] [stdout]   --> src/commands/watch.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 | use hyper::{header, Method, StatusCode};
[INFO] [stdout]    |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]  --> src/commands/assets.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 |     path::{Path, PathBuf},
[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 imports: `HeaderValue` and `LOCATION`
[INFO] [stdout]  --> src/commands/watch.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hyper::header::{HeaderValue, LOCATION};
[INFO] [stdout]   |                     ^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StatusCode`
[INFO] [stdout]   --> src/commands/watch.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 | use hyper::{header, Method, StatusCode};
[INFO] [stdout]    |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TenantMailBody` is never constructed
[INFO] [stdout]   --> src/commands/cms.rs:75:19
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub(crate) struct TenantMailBody {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MailerSettings` is never constructed
[INFO] [stdout]   --> src/commands/cms.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | struct MailerSettings {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |             LOADING_LOGGER.done();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 LOADING_LOGGER.success(&(*LOADING_MESSAGE.as_ref().unwrap()));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:31:43
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 LOADING_LOGGER.success(&(*LOADING_MESSAGE.as_ref().unwrap()));
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         LOADING_LOGGER.done();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         LOADING_LOGGER.done();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         LOADING_LOGGER.loading(&str);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TenantMailBody` is never constructed
[INFO] [stdout]   --> src/commands/cms.rs:75:19
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub(crate) struct TenantMailBody {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MailerSettings` is never constructed
[INFO] [stdout]   --> src/commands/cms.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | struct MailerSettings {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |             LOADING_LOGGER.done();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 LOADING_LOGGER.success(&(*LOADING_MESSAGE.as_ref().unwrap()));
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:31:43
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 LOADING_LOGGER.success(&(*LOADING_MESSAGE.as_ref().unwrap()));
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         LOADING_LOGGER.done();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         LOADING_LOGGER.done();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/logging/logger.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         LOADING_LOGGER.loading(&str);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
[INFO] running `Command { std: "docker" "inspect" "432a2da4693334abc3e17be8706d30018c1af644ed8b08cc4ce72032f56d94d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "432a2da4693334abc3e17be8706d30018c1af644ed8b08cc4ce72032f56d94d0", kill_on_drop: false }`
[INFO] [stdout] 432a2da4693334abc3e17be8706d30018c1af644ed8b08cc4ce72032f56d94d0
