[INFO] cloning repository https://github.com/rg12301/billing-software [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rg12301/billing-software" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frg12301%2Fbilling-software", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frg12301%2Fbilling-software'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f6c13392ea0d874e01f9b6dc7d3337ca09265717 [INFO] checking rg12301/billing-software against try#9228062c11d321a3ea08123f57e47533a3c88b00 for pr-154781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frg12301%2Fbilling-software" "/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/rg12301/billing-software [INFO] finished tweaking git repo https://github.com/rg12301/billing-software [INFO] tweaked toml for git repo https://github.com/rg12301/billing-software written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rg12301/billing-software on toolchain 9228062c11d321a3ea08123f57e47533a3c88b00 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9228062c11d321a3ea08123f57e47533a3c88b00" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rg12301/billing-software 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" "+9228062c11d321a3ea08123f57e47533a3c88b00" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9228062c11d321a3ea08123f57e47533a3c88b00" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fdfa4ba4fb7b752e80e2925aff5c7203314291cb5b5cdbd53ebe6edd23e7a976 [INFO] running `Command { std: "docker" "start" "-a" "fdfa4ba4fb7b752e80e2925aff5c7203314291cb5b5cdbd53ebe6edd23e7a976", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fdfa4ba4fb7b752e80e2925aff5c7203314291cb5b5cdbd53ebe6edd23e7a976", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdfa4ba4fb7b752e80e2925aff5c7203314291cb5b5cdbd53ebe6edd23e7a976", kill_on_drop: false }` [INFO] [stdout] fdfa4ba4fb7b752e80e2925aff5c7203314291cb5b5cdbd53ebe6edd23e7a976 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9228062c11d321a3ea08123f57e47533a3c88b00" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2739d46284f4642d4496e5bb5a38c72d9d4545eb66b60a45a7c2af3d44f1db6d [INFO] running `Command { std: "docker" "start" "-a" "2739d46284f4642d4496e5bb5a38c72d9d4545eb66b60a45a7c2af3d44f1db6d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Checking pin-project-lite v0.2.17 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking unicode-bidi v0.3.18 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Checking unicode-properties v0.1.4 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking stringprep v0.1.5 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Compiling rust_decimal v1.40.0 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking uuid v1.22.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling const_fn v0.4.12 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Checking pom v3.4.0 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.1.1 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Checking postgres-protocol v0.6.10 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Checking base64ct v1.8.3 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking postgres-types v0.2.12 [INFO] [stderr] Checking argon2 v0.5.3 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling validator_derive v0.18.2 [INFO] [stderr] Compiling axum-macros v0.4.2 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking simple_asn1 v0.6.4 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking axum-core v0.4.5 [INFO] [stderr] Checking tower-http v0.5.2 [INFO] [stderr] Compiling tokio-stream v0.1.18 [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] Checking smallvec v1.15.1 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Checking lopdf v0.26.0 [INFO] [stderr] Checking jsonwebtoken v9.3.1 [INFO] [stderr] Checking printpdf v0.3.4 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Checking genpdf v0.2.0 [INFO] [stderr] Checking validator v0.18.1 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Checking billing-domain v0.1.0 (/opt/rustwide/workdir/crates/billing-domain) [INFO] [stdout] warning: unused import: `crate::customer::Gstin` [INFO] [stdout] --> crates/billing-domain/src/invoice.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::customer::Gstin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::customer::Gstin` [INFO] [stdout] --> crates/billing-domain/src/invoice.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::customer::Gstin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking billing-pdf v0.1.0 (/opt/rustwide/workdir/crates/billing-pdf) [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking axum v0.7.9 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Checking billing-auth v0.1.0 (/opt/rustwide/workdir/crates/billing-auth) [INFO] [stdout] warning: unused import: `Claims` [INFO] [stdout] --> crates/billing-auth/src/extractor.rs:8:43 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::jwt::{decode_token, JwtConfig, Claims}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Claims` [INFO] [stdout] --> crates/billing-auth/src/extractor.rs:8:43 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::jwt::{decode_token, JwtConfig, Claims}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking billing-db v0.1.0 (/opt/rustwide/workdir/crates/billing-db) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `create` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 14 | pub use template::*; [INFO] [stdout] | ----------- but the name `create` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `get_by_id` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 14 | pub use template::*; [INFO] [stdout] | ----------- but the name `get_by_id` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `list` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 12 | pub use job::*; [INFO] [stdout] | ------ but the name `list` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `update` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 14 | pub use template::*; [INFO] [stdout] | ----------- but the name `update` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `invoice::*` [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub use invoice::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `quotation::*` [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use quotation::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `job::*` [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub use job::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `create` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 14 | pub use template::*; [INFO] [stdout] | ----------- but the name `create` in the value namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `get_by_id` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 14 | pub use template::*; [INFO] [stdout] | ----------- but the name `get_by_id` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `list` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 12 | pub use job::*; [INFO] [stdout] | ------ but the name `list` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use customer::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `update` in the value namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 14 | pub use template::*; [INFO] [stdout] | ----------- but the name `update` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `invoice::*` [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub use invoice::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `quotation::*` [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use quotation::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `job::*` [INFO] [stdout] --> crates/billing-db/src/repos/mod.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub use job::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> crates/billing-db/src/repos/invoice.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | for (idx, l) in input.lines.iter().enumerate() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking billing-api v0.1.0 (/opt/rustwide/workdir/crates/billing-api) [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> crates/billing-db/src/repos/invoice.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | for (idx, l) in input.lines.iter().enumerate() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StatusCode` [INFO] [stdout] --> crates/billing-api/src/routes/pdf.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | http::{header, StatusCode}, [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: `delete` and `put` [INFO] [stdout] --> crates/billing-api/src/routes/mod.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, post, put, delete}, [INFO] [stdout] | ^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StatusCode` [INFO] [stdout] --> crates/billing-api/src/routes/pdf.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | http::{header, StatusCode}, [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: `delete` and `put` [INFO] [stdout] --> crates/billing-api/src/routes/mod.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, post, put, delete}, [INFO] [stdout] | ^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `host` [INFO] [stdout] --> crates/billing-api/src/lib.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let host = std::env::var("API_HOST").unwrap_or_else(|_| "0.0.0.0".into()); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `host` [INFO] [stdout] --> crates/billing-api/src/lib.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let host = std::env::var("API_HOST").unwrap_or_else(|_| "0.0.0.0".into()); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking api v0.1.0 (/opt/rustwide/workdir/apps/api) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "2739d46284f4642d4496e5bb5a38c72d9d4545eb66b60a45a7c2af3d44f1db6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2739d46284f4642d4496e5bb5a38c72d9d4545eb66b60a45a7c2af3d44f1db6d", kill_on_drop: false }` [INFO] [stdout] 2739d46284f4642d4496e5bb5a38c72d9d4545eb66b60a45a7c2af3d44f1db6d