[INFO] fetching crate cloud-storage 0.10.0... [INFO] testing cloud-storage-0.10.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate cloud-storage 0.10.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate cloud-storage 0.10.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cloud-storage 0.10.0 [INFO] finished tweaking crates.io crate cloud-storage 0.10.0 [INFO] tweaked toml for crates.io crate cloud-storage 0.10.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c5426cf438fc4a95eea40f2492e58755b7c5d06f1f3dff46da442deb33126f8 [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" "9c5426cf438fc4a95eea40f2492e58755b7c5d06f1f3dff46da442deb33126f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c5426cf438fc4a95eea40f2492e58755b7c5d06f1f3dff46da442deb33126f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c5426cf438fc4a95eea40f2492e58755b7c5d06f1f3dff46da442deb33126f8", kill_on_drop: false }` [INFO] [stdout] 9c5426cf438fc4a95eea40f2492e58755b7c5d06f1f3dff46da442deb33126f8 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3331869d9d127911ff34f1597d191706f90890cf85c001ea49040c53f0b5fb0 [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" "d3331869d9d127911ff34f1597d191706f90890cf85c001ea49040c53f0b5fb0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tokio v1.6.1 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling hyper v0.14.8 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.3 [INFO] [stderr] Compiling cloud-storage v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "d3331869d9d127911ff34f1597d191706f90890cf85c001ea49040c53f0b5fb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3331869d9d127911ff34f1597d191706f90890cf85c001ea49040c53f0b5fb0", kill_on_drop: false }` [INFO] [stdout] d3331869d9d127911ff34f1597d191706f90890cf85c001ea49040c53f0b5fb0 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 146a1a17ab5fbf6ff2ceb55a43860559e677ed72b6f2d72a3d150c99adcebb06 [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" "146a1a17ab5fbf6ff2ceb55a43860559e677ed72b6f2d72a3d150c99adcebb06", kill_on_drop: false }` [INFO] [stderr] Compiling cloud-storage v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.61s [INFO] running `Command { std: "docker" "inspect" "146a1a17ab5fbf6ff2ceb55a43860559e677ed72b6f2d72a3d150c99adcebb06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "146a1a17ab5fbf6ff2ceb55a43860559e677ed72b6f2d72a3d150c99adcebb06", kill_on_drop: false }` [INFO] [stdout] 146a1a17ab5fbf6ff2ceb55a43860559e677ed72b6f2d72a3d150c99adcebb06 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] cf7bff45a6897d27042b5d8192aa4d758f2d459ca46cfa78cd9fe0573ea3cb02 [INFO] running `Command { std: "docker" "start" "-a" "cf7bff45a6897d27042b5d8192aa4d758f2d459ca46cfa78cd9fe0573ea3cb02", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cloud_storage-1ac144bd83eb7978) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test resources::common::tests::deserialize ... ok [INFO] [stdout] test resources::common::tests::serialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests cloud-storage [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::list (line 68) ... FAILED [INFO] [stdout] test src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::read (line 113) ... FAILED [INFO] [stdout] test src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::create (line 19) ... FAILED [INFO] [stdout] test src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::delete (line 181) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::update (line 135) ... FAILED [INFO] [stdout] test src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::list (line 65) ... FAILED [INFO] [stdout] test src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::read (line 100) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::create (line 18) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::download_streamed (line 303) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::delete (line 389) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::test_iam_permission (line 314) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::download (line 268) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::compose (line 423) ... FAILED [INFO] [stdout] test src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::create (line 19) ... FAILED [INFO] [stdout] test src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::delete (line 207) ... FAILED [INFO] [stdout] test src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::update (line 135) ... FAILED [INFO] [stdout] test src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::read (line 121) ... FAILED [INFO] [stdout] test src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::update (line 163) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::get_iam_policy (line 219) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::list (line 63) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::read (line 96) ... FAILED [INFO] [stdout] test src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::update (line 159) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::read (line 233) ... FAILED [INFO] [stdout] test src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::delete (line 205) ... FAILED [INFO] [stdout] test src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::list (line 70) ... FAILED [INFO] [stdout] test src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::create (line 20) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::delete (line 182) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::create_streamed (line 70) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::list (line 133) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::create (line 19) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::copy (line 483) ... FAILED [INFO] [stdout] test src/client/bucket.rs - client::bucket::BucketClient::set_iam_policy (line 258) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::update (line 351) ... FAILED [INFO] [stdout] test src/client/object.rs - client::object::ObjectClient::rewrite (line 538) ... FAILED [INFO] [stdout] test src/lib.rs - (line 80) ... FAILED [INFO] [stdout] test src/resources/object.rs - resources::object::Object::download_url (line 639) ... FAILED [INFO] [stdout] test src/lib.rs - (line 52) ... FAILED [INFO] [stdout] test src/lib.rs - (line 68) ... FAILED [INFO] [stdout] test src/resources/object.rs - resources::object::Object::upload_url_with (line 712) ... FAILED [INFO] [stdout] test src/resources/object.rs - resources::object::Object::download_url_with (line 660) ... FAILED [INFO] [stdout] test src/lib.rs - (line 42) ... FAILED [INFO] [stdout] test src/lib.rs - (line 28) ... FAILED [INFO] [stdout] test src/resources/object.rs - resources::object::Object::upload_url (line 691) ... FAILED [INFO] [stdout] test src/download_options.rs - download_options::DownloadOptions::new (line 11) ... ok [INFO] [stdout] test src/download_options.rs - download_options::DownloadOptions::content_disposition (line 23) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::list (line 68) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/default_object_access_control.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/default_object_access_control.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::read (line 113) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/default_object_access_control.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/default_object_access_control.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::create (line 19) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/hmac_key.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/hmac_key.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 13 | | Ok(()) [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::delete (line 181) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket_access_control.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket_access_control.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 11 | | Ok(()) [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::update (line 135) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 24 | | Ok(()) [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::list (line 65) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket_access_control.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket_access_control.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::read (line 100) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket_access_control.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket_access_control.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::create (line 18) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 17 | | Ok(()) [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::download_streamed (line 303) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:304:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:302:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 17 | | Ok(()) [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::delete (line 389) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:390:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:388:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::test_iam_permission (line 314) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 11 | | Ok(()) [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::download (line 268) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::compose (line 423) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:424:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:422:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 29 | | Ok(()) [INFO] [stdout] 30 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::create (line 19) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/default_object_access_control.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/default_object_access_control.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 17 | | Ok(()) [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::delete (line 207) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/default_object_access_control.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/default_object_access_control.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 11 | | Ok(()) [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::update (line 135) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket_access_control.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket_access_control.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::read (line 121) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/hmac_key.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/hmac_key.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::update (line 163) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/hmac_key.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/hmac_key.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::get_iam_policy (line 219) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:218:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 19 | | Ok(()) [INFO] [stdout] 20 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::list (line 63) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::read (line 96) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 18 | | Ok(()) [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::update (line 159) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/default_object_access_control.rs:160:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/default_object_access_control.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::read (line 233) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:234:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:232:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::delete (line 205) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/hmac_key.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/hmac_key.rs:204:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 11 | | Ok(()) [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::list (line 70) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/hmac_key.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/hmac_key.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::create (line 20) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket_access_control.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket_access_control.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 15 | | Ok(()) [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::delete (line 182) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 18 | | Ok(()) [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::create_streamed (line 70) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 15 | | Ok(()) [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::list (line 133) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::create (line 19) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::copy (line 483) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:484:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:482:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/bucket.rs - client::bucket::BucketClient::set_iam_policy (line 258) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/bucket.rs:259:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/bucket.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 31 | | Ok(()) [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::update (line 351) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:352:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:350:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/client/object.rs - client::object::ObjectClient::rewrite (line 538) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/client/object.rs:539:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/client/object.rs:537:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 80) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/lib.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/lib.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | use cloud_storage::{Client, Object}; [INFO] [stdout] 4 | | #[tokio::main] [INFO] [stdout] ... | [INFO] [stdout] 8 | | Ok(()) [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/resources/object.rs - resources::object::Object::download_url (line 639) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/resources/object.rs:640:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/resources/object.rs:638:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 52) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/lib.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/lib.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | use cloud_storage::{Client, Object}; [INFO] [stdout] 4 | | use std::fs::File; [INFO] [stdout] ... | [INFO] [stdout] 14 | | Ok(()) [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 68) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/lib.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/lib.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | use cloud_storage::{Client, Object}; [INFO] [stdout] 4 | | #[tokio::main] [INFO] [stdout] ... | [INFO] [stdout] 10 | | Ok(()) [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/resources/object.rs - resources::object::Object::upload_url_with (line 712) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/resources/object.rs:713:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/resources/object.rs:711:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 15 | | Ok(()) [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/resources/object.rs - resources::object::Object::download_url_with (line 660) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/resources/object.rs:661:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/resources/object.rs:659:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 42) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/lib.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/lib.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | use cloud_storage::{Client, Bucket}; [INFO] [stdout] 4 | | #[tokio::main] [INFO] [stdout] ... | [INFO] [stdout] 8 | | Ok(()) [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 28) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/lib.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | use cloud_storage::{Client, Bucket, NewBucket}; [INFO] [stdout] 4 | | #[tokio::main] [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/resources/object.rs - resources::object::Object::upload_url (line 691) stdout ---- [INFO] [stdout] error: The default runtime flavor is `multi_thread`, but the `rt-multi-thread` feature is disabled. [INFO] [stdout] --> src/resources/object.rs:692:1 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `rust_out` [INFO] [stdout] --> src/resources/object.rs:690:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![allow(unused)] [INFO] [stdout] 2 | | extern crate r#cloud_storage; [INFO] [stdout] 3 | | #[tokio::main] [INFO] [stdout] 4 | | async fn main() -> Result<(), Box> { [INFO] [stdout] ... | [INFO] [stdout] 12 | | Ok(()) [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ consider adding a `main` function at the crate level [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::create (line 18) [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::delete (line 182) [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::get_iam_policy (line 219) [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::list (line 63) [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::read (line 96) [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::set_iam_policy (line 258) [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::test_iam_permission (line 314) [INFO] [stdout] src/client/bucket.rs - client::bucket::BucketClient::update (line 135) [INFO] [stdout] src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::create (line 20) [INFO] [stdout] src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::delete (line 181) [INFO] [stdout] src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::list (line 65) [INFO] [stdout] src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::read (line 100) [INFO] [stdout] src/client/bucket_access_control.rs - client::bucket_access_control::BucketAccessControlClient::update (line 135) [INFO] [stdout] src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::create (line 19) [INFO] [stdout] src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::delete (line 207) [INFO] [stdout] src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::list (line 68) [INFO] [stdout] src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::read (line 113) [INFO] [stdout] src/client/default_object_access_control.rs - client::default_object_access_control::DefaultObjectAccessControlClient::update (line 159) [INFO] [stdout] src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::create (line 19) [INFO] [stdout] src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::delete (line 205) [INFO] [stdout] src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::list (line 70) [INFO] [stdout] src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::read (line 121) [INFO] [stdout] src/client/hmac_key.rs - client::hmac_key::HmacKeyClient::update (line 163) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::compose (line 423) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::copy (line 483) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::create (line 19) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::create_streamed (line 70) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::delete (line 389) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::download (line 268) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::download_streamed (line 303) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::list (line 133) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::read (line 233) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::rewrite (line 538) [INFO] [stdout] src/client/object.rs - client::object::ObjectClient::update (line 351) [INFO] [stdout] src/lib.rs - (line 28) [INFO] [stdout] src/lib.rs - (line 42) [INFO] [stdout] src/lib.rs - (line 52) [INFO] [stdout] src/lib.rs - (line 68) [INFO] [stdout] src/lib.rs - (line 80) [INFO] [stdout] src/resources/object.rs - resources::object::Object::download_url (line 639) [INFO] [stdout] src/resources/object.rs - resources::object::Object::download_url_with (line 660) [INFO] [stdout] src/resources/object.rs - resources::object::Object::upload_url (line 691) [INFO] [stdout] src/resources/object.rs - resources::object::Object::upload_url_with (line 712) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 43 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.56s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "cf7bff45a6897d27042b5d8192aa4d758f2d459ca46cfa78cd9fe0573ea3cb02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf7bff45a6897d27042b5d8192aa4d758f2d459ca46cfa78cd9fe0573ea3cb02", kill_on_drop: false }` [INFO] [stdout] cf7bff45a6897d27042b5d8192aa4d758f2d459ca46cfa78cd9fe0573ea3cb02