[INFO] cloning repository https://github.com/johnzilla/3goodsources
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnzilla/3goodsources" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnzilla%2F3goodsources", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnzilla%2F3goodsources'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 245651c53fa6894b70bdbecf4eafbb4e5e5706fd
[INFO] testing johnzilla/3goodsources 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%2Fjohnzilla%2F3goodsources" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/johnzilla/3goodsources
[INFO] finished tweaking git repo https://github.com/johnzilla/3goodsources
[INFO] tweaked toml for git repo https://github.com/johnzilla/3goodsources written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnzilla/3goodsources 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/johnzilla/3goodsources 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10
[INFO] running `Command { std: "docker" "start" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10", 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" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10" "/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" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10", 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" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling hybrid-array v0.4.7
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling crypto-common v0.2.0
[INFO] [stderr]    Compiling block-buffer v0.11.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0-pre.6 (https://github.com/dalek-cryptography/curve25519-dalek?branch=main#61533d75)
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling digest v0.11.0-rc.11
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling signature v3.0.0-rc.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling pkarr v5.0.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling sha2 v0.11.0-rc.5
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling stop-words v0.9.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling ed25519 v3.0.0-rc.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling ed25519-dalek v3.0.0-pre.6
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling base32 v0.5.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling envy v0.4.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling three-good-sources v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `error::AuditError`
[INFO] [stdout]  --> src/audit/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::AuditError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AuditAction`, `canonical_message`, and `hash_entry_json`
[INFO] [stdout]  --> src/audit/mod.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use types::{canonical_message, filter_entries, hash_entry_json, AuditAction, AuditEntry, AuditFilterParams};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^                  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::ContributionError`
[INFO] [stdout]  --> src/contributions/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::ContributionError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ProposalAction`, `ProposalStatus`, `VoteChoice`, and `Vote`
[INFO] [stdout]  --> src/contributions/mod.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Proposal, ProposalAction, ProposalFilterParams, ProposalStatus, ProposalSummary, Vote,
[INFO] [stdout]   |               ^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^^                   ^^^^
[INFO] [stdout] 9 |     VoteChoice,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CachedPeerSnapshot`
[INFO] [stdout]  --> src/federation/mod.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use cache::{CachedPeerSnapshot, PeerCache};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::FederationError`
[INFO] [stdout]  --> src/federation/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use error::FederationError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CachedPeer`, `FederatedMatch`, `PeerCurator`, `PeerEndorsement`, `PeerRegistry`, and `TrustLevel`
[INFO] [stdout]  --> src/federation/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     CachedPeer, FederatedMatch, PeerCurator, PeerEndorsement, PeerRegistry, PeerStatus, TrustLevel,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::IdentityError`
[INFO] [stdout]  --> src/identity/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::IdentityError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PlatformClaim` and `Platform`
[INFO] [stdout]  --> src/identity/mod.rs:7:41
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use types::{Identity, IdentityType, Platform, PlatformClaim};
[INFO] [stdout]   |                                         ^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_entry_json` is never used
[INFO] [stdout]    --> src/audit/types.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub fn hash_entry_json(entry: &AuditEntry) -> String {
[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 `url` is never read
[INFO] [stdout]   --> src/federation/cache.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CachedPeerSnapshot {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] 12 |     pub pubkey: String,
[INFO] [stdout] 13 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedPeerSnapshot` 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: field `local_pubkey` is never read
[INFO] [stdout]   --> src/federation/cache.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct PeerCache {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 23 |     peers: RwLock<HashMap<String, CachedPeer>>,
[INFO] [stdout] 24 |     local_pubkey: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `local_pubkey` is never used
[INFO] [stdout]   --> src/federation/cache.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl PeerCache {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn local_pubkey(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FederationError` is never used
[INFO] [stdout]  --> src/federation/error.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum FederationError {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `endorsements` is never read
[INFO] [stdout]   --> src/federation/types.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct PeerRegistry {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub endorsements: Vec<PeerEndorsement>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PeerRegistry` 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 `pubkey`, `url`, `name`, and `since` are never read
[INFO] [stdout]   --> src/federation/types.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct PeerEndorsement {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 29 |     pub pubkey: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 30 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 31 |     pub name: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 32 |     pub since: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PeerEndorsement` 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: struct `FederatedMatch` is never constructed
[INFO] [stdout]   --> src/federation/types.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct FederatedMatch {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TrustLevel` is never used
[INFO] [stdout]   --> src/federation/types.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub enum TrustLevel {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `since` is never read
[INFO] [stdout]   --> src/federation/types.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct CachedPeer {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub since: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedPeer` 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: field `peer_cache` is never read
[INFO] [stdout]   --> src/server.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub peer_cache: Arc<PeerCache>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s
[INFO] running `Command { std: "docker" "inspect" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10", 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" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10" "/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 approx v0.5.1
[INFO] [stdout] warning: unused import: `error::AuditError`
[INFO] [stdout]  --> src/audit/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::AuditError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AuditAction`, `canonical_message`, and `hash_entry_json`
[INFO] [stdout]  --> src/audit/mod.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use types::{canonical_message, filter_entries, hash_entry_json, AuditAction, AuditEntry, AuditFilterParams};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^                  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::ContributionError`
[INFO] [stdout]  --> src/contributions/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::ContributionError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ProposalAction`, `ProposalStatus`, `VoteChoice`, and `Vote`
[INFO] [stdout]  --> src/contributions/mod.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Proposal, ProposalAction, ProposalFilterParams, ProposalStatus, ProposalSummary, Vote,
[INFO] [stdout]   |               ^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^^                   ^^^^
[INFO] [stdout] 9 |     VoteChoice,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CachedPeerSnapshot`
[INFO] [stdout]  --> src/federation/mod.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use cache::{CachedPeerSnapshot, PeerCache};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::FederationError`
[INFO] [stdout]  --> src/federation/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use error::FederationError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CachedPeer`, `FederatedMatch`, `PeerCurator`, `PeerEndorsement`, `PeerRegistry`, and `TrustLevel`
[INFO] [stdout]  --> src/federation/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     CachedPeer, FederatedMatch, PeerCurator, PeerEndorsement, PeerRegistry, PeerStatus, TrustLevel,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::IdentityError`
[INFO] [stdout]  --> src/identity/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::IdentityError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PlatformClaim` and `Platform`
[INFO] [stdout]  --> src/identity/mod.rs:7:41
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use types::{Identity, IdentityType, Platform, PlatformClaim};
[INFO] [stdout]   |                                         ^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_entry_json` is never used
[INFO] [stdout]    --> src/audit/types.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub fn hash_entry_json(entry: &AuditEntry) -> String {
[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 `url` is never read
[INFO] [stdout]   --> src/federation/cache.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CachedPeerSnapshot {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] 12 |     pub pubkey: String,
[INFO] [stdout] 13 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedPeerSnapshot` 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: field `local_pubkey` is never read
[INFO] [stdout]   --> src/federation/cache.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct PeerCache {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 23 |     peers: RwLock<HashMap<String, CachedPeer>>,
[INFO] [stdout] 24 |     local_pubkey: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `local_pubkey` is never used
[INFO] [stdout]   --> src/federation/cache.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl PeerCache {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn local_pubkey(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FederationError` is never used
[INFO] [stdout]  --> src/federation/error.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum FederationError {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `endorsements` is never read
[INFO] [stdout]   --> src/federation/types.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct PeerRegistry {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub endorsements: Vec<PeerEndorsement>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PeerRegistry` 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 `pubkey`, `url`, `name`, and `since` are never read
[INFO] [stdout]   --> src/federation/types.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct PeerEndorsement {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 29 |     pub pubkey: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 30 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 31 |     pub name: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 32 |     pub since: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PeerEndorsement` 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: struct `FederatedMatch` is never constructed
[INFO] [stdout]   --> src/federation/types.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct FederatedMatch {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TrustLevel` is never used
[INFO] [stdout]   --> src/federation/types.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub enum TrustLevel {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `since` is never read
[INFO] [stdout]   --> src/federation/types.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct CachedPeer {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub since: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedPeer` 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: field `peer_cache` is never read
[INFO] [stdout]   --> src/server.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub peer_cache: Arc<PeerCache>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling three-good-sources v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `error::AuditError`
[INFO] [stdout]  --> src/audit/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::AuditError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AuditAction`, `canonical_message`, and `hash_entry_json`
[INFO] [stdout]  --> src/audit/mod.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use types::{canonical_message, filter_entries, hash_entry_json, AuditAction, AuditEntry, AuditFilterParams};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^                  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::ContributionError`
[INFO] [stdout]  --> src/contributions/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::ContributionError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ProposalAction`, `ProposalStatus`, `VoteChoice`, and `Vote`
[INFO] [stdout]  --> src/contributions/mod.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Proposal, ProposalAction, ProposalFilterParams, ProposalStatus, ProposalSummary, Vote,
[INFO] [stdout]   |               ^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^^                   ^^^^
[INFO] [stdout] 9 |     VoteChoice,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CachedPeerSnapshot`
[INFO] [stdout]  --> src/federation/mod.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use cache::{CachedPeerSnapshot, PeerCache};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::FederationError`
[INFO] [stdout]  --> src/federation/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use error::FederationError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CachedPeer`, `FederatedMatch`, `PeerCurator`, `PeerEndorsement`, `PeerRegistry`, and `TrustLevel`
[INFO] [stdout]  --> src/federation/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     CachedPeer, FederatedMatch, PeerCurator, PeerEndorsement, PeerRegistry, PeerStatus, TrustLevel,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::IdentityError`
[INFO] [stdout]  --> src/identity/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use error::IdentityError;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PlatformClaim` and `Platform`
[INFO] [stdout]  --> src/identity/mod.rs:7:41
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use types::{Identity, IdentityType, Platform, PlatformClaim};
[INFO] [stdout]   |                                         ^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_entry_json` is never used
[INFO] [stdout]    --> src/audit/types.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub fn hash_entry_json(entry: &AuditEntry) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FederationError` is never used
[INFO] [stdout]  --> src/federation/error.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum FederationError {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `endorsements` is never read
[INFO] [stdout]   --> src/federation/types.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct PeerRegistry {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub endorsements: Vec<PeerEndorsement>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PeerRegistry` 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 `pubkey`, `url`, `name`, and `since` are never read
[INFO] [stdout]   --> src/federation/types.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct PeerEndorsement {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 29 |     pub pubkey: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 30 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 31 |     pub name: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 32 |     pub since: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PeerEndorsement` 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: struct `FederatedMatch` is never constructed
[INFO] [stdout]   --> src/federation/types.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct FederatedMatch {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TrustLevel` is never used
[INFO] [stdout]   --> src/federation/types.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub enum TrustLevel {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `since` is never read
[INFO] [stdout]   --> src/federation/types.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct CachedPeer {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub since: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedPeer` 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: field `peer_cache` is never read
[INFO] [stdout]   --> src/server.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub peer_cache: Arc<PeerCache>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `three-good-sources` (bin "three-good-sources" test); 17 warnings emitted
[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 three_good_sources --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8aabd514911c812d -C extra-filename=-a806eb020fbc5323 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-53b8711d31ddb145.rlib --extern approx=/opt/rustwide/target/debug/deps/libapprox-a6d40e75cc3eb83f.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-b2f0e595547f2c64.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-c0cb236311cd1f1c.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-6d8015f91495fe74.rlib --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-4bea4b56c56cc090.rlib --extern envy=/opt/rustwide/target/debug/deps/libenvy-3d224eb7fc825fb9.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern pkarr=/opt/rustwide/target/debug/deps/libpkarr-fe5c6e85cca1b716.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-f305157e35ba131f.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-2308180e77dee803.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-8f508b62cf473aee.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-781884c12a58fb39.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-5ff597bb3c806339.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-16bd8469488fd74f.rlib --extern stop_words=/opt/rustwide/target/debug/deps/libstop_words-be79448f25a44d0b.rlib --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-4d1ed08a123238dc.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-93e82fb5dc2b7414.rlib --extern three_good_sources=/opt/rustwide/target/debug/deps/libthree_good_sources-9360115cd6d5dc7e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-601cd02b90830c17.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-7b2601cee98b9b92.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-be1b03795c6516c1.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-885176e1f2f4a7e9.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b950ff08789c6b13.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10", kill_on_drop: false }`
[INFO] [stdout] f8579c0a9442dad9214a26fc96750b159a3a87ac628690ffd7e859466bf24e10
