[INFO] fetching crate exoscale-rs 2.0.3...
[INFO] checking exoscale-rs-2.0.3 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate exoscale-rs 2.0.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate exoscale-rs 2.0.3 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate exoscale-rs 2.0.3
[INFO] finished tweaking crates.io crate exoscale-rs 2.0.3
[INFO] tweaked toml for crates.io crate exoscale-rs 2.0.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5bf3e8ca89910b9d7b7c3c65f3c0d6aacd5ee149c621b537f59f490b8fdff02c
[INFO] running `Command { std: "docker" "start" "-a" "5bf3e8ca89910b9d7b7c3c65f3c0d6aacd5ee149c621b537f59f490b8fdff02c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5bf3e8ca89910b9d7b7c3c65f3c0d6aacd5ee149c621b537f59f490b8fdff02c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bf3e8ca89910b9d7b7c3c65f3c0d6aacd5ee149c621b537f59f490b8fdff02c", kill_on_drop: false }`
[INFO] [stdout] 5bf3e8ca89910b9d7b7c3c65f3c0d6aacd5ee149c621b537f59f490b8fdff02c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20f00c765902797de5ca597970b200f99af36fcc5e2d8494243dd302fbf302fd
[INFO] running `Command { std: "docker" "start" "-a" "20f00c765902797de5ca597970b200f99af36fcc5e2d8494243dd302fbf302fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling serde_with_macros v3.7.0
[INFO] [stderr]     Checking serde_with v3.7.0
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.25
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking exoscale-rs v2.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: environment variable `EXOSCALE_API_KEY` not defined at compile time
[INFO] [stdout]    --> src/lib.rs:107:22
[INFO] [stdout]     |
[INFO] [stdout] 107 |             api_key: env!("EXOSCALE_API_KEY").into(),
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("EXOSCALE_API_KEY")` to read the variable at run time
[INFO] [stdout]     = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `EXOSCALE_API_SECRET` not defined at compile time
[INFO] [stdout]    --> src/lib.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             api_secret: env!("EXOSCALE_API_SECRET").into(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("EXOSCALE_API_SECRET")` to read the variable at run time
[INFO] [stdout]     = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `EXOSCALE_ZONE` not defined at compile time
[INFO] [stdout]    --> src/lib.rs:110:19
[INFO] [stdout]     |
[INFO] [stdout] 110 |             zone: env!("EXOSCALE_ZONE").into(),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("EXOSCALE_ZONE")` to read the variable at run time
[INFO] [stdout]     = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/anti_affinity_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/compute_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dbaas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/deploy_target_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/elastic_ip_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/event_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/iam_api.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_pool_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_type_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/network_load_balancer_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/operation_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/private_network_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/quotas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/reverse_dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/security_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sks_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/snapshot_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sos_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/ssh_key_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/template_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/zone_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/configuration.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/anti_affinity_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/compute_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dbaas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/deploy_target_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/elastic_ip_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/event_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/iam_api.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_pool_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_type_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/network_load_balancer_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/operation_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/private_network_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/quotas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/reverse_dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/security_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sks_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/snapshot_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sos_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/ssh_key_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/template_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/zone_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/configuration.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 24 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exoscale-rs` (lib test) due to 4 previous errors; 24 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 24 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "20f00c765902797de5ca597970b200f99af36fcc5e2d8494243dd302fbf302fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20f00c765902797de5ca597970b200f99af36fcc5e2d8494243dd302fbf302fd", kill_on_drop: false }`
[INFO] [stdout] 20f00c765902797de5ca597970b200f99af36fcc5e2d8494243dd302fbf302fd
[INFO] checking exoscale-rs-2.0.3 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate exoscale-rs 2.0.3 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate exoscale-rs 2.0.3 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate exoscale-rs 2.0.3
[INFO] finished tweaking crates.io crate exoscale-rs 2.0.3
[INFO] tweaked toml for crates.io crate exoscale-rs 2.0.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f57fbf3a47a3f27ebbf547a03c016a4c32817e58899b6c867d32a3142bd2645
[INFO] running `Command { std: "docker" "start" "-a" "8f57fbf3a47a3f27ebbf547a03c016a4c32817e58899b6c867d32a3142bd2645", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f57fbf3a47a3f27ebbf547a03c016a4c32817e58899b6c867d32a3142bd2645", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f57fbf3a47a3f27ebbf547a03c016a4c32817e58899b6c867d32a3142bd2645", kill_on_drop: false }`
[INFO] [stdout] 8f57fbf3a47a3f27ebbf547a03c016a4c32817e58899b6c867d32a3142bd2645
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd072a2f28561524c98df52e558f4706a6931e0bdbd2f5259dee97174b017e71
[INFO] running `Command { std: "docker" "start" "-a" "cd072a2f28561524c98df52e558f4706a6931e0bdbd2f5259dee97174b017e71", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling serde_with_macros v3.7.0
[INFO] [stderr]     Checking serde_with v3.7.0
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.25
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking exoscale-rs v2.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: environment variable `EXOSCALE_API_KEY` not defined at compile time
[INFO] [stdout]    --> src/lib.rs:107:22
[INFO] [stdout]     |
[INFO] [stdout] 107 |             api_key: env!("EXOSCALE_API_KEY").into(),
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("EXOSCALE_API_KEY")` to read the variable at run time
[INFO] [stdout]     = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `EXOSCALE_API_SECRET` not defined at compile time
[INFO] [stdout]    --> src/lib.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             api_secret: env!("EXOSCALE_API_SECRET").into(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("EXOSCALE_API_SECRET")` to read the variable at run time
[INFO] [stdout]     = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `EXOSCALE_ZONE` not defined at compile time
[INFO] [stdout]    --> src/lib.rs:110:19
[INFO] [stdout]     |
[INFO] [stdout] 110 |             zone: env!("EXOSCALE_ZONE").into(),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("EXOSCALE_ZONE")` to read the variable at run time
[INFO] [stdout]     = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/anti_affinity_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/compute_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dbaas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/deploy_target_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/elastic_ip_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/event_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/iam_api.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_pool_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_type_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/network_load_balancer_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/operation_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/private_network_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/quotas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/reverse_dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/security_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sks_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/snapshot_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sos_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/ssh_key_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/template_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/zone_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/configuration.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/anti_affinity_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/compute_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dbaas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/deploy_target_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/elastic_ip_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/event_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/iam_api.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_pool_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/instance_type_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/network_load_balancer_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/operation_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/private_network_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/quotas_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/reverse_dns_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/security_group_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sks_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/snapshot_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/sos_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/ssh_key_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/template_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/zone_api.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `reqwest` is imported redundantly
[INFO] [stdout]   --> src/apis/configuration.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use reqwest;
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | extern crate reqwest;
[INFO] [stdout]    | --------------------- the item `reqwest` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 24 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exoscale-rs` (lib test) due to 4 previous errors; 24 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 24 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cd072a2f28561524c98df52e558f4706a6931e0bdbd2f5259dee97174b017e71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd072a2f28561524c98df52e558f4706a6931e0bdbd2f5259dee97174b017e71", kill_on_drop: false }`
[INFO] [stdout] cd072a2f28561524c98df52e558f4706a6931e0bdbd2f5259dee97174b017e71
