[INFO] fetching crate azure_sdk_core_rs 0.50.0...
[INFO] checking azure_sdk_core_rs-0.50.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate azure_sdk_core_rs 0.50.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate azure_sdk_core_rs 0.50.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate azure_sdk_core_rs 0.50.0
[INFO] finished tweaking crates.io crate azure_sdk_core_rs 0.50.0
[INFO] tweaked toml for crates.io crate azure_sdk_core_rs 0.50.0 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde-xml-rs v0.6.0
[INFO] [stderr]   Downloaded RustyXML v0.3.0
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9e8a2524a11ee3e4b23c848fd77835ee2416e3ee7e0507a86ddd55eee83868b
[INFO] running `Command { std: "docker" "start" "-a" "b9e8a2524a11ee3e4b23c848fd77835ee2416e3ee7e0507a86ddd55eee83868b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9e8a2524a11ee3e4b23c848fd77835ee2416e3ee7e0507a86ddd55eee83868b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9e8a2524a11ee3e4b23c848fd77835ee2416e3ee7e0507a86ddd55eee83868b", kill_on_drop: false }`
[INFO] [stdout] b9e8a2524a11ee3e4b23c848fd77835ee2416e3ee7e0507a86ddd55eee83868b
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42dbd6e9d5de6934749df8310afdf3eec0cf0bd6c89a39a8c40ad31fc4535632
[INFO] running `Command { std: "docker" "start" "-a" "42dbd6e9d5de6934749df8310afdf3eec0cf0bd6c89a39a8c40ad31fc4535632", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking xml-rs v0.8.19
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking RustyXML v0.3.0
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]     Checking serde-xml-rs v0.6.0
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]     Checking azure_sdk_core_rs v0.50.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `hyper` is imported redundantly
[INFO] [stdout]  --> src/errors.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyper::{self, body, Body, StatusCode};
[INFO] [stdout]   |             ^^^^ the item `hyper` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `http` is imported redundantly
[INFO] [stdout]  --> src/util.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use http::{self, request::Builder};
[INFO] [stdout]   |            ^^^^ the item `http` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/util.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     convert::TryFrom,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Into` is imported redundantly
[INFO] [stdout]  --> src/ba512_range.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::Into;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Into` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `From` is imported redundantly
[INFO] [stdout]  --> src/range.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::convert::From;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `From` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `hyper` is imported redundantly
[INFO] [stdout]  --> src/errors.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyper::{self, body, Body, StatusCode};
[INFO] [stdout]   |             ^^^^ the item `hyper` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `http` is imported redundantly
[INFO] [stdout]  --> src/util.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use http::{self, request::Builder};
[INFO] [stdout]   |            ^^^^ the item `http` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/util.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     convert::TryFrom,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Into` is imported redundantly
[INFO] [stdout]  --> src/ba512_range.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::Into;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Into` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `From` is imported redundantly
[INFO] [stdout]  --> src/range.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::convert::From;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `From` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1066:35
[INFO] [stdout]      |
[INFO] [stdout] 1066 |     let last_modified = DateTime::from_utc(last_modified.naive_utc(), Utc);
[INFO] [stdout]      |                                   ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1085:18
[INFO] [stdout]      |
[INFO] [stdout] 1085 |     Ok(DateTime::from_utc(date.naive_utc(), Utc))
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1097:26
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     let date = DateTime::from_utc(date.naive_utc(), Utc);
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1066:35
[INFO] [stdout]      |
[INFO] [stdout] 1066 |     let last_modified = DateTime::from_utc(last_modified.naive_utc(), Utc);
[INFO] [stdout]      |                                   ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1085:18
[INFO] [stdout]      |
[INFO] [stdout] 1085 |     Ok(DateTime::from_utc(date.naive_utc(), Utc))
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1097:26
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     let date = DateTime::from_utc(date.naive_utc(), Utc);
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
[INFO] running `Command { std: "docker" "inspect" "42dbd6e9d5de6934749df8310afdf3eec0cf0bd6c89a39a8c40ad31fc4535632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42dbd6e9d5de6934749df8310afdf3eec0cf0bd6c89a39a8c40ad31fc4535632", kill_on_drop: false }`
[INFO] [stdout] 42dbd6e9d5de6934749df8310afdf3eec0cf0bd6c89a39a8c40ad31fc4535632
[INFO] checking azure_sdk_core_rs-0.50.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate azure_sdk_core_rs 0.50.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate azure_sdk_core_rs 0.50.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate azure_sdk_core_rs 0.50.0
[INFO] finished tweaking crates.io crate azure_sdk_core_rs 0.50.0
[INFO] tweaked toml for crates.io crate azure_sdk_core_rs 0.50.0 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9a76b6a78ad7d37605ebdac53b8094b936402a7b45748a734ed847c9d5df3315
[INFO] running `Command { std: "docker" "start" "-a" "9a76b6a78ad7d37605ebdac53b8094b936402a7b45748a734ed847c9d5df3315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a76b6a78ad7d37605ebdac53b8094b936402a7b45748a734ed847c9d5df3315", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a76b6a78ad7d37605ebdac53b8094b936402a7b45748a734ed847c9d5df3315", kill_on_drop: false }`
[INFO] [stdout] 9a76b6a78ad7d37605ebdac53b8094b936402a7b45748a734ed847c9d5df3315
[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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3aef33a2300fe6784cae88405a38bb9515ea441756e12e9d2483c4646ce4ac57
[INFO] running `Command { std: "docker" "start" "-a" "3aef33a2300fe6784cae88405a38bb9515ea441756e12e9d2483c4646ce4ac57", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking xml-rs v0.8.19
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking RustyXML v0.3.0
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]     Checking serde-xml-rs v0.6.0
[INFO] [stderr]     Checking azure_sdk_core_rs v0.50.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `hyper` is imported redundantly
[INFO] [stdout]  --> src/errors.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyper::{self, body, Body, StatusCode};
[INFO] [stdout]   |             ^^^^ the item `hyper` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `http` is imported redundantly
[INFO] [stdout]  --> src/util.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use http::{self, request::Builder};
[INFO] [stdout]   |            ^^^^ the item `http` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/util.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     convert::TryFrom,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Into` is imported redundantly
[INFO] [stdout]  --> src/ba512_range.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::Into;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Into` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `From` is imported redundantly
[INFO] [stdout]  --> src/range.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::convert::From;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `From` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `hyper` is imported redundantly
[INFO] [stdout]  --> src/errors.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyper::{self, body, Body, StatusCode};
[INFO] [stdout]   |             ^^^^ the item `hyper` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `http` is imported redundantly
[INFO] [stdout]  --> src/util.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use http::{self, request::Builder};
[INFO] [stdout]   |            ^^^^ the item `http` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/util.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     convert::TryFrom,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Into` is imported redundantly
[INFO] [stdout]  --> src/ba512_range.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::convert::Into;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Into` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `From` is imported redundantly
[INFO] [stdout]  --> src/range.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::convert::From;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `From` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1066:35
[INFO] [stdout]      |
[INFO] [stdout] 1066 |     let last_modified = DateTime::from_utc(last_modified.naive_utc(), Utc);
[INFO] [stdout]      |                                   ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1085:18
[INFO] [stdout]      |
[INFO] [stdout] 1085 |     Ok(DateTime::from_utc(date.naive_utc(), Utc))
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1097:26
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     let date = DateTime::from_utc(date.naive_utc(), Utc);
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1066:35
[INFO] [stdout]      |
[INFO] [stdout] 1066 |     let last_modified = DateTime::from_utc(last_modified.naive_utc(), Utc);
[INFO] [stdout]      |                                   ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1085:18
[INFO] [stdout]      |
[INFO] [stdout] 1085 |     Ok(DateTime::from_utc(date.naive_utc(), Utc))
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]     --> src/lib.rs:1097:26
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     let date = DateTime::from_utc(date.naive_utc(), Utc);
[INFO] [stdout]      |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
[INFO] running `Command { std: "docker" "inspect" "3aef33a2300fe6784cae88405a38bb9515ea441756e12e9d2483c4646ce4ac57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3aef33a2300fe6784cae88405a38bb9515ea441756e12e9d2483c4646ce4ac57", kill_on_drop: false }`
[INFO] [stdout] 3aef33a2300fe6784cae88405a38bb9515ea441756e12e9d2483c4646ce4ac57
