[INFO] fetching crate json-resp-derive 0.1.1... [INFO] testing json-resp-derive-0.1.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate json-resp-derive 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate json-resp-derive 0.1.1 [INFO] finished tweaking crates.io crate json-resp-derive 0.1.1 [INFO] tweaked toml for crates.io crate json-resp-derive 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate json-resp-derive 0.1.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d0e4cfe4cd8af08ea49d27b8133ec2ce33da2e69967bbbaca3602bc2a6aecae [INFO] running `Command { std: "docker" "start" "-a" "3d0e4cfe4cd8af08ea49d27b8133ec2ce33da2e69967bbbaca3602bc2a6aecae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d0e4cfe4cd8af08ea49d27b8133ec2ce33da2e69967bbbaca3602bc2a6aecae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d0e4cfe4cd8af08ea49d27b8133ec2ce33da2e69967bbbaca3602bc2a6aecae", kill_on_drop: false }` [INFO] [stdout] 3d0e4cfe4cd8af08ea49d27b8133ec2ce33da2e69967bbbaca3602bc2a6aecae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d1d1ce118706551d33fe7295f600b502a1ef1ce346d3d9f0a7bab1794651a71 [INFO] running `Command { std: "docker" "start" "-a" "2d1d1ce118706551d33fe7295f600b502a1ef1ce346d3d9f0a7bab1794651a71", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling json-resp-derive v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `JsonErrorUtoipaTypes` is never constructed [INFO] [stdout] --> src/errors/expand.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct JsonErrorUtoipaTypes { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `description` is never read [INFO] [stdout] --> src/errors/types.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 9 | RequestError { [INFO] [stdout] | ------------ field in this variant [INFO] [stdout] ... [INFO] [stdout] 15 | description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `JsonError` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `variant` and `status` are never used [INFO] [stdout] --> src/errors/types.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 23 | impl JsonError { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] 24 | fn variant(&self) -> &Ident { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | fn status(&self) -> Option<&StatusExpr> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `expand_utoipa_schema_method`, `expand_utoipa_response_method`, `expand_utoipa_intoresponse_method`, `expand_utoipa_response`, and `expand_utoipa_internal_error` are never used [INFO] [stdout] --> src/errors/types.rs:263:8 [INFO] [stdout] | [INFO] [stdout] 164 | impl JsonError { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 263 | fn expand_utoipa_schema_method(&self, name: &Ident) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 329 | fn expand_utoipa_response_method(&self, name: &Ident) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | fn expand_utoipa_intoresponse_method(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 378 | pub(crate) fn expand_utoipa_response(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 408 | pub(crate) fn expand_utoipa_internal_error(internal_error_code: &str) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `expand_numeric` is never used [INFO] [stdout] --> src/errors/types.rs:505:12 [INFO] [stdout] | [INFO] [stdout] 493 | impl StatusExpr { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 505 | pub fn expand_numeric(&self) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s [INFO] running `Command { std: "docker" "inspect" "2d1d1ce118706551d33fe7295f600b502a1ef1ce346d3d9f0a7bab1794651a71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d1d1ce118706551d33fe7295f600b502a1ef1ce346d3d9f0a7bab1794651a71", kill_on_drop: false }` [INFO] [stdout] 2d1d1ce118706551d33fe7295f600b502a1ef1ce346d3d9f0a7bab1794651a71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2cbbc614aab5c413f8802a1c11d4858405448076d71156474ce5b9ded6b1df7 [INFO] running `Command { std: "docker" "start" "-a" "b2cbbc614aab5c413f8802a1c11d4858405448076d71156474ce5b9ded6b1df7", kill_on_drop: false }` [INFO] [stderr] Compiling json-resp-derive v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `JsonErrorUtoipaTypes` is never constructed [INFO] [stdout] --> src/errors/expand.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct JsonErrorUtoipaTypes { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `description` is never read [INFO] [stdout] --> src/errors/types.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 9 | RequestError { [INFO] [stdout] | ------------ field in this variant [INFO] [stdout] ... [INFO] [stdout] 15 | description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `JsonError` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `variant` and `status` are never used [INFO] [stdout] --> src/errors/types.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 23 | impl JsonError { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] 24 | fn variant(&self) -> &Ident { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | fn status(&self) -> Option<&StatusExpr> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `expand_utoipa_schema_method`, `expand_utoipa_response_method`, `expand_utoipa_intoresponse_method`, `expand_utoipa_response`, and `expand_utoipa_internal_error` are never used [INFO] [stdout] --> src/errors/types.rs:263:8 [INFO] [stdout] | [INFO] [stdout] 164 | impl JsonError { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 263 | fn expand_utoipa_schema_method(&self, name: &Ident) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 329 | fn expand_utoipa_response_method(&self, name: &Ident) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | fn expand_utoipa_intoresponse_method(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 378 | pub(crate) fn expand_utoipa_response(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 408 | pub(crate) fn expand_utoipa_internal_error(internal_error_code: &str) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `expand_numeric` is never used [INFO] [stdout] --> src/errors/types.rs:505:12 [INFO] [stdout] | [INFO] [stdout] 493 | impl StatusExpr { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 505 | pub fn expand_numeric(&self) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JsonErrorUtoipaTypes` is never constructed [INFO] [stdout] --> src/errors/expand.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct JsonErrorUtoipaTypes { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `description` is never read [INFO] [stdout] --> src/errors/types.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 9 | RequestError { [INFO] [stdout] | ------------ field in this variant [INFO] [stdout] ... [INFO] [stdout] 15 | description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `JsonError` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `variant` and `status` are never used [INFO] [stdout] --> src/errors/types.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 23 | impl JsonError { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] 24 | fn variant(&self) -> &Ident { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | fn status(&self) -> Option<&StatusExpr> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `expand_utoipa_schema_method`, `expand_utoipa_response_method`, `expand_utoipa_intoresponse_method`, `expand_utoipa_response`, and `expand_utoipa_internal_error` are never used [INFO] [stdout] --> src/errors/types.rs:263:8 [INFO] [stdout] | [INFO] [stdout] 164 | impl JsonError { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 263 | fn expand_utoipa_schema_method(&self, name: &Ident) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 329 | fn expand_utoipa_response_method(&self, name: &Ident) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | fn expand_utoipa_intoresponse_method(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 378 | pub(crate) fn expand_utoipa_response(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 408 | pub(crate) fn expand_utoipa_internal_error(internal_error_code: &str) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `expand_numeric` is never used [INFO] [stdout] --> src/errors/types.rs:505:12 [INFO] [stdout] | [INFO] [stdout] 493 | impl StatusExpr { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 505 | pub fn expand_numeric(&self) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "b2cbbc614aab5c413f8802a1c11d4858405448076d71156474ce5b9ded6b1df7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2cbbc614aab5c413f8802a1c11d4858405448076d71156474ce5b9ded6b1df7", kill_on_drop: false }` [INFO] [stdout] b2cbbc614aab5c413f8802a1c11d4858405448076d71156474ce5b9ded6b1df7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 13525c52e12f9922dc86bd8ebbc70c5de8b38e87b6139fed22dc28084c3c164b [INFO] running `Command { std: "docker" "start" "-a" "13525c52e12f9922dc86bd8ebbc70c5de8b38e87b6139fed22dc28084c3c164b", kill_on_drop: false }` [INFO] [stderr] warning: struct `JsonErrorUtoipaTypes` is never constructed [INFO] [stderr] --> src/errors/expand.rs:165:12 [INFO] [stderr] | [INFO] [stderr] 165 | pub struct JsonErrorUtoipaTypes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `description` is never read [INFO] [stderr] --> src/errors/types.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 9 | RequestError { [INFO] [stderr] | ------------ field in this variant [INFO] [stderr] ... [INFO] [stderr] 15 | description: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `JsonError` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: methods `variant` and `status` are never used [INFO] [stderr] --> src/errors/types.rs:24:8 [INFO] [stderr] | [INFO] [stderr] 23 | impl JsonError { [INFO] [stderr] | -------------- methods in this implementation [INFO] [stderr] 24 | fn variant(&self) -> &Ident { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 31 | fn status(&self) -> Option<&StatusExpr> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated items `expand_utoipa_schema_method`, `expand_utoipa_response_method`, `expand_utoipa_intoresponse_method`, `expand_utoipa_response`, and `expand_utoipa_internal_error` are never used [INFO] [stderr] --> src/errors/types.rs:263:8 [INFO] [stderr] | [INFO] [stderr] 164 | impl JsonError { [INFO] [stderr] | -------------- associated items in this implementation [INFO] [stderr] ... [INFO] [stderr] 263 | fn expand_utoipa_schema_method(&self, name: &Ident) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 329 | fn expand_utoipa_response_method(&self, name: &Ident) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 364 | fn expand_utoipa_intoresponse_method(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 378 | pub(crate) fn expand_utoipa_response(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 408 | pub(crate) fn expand_utoipa_internal_error(internal_error_code: &str) -> TokenStream { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `expand_numeric` is never used [INFO] [stderr] --> src/errors/types.rs:505:12 [INFO] [stderr] | [INFO] [stderr] 493 | impl StatusExpr { [INFO] [stderr] | --------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 505 | pub fn expand_numeric(&self) -> TokenStream { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `json-resp-derive` (lib) generated 5 warnings [INFO] [stderr] warning: `json-resp-derive` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/json_resp_derive-5100b60a4d344a02) [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 json_resp_derive [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" "13525c52e12f9922dc86bd8ebbc70c5de8b38e87b6139fed22dc28084c3c164b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13525c52e12f9922dc86bd8ebbc70c5de8b38e87b6139fed22dc28084c3c164b", kill_on_drop: false }` [INFO] [stdout] 13525c52e12f9922dc86bd8ebbc70c5de8b38e87b6139fed22dc28084c3c164b