[INFO] fetching crate google-healthcare1-cli 6.0.0+20240605... [INFO] testing google-healthcare1-cli-6.0.0+20240605 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate google-healthcare1-cli 6.0.0+20240605 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate google-healthcare1-cli 6.0.0+20240605 [INFO] finished tweaking crates.io crate google-healthcare1-cli 6.0.0+20240605 [INFO] tweaked toml for crates.io crate google-healthcare1-cli 6.0.0+20240605 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate google-healthcare1-cli 6.0.0+20240605 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate google-healthcare1-cli 6.0.0+20240605 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `6.0.0+20240605` for dependency `google-healthcare1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7face3724989b420c644054e0111ce023bb667d6d8d9914cfd017fa1e59ad54b [INFO] running `Command { std: "docker" "start" "-a" "7face3724989b420c644054e0111ce023bb667d6d8d9914cfd017fa1e59ad54b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7face3724989b420c644054e0111ce023bb667d6d8d9914cfd017fa1e59ad54b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7face3724989b420c644054e0111ce023bb667d6d8d9914cfd017fa1e59ad54b", kill_on_drop: false }` [INFO] [stdout] 7face3724989b420c644054e0111ce023bb667d6d8d9914cfd017fa1e59ad54b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6735a5d2a05f1b43b14f820e4977bc89228521620ba24b82212aa3c162bda18 [INFO] running `Command { std: "docker" "start" "-a" "c6735a5d2a05f1b43b14f820e4977bc89228521620ba24b82212aa3c162bda18", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `6.0.0+20240605` for dependency `google-healthcare1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Compiling google-healthcare1 v6.0.0+20240605 [INFO] [stderr] Compiling google-healthcare1-cli v6.0.0+20240605 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stdout] --> src/main.rs:9871:14 [INFO] [stdout] | [INFO] [stdout] 9871 | async fn _projects_locations_datasets_fhir_stores_fhir__patient_everything( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stdout] --> src/main.rs:9981:14 [INFO] [stdout] | [INFO] [stdout] 9981 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_purge( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_validate` should have a snake case name [INFO] [stdout] --> src/main.rs:10064:14 [INFO] [stdout] | [INFO] [stdout] 10064 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_validate( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_validate` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.82s [INFO] running `Command { std: "docker" "inspect" "c6735a5d2a05f1b43b14f820e4977bc89228521620ba24b82212aa3c162bda18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6735a5d2a05f1b43b14f820e4977bc89228521620ba24b82212aa3c162bda18", kill_on_drop: false }` [INFO] [stdout] c6735a5d2a05f1b43b14f820e4977bc89228521620ba24b82212aa3c162bda18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4225d6a3838cc4818e5725088e8842ab5730b548d7a862a7a1f9a9a32f461ca [INFO] running `Command { std: "docker" "start" "-a" "f4225d6a3838cc4818e5725088e8842ab5730b548d7a862a7a1f9a9a32f461ca", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `6.0.0+20240605` for dependency `google-healthcare1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Compiling google-healthcare1-cli v6.0.0+20240605 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stdout] --> src/main.rs:9871:14 [INFO] [stdout] | [INFO] [stdout] 9871 | async fn _projects_locations_datasets_fhir_stores_fhir__patient_everything( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stdout] --> src/main.rs:9981:14 [INFO] [stdout] | [INFO] [stdout] 9981 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_purge( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_validate` should have a snake case name [INFO] [stdout] --> src/main.rs:10064:14 [INFO] [stdout] | [INFO] [stdout] 10064 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_validate( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_validate` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.90s [INFO] running `Command { std: "docker" "inspect" "f4225d6a3838cc4818e5725088e8842ab5730b548d7a862a7a1f9a9a32f461ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4225d6a3838cc4818e5725088e8842ab5730b548d7a862a7a1f9a9a32f461ca", kill_on_drop: false }` [INFO] [stdout] f4225d6a3838cc4818e5725088e8842ab5730b548d7a862a7a1f9a9a32f461ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db8fe4c14de1575a58c32e4e6f95c72b435b21ee468dc8ce6aa61de76dbeb4cb [INFO] running `Command { std: "docker" "start" "-a" "db8fe4c14de1575a58c32e4e6f95c72b435b21ee468dc8ce6aa61de76dbeb4cb", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `6.0.0+20240605` for dependency `google-healthcare1` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__patient_everything` should have a snake case name [INFO] [stderr] --> src/main.rs:9871:14 [INFO] [stderr] | [INFO] [stderr] 9871 | async fn _projects_locations_datasets_fhir_stores_fhir__patient_everything( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_patient_everything` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_purge` should have a snake case name [INFO] [stderr] --> src/main.rs:9981:14 [INFO] [stderr] | [INFO] [stderr] 9981 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_purge( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_purge` [INFO] [stderr] [INFO] [stderr] warning: method `_projects_locations_datasets_fhir_stores_fhir__resource_validate` should have a snake case name [INFO] [stderr] --> src/main.rs:10064:14 [INFO] [stderr] | [INFO] [stderr] 10064 | async fn _projects_locations_datasets_fhir_stores_fhir__resource_validate( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_projects_locations_datasets_fhir_stores_fhir_resource_validate` [INFO] [stderr] [INFO] [stderr] warning: `google-healthcare1-cli` (bin "healthcare1" test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/healthcare1-1a2d7dfcab2d04ef) [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" "db8fe4c14de1575a58c32e4e6f95c72b435b21ee468dc8ce6aa61de76dbeb4cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db8fe4c14de1575a58c32e4e6f95c72b435b21ee468dc8ce6aa61de76dbeb4cb", kill_on_drop: false }` [INFO] [stdout] db8fe4c14de1575a58c32e4e6f95c72b435b21ee468dc8ce6aa61de76dbeb4cb