[INFO] fetching crate google-drive2 2.0.4+20210322... [INFO] testing google-drive2-2.0.4+20210322 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate google-drive2 2.0.4+20210322 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate google-drive2 2.0.4+20210322 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate google-drive2 2.0.4+20210322 [INFO] finished tweaking crates.io crate google-drive2 2.0.4+20210322 [INFO] tweaked toml for crates.io crate google-drive2 2.0.4+20210322 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", 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] 47e59253d1bf9b882a9e7a0f9774c1953b2688ffe6f8e01cd23f04afc8edabd5 [INFO] running `Command { std: "docker" "start" "-a" "47e59253d1bf9b882a9e7a0f9774c1953b2688ffe6f8e01cd23f04afc8edabd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47e59253d1bf9b882a9e7a0f9774c1953b2688ffe6f8e01cd23f04afc8edabd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47e59253d1bf9b882a9e7a0f9774c1953b2688ffe6f8e01cd23f04afc8edabd5", kill_on_drop: false }` [INFO] [stdout] 47e59253d1bf9b882a9e7a0f9774c1953b2688ffe6f8e01cd23f04afc8edabd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edbb285e3f07036670d7db79ef83acf3bdcb704b76bd70fe36748d1bd1d2e9fe [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" "edbb285e3f07036670d7db79ef83acf3bdcb704b76bd70fe36748d1bd1d2e9fe", kill_on_drop: false }` [INFO] [stderr] Compiling google-drive2 v2.0.4+20210322 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:13511:25 [INFO] [stdout] | [INFO] [stdout] 13511 | 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:16003:25 [INFO] [stdout] | [INFO] [stdout] 16003 | 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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.93s [INFO] running `Command { std: "docker" "inspect" "edbb285e3f07036670d7db79ef83acf3bdcb704b76bd70fe36748d1bd1d2e9fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edbb285e3f07036670d7db79ef83acf3bdcb704b76bd70fe36748d1bd1d2e9fe", kill_on_drop: false }` [INFO] [stdout] edbb285e3f07036670d7db79ef83acf3bdcb704b76bd70fe36748d1bd1d2e9fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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] 6c94549df65fe776b86c0766daba82a5718786d62879103c7194331bd849ff60 [INFO] running `Command { std: "docker" "start" "-a" "6c94549df65fe776b86c0766daba82a5718786d62879103c7194331bd849ff60", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:13511:25 [INFO] [stdout] | [INFO] [stdout] 13511 | 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:16003:25 [INFO] [stdout] | [INFO] [stdout] 16003 | 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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling google-drive2 v2.0.4+20210322 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `url` [INFO] [stdout] --> src/api.rs:13511:25 [INFO] [stdout] | [INFO] [stdout] 13511 | 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:16003:25 [INFO] [stdout] | [INFO] [stdout] 16003 | 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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.64s [INFO] running `Command { std: "docker" "inspect" "6c94549df65fe776b86c0766daba82a5718786d62879103c7194331bd849ff60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c94549df65fe776b86c0766daba82a5718786d62879103c7194331bd849ff60", kill_on_drop: false }` [INFO] [stdout] 6c94549df65fe776b86c0766daba82a5718786d62879103c7194331bd849ff60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 83fc4509b65f4557e0e3b38d0663ef7700570e86bdd85298af34a27d6e061b7d [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" "83fc4509b65f4557e0e3b38d0663ef7700570e86bdd85298af34a27d6e061b7d", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:13511:25 [INFO] [stderr] | [INFO] [stderr] 13511 | 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:16003:25 [INFO] [stderr] | [INFO] [stderr] 16003 | 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: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `url` [INFO] [stderr] --> src/api.rs:13511:25 [INFO] [stderr] | [INFO] [stderr] 13511 | 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:16003:25 [INFO] [stderr] | [INFO] [stderr] 16003 | 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: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/google_drive2-aee95b31af11b667) [INFO] [stdout] [INFO] [stderr] Doc-tests google-drive2 [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 89 tests [INFO] [stdout] test src/api.rs - api::ChangeListCall (line 5896) - compile ... ok [INFO] [stdout] test src/api.rs - api::AboutGetCall (line 4577) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChildrenDeleteCall (line 6932) - compile ... ok [INFO] [stdout] test src/api.rs - api::AboutMethods (line 2467) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChildrenListCall (line 7773) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChangeMethods (line 2600) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChangeWatchCall (line 6281) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChildrenGetCall (line 7195) - compile ... ok [INFO] [stdout] test src/api.rs - api::AppMethods (line 2525) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChangeGetCall (line 5333) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChangeGetStartPageTokenCall (line 5631) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChannelMethods (line 2737) - compile ... ok [INFO] [stdout] test src/api.rs - api::AppListCall (line 5080) - compile ... ok [INFO] [stdout] test src/api.rs - api::AppGetCall (line 4830) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChannelStopCall (line 6696) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChildrenMethods (line 2797) - compile ... ok [INFO] [stdout] test src/api.rs - api::ChildrenInsertCall (line 7457) - compile ... ok [INFO] [stdout] test src/api.rs - api::CommentGetCall (line 8322) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveHideCall (line 10259) - compile ... ok [INFO] [stdout] test src/api.rs - api::CommentInsertCall (line 8596) - compile ... ok [INFO] [stdout] test src/api.rs - api::CommentDeleteCall (line 8071) - compile ... ok [INFO] [stdout] test src/api.rs - api::CommentListCall (line 8876) - compile ... ok [INFO] [stdout] test src/api.rs - api::CommentPatchCall (line 9174) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveGetCall (line 9997) - compile ... ok [INFO] [stdout] test src/api.rs - api::CommentMethods (line 2922) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveDeleteCall (line 9758) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveHub (line 84) - compile ... ok [INFO] [stdout] test src/api.rs - api::CommentUpdateCall (line 9466) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveMethods (line 3086) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveInsertCall (line 10509) - compile ... ok [INFO] [stdout] test src/api.rs - api::FilePatchCall (line 14233) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileEmptyTrashCall (line 12262) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileGenerateIdCall (line 12734) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileExportCall (line 12483) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileCopyCall (line 11575) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileListCall (line 13836) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveUnhideCall (line 11033) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveListCall (line 10768) - compile ... ok [INFO] [stdout] test src/api.rs - api::DriveUpdateCall (line 11283) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileGetCall (line 12980) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileInsertCall (line 13330) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileDeleteCall (line 11987) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileMethods (line 3253) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileUpdateCall (line 15575) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionDeleteCall (line 17849) - compile ... ok [INFO] [stdout] test src/api.rs - api::ParentMethods (line 3630) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileTrashCall (line 15003) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileTouchCall (line 14717) - compile ... ok [INFO] [stdout] test src/api.rs - api::ParentDeleteCall (line 16758) - compile ... ok [INFO] [stdout] test src/api.rs - api::ParentListCall (line 17599) - compile ... ok [INFO] [stdout] test src/api.rs - api::ParentGetCall (line 17021) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileUntrashCall (line 15289) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionGetCall (line 18136) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionMethods (line 3751) - compile ... ok [INFO] [stdout] test src/api.rs - api::FileWatchCall (line 16378) - compile ... ok [INFO] [stdout] test src/api.rs - api::ParentInsertCall (line 17283) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionUpdateCall (line 19722) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionGetIdForEmailCall (line 18434) - compile ... ok [INFO] [stdout] test src/api.rs - api::PropertyGetCall (line 20337) - compile ... ok [INFO] [stdout] test src/api.rs - api::PropertyListCall (line 20891) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionInsertCall (line 18684) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionListCall (line 19048) - compile ... ok [INFO] [stdout] test src/api.rs - api::PropertyDeleteCall (line 20074) - compile ... ok [INFO] [stdout] test src/api.rs - api::PropertyInsertCall (line 20611) - compile ... ok [INFO] [stdout] test src/api.rs - api::PropertyMethods (line 3956) - compile ... ok [INFO] [stdout] test src/api.rs - api::PermissionPatchCall (line 19370) - compile ... ok [INFO] [stdout] test src/api.rs - api::PropertyUpdateCall (line 21445) - compile ... ok [INFO] [stdout] test src/api.rs - api::PropertyPatchCall (line 21141) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReplyDeleteCall (line 21749) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReplyInsertCall (line 22298) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReplyMethods (line 4119) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReplyPatchCall (line 22888) - compile ... ok [INFO] [stdout] test src/api.rs - api::RevisionDeleteCall (line 23496) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 94) ... ignored [INFO] [stdout] test src/api.rs - api::RevisionGetCall (line 23747) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReplyGetCall (line 22012) - compile ... ok [INFO] [stdout] test src/api.rs - api::TeamdriveMethods (line 4436) - compile ... ok [INFO] [stdout] test src/api.rs - api::RevisionMethods (line 4294) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReplyUpdateCall (line 23192) - compile ... ok [INFO] [stdout] test src/api.rs - api::TeamdriveGetCall (line 25106) - compile ... ok [INFO] [stdout] test src/api.rs - api::RevisionListCall (line 24009) - compile ... ok [INFO] [stdout] test src/api.rs - api::RevisionUpdateCall (line 24575) - compile ... ok [INFO] [stdout] test src/api.rs - api::ReplyListCall (line 22590) - compile ... ok [INFO] [stdout] test src/api.rs - api::RevisionPatchCall (line 24283) - compile ... ok [INFO] [stdout] test src/api.rs - api::TeamdriveDeleteCall (line 24867) - compile ... ok [INFO] [stdout] test src/api.rs - api::TeamdriveListCall (line 25627) - compile ... ok [INFO] [stdout] test src/api.rs - api::TeamdriveUpdateCall (line 25892) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 137) - compile ... ok [INFO] [stdout] test src/api.rs - api::TeamdriveInsertCall (line 25368) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 88 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.77s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "83fc4509b65f4557e0e3b38d0663ef7700570e86bdd85298af34a27d6e061b7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83fc4509b65f4557e0e3b38d0663ef7700570e86bdd85298af34a27d6e061b7d", kill_on_drop: false }` [INFO] [stdout] 83fc4509b65f4557e0e3b38d0663ef7700570e86bdd85298af34a27d6e061b7d