[INFO] cloning repository https://github.com/blackrose-eve/eve_esi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blackrose-eve/eve_esi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblackrose-eve%2Feve_esi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblackrose-eve%2Feve_esi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7c201a3d00d6535f2fa2243072f2de5cb765ea8c [INFO] testing blackrose-eve/eve_esi against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblackrose-eve%2Feve_esi" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/blackrose-eve/eve_esi [INFO] finished tweaking git repo https://github.com/blackrose-eve/eve_esi [INFO] tweaked toml for git repo https://github.com/blackrose-eve/eve_esi written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/blackrose-eve/eve_esi on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/blackrose-eve/eve_esi 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa38a40a2547d92a355cc907f7cf4fe2e2c904fd5493da08e605e697af087c41 [INFO] running `Command { std: "docker" "start" "-a" "fa38a40a2547d92a355cc907f7cf4fe2e2c904fd5493da08e605e697af087c41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa38a40a2547d92a355cc907f7cf4fe2e2c904fd5493da08e605e697af087c41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa38a40a2547d92a355cc907f7cf4fe2e2c904fd5493da08e605e697af087c41", kill_on_drop: false }` [INFO] [stdout] fa38a40a2547d92a355cc907f7cf4fe2e2c904fd5493da08e605e697af087c41 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2dfbe6a1235aac04ee14ab7fb90a95931bd72ffd22e383bf1455fbf22408f1b8 [INFO] running `Command { std: "docker" "start" "-a" "2dfbe6a1235aac04ee14ab7fb90a95931bd72ffd22e383bf1455fbf22408f1b8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling deranged v0.5.3 [INFO] [stderr] Compiling webpki-roots v1.0.2 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling cc v1.2.36 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling time v0.3.43 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling oauth2 v5.0.0 [INFO] [stderr] Compiling eve_esi v0.5.0-rc.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/endpoints/mod.rs:202:8 [INFO] [stdout] | [INFO] [stdout] 152 | impl Client { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 202 | fn contracts(&self) -> ClonesEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | fn corporation_projects(&self) -> CorporationProjectsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 225 | fn dogma(&self) -> DogmaEndpoints<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | fn faction_warfare(&self) -> FactionWarfareEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 239 | fn fittings(&self) -> FittingsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 246 | fn fleets(&self) -> FleetsEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | fn incursions(&self) -> IncursionsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | fn industry(&self) -> IndustryEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | fn insurance(&self) -> InsuranceEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 274 | fn killmails(&self) -> KillmailsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 281 | fn location(&self) -> LocationEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 288 | fn loyalty(&self) -> LoyaltyEndpoints<'_> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 295 | fn mail(&self) -> MailEndpoints<'_> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | fn meta(&self) -> MetaEndpoints<'_> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 316 | fn planetary_interaction(&self) -> PlanetaryInteractionEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 323 | fn routes(&self) -> RoutesEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 330 | fn search(&self) -> SearchEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | fn skills(&self) -> SkillsEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 344 | fn sovereignty(&self) -> SovereigntyEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | fn status(&self) -> StatusEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | fn user_interface(&self) -> UserInterfaceEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | fn wallet(&self) -> WalletEndpoints<'_> { [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 `client` is never read [INFO] [stdout] --> src/endpoints/contracts.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct ContractsEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 29 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/contracts.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 32 | impl<'a> ContractsEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 37 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/corporation_projects.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct CorporationProjectsEndpoints<'a> { [INFO] [stdout] | ---------------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/corporation_projects.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> CorporationProjectsEndpoints<'a> { [INFO] [stdout] | ----------------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/dogma.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct DogmaEndpoints<'a> { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/dogma.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> DogmaEndpoints<'a> { [INFO] [stdout] | --------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/faction_warfare.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FactionWarfareEndpoints<'a> { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/faction_warfare.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FactionWarfareEndpoints<'a> { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/fittings.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FittingsEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/fittings.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FittingsEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/fleets.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FleetsEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/fleets.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FleetsEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/incursions.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct IncursionsEndpoints<'a> { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/incursions.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> IncursionsEndpoints<'a> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/industry.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct IndustryEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/industry.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> IndustryEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/insurance.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct InsuranceEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/insurance.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> InsuranceEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/killmails.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct KillmailsEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/killmails.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> KillmailsEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/location.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct LocationEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/location.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> LocationEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/loyalty.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct LoyaltyEndpoints<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/loyalty.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> LoyaltyEndpoints<'a> { [INFO] [stdout] | ----------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/mail.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MailEndpoints<'a> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/mail.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> MailEndpoints<'a> { [INFO] [stdout] | -------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/meta.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MetaEndpoints<'a> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/meta.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> MetaEndpoints<'a> { [INFO] [stdout] | -------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/planetary_interaction.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct PlanetaryInteractionEndpoints<'a> { [INFO] [stdout] | ----------------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/planetary_interaction.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> PlanetaryInteractionEndpoints<'a> { [INFO] [stdout] | ------------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/routes.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct RoutesEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/routes.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> RoutesEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/search.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SearchEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/search.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SearchEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/skills.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SkillsEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/skills.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SkillsEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/sovereignty.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SovereigntyEndpoints<'a> { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/sovereignty.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SovereigntyEndpoints<'a> { [INFO] [stdout] | --------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/status.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct StatusEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/status.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> StatusEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/user_interface.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct UserInterfaceEndpoints<'a> { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/user_interface.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> UserInterfaceEndpoints<'a> { [INFO] [stdout] | ----------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/wallet.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct WalletEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/wallet.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> WalletEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.46s [INFO] running `Command { std: "docker" "inspect" "2dfbe6a1235aac04ee14ab7fb90a95931bd72ffd22e383bf1455fbf22408f1b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dfbe6a1235aac04ee14ab7fb90a95931bd72ffd22e383bf1455fbf22408f1b8", kill_on_drop: false }` [INFO] [stdout] 2dfbe6a1235aac04ee14ab7fb90a95931bd72ffd22e383bf1455fbf22408f1b8 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38686d6392afa5c18081e1b23c7940c18a248d7d1b89f4509197f0be71ed4beb [INFO] running `Command { std: "docker" "start" "-a" "38686d6392afa5c18081e1b23c7940c18a248d7d1b89f4509197f0be71ed4beb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling deranged v0.5.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling time v0.3.43 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling tower-cookies v0.11.0 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tower-sessions-core v0.14.0 [INFO] [stderr] Compiling tower-sessions-memory-store v0.14.0 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower-sessions v0.14.0 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling mockito v1.7.0 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling oauth2 v5.0.0 [INFO] [stderr] Compiling eve_esi v0.5.0-rc.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/endpoints/mod.rs:202:8 [INFO] [stdout] | [INFO] [stdout] 152 | impl Client { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 202 | fn contracts(&self) -> ClonesEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | fn corporation_projects(&self) -> CorporationProjectsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 225 | fn dogma(&self) -> DogmaEndpoints<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | fn faction_warfare(&self) -> FactionWarfareEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 239 | fn fittings(&self) -> FittingsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 246 | fn fleets(&self) -> FleetsEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | fn incursions(&self) -> IncursionsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | fn industry(&self) -> IndustryEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | fn insurance(&self) -> InsuranceEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 274 | fn killmails(&self) -> KillmailsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 281 | fn location(&self) -> LocationEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 288 | fn loyalty(&self) -> LoyaltyEndpoints<'_> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 295 | fn mail(&self) -> MailEndpoints<'_> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | fn meta(&self) -> MetaEndpoints<'_> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 316 | fn planetary_interaction(&self) -> PlanetaryInteractionEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 323 | fn routes(&self) -> RoutesEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 330 | fn search(&self) -> SearchEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | fn skills(&self) -> SkillsEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 344 | fn sovereignty(&self) -> SovereigntyEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | fn status(&self) -> StatusEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | fn user_interface(&self) -> UserInterfaceEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | fn wallet(&self) -> WalletEndpoints<'_> { [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 `client` is never read [INFO] [stdout] --> src/endpoints/contracts.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct ContractsEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 29 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/contracts.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 32 | impl<'a> ContractsEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 37 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/corporation_projects.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct CorporationProjectsEndpoints<'a> { [INFO] [stdout] | ---------------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/corporation_projects.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> CorporationProjectsEndpoints<'a> { [INFO] [stdout] | ----------------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/dogma.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct DogmaEndpoints<'a> { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/dogma.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> DogmaEndpoints<'a> { [INFO] [stdout] | --------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/faction_warfare.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FactionWarfareEndpoints<'a> { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/faction_warfare.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FactionWarfareEndpoints<'a> { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/fittings.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FittingsEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/fittings.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FittingsEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/fleets.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FleetsEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/fleets.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FleetsEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/incursions.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct IncursionsEndpoints<'a> { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/incursions.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> IncursionsEndpoints<'a> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/industry.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct IndustryEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/industry.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> IndustryEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/insurance.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct InsuranceEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/insurance.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> InsuranceEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/killmails.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct KillmailsEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/killmails.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> KillmailsEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/location.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct LocationEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/location.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> LocationEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/loyalty.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct LoyaltyEndpoints<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/loyalty.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> LoyaltyEndpoints<'a> { [INFO] [stdout] | ----------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/mail.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MailEndpoints<'a> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/mail.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> MailEndpoints<'a> { [INFO] [stdout] | -------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/meta.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MetaEndpoints<'a> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/meta.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> MetaEndpoints<'a> { [INFO] [stdout] | -------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/planetary_interaction.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct PlanetaryInteractionEndpoints<'a> { [INFO] [stdout] | ----------------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/planetary_interaction.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> PlanetaryInteractionEndpoints<'a> { [INFO] [stdout] | ------------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/routes.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct RoutesEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/routes.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> RoutesEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/search.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SearchEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/search.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SearchEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/skills.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SkillsEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/skills.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SkillsEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/sovereignty.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SovereigntyEndpoints<'a> { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/sovereignty.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SovereigntyEndpoints<'a> { [INFO] [stdout] | --------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/status.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct StatusEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/status.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> StatusEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/user_interface.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct UserInterfaceEndpoints<'a> { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/user_interface.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> UserInterfaceEndpoints<'a> { [INFO] [stdout] | ----------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/wallet.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct WalletEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/wallet.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> WalletEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/endpoints/mod.rs:202:8 [INFO] [stdout] | [INFO] [stdout] 152 | impl Client { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 202 | fn contracts(&self) -> ClonesEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 218 | fn corporation_projects(&self) -> CorporationProjectsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 225 | fn dogma(&self) -> DogmaEndpoints<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | fn faction_warfare(&self) -> FactionWarfareEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 239 | fn fittings(&self) -> FittingsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 246 | fn fleets(&self) -> FleetsEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | fn incursions(&self) -> IncursionsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | fn industry(&self) -> IndustryEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 267 | fn insurance(&self) -> InsuranceEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 274 | fn killmails(&self) -> KillmailsEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 281 | fn location(&self) -> LocationEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 288 | fn loyalty(&self) -> LoyaltyEndpoints<'_> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 295 | fn mail(&self) -> MailEndpoints<'_> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | fn meta(&self) -> MetaEndpoints<'_> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 316 | fn planetary_interaction(&self) -> PlanetaryInteractionEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 323 | fn routes(&self) -> RoutesEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 330 | fn search(&self) -> SearchEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | fn skills(&self) -> SkillsEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 344 | fn sovereignty(&self) -> SovereigntyEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 351 | fn status(&self) -> StatusEndpoints<'_> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | fn user_interface(&self) -> UserInterfaceEndpoints<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | fn wallet(&self) -> WalletEndpoints<'_> { [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 `client` is never read [INFO] [stdout] --> src/endpoints/contracts.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct ContractsEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 29 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/contracts.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 32 | impl<'a> ContractsEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 37 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/corporation_projects.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct CorporationProjectsEndpoints<'a> { [INFO] [stdout] | ---------------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/corporation_projects.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> CorporationProjectsEndpoints<'a> { [INFO] [stdout] | ----------------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/dogma.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct DogmaEndpoints<'a> { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/dogma.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> DogmaEndpoints<'a> { [INFO] [stdout] | --------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/faction_warfare.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FactionWarfareEndpoints<'a> { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/faction_warfare.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FactionWarfareEndpoints<'a> { [INFO] [stdout] | ------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/fittings.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FittingsEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/fittings.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FittingsEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/fleets.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct FleetsEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/fleets.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> FleetsEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/incursions.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct IncursionsEndpoints<'a> { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/incursions.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> IncursionsEndpoints<'a> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/industry.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct IndustryEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/industry.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> IndustryEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/insurance.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct InsuranceEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/insurance.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> InsuranceEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/killmails.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct KillmailsEndpoints<'a> { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/killmails.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> KillmailsEndpoints<'a> { [INFO] [stdout] | ------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/location.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct LocationEndpoints<'a> { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/location.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> LocationEndpoints<'a> { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/loyalty.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct LoyaltyEndpoints<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/loyalty.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> LoyaltyEndpoints<'a> { [INFO] [stdout] | ----------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/mail.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MailEndpoints<'a> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/mail.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> MailEndpoints<'a> { [INFO] [stdout] | -------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/meta.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MetaEndpoints<'a> { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/meta.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> MetaEndpoints<'a> { [INFO] [stdout] | -------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/planetary_interaction.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct PlanetaryInteractionEndpoints<'a> { [INFO] [stdout] | ----------------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/planetary_interaction.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> PlanetaryInteractionEndpoints<'a> { [INFO] [stdout] | ------------------------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/routes.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct RoutesEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/routes.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> RoutesEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/search.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SearchEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/search.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SearchEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/skills.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SkillsEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/skills.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SkillsEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/sovereignty.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SovereigntyEndpoints<'a> { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/sovereignty.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> SovereigntyEndpoints<'a> { [INFO] [stdout] | --------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/status.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct StatusEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/status.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> StatusEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/user_interface.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct UserInterfaceEndpoints<'a> { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/user_interface.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> UserInterfaceEndpoints<'a> { [INFO] [stdout] | ----------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/endpoints/wallet.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct WalletEndpoints<'a> { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 30 | client: &'a Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/endpoints/wallet.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> WalletEndpoints<'a> { [INFO] [stdout] | ---------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub(super) fn new(client: &'a Client) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `eve_esi` (lib test); 45 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/db823df02fd0c2cf67b43025ac3fef3f2d743245/bin/rustc --crate-name eve_esi --edition=2021 src/lib.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=41524ca23ad91ef7 -C extra-filename=-0c2332703f152286 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-23ecfe94f4df8620.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2623fbdcd10a63c4.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-ad0068923fd53d95.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-f48a013e7bc237a0.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-28f8cc0684f4f944.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-baf8b105bf3cccfb.rlib --extern oauth2=/opt/rustwide/target/debug/deps/liboauth2-30523c6f377c2906.rlib --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-c88f40a7ef3ceaad.rlib --extern paste=/opt/rustwide/target/debug/deps/libpaste-c5e5e8a2bd161c29.so --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-8d5d341da50c2e3d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8ea93137907a3bc7.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-648d55324c2889d5.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d279f62f42cfde3f.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-153a972a65dab5a1.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-df5cc8ae1a4ffd13.rlib --extern tower_sessions=/opt/rustwide/target/debug/deps/libtower_sessions-2b6623ce02bb17b0.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-333d706b27bbf205.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-13b9548772d3c7c5/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `eve_esi` (test "tests") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/db823df02fd0c2cf67b43025ac3fef3f2d743245/bin/rustc --crate-name tests --edition=2021 tests/tests.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=46acd016aa0110e0 -C extra-filename=-6f1c2c5e13182b20 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-23ecfe94f4df8620.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2623fbdcd10a63c4.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-ad0068923fd53d95.rlib --extern eve_esi=/opt/rustwide/target/debug/deps/libeve_esi-c7b5e7f5fe317305.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-f48a013e7bc237a0.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-28f8cc0684f4f944.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-baf8b105bf3cccfb.rlib --extern oauth2=/opt/rustwide/target/debug/deps/liboauth2-30523c6f377c2906.rlib --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-c88f40a7ef3ceaad.rlib --extern paste=/opt/rustwide/target/debug/deps/libpaste-c5e5e8a2bd161c29.so --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-8d5d341da50c2e3d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8ea93137907a3bc7.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-648d55324c2889d5.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d279f62f42cfde3f.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-153a972a65dab5a1.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-df5cc8ae1a4ffd13.rlib --extern tower_sessions=/opt/rustwide/target/debug/deps/libtower_sessions-2b6623ce02bb17b0.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-333d706b27bbf205.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-13b9548772d3c7c5/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "38686d6392afa5c18081e1b23c7940c18a248d7d1b89f4509197f0be71ed4beb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38686d6392afa5c18081e1b23c7940c18a248d7d1b89f4509197f0be71ed4beb", kill_on_drop: false }` [INFO] [stdout] 38686d6392afa5c18081e1b23c7940c18a248d7d1b89f4509197f0be71ed4beb