[INFO] cloning repository https://github.com/tobias-stein/arche
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tobias-stein/arche" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobias-stein%2Farche", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobias-stein%2Farche'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 45cb7c60bb99b8f6279ac53037af3227a04d4367
[INFO] testing tobias-stein/arche against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobias-stein%2Farche" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/tobias-stein/arche
[INFO] finished tweaking git repo https://github.com/tobias-stein/arche
[INFO] tweaked toml for git repo https://github.com/tobias-stein/arche written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tobias-stein/arche on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tobias-stein/arche 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.98.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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41
[INFO] running `Command { std: "docker" "start" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41", 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" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41", 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" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling arche-types v0.1.0 (/opt/rustwide/workdir/crates/arche-types)
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling deflate64 v0.1.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling comfy-table v7.1.1
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling bcrypt v0.16.0
[INFO] [stderr]    Compiling redis v0.25.5
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling arche-cli v0.1.0 (/opt/rustwide/workdir/crates/arche-cli)
[INFO] [stderr]    Compiling arche-bench v0.1.0 (/opt/rustwide/workdir/bench/rust-bench)
[INFO] [stdout] warning: struct `DeleteResponse` is never constructed
[INFO] [stdout]    --> bench/rust-bench/src/main.rs:125:8
[INFO] [stdout]     |
[INFO] [stdout] 125 | struct DeleteResponse {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling arche-service v0.1.0 (/opt/rustwide/workdir/crates/arche-service)
[INFO] [stdout] warning: unused variable: `existing`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let existing: Option<String> = sqlx::query_scalar(
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_existing`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `list_affixes`
[INFO] [stdout]    --> crates/arche-service/src/affixes.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | / pub async fn list_affixes(
[INFO] [stdout] 150 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 151 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 152 | |     Query(query): Query<AffixListQuery>,
[INFO] [stdout] 153 | | ) -> Result<Json<PaginatedResponse<Affix>>, ProblemResponse> {
[INFO] [stdout]     | |____________________________________________________________^ function `list_affixes` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `create_affix`
[INFO] [stdout]    --> crates/arche-service/src/affixes.rs:351:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | / pub async fn create_affix(
[INFO] [stdout] 352 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 353 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 354 | |     Query(query): Query<WriteClientQuery>,
[INFO] [stdout] 355 | |     Json(body): Json<serde_json::Value>,
[INFO] [stdout] 356 | | ) -> Result<Json<Affix>, ProblemResponse> {
[INFO] [stdout]     | |_________________________________________^ function `create_affix` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `get_affix`
[INFO] [stdout]    --> crates/arche-service/src/affixes.rs:465:1
[INFO] [stdout]     |
[INFO] [stdout] 465 | / pub async fn get_affix(
[INFO] [stdout] 466 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 467 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 468 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 469 | | ) -> Result<Json<Affix>, ProblemResponse> {
[INFO] [stdout]     | |_________________________________________^ function `get_affix` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `update_affix`
[INFO] [stdout]    --> crates/arche-service/src/affixes.rs:489:1
[INFO] [stdout]     |
[INFO] [stdout] 489 | / pub async fn update_affix(
[INFO] [stdout] 490 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 491 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 492 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 493 | |     Json(body): Json<serde_json::Value>,
[INFO] [stdout] 494 | | ) -> Result<Json<Affix>, ProblemResponse> {
[INFO] [stdout]     | |_________________________________________^ function `update_affix` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `delete_affix`
[INFO] [stdout]    --> crates/arche-service/src/affixes.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / pub async fn delete_affix(
[INFO] [stdout] 612 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 613 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 614 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 615 | |     Query(query): Query<DeleteAffixQuery>,
[INFO] [stdout] 616 | | ) -> Result<Json<serde_json::Value>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `delete_affix` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `list_affix_references`
[INFO] [stdout]    --> crates/arche-service/src/affixes.rs:884:1
[INFO] [stdout]     |
[INFO] [stdout] 884 | / pub async fn list_affix_references(
[INFO] [stdout] 885 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 886 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 887 | | ) -> Result<Json<AffixReferencesResponse>, ProblemResponse> {
[INFO] [stdout]     | |___________________________________________________________^ function `list_affix_references` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `list_audit_log`
[INFO] [stdout]   --> crates/arche-service/src/audit_log.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | / pub async fn list_audit_log(
[INFO] [stdout] 65 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 66 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 67 | |     Query(mut query): Query<AuditLogListQuery>,
[INFO] [stdout] 68 | | ) -> Result<Json<PaginatedResponse<AuditLogEntry>>, ProblemResponse> {
[INFO] [stdout]    | |____________________________________________________________________^ function `list_audit_log` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) struct AppState {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `batch_edit_blueprints`
[INFO] [stdout]   --> crates/arche-service/src/batch.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub async fn batch_edit_blueprints(
[INFO] [stdout] 17 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 18 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 19 | |     Json(req): Json<BatchEditRequest>,
[INFO] [stdout] 20 | | ) -> Result<Json<BatchEditResponse>, ProblemResponse> {
[INFO] [stdout]    | |_____________________________________________________^ function `batch_edit_blueprints` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) struct AppState {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `batch_delete_blueprints`
[INFO] [stdout]    --> crates/arche-service/src/batch.rs:219:1
[INFO] [stdout]     |
[INFO] [stdout] 219 | / pub async fn batch_delete_blueprints(
[INFO] [stdout] 220 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 221 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 222 | |     Json(req): Json<BatchDeleteRequest>,
[INFO] [stdout] 223 | | ) -> Result<Json<BatchDeleteResponse>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `batch_delete_blueprints` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `batch_delete_affixes`
[INFO] [stdout]    --> crates/arche-service/src/batch.rs:376:1
[INFO] [stdout]     |
[INFO] [stdout] 376 | / pub async fn batch_delete_affixes(
[INFO] [stdout] 377 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 378 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 379 | |     Json(req): Json<BatchDeleteRequest>,
[INFO] [stdout] 380 | | ) -> Result<Json<BatchDeleteResponse>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `batch_delete_affixes` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `batch_assign_blueprints`
[INFO] [stdout]    --> crates/arche-service/src/batch.rs:646:1
[INFO] [stdout]     |
[INFO] [stdout] 646 | / pub async fn batch_assign_blueprints(
[INFO] [stdout] 647 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 648 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 649 | |     Json(req): Json<BatchAssignRequest>,
[INFO] [stdout] 650 | | ) -> Result<Json<BatchAssignResponse>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `batch_assign_blueprints` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `batch_assign_affixes`
[INFO] [stdout]    --> crates/arche-service/src/batch.rs:655:1
[INFO] [stdout]     |
[INFO] [stdout] 655 | / pub async fn batch_assign_affixes(
[INFO] [stdout] 656 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 657 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 658 | |     Json(req): Json<BatchAssignRequest>,
[INFO] [stdout] 659 | | ) -> Result<Json<BatchAssignResponse>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `batch_assign_affixes` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `list_blueprints`
[INFO] [stdout]   --> crates/arche-service/src/blueprints.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / pub async fn list_blueprints(
[INFO] [stdout] 45 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 46 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 47 | |     Query(query): Query<BlueprintListQuery>,
[INFO] [stdout] 48 | | ) -> Result<Json<PaginatedResponse<Blueprint>>, ProblemResponse> {
[INFO] [stdout]    | |________________________________________________________________^ function `list_blueprints` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) struct AppState {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `get_blueprint`
[INFO] [stdout]    --> crates/arche-service/src/blueprints.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 140 | / pub async fn get_blueprint(
[INFO] [stdout] 141 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 142 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 143 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 144 | | ) -> Result<Json<BlueprintResponse>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `get_blueprint` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `create_blueprint`
[INFO] [stdout]    --> crates/arche-service/src/blueprints.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | / pub async fn create_blueprint(
[INFO] [stdout] 177 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 178 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 179 | |     Query(query): Query<WriteClientQuery>,
[INFO] [stdout] 180 | |     Json(req): Json<CreateBlueprintRequest>,
[INFO] [stdout] 181 | | ) -> Result<Json<BlueprintResponse>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `create_blueprint` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `update_blueprint`
[INFO] [stdout]    --> crates/arche-service/src/blueprints.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | / pub async fn update_blueprint(
[INFO] [stdout] 324 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 325 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 326 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 327 | |     Json(req): Json<CreateBlueprintRequest>,
[INFO] [stdout] 328 | | ) -> Result<Json<BlueprintResponse>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `update_blueprint` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `delete_blueprint`
[INFO] [stdout]    --> crates/arche-service/src/blueprints.rs:545:1
[INFO] [stdout]     |
[INFO] [stdout] 545 | / pub async fn delete_blueprint(
[INFO] [stdout] 546 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 547 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 548 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 549 | |     Query(query): Query<DeleteBlueprintQuery>,
[INFO] [stdout] 550 | | ) -> Result<Json<serde_json::Value>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `delete_blueprint` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `list_clients`
[INFO] [stdout]   --> crates/arche-service/src/clients.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | / pub async fn list_clients(
[INFO] [stdout] 39 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 40 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 41 | |     Query(query): Query<crate::pagination::PaginationParams>,
[INFO] [stdout] 42 | | ) -> Result<Json<PaginatedResponse<ClientResponse>>, ProblemResponse> {
[INFO] [stdout]    | |_____________________________________________________________________^ function `list_clients` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) struct AppState {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `get_client`
[INFO] [stdout]    --> crates/arche-service/src/clients.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / pub async fn get_client(
[INFO] [stdout] 145 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 146 | |     CurrentUser(_user): CurrentUser,
[INFO] [stdout] 147 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 148 | | ) -> Result<Json<ClientResponse>, ProblemResponse> {
[INFO] [stdout]     | |__________________________________________________^ function `get_client` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `create_client`
[INFO] [stdout]    --> crates/arche-service/src/clients.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | / pub async fn create_client(
[INFO] [stdout] 195 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 196 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 197 | |     Json(req): Json<CreateClientRequest>,
[INFO] [stdout] 198 | | ) -> Result<Json<ClientResponse>, ProblemResponse> {
[INFO] [stdout]     | |__________________________________________________^ function `create_client` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `delete_client`
[INFO] [stdout]    --> crates/arche-service/src/clients.rs:252:1
[INFO] [stdout]     |
[INFO] [stdout] 252 | / pub async fn delete_client(
[INFO] [stdout] 253 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 254 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 255 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 256 | | ) -> Result<Json<serde_json::Value>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `delete_client` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `list_api_keys`
[INFO] [stdout]    --> crates/arche-service/src/clients.rs:318:1
[INFO] [stdout]     |
[INFO] [stdout] 318 | / pub async fn list_api_keys(
[INFO] [stdout] 319 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 320 | |     CurrentUser(_user): CurrentUser,
[INFO] [stdout] 321 | |     Path(client_id): Path<Uuid>,
[INFO] [stdout] 322 | | ) -> Result<Json<Vec<ApiKeyResponse>>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `list_api_keys` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `create_api_key`
[INFO] [stdout]    --> crates/arche-service/src/clients.rs:370:1
[INFO] [stdout]     |
[INFO] [stdout] 370 | / pub async fn create_api_key(
[INFO] [stdout] 371 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 372 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 373 | |     Path(client_id): Path<Uuid>,
[INFO] [stdout] 374 | |     Json(req): Json<CreateApiKeyRequest>,
[INFO] [stdout] 375 | | ) -> Result<Json<CreateApiKeyResponse>, ProblemResponse> {
[INFO] [stdout]     | |________________________________________________________^ function `create_api_key` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `delete_api_key`
[INFO] [stdout]    --> crates/arche-service/src/clients.rs:461:1
[INFO] [stdout]     |
[INFO] [stdout] 461 | / pub async fn delete_api_key(
[INFO] [stdout] 462 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 463 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 464 | |     Path((client_id, key_id)): Path<(Uuid, Uuid)>,
[INFO] [stdout] 465 | | ) -> Result<Json<serde_json::Value>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `delete_api_key` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `export_handler`
[INFO] [stdout]    --> crates/arche-service/src/export.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | / pub async fn export_handler(
[INFO] [stdout]  99 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 100 | |     _user: CurrentUser,
[INFO] [stdout] 101 | |     Json(req): Json<ExportRequest>,
[INFO] [stdout] 102 | | ) -> Result<Response, ProblemResponse> {
[INFO] [stdout]     | |______________________________________^ function `export_handler` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `generate_handler`
[INFO] [stdout]   --> crates/arche-service/src/generate.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / pub async fn generate_handler(
[INFO] [stdout] 25 | |     State(state): State<AppState>,
[INFO] [stdout] 26 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 27 | |     headers: HeaderMap,
[INFO] [stdout] 28 | |     Json(req): Json<GenerateRequest>,
[INFO] [stdout] 29 | | ) -> Result<Json<GenerateResponse>, ProblemResponse> {
[INFO] [stdout]    | |____________________________________________________^ function `generate_handler` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) struct AppState {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `generate_batch_handler`
[INFO] [stdout]   --> crates/arche-service/src/generate.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / pub async fn generate_batch_handler(
[INFO] [stdout] 49 | |     State(state): State<AppState>,
[INFO] [stdout] 50 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 51 | |     headers: HeaderMap,
[INFO] [stdout] 52 | |     Json(req): Json<BatchGenerateRequest>,
[INFO] [stdout] 53 | | ) -> Json<BatchGenerateResponse> {
[INFO] [stdout]    | |________________________________^ function `generate_batch_handler` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) struct AppState {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `list_global_meta_attributes`
[INFO] [stdout]    --> crates/arche-service/src/global_meta_attributes.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | / pub async fn list_global_meta_attributes(
[INFO] [stdout] 118 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 119 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 120 | |     Query(query): Query<GlobalMetaAttributeListQuery>,
[INFO] [stdout] 121 | | ) -> Result<Json<PaginatedResponse<GlobalMetaAttribute>>, ProblemResponse> {
[INFO] [stdout]     | |__________________________________________________________________________^ function `list_global_meta_attributes` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `get_global_meta_attribute`
[INFO] [stdout]    --> crates/arche-service/src/global_meta_attributes.rs:213:1
[INFO] [stdout]     |
[INFO] [stdout] 213 | / pub async fn get_global_meta_attribute(
[INFO] [stdout] 214 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 215 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 216 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 217 | | ) -> Result<Json<GlobalMetaAttribute>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `get_global_meta_attribute` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `create_global_meta_attribute`
[INFO] [stdout]    --> crates/arche-service/src/global_meta_attributes.rs:239:1
[INFO] [stdout]     |
[INFO] [stdout] 239 | / pub async fn create_global_meta_attribute(
[INFO] [stdout] 240 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 241 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 242 | |     Query(query): Query<WriteClientQuery>,
[INFO] [stdout] 243 | |     Json(req): Json<CreateGlobalMetaAttributeRequest>,
[INFO] [stdout] 244 | | ) -> Result<Json<GlobalMetaAttribute>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `create_global_meta_attribute` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `update_global_meta_attribute`
[INFO] [stdout]    --> crates/arche-service/src/global_meta_attributes.rs:297:1
[INFO] [stdout]     |
[INFO] [stdout] 297 | / pub async fn update_global_meta_attribute(
[INFO] [stdout] 298 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 299 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 300 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 301 | |     Json(req): Json<UpdateGlobalMetaAttributeRequest>,
[INFO] [stdout] 302 | | ) -> Result<Json<GlobalMetaAttribute>, ProblemResponse> {
[INFO] [stdout]     | |_______________________________________________________^ function `update_global_meta_attribute` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `delete_global_meta_attribute`
[INFO] [stdout]    --> crates/arche-service/src/global_meta_attributes.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | / pub async fn delete_global_meta_attribute(
[INFO] [stdout] 443 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 444 | |     CurrentUser(user): CurrentUser,
[INFO] [stdout] 445 | |     Path(id): Path<Uuid>,
[INFO] [stdout] 446 | |     Query(query): Query<DeleteGlobalMetaAttributeQuery>,
[INFO] [stdout] 447 | | ) -> Result<Json<serde_json::Value>, ProblemResponse> {
[INFO] [stdout]     | |_____________________________________________________^ function `delete_global_meta_attribute` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `import_parse_handler`
[INFO] [stdout]    --> crates/arche-service/src/import.rs:154:1
[INFO] [stdout]     |
[INFO] [stdout] 154 | / pub async fn import_parse_handler(
[INFO] [stdout] 155 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 156 | |     _user: CurrentUser,
[INFO] [stdout] 157 | |     body: Bytes,
[INFO] [stdout] 158 | | ) -> Result<ImportParseResponse, ProblemResponse> {
[INFO] [stdout]     | |_________________________________________________^ function `import_parse_handler` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AppState` is more private than the item `import_resolve_handler`
[INFO] [stdout]    --> crates/arche-service/src/import.rs:219:1
[INFO] [stdout]     |
[INFO] [stdout] 219 | / pub async fn import_resolve_handler(
[INFO] [stdout] 220 | |     State(state): State<crate::AppState>,
[INFO] [stdout] 221 | |     _user: CurrentUser,
[INFO] [stdout] 222 | |     Json(request): Json<ConflictResolutionRequest>,
[INFO] [stdout] 223 | | ) -> Result<Json<ImportSuccessResponse>, ProblemResponse> {
[INFO] [stdout]     | |_________________________________________________________^ function `import_resolve_handler` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AppState` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/arche-service/src/main.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub(crate) struct AppState {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 29s
[INFO] running `Command { std: "docker" "inspect" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41", 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" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling futures-timer v3.0.4
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling redis v0.25.5
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling arche-types v0.1.0 (/opt/rustwide/workdir/crates/arche-types)
[INFO] [stderr] error: could not compile `sqlx-postgres` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name sqlx_postgres --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::disallowed_methods' '--deny=clippy::cast_sign_loss' '--deny=clippy::cast_possible_wrap' '--deny=clippy::cast_possible_truncation' --cfg 'feature="any"' --cfg 'feature="chrono"' --cfg 'feature="json"' --cfg 'feature="migrate"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any", "bigdecimal", "bit-vec", "chrono", "ipnet", "ipnetwork", "json", "mac_address", "migrate", "offline", "rust_decimal", "time", "uuid"))' -C metadata=b241652906c4f9ca -C extra-filename=-5d966f07f253537b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atoi=/opt/rustwide/target/debug/deps/libatoi-3f782e7a039c0a59.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-db7b9c0337a7ee76.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-8f59b6d1bfdaa844.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e645835c81e3950f.rmeta --extern crc=/opt/rustwide/target/debug/deps/libcrc-c7d92037d8a82253.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-6d8015f91495fe74.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-04b287164a72dbf0.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-1121ff913ed87f93.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-902ebd335b700143.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rmeta --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-3b5d575a0fd4bb01.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-e7c370bcf63a0a27.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-28ab713e87f116ce.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-5de11b3b23bfe572.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-b262261d47bd2eba.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-da17141a20d9c4c6.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-5cfa70d22cb32987.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-b5bdc597ed9676b3.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-2b755080c27cd5c5.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-870ee391e4f6e8f9.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3bbace0048f85511.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-2db9c35b9e6e2f2d.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-be13743ec94bfa48.rmeta --extern sqlx_core=/opt/rustwide/target/debug/deps/libsqlx_core-c60022c320d22630.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-4d35882c7579d9cf.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5e90adc18491a337.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4cef0f2badfdb422.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-be1484f19dc18eac.rmeta --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-679b18861a32e944.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-c81ea84d9cba97c8/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41", kill_on_drop: false }`
[INFO] [stdout] 55d67216596ade1e12b798d727088b8f038cb05f1b2b9c8d2fa3e2d717988e41
