[INFO] fetching crate http-with-url 0.2.0... [INFO] testing http-with-url-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate http-with-url 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate http-with-url 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate http-with-url 0.2.0 [INFO] finished tweaking crates.io crate http-with-url 0.2.0 [INFO] tweaked toml for crates.io crate http-with-url 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quickcheck v0.6.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5f5288ca28a1ff16425307a14edba384b6f39e842ffc1df2df6336ca7cbdb1f4 [INFO] running `Command { std: "docker" "start" "-a" "5f5288ca28a1ff16425307a14edba384b6f39e842ffc1df2df6336ca7cbdb1f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f5288ca28a1ff16425307a14edba384b6f39e842ffc1df2df6336ca7cbdb1f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f5288ca28a1ff16425307a14edba384b6f39e842ffc1df2df6336ca7cbdb1f4", kill_on_drop: false }` [INFO] [stdout] 5f5288ca28a1ff16425307a14edba384b6f39e842ffc1df2df6336ca7cbdb1f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6afed7ba0d641e8ba4a69af661be869f864876c05bb5773f0406d6cd7a444c79 [INFO] running `Command { std: "docker" "start" "-a" "6afed7ba0d641e8ba4a69af661be869f864876c05bb5773f0406d6cd7a444c79", kill_on_drop: false }` [INFO] [stderr] Compiling http-with-url v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/header/map.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | const MAX_SIZE: usize = (1 << 15); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_parens)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 227 - const MAX_SIZE: usize = (1 << 15); [INFO] [stdout] 227 + const MAX_SIZE: usize = 1 << 15; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/header/map.rs:1793:13 [INFO] [stdout] | [INFO] [stdout] 1793 | 'inner: [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_labels)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/header/map.rs:2983:5 [INFO] [stdout] | [INFO] [stdout] 2983 | (hash.0 & mask) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2983 - (hash.0 & mask) [INFO] [stdout] 2983 + hash.0 & mask [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | error::Error::description(self).fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1527:37 [INFO] [stdout] | [INFO] [stdout] 1527 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1575:37 [INFO] [stdout] | [INFO] [stdout] 1575 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1634:37 [INFO] [stdout] | [INFO] [stdout] 1634 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1897:37 [INFO] [stdout] | [INFO] [stdout] 1897 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1905:37 [INFO] [stdout] | [INFO] [stdout] 1905 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 - type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] 8 + type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/name.rs:1860:14 [INFO] [stdout] | [INFO] [stdout] 1860 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/name.rs:1878:16 [INFO] [stdout] | [INFO] [stdout] 1878 | self.0.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:464:14 [INFO] [stdout] | [INFO] [stdout] 464 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:482:16 [INFO] [stdout] | [INFO] [stdout] 482 | self.0.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:488:14 [INFO] [stdout] | [INFO] [stdout] 488 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/method.rs:348:30 [INFO] [stdout] | [INFO] [stdout] 348 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/request.rs:938:30 [INFO] [stdout] | [INFO] [stdout] 938 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/status.rs:501:26 [INFO] [stdout] | [INFO] [stdout] 501 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | StatusCode(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | Method(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | Url(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | BadTarget(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:53:36 [INFO] [stdout] | [INFO] [stdout] 53 | HeaderName(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | HeaderNameShared(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:55:37 [INFO] [stdout] | [INFO] [stdout] 55 | HeaderValue(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | HeaderValueShared(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:46:31 [INFO] [stdout] | [INFO] [stdout] 46 | (boxed as Box) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 - (boxed as Box) [INFO] [stdout] 46 + (boxed as Box) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:68:46 [INFO] [stdout] | [INFO] [stdout] 68 | .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stdout] 68 + .and_then(|boxed| (&**boxed as &(dyn Any + 'static)).downcast_ref()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:86:54 [INFO] [stdout] | [INFO] [stdout] 86 | .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 - .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stdout] 86 + .and_then(|boxed| (&mut **boxed as &mut (dyn Any + 'static)).downcast_mut()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | (boxed as Box) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - (boxed as Box) [INFO] [stdout] 107 + (boxed as Box) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.46s [INFO] running `Command { std: "docker" "inspect" "6afed7ba0d641e8ba4a69af661be869f864876c05bb5773f0406d6cd7a444c79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6afed7ba0d641e8ba4a69af661be869f864876c05bb5773f0406d6cd7a444c79", kill_on_drop: false }` [INFO] [stdout] 6afed7ba0d641e8ba4a69af661be869f864876c05bb5773f0406d6cd7a444c79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 968bde6ed623cf4679a114b742a3024e02dea7db7ac9256ccf95541bd01cb9f1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "968bde6ed623cf4679a114b742a3024e02dea7db7ac9256ccf95541bd01cb9f1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/header/map.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | const MAX_SIZE: usize = (1 << 15); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_parens)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 227 - const MAX_SIZE: usize = (1 << 15); [INFO] [stdout] 227 + const MAX_SIZE: usize = 1 << 15; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/header/map.rs:1793:13 [INFO] [stdout] | [INFO] [stdout] 1793 | 'inner: [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_labels)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/header/map.rs:2983:5 [INFO] [stdout] | [INFO] [stdout] 2983 | (hash.0 & mask) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2983 - (hash.0 & mask) [INFO] [stdout] 2983 + hash.0 & mask [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | error::Error::description(self).fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1527:37 [INFO] [stdout] | [INFO] [stdout] 1527 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1575:37 [INFO] [stdout] | [INFO] [stdout] 1575 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1634:37 [INFO] [stdout] | [INFO] [stdout] 1634 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1897:37 [INFO] [stdout] | [INFO] [stdout] 1897 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1905:37 [INFO] [stdout] | [INFO] [stdout] 1905 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 - type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] 8 + type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/name.rs:1860:14 [INFO] [stdout] | [INFO] [stdout] 1860 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/name.rs:1878:16 [INFO] [stdout] | [INFO] [stdout] 1878 | self.0.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:464:14 [INFO] [stdout] | [INFO] [stdout] 464 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:482:16 [INFO] [stdout] | [INFO] [stdout] 482 | self.0.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:488:14 [INFO] [stdout] | [INFO] [stdout] 488 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/method.rs:348:30 [INFO] [stdout] | [INFO] [stdout] 348 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/request.rs:938:30 [INFO] [stdout] | [INFO] [stdout] 938 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/status.rs:501:26 [INFO] [stdout] | [INFO] [stdout] 501 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | StatusCode(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | Method(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | Url(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | BadTarget(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:53:36 [INFO] [stdout] | [INFO] [stdout] 53 | HeaderName(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | HeaderNameShared(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:55:37 [INFO] [stdout] | [INFO] [stdout] 55 | HeaderValue(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | HeaderValueShared(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:46:31 [INFO] [stdout] | [INFO] [stdout] 46 | (boxed as Box) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 - (boxed as Box) [INFO] [stdout] 46 + (boxed as Box) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:68:46 [INFO] [stdout] | [INFO] [stdout] 68 | .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stdout] 68 + .and_then(|boxed| (&**boxed as &(dyn Any + 'static)).downcast_ref()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:86:54 [INFO] [stdout] | [INFO] [stdout] 86 | .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 - .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stdout] 86 + .and_then(|boxed| (&mut **boxed as &mut (dyn Any + 'static)).downcast_mut()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | (boxed as Box) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - (boxed as Box) [INFO] [stdout] 107 + (boxed as Box) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling http-with-url v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `http` [INFO] [stdout] --> tests/header_map.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate http; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `http` [INFO] [stdout] --> tests/status_code.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate http; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `http` [INFO] [stdout] --> tests/header_map_fuzz.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate http; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | let mut headers = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Entry` [INFO] [stdout] --> tests/header_map.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | Entry::Vacant(e) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Entry` [INFO] [stdout] --> tests/header_map.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | Entry::Occupied(mut e) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | let mut headers = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:91:23 [INFO] [stdout] | [INFO] [stdout] 91 | let mut headers = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatusCode` [INFO] [stdout] --> tests/status_code.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | assert!(StatusCode::from_bytes(ok.as_bytes()).is_ok()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `StatusCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatusCode` [INFO] [stdout] --> tests/status_code.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | assert!(StatusCode::from_bytes(not_ok.as_bytes()).is_err()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `StatusCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatusCode` [INFO] [stdout] --> tests/status_code.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | let status = StatusCode::from_u16(200u16).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `StatusCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Entry` [INFO] [stdout] --> tests/header_map.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | Entry::Occupied(e) => e, [INFO] [stdout] | ^^^^^ use of undeclared type `Entry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | let mut a = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | let mut b = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatusCode` [INFO] [stdout] --> tests/status_code.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | let status = StatusCode::from_bytes(stringify!($num).as_bytes()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `StatusCode` [INFO] [stdout] ... [INFO] [stdout] 37 | / test_round_trip!( [INFO] [stdout] 38 | | 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, [INFO] [stdout] 39 | | 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, [INFO] [stdout] 40 | | 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, [INFO] [stdout] ... | [INFO] [stdout] 66 | | 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, [INFO] [stdout] 67 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_round_trip` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let mut m = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | let mut m = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:176:17 [INFO] [stdout] | [INFO] [stdout] 176 | let mut m = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | let mut h = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:213:19 [INFO] [stdout] | [INFO] [stdout] 213 | let mut map = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map.rs:215:16 [INFO] [stdout] | [INFO] [stdout] 215 | map.append(header::CONTENT_TYPE, "json".parse().unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map.rs:216:16 [INFO] [stdout] | [INFO] [stdout] 216 | map.append(header::CONTENT_TYPE, "html".parse().unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map.rs:217:16 [INFO] [stdout] | [INFO] [stdout] 217 | map.append(header::CONTENT_TYPE, "xml".parse().unwrap()); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map.rs:219:29 [INFO] [stdout] | [INFO] [stdout] 219 | let vals = map.get_all(&header::CONTENT_TYPE) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:311:23 [INFO] [stdout] | [INFO] [stdout] 311 | let mut headers = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | let mut headers = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderMap` [INFO] [stdout] --> tests/header_map_fuzz.rs:101:23 [INFO] [stdout] | [INFO] [stdout] 101 | let mut map = HeaderMap::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `HeaderMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | let name: HeaderName = "hello".parse().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | let name: HeaderName = "hello".parse().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:63:36 [INFO] [stdout] | [INFO] [stdout] 41 | fn drain() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 63 | headers.insert("hello".parse::().unwrap(), "world".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 41 | fn drain() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 64 | headers.insert("zomg".parse::().unwrap(), "bar".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:65:36 [INFO] [stdout] | [INFO] [stdout] 41 | fn drain() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 65 | headers.append("hello".parse::().unwrap(), "world2".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:93:36 [INFO] [stdout] | [INFO] [stdout] 90 | fn drain_entry() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 93 | headers.insert("hello".parse::().unwrap(), "world".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 90 | fn drain_entry() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 94 | headers.insert("zomg".parse::().unwrap(), "foo".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:95:36 [INFO] [stdout] | [INFO] [stdout] 90 | fn drain_entry() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 95 | headers.append("hello".parse::().unwrap(), "world2".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:96:35 [INFO] [stdout] | [INFO] [stdout] 90 | fn drain_entry() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 96 | headers.insert("more".parse::().unwrap(), "words".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:97:35 [INFO] [stdout] | [INFO] [stdout] 90 | fn drain_entry() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 97 | headers.append("more".parse::().unwrap(), "insertions".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:120:30 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 120 | a.insert("hello".parse::().unwrap(), "world".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:123:30 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 123 | b.insert("hello".parse::().unwrap(), "world".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:126:28 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 126 | a.insert("foo".parse::().unwrap(), "bar".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 127 | a.append("foo".parse::().unwrap(), "baz".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:130:28 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 130 | b.insert("foo".parse::().unwrap(), "bar".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:133:28 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 133 | b.append("foo".parse::().unwrap(), "baz".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:136:26 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 136 | a.append("a".parse::().unwrap(), "a".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:137:26 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 137 | a.append("a".parse::().unwrap(), "b".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:138:26 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 138 | b.append("a".parse::().unwrap(), "b".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:139:26 [INFO] [stdout] | [INFO] [stdout] 114 | fn eq() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 139 | b.append("a".parse::().unwrap(), "a".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HOST` in this scope [INFO] [stdout] --> tests/header_map.rs:147:14 [INFO] [stdout] | [INFO] [stdout] 147 | m.insert(HOST, "localhost".parse().unwrap()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCEPT` in this scope [INFO] [stdout] --> tests/header_map.rs:148:15 [INFO] [stdout] | [INFO] [stdout] 148 | m.insert(&ACCEPT, "*/*".parse().unwrap()); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCATION` in this scope [INFO] [stdout] --> tests/header_map.rs:151:14 [INFO] [stdout] | [INFO] [stdout] 151 | m.append(LOCATION, "/".parse().unwrap()); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VIA` in this scope [INFO] [stdout] --> tests/header_map.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | m.append(&VIA, "bob".parse().unwrap()); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | let v: HeaderValue = "localhost".parse().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HOST` in this scope [INFO] [stdout] --> tests/header_map.rs:162:14 [INFO] [stdout] | [INFO] [stdout] 162 | m.insert(HOST, v.clone()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HOST` in this scope [INFO] [stdout] --> tests/header_map.rs:167:23 [INFO] [stdout] | [INFO] [stdout] 167 | assert_eq!(m.get(&HOST), expected); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | fn custom_std(n: usize) -> Vec { [INFO] [stdout] | - ^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map.rs:233:22 [INFO] [stdout] | [INFO] [stdout] 233 | const STD: &'static [HeaderName] = &[ [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCEPT` in this scope [INFO] [stdout] --> tests/header_map.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | ACCEPT, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCEPT_CHARSET` in this scope [INFO] [stdout] --> tests/header_map.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | ACCEPT_CHARSET, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCEPT_ENCODING` in this scope [INFO] [stdout] --> tests/header_map.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | ACCEPT_ENCODING, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCEPT_LANGUAGE` in this scope [INFO] [stdout] --> tests/header_map.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 237 | ACCEPT_LANGUAGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCEPT_RANGES` in this scope [INFO] [stdout] --> tests/header_map.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | ACCEPT_RANGES, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_ALLOW_CREDENTIALS` in this scope [INFO] [stdout] --> tests/header_map.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | ACCESS_CONTROL_ALLOW_CREDENTIALS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_ALLOW_HEADERS` in this scope [INFO] [stdout] --> tests/header_map.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | ACCESS_CONTROL_ALLOW_HEADERS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_ALLOW_METHODS` in this scope [INFO] [stdout] --> tests/header_map.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | ACCESS_CONTROL_ALLOW_METHODS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_ALLOW_ORIGIN` in this scope [INFO] [stdout] --> tests/header_map.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | ACCESS_CONTROL_ALLOW_ORIGIN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_EXPOSE_HEADERS` in this scope [INFO] [stdout] --> tests/header_map.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 243 | ACCESS_CONTROL_EXPOSE_HEADERS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_MAX_AGE` in this scope [INFO] [stdout] --> tests/header_map.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 244 | ACCESS_CONTROL_MAX_AGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_REQUEST_HEADERS` in this scope [INFO] [stdout] --> tests/header_map.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | ACCESS_CONTROL_REQUEST_HEADERS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ACCESS_CONTROL_REQUEST_METHOD` in this scope [INFO] [stdout] --> tests/header_map.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | ACCESS_CONTROL_REQUEST_METHOD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AGE` in this scope [INFO] [stdout] --> tests/header_map.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | AGE, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ALLOW` in this scope [INFO] [stdout] --> tests/header_map.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | ALLOW, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ALT_SVC` in this scope [INFO] [stdout] --> tests/header_map.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | ALT_SVC, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AUTHORIZATION` in this scope [INFO] [stdout] --> tests/header_map.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | AUTHORIZATION, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CACHE_CONTROL` in this scope [INFO] [stdout] --> tests/header_map.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | CACHE_CONTROL, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONNECTION` in this scope [INFO] [stdout] --> tests/header_map.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | CONNECTION, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_DISPOSITION` in this scope [INFO] [stdout] --> tests/header_map.rs:253:5 [INFO] [stdout] | [INFO] [stdout] 253 | CONTENT_DISPOSITION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_ENCODING` in this scope [INFO] [stdout] --> tests/header_map.rs:254:5 [INFO] [stdout] | [INFO] [stdout] 254 | CONTENT_ENCODING, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_LANGUAGE` in this scope [INFO] [stdout] --> tests/header_map.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 255 | CONTENT_LANGUAGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | header::ACCEPT, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | header::ACCEPT_CHARSET, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_LENGTH` in this scope [INFO] [stdout] --> tests/header_map.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | CONTENT_LENGTH, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_LOCATION` in this scope [INFO] [stdout] --> tests/header_map.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | CONTENT_LOCATION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_RANGE` in this scope [INFO] [stdout] --> tests/header_map.rs:258:5 [INFO] [stdout] | [INFO] [stdout] 258 | CONTENT_RANGE, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | header::ACCEPT_ENCODING, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_SECURITY_POLICY` in this scope [INFO] [stdout] --> tests/header_map.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | CONTENT_SECURITY_POLICY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_SECURITY_POLICY_REPORT_ONLY` in this scope [INFO] [stdout] --> tests/header_map.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | CONTENT_SECURITY_POLICY_REPORT_ONLY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CONTENT_TYPE` in this scope [INFO] [stdout] --> tests/header_map.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 261 | CONTENT_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | header::ACCEPT_LANGUAGE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COOKIE` in this scope [INFO] [stdout] --> tests/header_map.rs:262:5 [INFO] [stdout] | [INFO] [stdout] 262 | COOKIE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DNT` in this scope [INFO] [stdout] --> tests/header_map.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | DNT, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DATE` in this scope [INFO] [stdout] --> tests/header_map.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | DATE, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ETAG` in this scope [INFO] [stdout] --> tests/header_map.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | ETAG, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EXPECT` in this scope [INFO] [stdout] --> tests/header_map.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | EXPECT, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EXPIRES` in this scope [INFO] [stdout] --> tests/header_map.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | EXPIRES, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FORWARDED` in this scope [INFO] [stdout] --> tests/header_map.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | FORWARDED, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FROM` in this scope [INFO] [stdout] --> tests/header_map.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | FROM, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HOST` in this scope [INFO] [stdout] --> tests/header_map.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | HOST, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IF_MATCH` in this scope [INFO] [stdout] --> tests/header_map.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | IF_MATCH, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IF_MODIFIED_SINCE` in this scope [INFO] [stdout] --> tests/header_map.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | IF_MODIFIED_SINCE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IF_NONE_MATCH` in this scope [INFO] [stdout] --> tests/header_map.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | IF_NONE_MATCH, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IF_RANGE` in this scope [INFO] [stdout] --> tests/header_map.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | IF_RANGE, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IF_UNMODIFIED_SINCE` in this scope [INFO] [stdout] --> tests/header_map.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | IF_UNMODIFIED_SINCE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LAST_MODIFIED` in this scope [INFO] [stdout] --> tests/header_map.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | LAST_MODIFIED, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LINK` in this scope [INFO] [stdout] --> tests/header_map.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 277 | LINK, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCATION` in this scope [INFO] [stdout] --> tests/header_map.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | LOCATION, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MAX_FORWARDS` in this scope [INFO] [stdout] --> tests/header_map.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | MAX_FORWARDS, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ORIGIN` in this scope [INFO] [stdout] --> tests/header_map.rs:280:5 [INFO] [stdout] | [INFO] [stdout] 280 | ORIGIN, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PRAGMA` in this scope [INFO] [stdout] --> tests/header_map.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | PRAGMA, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PROXY_AUTHENTICATE` in this scope [INFO] [stdout] --> tests/header_map.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | PROXY_AUTHENTICATE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PROXY_AUTHORIZATION` in this scope [INFO] [stdout] --> tests/header_map.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 283 | PROXY_AUTHORIZATION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PUBLIC_KEY_PINS` in this scope [INFO] [stdout] --> tests/header_map.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | PUBLIC_KEY_PINS, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PUBLIC_KEY_PINS_REPORT_ONLY` in this scope [INFO] [stdout] --> tests/header_map.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | PUBLIC_KEY_PINS_REPORT_ONLY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RANGE` in this scope [INFO] [stdout] --> tests/header_map.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | RANGE, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `REFERER` in this scope [INFO] [stdout] --> tests/header_map.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | REFERER, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `REFERRER_POLICY` in this scope [INFO] [stdout] --> tests/header_map.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | REFERRER_POLICY, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RETRY_AFTER` in this scope [INFO] [stdout] --> tests/header_map.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | RETRY_AFTER, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SERVER` in this scope [INFO] [stdout] --> tests/header_map.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | SERVER, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SET_COOKIE` in this scope [INFO] [stdout] --> tests/header_map.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | SET_COOKIE, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STRICT_TRANSPORT_SECURITY` in this scope [INFO] [stdout] --> tests/header_map.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | STRICT_TRANSPORT_SECURITY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TE` in this scope [INFO] [stdout] --> tests/header_map.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | TE, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRAILER` in this scope [INFO] [stdout] --> tests/header_map.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 294 | TRAILER, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRANSFER_ENCODING` in this scope [INFO] [stdout] --> tests/header_map.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | TRANSFER_ENCODING, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `USER_AGENT` in this scope [INFO] [stdout] --> tests/header_map.rs:296:5 [INFO] [stdout] | [INFO] [stdout] 296 | USER_AGENT, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UPGRADE` in this scope [INFO] [stdout] --> tests/header_map.rs:297:5 [INFO] [stdout] | [INFO] [stdout] 297 | UPGRADE, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UPGRADE_INSECURE_REQUESTS` in this scope [INFO] [stdout] --> tests/header_map.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | UPGRADE_INSECURE_REQUESTS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VARY` in this scope [INFO] [stdout] --> tests/header_map.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | VARY, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VIA` in this scope [INFO] [stdout] --> tests/header_map.rs:300:5 [INFO] [stdout] | [INFO] [stdout] 300 | VIA, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WARNING` in this scope [INFO] [stdout] --> tests/header_map.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | WARNING, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WWW_AUTHENTICATE` in this scope [INFO] [stdout] --> tests/header_map.rs:302:5 [INFO] [stdout] | [INFO] [stdout] 302 | WWW_AUTHENTICATE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X_CONTENT_TYPE_OPTIONS` in this scope [INFO] [stdout] --> tests/header_map.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | X_CONTENT_TYPE_OPTIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X_DNS_PREFETCH_CONTROL` in this scope [INFO] [stdout] --> tests/header_map.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | X_DNS_PREFETCH_CONTROL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X_FRAME_OPTIONS` in this scope [INFO] [stdout] --> tests/header_map.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | X_FRAME_OPTIONS, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `X_XSS_PROTECTION` in this scope [INFO] [stdout] --> tests/header_map.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | X_XSS_PROTECTION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | header::ACCEPT_RANGES, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | header::ACCESS_CONTROL_ALLOW_CREDENTIALS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 279 | header::ACCESS_CONTROL_ALLOW_HEADERS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:280:13 [INFO] [stdout] | [INFO] [stdout] 280 | header::ACCESS_CONTROL_ALLOW_METHODS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:281:13 [INFO] [stdout] | [INFO] [stdout] 281 | header::ACCESS_CONTROL_ALLOW_ORIGIN, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | header::ACCESS_CONTROL_EXPOSE_HEADERS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:283:13 [INFO] [stdout] | [INFO] [stdout] 283 | header::ACCESS_CONTROL_MAX_AGE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:284:13 [INFO] [stdout] | [INFO] [stdout] 284 | header::ACCESS_CONTROL_REQUEST_HEADERS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:285:13 [INFO] [stdout] | [INFO] [stdout] 285 | header::ACCESS_CONTROL_REQUEST_METHOD, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:286:13 [INFO] [stdout] | [INFO] [stdout] 286 | header::AGE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:287:13 [INFO] [stdout] | [INFO] [stdout] 287 | header::ALLOW, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:288:13 [INFO] [stdout] | [INFO] [stdout] 288 | header::ALT_SVC, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | header::AUTHORIZATION, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:290:13 [INFO] [stdout] | [INFO] [stdout] 290 | header::CACHE_CONTROL, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | header::CONNECTION, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | header::CONTENT_DISPOSITION, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:293:13 [INFO] [stdout] | [INFO] [stdout] 293 | header::CONTENT_ENCODING, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:294:13 [INFO] [stdout] | [INFO] [stdout] 294 | header::CONTENT_LANGUAGE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:295:13 [INFO] [stdout] | [INFO] [stdout] 295 | header::CONTENT_LENGTH, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | header::CONTENT_LOCATION, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | header::CONTENT_RANGE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | header::CONTENT_SECURITY_POLICY, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:299:13 [INFO] [stdout] | [INFO] [stdout] 299 | header::CONTENT_SECURITY_POLICY_REPORT_ONLY, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | header::CONTENT_TYPE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:301:13 [INFO] [stdout] | [INFO] [stdout] 301 | header::COOKIE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | header::DNT, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | header::DATE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | header::ETAG, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:305:13 [INFO] [stdout] | [INFO] [stdout] 305 | header::EXPECT, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | header::EXPIRES, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | header::FORWARDED, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:308:13 [INFO] [stdout] | [INFO] [stdout] 308 | header::FROM, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:309:13 [INFO] [stdout] | [INFO] [stdout] 309 | header::HOST, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:310:13 [INFO] [stdout] | [INFO] [stdout] 310 | header::IF_MATCH, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:311:13 [INFO] [stdout] | [INFO] [stdout] 311 | header::IF_MODIFIED_SINCE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:312:13 [INFO] [stdout] | [INFO] [stdout] 312 | header::IF_NONE_MATCH, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:313:13 [INFO] [stdout] | [INFO] [stdout] 313 | header::IF_RANGE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:314:13 [INFO] [stdout] | [INFO] [stdout] 314 | header::IF_UNMODIFIED_SINCE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | header::LAST_MODIFIED, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:316:13 [INFO] [stdout] | [INFO] [stdout] 316 | header::LINK, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:317:13 [INFO] [stdout] | [INFO] [stdout] 317 | header::LOCATION, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | header::MAX_FORWARDS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:319:13 [INFO] [stdout] | [INFO] [stdout] 319 | header::ORIGIN, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:320:13 [INFO] [stdout] | [INFO] [stdout] 320 | header::PRAGMA, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | header::PROXY_AUTHENTICATE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:322:13 [INFO] [stdout] | [INFO] [stdout] 322 | header::PROXY_AUTHORIZATION, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | header::PUBLIC_KEY_PINS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | header::PUBLIC_KEY_PINS_REPORT_ONLY, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | header::RANGE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:326:13 [INFO] [stdout] | [INFO] [stdout] 326 | header::REFERER, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | header::REFERRER_POLICY, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:328:13 [INFO] [stdout] | [INFO] [stdout] 328 | header::RETRY_AFTER, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:329:13 [INFO] [stdout] | [INFO] [stdout] 329 | header::SERVER, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:330:13 [INFO] [stdout] | [INFO] [stdout] 330 | header::SET_COOKIE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:331:13 [INFO] [stdout] | [INFO] [stdout] 331 | header::STRICT_TRANSPORT_SECURITY, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:332:13 [INFO] [stdout] | [INFO] [stdout] 332 | header::TE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | header::TRAILER, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | header::TRANSFER_ENCODING, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:335:13 [INFO] [stdout] | [INFO] [stdout] 335 | header::USER_AGENT, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | header::UPGRADE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:337:13 [INFO] [stdout] | [INFO] [stdout] 337 | header::UPGRADE_INSECURE_REQUESTS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:338:13 [INFO] [stdout] | [INFO] [stdout] 338 | header::VARY, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:339:13 [INFO] [stdout] | [INFO] [stdout] 339 | header::VIA, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:340:13 [INFO] [stdout] | [INFO] [stdout] 340 | header::WARNING, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | header::WWW_AUTHENTICATE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:342:13 [INFO] [stdout] | [INFO] [stdout] 342 | header::X_CONTENT_TYPE_OPTIONS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:343:13 [INFO] [stdout] | [INFO] [stdout] 343 | header::X_DNS_PREFETCH_CONTROL, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | header::X_FRAME_OPTIONS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `header` [INFO] [stdout] --> tests/header_map_fuzz.rs:345:13 [INFO] [stdout] | [INFO] [stdout] 345 | header::X_XSS_PROTECTION, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderName` [INFO] [stdout] --> tests/header_map_fuzz.rs:349:9 [INFO] [stdout] | [INFO] [stdout] 349 | HeaderName::from_bytes(value.as_bytes()).unwrap() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `HeaderName` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeaderValue` [INFO] [stdout] --> tests/header_map_fuzz.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | HeaderValue::from_bytes(value.as_bytes()).unwrap() [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `HeaderValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:52:15 [INFO] [stdout] | [INFO] [stdout] 52 | name: HeaderName, // Name to insert [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | val: HeaderValue, // Value to insert [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:54:21 [INFO] [stdout] | [INFO] [stdout] 50 | enum Action { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 54 | old: Option, // Old value [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | name: HeaderName, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | val: HeaderValue, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | name: HeaderName, // Name to remove [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 50 | enum Action { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 63 | val: Option, // Value to get [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 69 | struct AltMap { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 70 | map: HashMap>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:70:34 [INFO] [stdout] | [INFO] [stdout] 69 | struct AltMap { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 70 | map: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:197:58 [INFO] [stdout] | [INFO] [stdout] 197 | fn gen_name(&self, weight: i32, rng: &mut StdRng) -> HeaderName { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:216:60 [INFO] [stdout] | [INFO] [stdout] 120 | impl AltMap { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 216 | fn find_random_name(&self, rng: &mut StdRng) -> Option { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:225:32 [INFO] [stdout] | [INFO] [stdout] 225 | fn insert(&mut self, name: HeaderName, val: HeaderValue) -> Option { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:225:49 [INFO] [stdout] | [INFO] [stdout] 225 | fn insert(&mut self, name: HeaderName, val: HeaderValue) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:225:72 [INFO] [stdout] | [INFO] [stdout] 120 | impl AltMap { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 225 | fn insert(&mut self, name: HeaderName, val: HeaderValue) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:230:33 [INFO] [stdout] | [INFO] [stdout] 230 | fn remove(&mut self, name: &HeaderName) -> Option { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:230:55 [INFO] [stdout] | [INFO] [stdout] 120 | impl AltMap { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 230 | fn remove(&mut self, name: &HeaderName) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderMap` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:234:40 [INFO] [stdout] | [INFO] [stdout] 234 | fn assert_identical(&self, other: &HeaderMap) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:234:50 [INFO] [stdout] | [INFO] [stdout] 120 | impl AltMap { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 234 | fn assert_identical(&self, other: &HeaderMap) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderMap` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:250:30 [INFO] [stdout] | [INFO] [stdout] 250 | fn apply(self, map: &mut HeaderMap) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:250:40 [INFO] [stdout] | [INFO] [stdout] 249 | impl Action { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 250 | fn apply(self, map: &mut HeaderMap) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderName` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:270:39 [INFO] [stdout] | [INFO] [stdout] 270 | fn gen_header_name(g: &mut StdRng) -> HeaderName { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeaderValue` in this scope [INFO] [stdout] --> tests/header_map_fuzz.rs:353:40 [INFO] [stdout] | [INFO] [stdout] 353 | fn gen_header_value(g: &mut StdRng) -> HeaderValue { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `{integer}` [INFO] [stdout] --> tests/header_map_fuzz.rs:220:25 [INFO] [stdout] | [INFO] [stdout] 220 | let n = rng.gen_range(0, self.map.len()); [INFO] [stdout] | - ^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `n` a type [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{integer}: SampleRange` found in the `rand` crate: [INFO] [stdout] - impl SampleRange for i16; [INFO] [stdout] - impl SampleRange for i32; [INFO] [stdout] - impl SampleRange for i64; [INFO] [stdout] - impl SampleRange for i8; [INFO] [stdout] and 6 more [INFO] [stdout] note: required by a bound in `gen_range` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand-0.4.6/src/lib.rs:524:34 [INFO] [stdout] | [INFO] [stdout] 524 | fn gen_range(&mut self, low: T, high: T) -> T where Self: Sized { [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `gen_range` [INFO] [stdout] help: consider specifying the type argument in the function call [INFO] [stdout] | [INFO] [stdout] 220 | let n = rng.gen_range::(0, self.map.len()); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> tests/header_map_fuzz.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Debug, Clone, Default)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 69 | struct AltMap { [INFO] [stdout] 70 | map: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 101 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0412, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `http-with-url` due to 102 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 122 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/header/map.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | const MAX_SIZE: usize = (1 << 15); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_parens)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 227 - const MAX_SIZE: usize = (1 << 15); [INFO] [stdout] 227 + const MAX_SIZE: usize = 1 << 15; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/header/map.rs:1793:13 [INFO] [stdout] | [INFO] [stdout] 1793 | 'inner: [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_labels)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/header/map.rs:2983:5 [INFO] [stdout] | [INFO] [stdout] 2983 | (hash.0 & mask) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2983 - (hash.0 & mask) [INFO] [stdout] 2983 + hash.0 & mask [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | error::Error::description(self).fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1527:37 [INFO] [stdout] | [INFO] [stdout] 1527 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1575:37 [INFO] [stdout] | [INFO] [stdout] 1575 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1634:37 [INFO] [stdout] | [INFO] [stdout] 1634 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1897:37 [INFO] [stdout] | [INFO] [stdout] 1897 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/header/name.rs:1905:37 [INFO] [stdout] | [INFO] [stdout] 1905 | let mut buf = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 - type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] 8 + type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/name.rs:1860:14 [INFO] [stdout] | [INFO] [stdout] 1860 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/name.rs:1878:16 [INFO] [stdout] | [INFO] [stdout] 1878 | self.0.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:464:14 [INFO] [stdout] | [INFO] [stdout] 464 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:482:16 [INFO] [stdout] | [INFO] [stdout] 482 | self.0.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/header/value.rs:488:14 [INFO] [stdout] | [INFO] [stdout] 488 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/method.rs:348:30 [INFO] [stdout] | [INFO] [stdout] 348 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/request.rs:938:30 [INFO] [stdout] | [INFO] [stdout] 938 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/status.rs:501:26 [INFO] [stdout] | [INFO] [stdout] 501 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | StatusCode(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | Method(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | Url(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | BadTarget(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:53:36 [INFO] [stdout] | [INFO] [stdout] 53 | HeaderName(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | HeaderNameShared(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:55:37 [INFO] [stdout] | [INFO] [stdout] 55 | HeaderValue(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:56:43 [INFO] [stdout] | [INFO] [stdout] 56 | HeaderValueShared(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:46:31 [INFO] [stdout] | [INFO] [stdout] 46 | (boxed as Box) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 - (boxed as Box) [INFO] [stdout] 46 + (boxed as Box) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:68:46 [INFO] [stdout] | [INFO] [stdout] 68 | .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stdout] 68 + .and_then(|boxed| (&**boxed as &(dyn Any + 'static)).downcast_ref()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:86:54 [INFO] [stdout] | [INFO] [stdout] 86 | .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 - .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stdout] 86 + .and_then(|boxed| (&mut **boxed as &mut (dyn Any + 'static)).downcast_mut()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/extensions.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | (boxed as Box) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - (boxed as Box) [INFO] [stdout] 107 + (boxed as Box) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "968bde6ed623cf4679a114b742a3024e02dea7db7ac9256ccf95541bd01cb9f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "968bde6ed623cf4679a114b742a3024e02dea7db7ac9256ccf95541bd01cb9f1", kill_on_drop: false }` [INFO] [stdout] 968bde6ed623cf4679a114b742a3024e02dea7db7ac9256ccf95541bd01cb9f1