[INFO] fetching crate google-healthcare1-cli 6.0.0+20240605... [INFO] testing google-healthcare1-cli-6.0.0+20240605 against 1.90.0 for beta-1.91-3 [INFO] extracting crate google-healthcare1-cli 6.0.0+20240605 into /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate google-healthcare1-cli 6.0.0+20240605 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] 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" "+1.90.0" "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] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded google-healthcare1 v6.0.0+20240605 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] eb0452ff4648fd1a716c00aa8a5ff9e56d5a79f8127192f683f27000a5aebe5f [INFO] running `Command { std: "docker" "start" "-a" "eb0452ff4648fd1a716c00aa8a5ff9e56d5a79f8127192f683f27000a5aebe5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb0452ff4648fd1a716c00aa8a5ff9e56d5a79f8127192f683f27000a5aebe5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb0452ff4648fd1a716c00aa8a5ff9e56d5a79f8127192f683f27000a5aebe5f", kill_on_drop: false }` [INFO] [stdout] eb0452ff4648fd1a716c00aa8a5ff9e56d5a79f8127192f683f27000a5aebe5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a5805e82e50f2792410686c4ed397255bd9a28be74cdc693c993f37a31f8b171 [INFO] running `Command { std: "docker" "start" "-a" "a5805e82e50f2792410686c4ed397255bd9a28be74cdc693c993f37a31f8b171", 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)]` 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 28.92s [INFO] running `Command { std: "docker" "inspect" "a5805e82e50f2792410686c4ed397255bd9a28be74cdc693c993f37a31f8b171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5805e82e50f2792410686c4ed397255bd9a28be74cdc693c993f37a31f8b171", kill_on_drop: false }` [INFO] [stdout] a5805e82e50f2792410686c4ed397255bd9a28be74cdc693c993f37a31f8b171 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ed945f22b8ded87d64d13c69ed834e51df4a4ad60c8470820d6ecd0796580a82 [INFO] running `Command { std: "docker" "start" "-a" "ed945f22b8ded87d64d13c69ed834e51df4a4ad60c8470820d6ecd0796580a82", 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)]` 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 6.32s [INFO] running `Command { std: "docker" "inspect" "ed945f22b8ded87d64d13c69ed834e51df4a4ad60c8470820d6ecd0796580a82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed945f22b8ded87d64d13c69ed834e51df4a4ad60c8470820d6ecd0796580a82", kill_on_drop: false }` [INFO] [stdout] ed945f22b8ded87d64d13c69ed834e51df4a4ad60c8470820d6ecd0796580a82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 1e9e530299ad624ee11c1b48e146ca8433541bf198ee368c8f0ca480b2485296 [INFO] running `Command { std: "docker" "start" "-a" "1e9e530299ad624ee11c1b48e146ca8433541bf198ee368c8f0ca480b2485296", 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)]` 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.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/healthcare1-3d008d3b33d3a48d) [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" "1e9e530299ad624ee11c1b48e146ca8433541bf198ee368c8f0ca480b2485296", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e9e530299ad624ee11c1b48e146ca8433541bf198ee368c8f0ca480b2485296", kill_on_drop: false }` [INFO] [stdout] 1e9e530299ad624ee11c1b48e146ca8433541bf198ee368c8f0ca480b2485296