[INFO] fetching crate cmcd 0.1.0... [INFO] checking cmcd-0.1.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate cmcd 0.1.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate cmcd 0.1.0 [INFO] finished tweaking crates.io crate cmcd 0.1.0 [INFO] tweaked toml for crates.io crate cmcd 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cmcd 0.1.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cmcd 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ccc15bdd73eff72ae1db1b65accef5fb0a1edf2426e91f5a1b4adbd0dd1f909 [INFO] running `Command { std: "docker" "start" "-a" "9ccc15bdd73eff72ae1db1b65accef5fb0a1edf2426e91f5a1b4adbd0dd1f909", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ccc15bdd73eff72ae1db1b65accef5fb0a1edf2426e91f5a1b4adbd0dd1f909", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ccc15bdd73eff72ae1db1b65accef5fb0a1edf2426e91f5a1b4adbd0dd1f909", kill_on_drop: false }` [INFO] [stdout] 9ccc15bdd73eff72ae1db1b65accef5fb0a1edf2426e91f5a1b4adbd0dd1f909 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6207d51f4631a9f20b0116da0a8e5ac8f60c48a1b4084f09d87a221bb3211303 [INFO] running `Command { std: "docker" "start" "-a" "6207d51f4631a9f20b0116da0a8e5ac8f60c48a1b4084f09d87a221bb3211303", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking strum-lite v0.1.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling snafu-derive v0.8.9 [INFO] [stderr] Checking snafu v0.8.9 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking erased-serde v0.4.6 [INFO] [stderr] Checking serde-untagged v0.1.8 [INFO] [stderr] Checking cmcd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:157:27 [INFO] [stdout] | [INFO] [stdout] 157 | let Ok(key) = Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:30:53 [INFO] [stdout] | [INFO] [stdout] 30 | fn from_str(s: &str) -> Result { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 31 | | if let Ok(key) = Object::from_str(s) { [INFO] [stdout] 32 | | return Ok(Self::Object(key)); [INFO] [stdout] ... | [INFO] [stdout] 43 | | Ok(Self::Custom(s.to_string())) [INFO] [stdout] 44 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | return Ok(Self::Object(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | return Ok(Self::Request(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 38 | return Ok(Self::Session(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | return Ok(Self::Status(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | Ok(Self::Custom(s.to_string())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/object/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / super::mac::with_custom! { [INFO] [stdout] 10 | | /// keys whose values vary with the object being requested. [INFO] [stdout] 11 | | struct Object { [INFO] [stdout] 12 | | /// Type & Unit: `Integer kbps` [INFO] [stdout] ... | [INFO] [stdout] 66 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/request/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / super::mac::with_custom! { [INFO] [stdout] 10 | | /// keys whose values vary with each request. [INFO] [stdout] 11 | | struct Request { [INFO] [stdout] 12 | | /// Type & Unit: `Integer milliseconds` [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/session/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / super::mac::with_custom! { [INFO] [stdout] 10 | | /// keys whose values are expected to be invariant over the [INFO] [stdout] 11 | | /// life of the session. [INFO] [stdout] 12 | | struct Session { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/status/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / super::mac::with_custom! { [INFO] [stdout] 4 | | /// keys whose values do not vary with every request or [INFO] [stdout] 5 | | /// object. [INFO] [stdout] 6 | | struct Status { [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cmcd` (lib) due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/lib.rs:157:27 [INFO] [stdout] | [INFO] [stdout] 157 | let Ok(key) = Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:30:53 [INFO] [stdout] | [INFO] [stdout] 30 | fn from_str(s: &str) -> Result { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 31 | | if let Ok(key) = Object::from_str(s) { [INFO] [stdout] 32 | | return Ok(Self::Object(key)); [INFO] [stdout] ... | [INFO] [stdout] 43 | | Ok(Self::Custom(s.to_string())) [INFO] [stdout] 44 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | return Ok(Self::Object(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | return Ok(Self::Request(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 38 | return Ok(Self::Session(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | return Ok(Self::Status(key)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | Ok(Self::Custom(s.to_string())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:138:53 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Key::from_str($key), Ok($ty)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / make_tests!( [INFO] [stdout] 149 | | "br" => Key::Object(Object::EncodedBitrate), [INFO] [stdout] 150 | | "bl" => Key::Request(Request::BufferLength), [INFO] [stdout] 151 | | "bs" => Key::Status(Status::BufferStarvation), [INFO] [stdout] ... | [INFO] [stdout] 166 | | "v" => Key::Session(Session::Version), [INFO] [stdout] 167 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `make_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:171:20 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(Key::from_str("other"), Ok(Key::Custom("other".to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:171:44 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(Key::from_str("other"), Ok(Key::Custom("other".to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(Key::from_str("other"), Ok(Key::Custom("other".to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(Key::from_str("other"), Ok(Key::Custom("other".to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(Key::from_str("other"), Ok(Key::Custom("other".to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(Key::from_str("other"), Ok(Key::Custom("other".to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/key.rs:176:19 [INFO] [stdout] | [INFO] [stdout] 176 | let sid = Key::from_str("sid").unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/object/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / super::mac::with_custom! { [INFO] [stdout] 10 | | /// keys whose values vary with the object being requested. [INFO] [stdout] 11 | | struct Object { [INFO] [stdout] 12 | | /// Type & Unit: `Integer kbps` [INFO] [stdout] ... | [INFO] [stdout] 66 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/request/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / super::mac::with_custom! { [INFO] [stdout] 10 | | /// keys whose values vary with each request. [INFO] [stdout] 11 | | struct Request { [INFO] [stdout] 12 | | /// Type & Unit: `Integer milliseconds` [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/session/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / super::mac::with_custom! { [INFO] [stdout] 10 | | /// keys whose values are expected to be invariant over the [INFO] [stdout] 11 | | /// life of the session. [INFO] [stdout] 12 | | struct Session { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/values/mod.rs:238:43 [INFO] [stdout] | [INFO] [stdout] 238 | ... let Ok(key) = $crate::Key::from_str(key); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/values/status/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / super::mac::with_custom! { [INFO] [stdout] 4 | | /// keys whose values do not vary with every request or [INFO] [stdout] 5 | | /// object. [INFO] [stdout] 6 | | struct Status { [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::values::mac::with_custom` which comes from the expansion of the macro `super::mac::with_custom` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cmcd` (lib test) due to 126 previous errors [INFO] running `Command { std: "docker" "inspect" "6207d51f4631a9f20b0116da0a8e5ac8f60c48a1b4084f09d87a221bb3211303", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6207d51f4631a9f20b0116da0a8e5ac8f60c48a1b4084f09d87a221bb3211303", kill_on_drop: false }` [INFO] [stdout] 6207d51f4631a9f20b0116da0a8e5ac8f60c48a1b4084f09d87a221bb3211303