[INFO] fetching crate google-androidpublisher3 2.0.4+20210401... [INFO] testing google-androidpublisher3-2.0.4+20210401 against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] extracting crate google-androidpublisher3 2.0.4+20210401 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate google-androidpublisher3 2.0.4+20210401 on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate google-androidpublisher3 2.0.4+20210401 [INFO] finished tweaking crates.io crate google-androidpublisher3 2.0.4+20210401 [INFO] tweaked toml for crates.io crate google-androidpublisher3 2.0.4+20210401 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 04a027f0c2cd0c2f120a0d2648959f8a599ffd7e02534ea4513be9e233546202 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "04a027f0c2cd0c2f120a0d2648959f8a599ffd7e02534ea4513be9e233546202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04a027f0c2cd0c2f120a0d2648959f8a599ffd7e02534ea4513be9e233546202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04a027f0c2cd0c2f120a0d2648959f8a599ffd7e02534ea4513be9e233546202", kill_on_drop: false }` [INFO] [stdout] 04a027f0c2cd0c2f120a0d2648959f8a599ffd7e02534ea4513be9e233546202 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d74cba4fd5317503f35c6c6b573cf4359d9d72053e53dd2a1ef37448949aeda5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d74cba4fd5317503f35c6c6b573cf4359d9d72053e53dd2a1ef37448949aeda5", kill_on_drop: false }` [INFO] [stderr] Compiling google-androidpublisher3 v2.0.4+20210401 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:3884:25 [INFO] [stdout] | [INFO] [stdout] 3884 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:4531:25 [INFO] [stdout] | [INFO] [stdout] 4531 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:4918:25 [INFO] [stdout] | [INFO] [stdout] 4918 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:7106:25 [INFO] [stdout] | [INFO] [stdout] 7106 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:8377:25 [INFO] [stdout] | [INFO] [stdout] 8377 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:15567:25 [INFO] [stdout] | [INFO] [stdout] 15567 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:15931:25 [INFO] [stdout] | [INFO] [stdout] 15931 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.05s [INFO] running `Command { std: "docker" "inspect" "d74cba4fd5317503f35c6c6b573cf4359d9d72053e53dd2a1ef37448949aeda5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d74cba4fd5317503f35c6c6b573cf4359d9d72053e53dd2a1ef37448949aeda5", kill_on_drop: false }` [INFO] [stdout] d74cba4fd5317503f35c6c6b573cf4359d9d72053e53dd2a1ef37448949aeda5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a7779c8f6203b2ded0a75448570a2e0e79655c831cf37aeb346604ac240dd088 [INFO] running `Command { std: "docker" "start" "-a" "a7779c8f6203b2ded0a75448570a2e0e79655c831cf37aeb346604ac240dd088", kill_on_drop: false }` [INFO] [stderr] Compiling google-androidpublisher3 v2.0.4+20210401 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:3884:25 [INFO] [stdout] | [INFO] [stdout] 3884 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:4531:25 [INFO] [stdout] | [INFO] [stdout] 4531 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:4918:25 [INFO] [stdout] | [INFO] [stdout] 4918 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:7106:25 [INFO] [stdout] | [INFO] [stdout] 7106 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:8377:25 [INFO] [stdout] | [INFO] [stdout] 8377 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:15567:25 [INFO] [stdout] | [INFO] [stdout] 15567 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:15931:25 [INFO] [stdout] | [INFO] [stdout] 15931 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:3884:25 [INFO] [stdout] | [INFO] [stdout] 3884 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:4531:25 [INFO] [stdout] | [INFO] [stdout] 4531 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:4918:25 [INFO] [stdout] | [INFO] [stdout] 4918 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:7106:25 [INFO] [stdout] | [INFO] [stdout] 7106 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:8377:25 [INFO] [stdout] | [INFO] [stdout] 8377 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:15567:25 [INFO] [stdout] | [INFO] [stdout] 15567 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:15931:25 [INFO] [stdout] | [INFO] [stdout] 15931 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.61s [INFO] running `Command { std: "docker" "inspect" "a7779c8f6203b2ded0a75448570a2e0e79655c831cf37aeb346604ac240dd088", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7779c8f6203b2ded0a75448570a2e0e79655c831cf37aeb346604ac240dd088", kill_on_drop: false }` [INFO] [stdout] a7779c8f6203b2ded0a75448570a2e0e79655c831cf37aeb346604ac240dd088 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 804fecfec6068e27cd5e8626c22f936d8823593b7dcd755aa5b1afbef7ebe46e [INFO] running `Command { std: "docker" "start" "-a" "804fecfec6068e27cd5e8626c22f936d8823593b7dcd755aa5b1afbef7ebe46e", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:3884:25 [INFO] [stderr] | [INFO] [stderr] 3884 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:4531:25 [INFO] [stderr] | [INFO] [stderr] 4531 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:4918:25 [INFO] [stderr] | [INFO] [stderr] 4918 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:7106:25 [INFO] [stderr] | [INFO] [stderr] 7106 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:8377:25 [INFO] [stderr] | [INFO] [stderr] 8377 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:15567:25 [INFO] [stderr] | [INFO] [stderr] 15567 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:15931:25 [INFO] [stderr] | [INFO] [stderr] 15931 | let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_url` [INFO] [stderr] [INFO] [stderr] warning: `google-androidpublisher3` (lib) generated 7 warnings [INFO] [stderr] warning: `google-androidpublisher3` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/google_androidpublisher3-4c91c3b2d6e96b02) [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 google-androidpublisher3 [INFO] [stdout] [INFO] [stdout] running 70 tests [INFO] [stdout] test src/api.rs - api::EditExpansionfilePatchCall (line 6335) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditDetailGetCall (line 5187) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditCommitCall (line 12382) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditExpansionfileGetCall (line 6045) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditDetailUpdateCall (line 5749) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditBundleUploadCall (line 4399) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditDeobfuscationfileUploadCall (line 4787) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditExpansionfileUploadCall (line 6975) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditExpansionfileUpdateCall (line 6655) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditDetailPatchCall (line 5453) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditApkAddexternallyhostedCall (line 3195) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditDeleteCall (line 12648) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditApkListCall (line 3491) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditApkUploadCall (line 3757) - compile ... ok [INFO] [stdout] test src/api.rs - api::AndroidPublisher (line 52) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditBundleListCall (line 4133) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditImageUploadCall (line 8246) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditImageDeleteallCall (line 7666) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditGetCall (line 12903) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditInsertCall (line 13169) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditListingPatchCall (line 9712) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditImageListCall (line 7956) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditListingDeleteallCall (line 8913) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditImageDeleteCall (line 7375) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditListingListCall (line 9446) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditTesterGetCall (line 10328) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditListingGetCall (line 9168) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditListingDeleteCall (line 8646) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditListingUpdateCall (line 10020) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditMethods (line 1623) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditTesterUpdateCall (line 10914) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditTesterPatchCall (line 10606) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditTrackGetCall (line 11222) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditTrackListCall (line 11500) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditTrackPatchCall (line 11766) - compile ... ok [INFO] [stdout] test src/api.rs - api::InappproductListCall (line 14536) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditValidateCall (line 13453) - compile ... ok [INFO] [stdout] test src/api.rs - api::EditTrackUpdateCall (line 12074) - compile ... ok [INFO] [stdout] test src/api.rs - api::InappproductGetCall (line 13974) - compile ... ok [INFO] [stdout] test src/api.rs - api::InappproductDeleteCall (line 13719) - compile ... ok [INFO] [stdout] test src/api.rs - api::InappproductInsertCall (line 14240) - compile ... ok [INFO] [stdout] test src/api.rs - api::InappproductMethods (line 2412) - compile ... ok [INFO] [stdout] test src/api.rs - api::InappproductPatchCall (line 14826) - compile ... ok [INFO] [stdout] test src/api.rs - api::InappproductUpdateCall (line 15134) - compile ... ok [INFO] [stdout] test src/api.rs - api::InternalappsharingartifactUploadapkCall (line 15442) - compile ... ok [INFO] [stdout] test src/api.rs - api::InternalappsharingartifactMethods (line 2577) - compile ... ok [INFO] [stdout] test src/api.rs - api::InternalappsharingartifactUploadbundleCall (line 15806) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseMethods (line 2717) - compile ... ok [INFO] [stdout] test src/api.rs - api::OrderMethods (line 2654) - compile ... ok [INFO] [stdout] test src/api.rs - api::OrderRefundCall (line 16170) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseSubscriptionDeferCall (line 17576) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseProductAcknowledgeCall (line 16437) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseSubscriptionCancelCall (line 17309) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseProductGetCall (line 16734) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 75) ... ignored [INFO] [stdout] test src/api.rs - api::PurchaseSubscriptionAcknowledgeCall (line 17012) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseSubscriptionRefundCall (line 18162) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseSubscriptionGetCall (line 17884) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseVoidedpurchaseListCall (line 18696) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReviewGetCall (line 19022) - compile ... ok [INFO] [stdout] test src/api.rs - api::PurchaseSubscriptionRevokeCall (line 18429) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReviewMethods (line 2957) - compile ... ok [INFO] [stdout] test src/api.rs - api::SystemapkVariantCreateCall (line 19898) - compile ... ok [INFO] [stdout] test src/api.rs - api::SystemapkVariantDownloadCall (line 20197) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReviewReplyCall (line 19602) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReviewListCall (line 19300) - compile ... ok [INFO] [stdout] test src/api.rs - api::SystemapkMethods (line 3062) - compile ... ok [INFO] [stdout] test src/api.rs - api::SystemapkVariantListCall (line 20742) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 108) - compile ... ok [INFO] [stdout] test src/api.rs - api::SystemapkVariantGetCall (line 20464) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 31.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "804fecfec6068e27cd5e8626c22f936d8823593b7dcd755aa5b1afbef7ebe46e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "804fecfec6068e27cd5e8626c22f936d8823593b7dcd755aa5b1afbef7ebe46e", kill_on_drop: false }` [INFO] [stdout] 804fecfec6068e27cd5e8626c22f936d8823593b7dcd755aa5b1afbef7ebe46e