[INFO] cloning repository https://github.com/thiagovarela/consub
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thiagovarela/consub" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiagovarela%2Fconsub", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiagovarela%2Fconsub'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a35b7df2bd2c5ec47819ce0d7fdad8a74e0b11ca
[INFO] testing thiagovarela/consub against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiagovarela%2Fconsub" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/thiagovarela/consub
[INFO] finished tweaking git repo https://github.com/thiagovarela/consub
[INFO] tweaked toml for git repo https://github.com/thiagovarela/consub written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thiagovarela/consub on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thiagovarela/consub already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8237c0edde0d212b730bdfd1c858a562de968c8f66c11153bf1cc47e90da70fa
[INFO] running `Command { std: "docker" "start" "-a" "8237c0edde0d212b730bdfd1c858a562de968c8f66c11153bf1cc47e90da70fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8237c0edde0d212b730bdfd1c858a562de968c8f66c11153bf1cc47e90da70fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8237c0edde0d212b730bdfd1c858a562de968c8f66c11153bf1cc47e90da70fa", kill_on_drop: false }`
[INFO] [stdout] 8237c0edde0d212b730bdfd1c858a562de968c8f66c11153bf1cc47e90da70fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f11b6d98570559ffb5c44389abb226d586700184decda8c9f6d0ec1e2b8b293a
[INFO] running `Command { std: "docker" "start" "-a" "f11b6d98570559ffb5c44389abb226d586700184decda8c9f6d0ec1e2b8b293a", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.151
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-io v0.3.26
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling const-oid v0.9.2
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling rustls v0.20.7
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rustversion v1.0.11
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling base64ct v1.5.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling async-trait v0.1.60
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling pem-rfc7468 v0.6.0
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling axum-core v0.3.3
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling multer v2.0.4
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling num-bigint-dig v0.8.2
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling axum v0.6.11
[INFO] [stderr]    Compiling rustls-native-certs v0.6.2
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling schemars v0.8.11
[INFO] [stderr]    Compiling spin v0.9.5
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling crc-catalog v2.1.0
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling crc v3.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling signature v2.0.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling hashlink v0.8.1
[INFO] [stderr]    Compiling pem v1.1.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling dotenvy v0.15.6
[INFO] [stderr]    Compiling sync_wrapper v0.1.1
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling whoami v1.2.3
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling darling_core v0.14.2
[INFO] [stderr]    Compiling serde_derive_internals v0.26.0
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling dyn-clone v1.0.10
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling ipnet v2.7.1
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling ct-codecs v1.1.1
[INFO] [stderr]    Compiling flagset v0.4.3
[INFO] [stderr]    Compiling psl v2.1.3
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling ed25519-compact v2.0.4
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling leads v0.1.0 (/opt/rustwide/workdir/apps/leads)
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling argon2 v0.4.1
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling zeroize_derive v1.3.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.14.2
[INFO] [stderr]    Compiling schemars_derive v0.8.11
[INFO] [stderr]    Compiling axum-macros v0.3.6
[INFO] [stderr]    Compiling darling v0.14.2
[INFO] [stderr]    Compiling ureq v2.6.2
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling aide-macros v0.6.0
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling serde_with_macros v2.2.0
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling phf_macros v0.11.1
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling pkcs1 v0.4.1
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling addr v0.15.6
[INFO] [stderr]    Compiling rsa v0.8.2
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling tokio-util v0.7.7
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling async-compression v0.3.15
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling backon v0.4.0
[INFO] [stderr]    Compiling async-compat v0.2.1
[INFO] [stderr]    Compiling sqlx-rt v0.6.2
[INFO] [stderr]    Compiling axum-auth v0.4.0
[INFO] [stderr]    Compiling tower-http v0.3.5
[INFO] [stderr]    Compiling uuid v1.2.2
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.9
[INFO] [stderr]    Compiling quick-xml v0.27.1
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling serde_with v2.2.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling serde_html_form v0.1.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling validator v0.16.0
[INFO] [stderr]    Compiling sqlformat v0.2.0
[INFO] [stderr]    Compiling jwt-compact v0.7.0
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling jsonwebtoken v8.2.0
[INFO] [stderr]    Compiling rusty_ulid v2.0.0
[INFO] [stderr]    Compiling reqsign v0.8.3
[INFO] [stderr]    Compiling hyper v0.14.25
[INFO] [stderr]    Compiling sqlx-core v0.6.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.23.2
[INFO] [stderr]    Compiling reqwest v0.11.13
[INFO] [stderr]    Compiling opendal v0.30.2
[INFO] [stderr]    Compiling axum-extra v0.4.2
[INFO] [stderr]    Compiling aide v0.10.0
[INFO] [stderr]    Compiling sqlx-macros v0.6.2
[INFO] [stderr]    Compiling sqlx v0.6.2
[INFO] [stderr]    Compiling shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stderr]    Compiling accounts v0.1.0 (/opt/rustwide/workdir/apps/accounts)
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/accounts/src/accounts.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct AccountKey {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AccountKey` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling media v0.1.0 (/opt/rustwide/workdir/apps/media)
[INFO] [stderr]    Compiling blogs v0.1.0 (/opt/rustwide/workdir/apps/blogs)
[INFO] [stderr]    Compiling analytics v0.1.0 (/opt/rustwide/workdir/apps/analytics)
[INFO] [stderr]    Compiling clippings v0.1.0 (/opt/rustwide/workdir/apps/clippings)
[INFO] [stdout] warning: struct `PageView` is never constructed
[INFO] [stdout]  --> apps/analytics/src/page_views.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct PageView {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/media/src/images.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Image {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Image` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CreateImageInput` is never constructed
[INFO] [stdout]   --> apps/media/src/images.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CreateImageInput {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `change_image` is never used
[INFO] [stdout]    --> apps/media/src/router.rs:120:14
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub async fn change_image(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `change_image_docs` is never used
[INFO] [stdout]    --> apps/media/src/router.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn change_image_docs(op: TransformOperation) -> TransformOperation {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/clippings/src/categories.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Category {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Category` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `translation_of` is never read
[INFO] [stdout]   --> apps/clippings/src/categories.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct CategoryQuery {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub translation_of: Option<Uuid>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CategoryQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/clippings/src/items.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct ClippingItem {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClippingItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tags`, `is_featured`, and `published_at` are never read
[INFO] [stdout]   --> apps/clippings/src/items.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct ClippingItemQuery {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub tags: Vec<Uuid>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 85 |     pub is_featured: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 86 |     pub published_at: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClippingItemQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/blogs/src/posts.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Post {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Post` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_featured`, `translation_of`, and `published_at` are never read
[INFO] [stdout]   --> apps/blogs/src/posts.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct PostQuery {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub is_featured: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 75 |     pub translation_of: Option<Uuid>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 76 |     pub published_at: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PostQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `post_id` is never read
[INFO] [stdout]    --> apps/blogs/src/router.rs:199:9
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub struct PathPostImage {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 199 |     pub post_id: Uuid,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PathPostImage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling api v0.1.0 (/opt/rustwide/workdir/api)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.2, sqlx-core v0.6.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "f11b6d98570559ffb5c44389abb226d586700184decda8c9f6d0ec1e2b8b293a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f11b6d98570559ffb5c44389abb226d586700184decda8c9f6d0ec1e2b8b293a", kill_on_drop: false }`
[INFO] [stdout] f11b6d98570559ffb5c44389abb226d586700184decda8c9f6d0ec1e2b8b293a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f35e03abf505e717376ef297c3f1c1ae95d4d1db3d08baf23efaa24bec4e2093
[INFO] running `Command { std: "docker" "start" "-a" "f35e03abf505e717376ef297c3f1c1ae95d4d1db3d08baf23efaa24bec4e2093", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling leads v0.1.0 (/opt/rustwide/workdir/apps/leads)
[INFO] [stderr]    Compiling shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/accounts/src/accounts.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct AccountKey {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AccountKey` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling accounts v0.1.0 (/opt/rustwide/workdir/apps/accounts)
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/clippings/src/categories.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Category {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Category` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling blogs v0.1.0 (/opt/rustwide/workdir/apps/blogs)
[INFO] [stdout] warning: field `translation_of` is never read
[INFO] [stdout]   --> apps/clippings/src/categories.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct CategoryQuery {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub translation_of: Option<Uuid>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CategoryQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clippings v0.1.0 (/opt/rustwide/workdir/apps/clippings)
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/clippings/src/items.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct ClippingItem {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClippingItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling analytics v0.1.0 (/opt/rustwide/workdir/apps/analytics)
[INFO] [stdout] warning: fields `tags`, `is_featured`, and `published_at` are never read
[INFO] [stdout]   --> apps/clippings/src/items.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct ClippingItemQuery {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub tags: Vec<Uuid>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 85 |     pub is_featured: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 86 |     pub published_at: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClippingItemQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling media v0.1.0 (/opt/rustwide/workdir/apps/media)
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/blogs/src/posts.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Post {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Post` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_featured`, `translation_of`, and `published_at` are never read
[INFO] [stdout]   --> apps/blogs/src/posts.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct PostQuery {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub is_featured: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 75 |     pub translation_of: Option<Uuid>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 76 |     pub published_at: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PostQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `post_id` is never read
[INFO] [stdout]    --> apps/blogs/src/router.rs:199:9
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub struct PathPostImage {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 199 |     pub post_id: Uuid,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PathPostImage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageView` is never constructed
[INFO] [stdout]  --> apps/analytics/src/page_views.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct PageView {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/media/src/images.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Image {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Image` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CreateImageInput` is never constructed
[INFO] [stdout]   --> apps/media/src/images.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CreateImageInput {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `change_image` is never used
[INFO] [stdout]    --> apps/media/src/router.rs:120:14
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub async fn change_image(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `change_image_docs` is never used
[INFO] [stdout]    --> apps/media/src/router.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn change_image_docs(op: TransformOperation) -> TransformOperation {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling api v0.1.0 (/opt/rustwide/workdir/api)
[INFO] [stdout] warning: struct `PageView` is never constructed
[INFO] [stdout]  --> apps/analytics/src/page_views.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct PageView {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/accounts/src/accounts.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct AccountKey {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AccountKey` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/media/src/images.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Image {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Image` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CreateImageInput` is never constructed
[INFO] [stdout]   --> apps/media/src/images.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CreateImageInput {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `change_image` is never used
[INFO] [stdout]    --> apps/media/src/router.rs:120:14
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub async fn change_image(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `change_image_docs` is never used
[INFO] [stdout]    --> apps/media/src/router.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn change_image_docs(op: TransformOperation) -> TransformOperation {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/clippings/src/categories.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Category {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Category` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `translation_of` is never read
[INFO] [stdout]   --> apps/clippings/src/categories.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct CategoryQuery {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub translation_of: Option<Uuid>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CategoryQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/clippings/src/items.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct ClippingItem {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClippingItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tags`, `is_featured`, and `published_at` are never read
[INFO] [stdout]   --> apps/clippings/src/items.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct ClippingItemQuery {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub tags: Vec<Uuid>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 85 |     pub is_featured: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 86 |     pub published_at: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClippingItemQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcELqtQM/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtower_http-d9847367161ef5a1,libasync_compression-28c9f9858ac500d1,libflate2-2e644b603bbc50c5,libminiz_oxide-3c4081393d387e05,libadler-8a8ce72c9fb247b6,libcrc32fast-b6f658faf0f4ad73,libbrotli-7e681bc2acbe47bb,libbrotli_decompressor-aa0f14c63d82c624,liballoc_stdlib-27a2ad33aa090449,liballoc_no_stdlib-118b0458ceca2dd8,libanalytics-d8b90096ef7ccb41,libmedia-804ae20618280c37,librusty_ulid-3b78f84d323762a0,libclippings-ad14cf48f8c30af4,libblogs-2548acdb3c3082b0,libslug-06e6c1818a525635,libdeunicode-424a335a42da446d,libaccounts-9aafc1111a67972c,libargon2-67e896a53320c2d8,libblake2-9cfa4ed54ab99b6b,libpassword_hash-65900d82f71db877,libaxum_auth-6fcce525f1612b4b,libaddr-e32445738011654f,libpsl-f9e640eaa279007a,libpsl_types-be5f8942940e3a9c,libjwt_compact-78448a76831a1822,libserde_cbor-4bae0ba3a31e0601,libhalf-ab7070883a656f8b,libvalidator-557dd4c21ead57e9,libidna-12d3d058e86439db,libmatches-80dbaef09a125478,libed25519_compact-226f65753967f0ec,libct_codecs-55a8a7e8c219257a,libdotenv-7a66b7690bbb34f4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libshared-f2f99429ab4e8e2c,libopendal-bac6104025d81003,libasync_compat-1d6130b0374474b4,libreqsign-749f65cb86cd1c4b,libureq-c730d4ecc9e1eb5d,libsha1-d454e03c79ab7bd0,librsa-2e9a8ebe3ed9eded,libpkcs1-a998ea1fa8a9b2c7,libpkcs8-0f38c1339a2a7fcb,libspki-27fdb6cb6038170d,libder-d83bbdb05b92244d,libpem_rfc7468-3cf99ea68dcbacfd,libbase64ct-ee99e525df6a8c02,libsignature-b605bbc67fdea223,libnum_bigint_dig-e1d8f94933c3f6d9,liblibm-060eda7eb736f246,libnum_iter-af50a722bc91576e,libzeroize-c4f69f0708aa2248,libjsonwebtoken-1a948657745b66dd,libpem-62f885d7e8cbff82,libsimple_asn1-d885984ba500765f,libnum_bigint-d6b9a5c42ab59017,libquick_xml-5d6e5b16fd82d13f,libini-7539f1a9627c9732,libordered_multimap-2078c98658ec177d,libdlv_list-4150ad2bc7f64a01,libanyhow-6f6b6893cf42425c,libbase64-50d2915b9227cb37,libreqwest-6eb02e256e4f33f7,libhyper_rustls-846412716f7b1c46,libhyper_tls-bda140f9854b82c7,librustls_native_certs-49844f05dff329ca,libipnet-a573d325a84dc713,libtokio_native_tls-6d40d26c405fd10a,libmime_guess-ec36c3de8b5c3b39,libunicase-42ceab3c0dc4f53e,libnative_tls-fdcb543a26ef861a,libopenssl_probe-5821ed5bfde807ff,libopenssl-40d8ab0bcd72373f,libforeign_types-ce5d663d7c32e748,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-2095fa6a2f475648,libbackon-419d32c3f231dadb,libfutures-8ee9a5b9a9e66f31,libfutures_executor-31c18002452c2373,libtime-4eee5ec1842eb218,libtime_core-3dea729da486ae44,libflagset-2c47c33bbdacf2c4,libtracing_subscriber-47de2ae0facfea98,libtracing_serde-aea796a32aa9f7c3,libnu_ansi_term-f931ee7dde0184c0,liboverload-447f2db329e02fd7,libsharded_slab-2d2b91133edd9595,libmatchers-e0c8493a6985aba5,libregex_automata-f71d17cb80fae351,libregex-c9fa82312c7b4682,libaho_corasick-04356261da0241aa,libregex_syntax-0b42395ebb20dab7,libthread_local-c5503cf2e0c72c65,libtracing_log-d0ab24bdb9b59a63,liblazy_static-64a0306335870e44,libserde_with-4c6bfce69ded4116,libsqlx-f633928f63c24d68,libsqlx_core-5f4a675042bb0898,libdotenvy-0f3c9f828c8c94ea,libcrc-aef3b6ca46cc6be0,libcrc_catalog-d74ddada72fed136,libhex-13e08b3b00984ab7,libwhoami-449eb89cdb0bad9a,libdirs-d5476a46a19d2c75,libdirs_sys-5231093119d6635b,libtokio_stream-6ba35c061b125d7b,librustls_pemfile-d803adcc1d3003c5,libbase64-42295ac2e0e134a3,libwebpki_roots-a5c59c377d811ddc,libsqlformat-fd294efbf4eb2845,libunicode_categories-6f2b7f5ace1e9985,libnom-3290e28acd19ecb7,libitertools-789eb55cbe427f7a,liburl-949f48b48ac24e45,libidna-31cd3b8477c84c66,libmd5-cd8d07ef435d21e3,libbyteorder-2127960ea3602eda,libatoi-180aaf12928c2714,libstringprep-a86a388604c3f165,libunicode_normalization-bace0994bf1c65e9,libtinyvec-dabb1bd64e414e54,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,librand-2b515e9269830c77,librand_chacha-c27718c6f2119255,libppv_lite86-74d192d5fb0d20a2,librand_core-624fa26ab4271570,libhkdf-fa06bdcdb58c1335,libhmac-c5bf644327d66583,libsha2-7ec4b84422866f9b,libcpufeatures-334c279ac859326b,libdigest-36b6ded983a5471b,libsubtle-e8a5d4b550a2b725,libconst_oid-89d5a5afacd01e5d,libblock_buffer-96af0dbdbbc0a8aa,libcrypto_common-caca9b2e4447ea42,libgeneric_array-af340b5cab41132d,libtypenum-52da12a67493096a,libsqlx_rt-55f74ff63c51fb53,libtokio_rustls-9961df0160c2b84f,librustls-8b9a38b6b70eb676,libsct-873c1148b1332751,libwebpki-38951a9da58ce16c,libring-b7a5edebceda5048,libspin-4089a13ab2a784ba,libuntrusted-a7f0f384c8611dea,libhashlink-e7d47e1a95188467,libcrossbeam_queue-ee9519b1e5b2348a,libcrossbeam_utils-d5efe1f2fca9200c,libfutures_intrusive-46889ac11f78b395,libparking_lot-487ad9e33a518a35,libparking_lot_core-62f660be7f82ba02,libinstant-52a03de02aea7251,libeither-467d6d629778c0bf,libevent_listener-0282a877755a83ef,libaide-13af89d3c830f183,libaxum_extra-89a91cdfd015169a,libserde_html_form-7203108f7279a391,libaxum-4229cfe0e7d8874e,libmulter-251f8610dd9602dc,libspin-e82b4fed07d19a5b,libencoding_rs-b09047cb7e6599fe,libserde_path_to_error-47ae34188306eec6,libserde_urlencoded-b615609f38d0df9e,libform_urlencoded-fd125f4e3f92ae03,libpercent_encoding-bf512ecf668f0e68,libbitflags-dde12b0d7d495b50,libmatchit-1c16c7352989f5c0,libhyper-2d75c0d7d618e17a,libwant-a07a30c7e18e011e,libtry_lock-0ea2511cea348424,libhttparse-e52ab67d597b9500,libh2-a3a39b3473922b9c,libtokio_util-a93313ae644db628,libtracing-0db790674123d667,libtracing_core-cc89f51e4c83d239,libhttpdate-5527bd2ab7a43206,libsync_wrapper-ab7156e948d9026d,libaxum_core-672338c8d9cc5ec9,libmime-df56754a5ea019bb,libhttp_body-233d2ee0653548f2,libtower-eaa3eefab5ab4180,libpin_project-47b5b349e44b2c78,libtower_layer-42079adb73a9aac4,libfutures_util-fb32f4b37814d249,libfutures_io-3c4895eb48f57a6b,libslab-c31f36e3ee47a570,libfutures_channel-d7bf794bea6826ac,libfutures_sink-6e96cabfd22eb3eb,libfutures_task-d5be3883e01c26c9,libpin_utils-3860774ad9b215b5,libfutures_core-2a6c346b91848ae1,libtower_service-442e0d38cf369aa3,libtokio-26cbc75a53b90204,libsignal_hook_registry-3441cb77dca16bcb,libnum_cpus-9f40cd6fae24c9d6,libsocket2-1032103506e00b28,libmemchr-fe2e5a4f134682e2,libmio-0d2097adf3041ca5,liblog-ec46de5c30914dd3,libpin_project_lite-6df6c214457c8ca7,libparking_lot-f6482512c9d6dc75,libparking_lot_core-1448214ad5554e81,libsmallvec-4517414d4f20efb1,liblock_api-7dcc20638937e2b6,libscopeguard-e318caba69bf687f,libschemars-7cc01fb16ef95e12,libdyn_clone-c03927aeb811d2b9,libuuid-cb28dc912c68e519,libserde_json-21343e63e30f31b2,libryu-d41f87005784b1b4,libchrono-1c4ef49822e72526,libiana_time_zone-092ba8b05fc9b5b1,libnum_integer-90cd5992c18d72b4,libnum_traits-f05416b27b32e355,libtime-b8932327f86d87d2,libthiserror-a6f4093a14315dae,libhttp-fa854a41b6cbe5b9,libitoa-b1c8d26b4c65e25a,libfnv-79e2cbfbe03dcd16,libbytes-bfed4fc704947305,libindexmap-464a353395ab27dc,libhashbrown-cc3534c891505cf3,libahash-8a40dd8df63b0cc3,libgetrandom-d64faea6c176517f,liblibc-9a3261c16f83ac0e,libcfg_if-3e7fc4e38d4a72b5,libonce_cell-9a29211daf4ab5bf,libserde-b21539f1ee216ab5}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcELqtQM/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-5558ed22d294f7dd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/api-6bfcc38ed45ed008" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `api` (bin "api" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `account_id` is never read
[INFO] [stdout]   --> apps/blogs/src/posts.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Post {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub account_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Post` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_featured`, `translation_of`, and `published_at` are never read
[INFO] [stdout]   --> apps/blogs/src/posts.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct PostQuery {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub is_featured: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 75 |     pub translation_of: Option<Uuid>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 76 |     pub published_at: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PostQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `post_id` is never read
[INFO] [stdout]    --> apps/blogs/src/router.rs:199:9
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub struct PathPostImage {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 199 |     pub post_id: Uuid,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PathPostImage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcDIm4my/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libaccounts-9aafc1111a67972c,libargon2-67e896a53320c2d8,libblake2-9cfa4ed54ab99b6b,libpassword_hash-65900d82f71db877,libaxum_auth-6fcce525f1612b4b,libaddr-e32445738011654f,libpsl-f9e640eaa279007a,libpsl_types-be5f8942940e3a9c,libjwt_compact-78448a76831a1822,libserde_cbor-4bae0ba3a31e0601,libhalf-ab7070883a656f8b,libvalidator-557dd4c21ead57e9,libidna-12d3d058e86439db,libmatches-80dbaef09a125478,libed25519_compact-226f65753967f0ec,libct_codecs-55a8a7e8c219257a,libshared-f2f99429ab4e8e2c,libopendal-bac6104025d81003,libasync_compat-1d6130b0374474b4,libreqsign-749f65cb86cd1c4b,libureq-c730d4ecc9e1eb5d,libsha1-d454e03c79ab7bd0,librsa-2e9a8ebe3ed9eded,libpkcs1-a998ea1fa8a9b2c7,libpkcs8-0f38c1339a2a7fcb,libspki-27fdb6cb6038170d,libder-d83bbdb05b92244d,libpem_rfc7468-3cf99ea68dcbacfd,libbase64ct-ee99e525df6a8c02,libsignature-b605bbc67fdea223,libnum_bigint_dig-e1d8f94933c3f6d9,liblibm-060eda7eb736f246,libnum_iter-af50a722bc91576e,libzeroize-c4f69f0708aa2248,libjsonwebtoken-1a948657745b66dd,libpem-62f885d7e8cbff82,libsimple_asn1-d885984ba500765f,libnum_bigint-d6b9a5c42ab59017,libquick_xml-5d6e5b16fd82d13f,libini-7539f1a9627c9732,libordered_multimap-2078c98658ec177d,libdlv_list-4150ad2bc7f64a01,libanyhow-6f6b6893cf42425c,libbase64-50d2915b9227cb37,libreqwest-6eb02e256e4f33f7,libhyper_rustls-846412716f7b1c46,libhyper_tls-bda140f9854b82c7,librustls_native_certs-49844f05dff329ca,libipnet-a573d325a84dc713,libtokio_native_tls-6d40d26c405fd10a,libmime_guess-ec36c3de8b5c3b39,libunicase-42ceab3c0dc4f53e,libnative_tls-fdcb543a26ef861a,libopenssl_probe-5821ed5bfde807ff,libopenssl-40d8ab0bcd72373f,libforeign_types-ce5d663d7c32e748,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-2095fa6a2f475648,libbackon-419d32c3f231dadb,libfutures-8ee9a5b9a9e66f31,libfutures_executor-31c18002452c2373,libtime-4eee5ec1842eb218,libtime_core-3dea729da486ae44,libflagset-2c47c33bbdacf2c4,libtracing_subscriber-47de2ae0facfea98,libtracing_serde-aea796a32aa9f7c3,libnu_ansi_term-f931ee7dde0184c0,liboverload-447f2db329e02fd7,libsharded_slab-2d2b91133edd9595,libmatchers-e0c8493a6985aba5,libregex_automata-f71d17cb80fae351,libregex-c9fa82312c7b4682,libaho_corasick-04356261da0241aa,libregex_syntax-0b42395ebb20dab7,libthread_local-c5503cf2e0c72c65,libtracing_log-d0ab24bdb9b59a63,liblazy_static-64a0306335870e44,libaide-13af89d3c830f183,libaxum_extra-89a91cdfd015169a,libserde_html_form-7203108f7279a391,libserde_with-4c6bfce69ded4116,libschemars-7cc01fb16ef95e12,libdyn_clone-c03927aeb811d2b9,libsqlx-f633928f63c24d68,libsqlx_core-5f4a675042bb0898,libdotenvy-0f3c9f828c8c94ea,libcrc-aef3b6ca46cc6be0,libcrc_catalog-d74ddada72fed136,libhex-13e08b3b00984ab7,libwhoami-449eb89cdb0bad9a,libdirs-d5476a46a19d2c75,libdirs_sys-5231093119d6635b,libtokio_stream-6ba35c061b125d7b,librustls_pemfile-d803adcc1d3003c5,libbase64-42295ac2e0e134a3,libwebpki_roots-a5c59c377d811ddc,libsqlformat-fd294efbf4eb2845,libunicode_categories-6f2b7f5ace1e9985,libnom-3290e28acd19ecb7,libitertools-789eb55cbe427f7a,libthiserror-a6f4093a14315dae,liburl-949f48b48ac24e45,libidna-31cd3b8477c84c66,libmd5-cd8d07ef435d21e3,libbyteorder-2127960ea3602eda,libatoi-180aaf12928c2714,libstringprep-a86a388604c3f165,libunicode_normalization-bace0994bf1c65e9,libtinyvec-dabb1bd64e414e54,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,librand-2b515e9269830c77,librand_chacha-c27718c6f2119255,libppv_lite86-74d192d5fb0d20a2,librand_core-624fa26ab4271570,libhkdf-fa06bdcdb58c1335,libhmac-c5bf644327d66583,libsha2-7ec4b84422866f9b,libcpufeatures-334c279ac859326b,libdigest-36b6ded983a5471b,libsubtle-e8a5d4b550a2b725,libconst_oid-89d5a5afacd01e5d,libblock_buffer-96af0dbdbbc0a8aa,libcrypto_common-caca9b2e4447ea42,libgeneric_array-af340b5cab41132d,libtypenum-52da12a67493096a,libsqlx_rt-55f74ff63c51fb53,libtokio_rustls-9961df0160c2b84f,librustls-8b9a38b6b70eb676,libsct-873c1148b1332751,libwebpki-38951a9da58ce16c,libring-b7a5edebceda5048,libspin-4089a13ab2a784ba,libuntrusted-a7f0f384c8611dea,libhashlink-e7d47e1a95188467,libuuid-cb28dc912c68e519,libcrossbeam_queue-ee9519b1e5b2348a,libcrossbeam_utils-d5efe1f2fca9200c,libfutures_intrusive-46889ac11f78b395,libparking_lot-487ad9e33a518a35,libparking_lot_core-62f660be7f82ba02,libinstant-52a03de02aea7251,libeither-467d6d629778c0bf,libevent_listener-0282a877755a83ef,libaxum-4229cfe0e7d8874e,libmulter-251f8610dd9602dc,libspin-e82b4fed07d19a5b,libencoding_rs-b09047cb7e6599fe,libserde_path_to_error-47ae34188306eec6,libserde_json-21343e63e30f31b2,libserde_urlencoded-b615609f38d0df9e,libryu-d41f87005784b1b4,libform_urlencoded-fd125f4e3f92ae03,libpercent_encoding-bf512ecf668f0e68,libbitflags-dde12b0d7d495b50,libmatchit-1c16c7352989f5c0,libhyper-2d75c0d7d618e17a,libwant-a07a30c7e18e011e,libtry_lock-0ea2511cea348424,libhttparse-e52ab67d597b9500,libh2-a3a39b3473922b9c,libindexmap-464a353395ab27dc,libhashbrown-cc3534c891505cf3,libahash-8a40dd8df63b0cc3,libgetrandom-d64faea6c176517f,libtokio_util-a93313ae644db628,libtracing-0db790674123d667,libtracing_core-cc89f51e4c83d239,libonce_cell-9a29211daf4ab5bf,libhttpdate-5527bd2ab7a43206,libsync_wrapper-ab7156e948d9026d,libaxum_core-672338c8d9cc5ec9,libmime-df56754a5ea019bb,libhttp_body-233d2ee0653548f2,libtower-eaa3eefab5ab4180,libpin_project-47b5b349e44b2c78,libtower_layer-42079adb73a9aac4,libfutures_util-fb32f4b37814d249,libfutures_io-3c4895eb48f57a6b,libslab-c31f36e3ee47a570,libfutures_channel-d7bf794bea6826ac,libfutures_sink-6e96cabfd22eb3eb,libfutures_task-d5be3883e01c26c9,libpin_utils-3860774ad9b215b5,libfutures_core-2a6c346b91848ae1,libtower_service-442e0d38cf369aa3,libtokio-26cbc75a53b90204,libsignal_hook_registry-3441cb77dca16bcb,libnum_cpus-9f40cd6fae24c9d6,libsocket2-1032103506e00b28,libmemchr-fe2e5a4f134682e2,libmio-0d2097adf3041ca5,liblog-ec46de5c30914dd3,libpin_project_lite-6df6c214457c8ca7,libparking_lot-f6482512c9d6dc75,libparking_lot_core-1448214ad5554e81,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-4517414d4f20efb1,liblock_api-7dcc20638937e2b6,libscopeguard-e318caba69bf687f,libhttp-fa854a41b6cbe5b9,libitoa-b1c8d26b4c65e25a,libbytes-bfed4fc704947305,libfnv-79e2cbfbe03dcd16,libchrono-1c4ef49822e72526,libiana_time_zone-092ba8b05fc9b5b1,libnum_integer-90cd5992c18d72b4,libnum_traits-f05416b27b32e355,libserde-b21539f1ee216ab5,libtime-b8932327f86d87d2,liblibc-9a3261c16f83ac0e}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcDIm4my/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-5558ed22d294f7dd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/analytics-bc861edeb2b93ee4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `analytics` (lib test) due to 1 previous error; 1 warning emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcv4djBq/symbols.o" "<9 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libaccounts-9aafc1111a67972c,libargon2-67e896a53320c2d8,libblake2-9cfa4ed54ab99b6b,libpassword_hash-65900d82f71db877,libaxum_auth-6fcce525f1612b4b,libaddr-e32445738011654f,libpsl-f9e640eaa279007a,libpsl_types-be5f8942940e3a9c,libshared-f2f99429ab4e8e2c,libopendal-bac6104025d81003,libasync_compat-1d6130b0374474b4,libreqsign-749f65cb86cd1c4b,libureq-c730d4ecc9e1eb5d,libsha1-d454e03c79ab7bd0,librsa-2e9a8ebe3ed9eded,libpkcs1-a998ea1fa8a9b2c7,libpkcs8-0f38c1339a2a7fcb,libspki-27fdb6cb6038170d,libder-d83bbdb05b92244d,libpem_rfc7468-3cf99ea68dcbacfd,libsignature-b605bbc67fdea223,libnum_bigint_dig-e1d8f94933c3f6d9,liblibm-060eda7eb736f246,libnum_iter-af50a722bc91576e,libjsonwebtoken-1a948657745b66dd,libpem-62f885d7e8cbff82,libsimple_asn1-d885984ba500765f,libnum_bigint-d6b9a5c42ab59017,libquick_xml-5d6e5b16fd82d13f,libini-7539f1a9627c9732,libordered_multimap-2078c98658ec177d,libdlv_list-4150ad2bc7f64a01,libbase64-50d2915b9227cb37,libreqwest-6eb02e256e4f33f7,libhyper_rustls-846412716f7b1c46,libhyper_tls-bda140f9854b82c7,librustls_native_certs-49844f05dff329ca,libipnet-a573d325a84dc713,libtokio_native_tls-6d40d26c405fd10a,libmime_guess-ec36c3de8b5c3b39,libunicase-42ceab3c0dc4f53e,libnative_tls-fdcb543a26ef861a,libopenssl_probe-5821ed5bfde807ff,libopenssl-40d8ab0bcd72373f,libforeign_types-ce5d663d7c32e748,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-2095fa6a2f475648,libbackon-419d32c3f231dadb,libfutures-8ee9a5b9a9e66f31,libfutures_executor-31c18002452c2373,libtime-4eee5ec1842eb218,libtime_core-3dea729da486ae44,libflagset-2c47c33bbdacf2c4,libtracing_subscriber-47de2ae0facfea98,libtracing_serde-aea796a32aa9f7c3,libnu_ansi_term-f931ee7dde0184c0,liboverload-447f2db329e02fd7,libsharded_slab-2d2b91133edd9595,libmatchers-e0c8493a6985aba5,libregex_automata-f71d17cb80fae351,libthread_local-c5503cf2e0c72c65,libtracing_log-d0ab24bdb9b59a63,libserde_with-4c6bfce69ded4116,libjwt_compact-78448a76831a1822,libserde_cbor-4bae0ba3a31e0601,libhalf-ab7070883a656f8b,libbase64ct-ee99e525df6a8c02,libzeroize-c4f69f0708aa2248,libanyhow-6f6b6893cf42425c,libvalidator-557dd4c21ead57e9,liblazy_static-64a0306335870e44,libidna-12d3d058e86439db,libmatches-80dbaef09a125478,libsqlx-f633928f63c24d68,libsqlx_core-5f4a675042bb0898,libdotenvy-0f3c9f828c8c94ea,libcrc-aef3b6ca46cc6be0,libcrc_catalog-d74ddada72fed136,libhex-13e08b3b00984ab7,libwhoami-449eb89cdb0bad9a,libdirs-d5476a46a19d2c75,libdirs_sys-5231093119d6635b,libtokio_stream-6ba35c061b125d7b,librustls_pemfile-d803adcc1d3003c5,libbase64-42295ac2e0e134a3,libwebpki_roots-a5c59c377d811ddc,libsqlformat-fd294efbf4eb2845,libunicode_categories-6f2b7f5ace1e9985,libnom-3290e28acd19ecb7,libitertools-789eb55cbe427f7a,liburl-949f48b48ac24e45,libidna-31cd3b8477c84c66,libmd5-cd8d07ef435d21e3,libbyteorder-2127960ea3602eda,libatoi-180aaf12928c2714,libstringprep-a86a388604c3f165,libunicode_normalization-bace0994bf1c65e9,libtinyvec-dabb1bd64e414e54,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,librand-2b515e9269830c77,librand_chacha-c27718c6f2119255,libppv_lite86-74d192d5fb0d20a2,librand_core-624fa26ab4271570,libhkdf-fa06bdcdb58c1335,libhmac-c5bf644327d66583,libsha2-7ec4b84422866f9b,libcpufeatures-334c279ac859326b,libdigest-36b6ded983a5471b,libsubtle-e8a5d4b550a2b725,libconst_oid-89d5a5afacd01e5d,libblock_buffer-96af0dbdbbc0a8aa,libcrypto_common-caca9b2e4447ea42,libgeneric_array-af340b5cab41132d,libtypenum-52da12a67493096a,libsqlx_rt-55f74ff63c51fb53,libtokio_rustls-9961df0160c2b84f,librustls-8b9a38b6b70eb676,libsct-873c1148b1332751,libwebpki-38951a9da58ce16c,libring-b7a5edebceda5048,libspin-4089a13ab2a784ba,libuntrusted-a7f0f384c8611dea,libhashlink-e7d47e1a95188467,libcrossbeam_queue-ee9519b1e5b2348a,libcrossbeam_utils-d5efe1f2fca9200c,libfutures_intrusive-46889ac11f78b395,libparking_lot-487ad9e33a518a35,libparking_lot_core-62f660be7f82ba02,libinstant-52a03de02aea7251,libeither-467d6d629778c0bf,libevent_listener-0282a877755a83ef,libregex-c9fa82312c7b4682,libaho_corasick-04356261da0241aa,libregex_syntax-0b42395ebb20dab7,libed25519_compact-226f65753967f0ec,libct_codecs-55a8a7e8c219257a,libaide-13af89d3c830f183,libaxum_extra-89a91cdfd015169a,libserde_html_form-7203108f7279a391,libaxum-4229cfe0e7d8874e,libmulter-251f8610dd9602dc,libspin-e82b4fed07d19a5b,libencoding_rs-b09047cb7e6599fe,libserde_path_to_error-47ae34188306eec6,libserde_urlencoded-b615609f38d0df9e,libform_urlencoded-fd125f4e3f92ae03,libpercent_encoding-bf512ecf668f0e68,libbitflags-dde12b0d7d495b50,libmatchit-1c16c7352989f5c0,libhyper-2d75c0d7d618e17a,libwant-a07a30c7e18e011e,libtry_lock-0ea2511cea348424,libhttparse-e52ab67d597b9500,libh2-a3a39b3473922b9c,libtokio_util-a93313ae644db628,libtracing-0db790674123d667,libtracing_core-cc89f51e4c83d239,libhttpdate-5527bd2ab7a43206,libsync_wrapper-ab7156e948d9026d,libaxum_core-672338c8d9cc5ec9,libmime-df56754a5ea019bb,libhttp_body-233d2ee0653548f2,libtower-eaa3eefab5ab4180,libpin_project-47b5b349e44b2c78,libtower_layer-42079adb73a9aac4,libfutures_util-fb32f4b37814d249,libfutures_io-3c4895eb48f57a6b,libslab-c31f36e3ee47a570,libfutures_channel-d7bf794bea6826ac,libfutures_sink-6e96cabfd22eb3eb,libfutures_task-d5be3883e01c26c9,libpin_utils-3860774ad9b215b5,libfutures_core-2a6c346b91848ae1,libtower_service-442e0d38cf369aa3,libtokio-26cbc75a53b90204,libsignal_hook_registry-3441cb77dca16bcb,libnum_cpus-9f40cd6fae24c9d6,libsocket2-1032103506e00b28,libmemchr-fe2e5a4f134682e2,libmio-0d2097adf3041ca5,liblog-ec46de5c30914dd3,libpin_project_lite-6df6c214457c8ca7,libparking_lot-f6482512c9d6dc75,libparking_lot_core-1448214ad5554e81,libsmallvec-4517414d4f20efb1,liblock_api-7dcc20638937e2b6,libscopeguard-e318caba69bf687f,libschemars-7cc01fb16ef95e12,libdyn_clone-c03927aeb811d2b9,libuuid-cb28dc912c68e519,libserde_json-21343e63e30f31b2,libryu-d41f87005784b1b4,libchrono-1c4ef49822e72526,libiana_time_zone-092ba8b05fc9b5b1,libnum_integer-90cd5992c18d72b4,libnum_traits-f05416b27b32e355,libtime-b8932327f86d87d2,libthiserror-a6f4093a14315dae,libhttp-fa854a41b6cbe5b9,libitoa-b1c8d26b4c65e25a,libfnv-79e2cbfbe03dcd16,libbytes-bfed4fc704947305,libindexmap-464a353395ab27dc,libhashbrown-cc3534c891505cf3,libahash-8a40dd8df63b0cc3,libgetrandom-d64faea6c176517f,liblibc-9a3261c16f83ac0e,libcfg_if-3e7fc4e38d4a72b5,libonce_cell-9a29211daf4ab5bf,libserde-b21539f1ee216ab5}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcv4djBq/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-5558ed22d294f7dd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/accounts_test-99d7921a67544f59" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `accounts` (test "accounts_test") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcipG5pq/symbols.o" "<8 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libclippings-ad14cf48f8c30af4,libslug-06e6c1818a525635,libdeunicode-424a335a42da446d,libaccounts-9aafc1111a67972c,libargon2-67e896a53320c2d8,libblake2-9cfa4ed54ab99b6b,libpassword_hash-65900d82f71db877,libaxum_auth-6fcce525f1612b4b,libaddr-e32445738011654f,libpsl-f9e640eaa279007a,libpsl_types-be5f8942940e3a9c,libshared-f2f99429ab4e8e2c,libopendal-bac6104025d81003,libasync_compat-1d6130b0374474b4,libreqsign-749f65cb86cd1c4b,libureq-c730d4ecc9e1eb5d,libsha1-d454e03c79ab7bd0,librsa-2e9a8ebe3ed9eded,libpkcs1-a998ea1fa8a9b2c7,libpkcs8-0f38c1339a2a7fcb,libspki-27fdb6cb6038170d,libder-d83bbdb05b92244d,libpem_rfc7468-3cf99ea68dcbacfd,libsignature-b605bbc67fdea223,libnum_bigint_dig-e1d8f94933c3f6d9,liblibm-060eda7eb736f246,libnum_iter-af50a722bc91576e,libjsonwebtoken-1a948657745b66dd,libpem-62f885d7e8cbff82,libsimple_asn1-d885984ba500765f,libnum_bigint-d6b9a5c42ab59017,libquick_xml-5d6e5b16fd82d13f,libini-7539f1a9627c9732,libordered_multimap-2078c98658ec177d,libdlv_list-4150ad2bc7f64a01,libbase64-50d2915b9227cb37,libreqwest-6eb02e256e4f33f7,libhyper_rustls-846412716f7b1c46,libhyper_tls-bda140f9854b82c7,librustls_native_certs-49844f05dff329ca,libipnet-a573d325a84dc713,libtokio_native_tls-6d40d26c405fd10a,libmime_guess-ec36c3de8b5c3b39,libunicase-42ceab3c0dc4f53e,libnative_tls-fdcb543a26ef861a,libopenssl_probe-5821ed5bfde807ff,libopenssl-40d8ab0bcd72373f,libforeign_types-ce5d663d7c32e748,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-2095fa6a2f475648,libbackon-419d32c3f231dadb,libfutures-8ee9a5b9a9e66f31,libfutures_executor-31c18002452c2373,libtime-4eee5ec1842eb218,libtime_core-3dea729da486ae44,libflagset-2c47c33bbdacf2c4,libtracing_subscriber-47de2ae0facfea98,libtracing_serde-aea796a32aa9f7c3,libnu_ansi_term-f931ee7dde0184c0,liboverload-447f2db329e02fd7,libsharded_slab-2d2b91133edd9595,libmatchers-e0c8493a6985aba5,libregex_automata-f71d17cb80fae351,libthread_local-c5503cf2e0c72c65,libtracing_log-d0ab24bdb9b59a63,libserde_with-4c6bfce69ded4116,libjwt_compact-78448a76831a1822,libserde_cbor-4bae0ba3a31e0601,libhalf-ab7070883a656f8b,libbase64ct-ee99e525df6a8c02,libzeroize-c4f69f0708aa2248,libanyhow-6f6b6893cf42425c,libvalidator-557dd4c21ead57e9,liblazy_static-64a0306335870e44,libidna-12d3d058e86439db,libmatches-80dbaef09a125478,libsqlx-f633928f63c24d68,libsqlx_core-5f4a675042bb0898,libdotenvy-0f3c9f828c8c94ea,libcrc-aef3b6ca46cc6be0,libcrc_catalog-d74ddada72fed136,libhex-13e08b3b00984ab7,libwhoami-449eb89cdb0bad9a,libdirs-d5476a46a19d2c75,libdirs_sys-5231093119d6635b,libtokio_stream-6ba35c061b125d7b,librustls_pemfile-d803adcc1d3003c5,libbase64-42295ac2e0e134a3,libwebpki_roots-a5c59c377d811ddc,libsqlformat-fd294efbf4eb2845,libunicode_categories-6f2b7f5ace1e9985,libnom-3290e28acd19ecb7,libitertools-789eb55cbe427f7a,liburl-949f48b48ac24e45,libidna-31cd3b8477c84c66,libmd5-cd8d07ef435d21e3,libbyteorder-2127960ea3602eda,libatoi-180aaf12928c2714,libstringprep-a86a388604c3f165,libunicode_normalization-bace0994bf1c65e9,libtinyvec-dabb1bd64e414e54,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,librand-2b515e9269830c77,librand_chacha-c27718c6f2119255,libppv_lite86-74d192d5fb0d20a2,librand_core-624fa26ab4271570,libhkdf-fa06bdcdb58c1335,libhmac-c5bf644327d66583,libsha2-7ec4b84422866f9b,libcpufeatures-334c279ac859326b,libdigest-36b6ded983a5471b,libsubtle-e8a5d4b550a2b725,libconst_oid-89d5a5afacd01e5d,libblock_buffer-96af0dbdbbc0a8aa,libcrypto_common-caca9b2e4447ea42,libgeneric_array-af340b5cab41132d,libtypenum-52da12a67493096a,libsqlx_rt-55f74ff63c51fb53,libtokio_rustls-9961df0160c2b84f,librustls-8b9a38b6b70eb676,libsct-873c1148b1332751,libwebpki-38951a9da58ce16c,libring-b7a5edebceda5048,libspin-4089a13ab2a784ba,libuntrusted-a7f0f384c8611dea,libhashlink-e7d47e1a95188467,libcrossbeam_queue-ee9519b1e5b2348a,libcrossbeam_utils-d5efe1f2fca9200c,libfutures_intrusive-46889ac11f78b395,libparking_lot-487ad9e33a518a35,libparking_lot_core-62f660be7f82ba02,libinstant-52a03de02aea7251,libeither-467d6d629778c0bf,libevent_listener-0282a877755a83ef,libregex-c9fa82312c7b4682,libaho_corasick-04356261da0241aa,libregex_syntax-0b42395ebb20dab7,libed25519_compact-226f65753967f0ec,libct_codecs-55a8a7e8c219257a,libaide-13af89d3c830f183,libaxum_extra-89a91cdfd015169a,libserde_html_form-7203108f7279a391,libaxum-4229cfe0e7d8874e,libmulter-251f8610dd9602dc,libspin-e82b4fed07d19a5b,libencoding_rs-b09047cb7e6599fe,libserde_path_to_error-47ae34188306eec6,libserde_urlencoded-b615609f38d0df9e,libform_urlencoded-fd125f4e3f92ae03,libpercent_encoding-bf512ecf668f0e68,libbitflags-dde12b0d7d495b50,libmatchit-1c16c7352989f5c0,libhyper-2d75c0d7d618e17a,libwant-a07a30c7e18e011e,libtry_lock-0ea2511cea348424,libhttparse-e52ab67d597b9500,libh2-a3a39b3473922b9c,libtokio_util-a93313ae644db628,libtracing-0db790674123d667,libtracing_core-cc89f51e4c83d239,libhttpdate-5527bd2ab7a43206,libsync_wrapper-ab7156e948d9026d,libaxum_core-672338c8d9cc5ec9,libmime-df56754a5ea019bb,libhttp_body-233d2ee0653548f2,libtower-eaa3eefab5ab4180,libpin_project-47b5b349e44b2c78,libtower_layer-42079adb73a9aac4,libfutures_util-fb32f4b37814d249,libfutures_io-3c4895eb48f57a6b,libslab-c31f36e3ee47a570,libfutures_channel-d7bf794bea6826ac,libfutures_sink-6e96cabfd22eb3eb,libfutures_task-d5be3883e01c26c9,libpin_utils-3860774ad9b215b5,libfutures_core-2a6c346b91848ae1,libtower_service-442e0d38cf369aa3,libtokio-26cbc75a53b90204,libsignal_hook_registry-3441cb77dca16bcb,libnum_cpus-9f40cd6fae24c9d6,libsocket2-1032103506e00b28,libmemchr-fe2e5a4f134682e2,libmio-0d2097adf3041ca5,liblog-ec46de5c30914dd3,libpin_project_lite-6df6c214457c8ca7,libparking_lot-f6482512c9d6dc75,libparking_lot_core-1448214ad5554e81,libsmallvec-4517414d4f20efb1,liblock_api-7dcc20638937e2b6,libscopeguard-e318caba69bf687f,libschemars-7cc01fb16ef95e12,libdyn_clone-c03927aeb811d2b9,libuuid-cb28dc912c68e519,libserde_json-21343e63e30f31b2,libryu-d41f87005784b1b4,libchrono-1c4ef49822e72526,libiana_time_zone-092ba8b05fc9b5b1,libnum_integer-90cd5992c18d72b4,libnum_traits-f05416b27b32e355,libtime-b8932327f86d87d2,libthiserror-a6f4093a14315dae,libhttp-fa854a41b6cbe5b9,libitoa-b1c8d26b4c65e25a,libfnv-79e2cbfbe03dcd16,libbytes-bfed4fc704947305,libindexmap-464a353395ab27dc,libhashbrown-cc3534c891505cf3,libahash-8a40dd8df63b0cc3,libgetrandom-d64faea6c176517f,liblibc-9a3261c16f83ac0e,libcfg_if-3e7fc4e38d4a72b5,libonce_cell-9a29211daf4ab5bf,libserde-b21539f1ee216ab5}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcipG5pq/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-5558ed22d294f7dd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/categories_test-842043ac4a17f66a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clippings` (test "categories_test") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f35e03abf505e717376ef297c3f1c1ae95d4d1db3d08baf23efaa24bec4e2093", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f35e03abf505e717376ef297c3f1c1ae95d4d1db3d08baf23efaa24bec4e2093", kill_on_drop: false }`
[INFO] [stdout] f35e03abf505e717376ef297c3f1c1ae95d4d1db3d08baf23efaa24bec4e2093
