[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] testing rg12301/billing-software against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frg12301%2Fbilling-software" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rg12301/billing-software on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3bd9847a3b3717afd7edc8a06254315eab618a85a32a6b169de0be47daddcee0 [INFO] running `Command { std: "docker" "start" "-a" "3bd9847a3b3717afd7edc8a06254315eab618a85a32a6b169de0be47daddcee0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3bd9847a3b3717afd7edc8a06254315eab618a85a32a6b169de0be47daddcee0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bd9847a3b3717afd7edc8a06254315eab618a85a32a6b169de0be47daddcee0", kill_on_drop: false }` [INFO] [stdout] 3bd9847a3b3717afd7edc8a06254315eab618a85a32a6b169de0be47daddcee0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 127d8d888ed2133e6dad5a37180be5bbe79639f1fd3df1e4a9c3e7a845eb5048 [INFO] running `Command { std: "docker" "start" "-a" "127d8d888ed2133e6dad5a37180be5bbe79639f1fd3df1e4a9c3e7a845eb5048", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling rust_decimal v1.40.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling const_fn v0.4.12 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling base64ct v1.8.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling pom v3.4.0 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [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 thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling axum-macros v0.4.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling postgres-protocol v0.6.10 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling simple_asn1 v0.6.4 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling validator_derive v0.18.2 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling postgres-types v0.2.12 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling lopdf v0.26.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling printpdf v0.3.4 [INFO] [stderr] Compiling validator v0.18.1 [INFO] [stderr] Compiling billing-domain v0.1.0 (/opt/rustwide/workdir/crates/billing-domain) [INFO] [stderr] Compiling genpdf v0.2.0 [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] Compiling billing-pdf v0.1.0 (/opt/rustwide/workdir/crates/billing-pdf) [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling 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] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling 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: 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] Compiling billing-api v0.1.0 (/opt/rustwide/workdir/crates/billing-api) [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] [stderr] Compiling api v0.1.0 (/opt/rustwide/workdir/apps/api) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `Command { std: "docker" "inspect" "127d8d888ed2133e6dad5a37180be5bbe79639f1fd3df1e4a9c3e7a845eb5048", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "127d8d888ed2133e6dad5a37180be5bbe79639f1fd3df1e4a9c3e7a845eb5048", kill_on_drop: false }` [INFO] [stdout] 127d8d888ed2133e6dad5a37180be5bbe79639f1fd3df1e4a9c3e7a845eb5048 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5980acea67527a13703de032460b7c4531359e0441006b43d5cb0eb504605923 [INFO] running `Command { std: "docker" "start" "-a" "5980acea67527a13703de032460b7c4531359e0441006b43d5cb0eb504605923", kill_on_drop: false }` [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] Compiling billing-domain v0.1.0 (/opt/rustwide/workdir/crates/billing-domain) [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: 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] Compiling billing-pdf v0.1.0 (/opt/rustwide/workdir/crates/billing-pdf) [INFO] [stderr] Compiling billing-auth v0.1.0 (/opt/rustwide/workdir/crates/billing-auth) [INFO] [stderr] Compiling billing-db v0.1.0 (/opt/rustwide/workdir/crates/billing-db) [INFO] [stderr] Compiling billing-api v0.1.0 (/opt/rustwide/workdir/crates/billing-api) [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] [stderr] Compiling api v0.1.0 (/opt/rustwide/workdir/apps/api) [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 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: `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: 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 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 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 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] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.36s [INFO] running `Command { std: "docker" "inspect" "5980acea67527a13703de032460b7c4531359e0441006b43d5cb0eb504605923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5980acea67527a13703de032460b7c4531359e0441006b43d5cb0eb504605923", kill_on_drop: false }` [INFO] [stdout] 5980acea67527a13703de032460b7c4531359e0441006b43d5cb0eb504605923 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] caecc2f5774df0247cfb0addd4c8c7b9a8004302ff3eb856d5249d07989a56d7 [INFO] running `Command { std: "docker" "start" "-a" "caecc2f5774df0247cfb0addd4c8c7b9a8004302ff3eb856d5249d07989a56d7", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::customer::Gstin` [INFO] [stderr] --> crates/billing-domain/src/invoice.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::customer::Gstin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `billing-domain` (lib) generated 1 warning (run `cargo fix --lib -p billing-domain` to apply 1 suggestion) [INFO] [stderr] warning: `billing-domain` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub use customer::*; [INFO] [stderr] | ^^^^^^^^^^^ the name `create` in the value namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 14 | pub use template::*; [INFO] [stderr] | ----------- but the name `create` in the value namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub use customer::*; [INFO] [stderr] | ^^^^^^^^^^^ the name `get_by_id` in the value namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 14 | pub use template::*; [INFO] [stderr] | ----------- but the name `get_by_id` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub use customer::*; [INFO] [stderr] | ^^^^^^^^^^^ the name `list` in the value namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 12 | pub use job::*; [INFO] [stderr] | ------ but the name `list` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> crates/billing-db/src/repos/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub use customer::*; [INFO] [stderr] | ^^^^^^^^^^^ the name `update` in the value namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 14 | pub use template::*; [INFO] [stderr] | ----------- but the name `update` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: unused import: `invoice::*` [INFO] [stderr] --> crates/billing-db/src/repos/mod.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub use invoice::*; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `quotation::*` [INFO] [stderr] --> crates/billing-db/src/repos/mod.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | pub use quotation::*; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `job::*` [INFO] [stderr] --> crates/billing-db/src/repos/mod.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use job::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `idx` [INFO] [stderr] --> crates/billing-db/src/repos/invoice.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | for (idx, l) in input.lines.iter().enumerate() { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `billing-db` (lib) generated 8 warnings (run `cargo fix --lib -p billing-db` to apply 4 suggestions) [INFO] [stderr] warning: `billing-db` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] warning: unused import: `Claims` [INFO] [stderr] --> crates/billing-auth/src/extractor.rs:8:43 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::jwt::{decode_token, JwtConfig, Claims}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `billing-auth` (lib) generated 1 warning (run `cargo fix --lib -p billing-auth` to apply 1 suggestion) [INFO] [stderr] warning: `billing-auth` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: unused import: `StatusCode` [INFO] [stderr] --> crates/billing-api/src/routes/pdf.rs:4:20 [INFO] [stderr] | [INFO] [stderr] 4 | http::{header, StatusCode}, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `delete` and `put` [INFO] [stderr] --> crates/billing-api/src/routes/mod.rs:11:26 [INFO] [stderr] | [INFO] [stderr] 11 | routing::{get, post, put, delete}, [INFO] [stderr] | ^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `host` [INFO] [stderr] --> crates/billing-api/src/lib.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | let host = std::env::var("API_HOST").unwrap_or_else(|_| "0.0.0.0".into()); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `billing-api` (lib) generated 3 warnings (run `cargo fix --lib -p billing-api` to apply 3 suggestions) [INFO] [stderr] warning: `billing-api` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/api-6774d337e0e5e488) [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/billing_api-6da4b229546469b3) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/billing_auth-ffdf9525e251ef7a) [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/billing_db-635cd9201c225a85) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/billing_domain-eaddf3d2599ec289) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/billing_pdf-715daefeec3fce34) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Doc-tests billing_api [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests billing_auth [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests billing_db [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests billing_domain [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests billing_pdf [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "caecc2f5774df0247cfb0addd4c8c7b9a8004302ff3eb856d5249d07989a56d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caecc2f5774df0247cfb0addd4c8c7b9a8004302ff3eb856d5249d07989a56d7", kill_on_drop: false }` [INFO] [stdout] caecc2f5774df0247cfb0addd4c8c7b9a8004302ff3eb856d5249d07989a56d7