[INFO] fetching crate encode_unicode 0.3.6... [INFO] building encode_unicode-0.3.6 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate encode_unicode 0.3.6 into /workspace/builds/worker-89/source [INFO] validating manifest of crates.io crate encode_unicode 0.3.6 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate encode_unicode 0.3.6 [INFO] finished tweaking crates.io crate encode_unicode 0.3.6 [INFO] tweaked toml for crates.io crate encode_unicode 0.3.6 written to /workspace/builds/worker-89/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_users v0.3.3 [INFO] [stderr] Downloaded rust-argon2 v0.6.1 [INFO] [stderr] Downloaded lazy_static v1.0.2 [INFO] [stderr] Downloaded crossbeam-utils v0.6.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3052b090a19ac1dbc2dee7019ae217d5dd44ca363e3b409ab80633aa69e4b868 [INFO] running `Command { std: "docker" "start" "-a" "3052b090a19ac1dbc2dee7019ae217d5dd44ca363e3b409ab80633aa69e4b868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3052b090a19ac1dbc2dee7019ae217d5dd44ca363e3b409ab80633aa69e4b868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3052b090a19ac1dbc2dee7019ae217d5dd44ca363e3b409ab80633aa69e4b868", kill_on_drop: false }` [INFO] [stdout] 3052b090a19ac1dbc2dee7019ae217d5dd44ca363e3b409ab80633aa69e4b868 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d6063420597d8e76cdbbbde628c2be21800eabee715ad94258878f637e05141 [INFO] running `Command { std: "docker" "start" "-a" "8d6063420597d8e76cdbbbde628c2be21800eabee715ad94258878f637e05141", kill_on_drop: false }` [INFO] [stderr] Compiling encode_unicode v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | n @ 1...3 => Ok(n as usize), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | 0x00_00...0xd7_ff | 0xe0_00...0xff_ff => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:145:40 [INFO] [stdout] | [INFO] [stdout] 145 | 0x00_00...0xd7_ff | 0xe0_00...0xff_ff => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | 0xd8_00...0xdb_ff => Ok(true), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:497:31 [INFO] [stdout] | [INFO] [stdout] 497 | (Some(&u @ 0x00_00...0xd7_ff), _) | [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:498:31 [INFO] [stdout] | [INFO] [stdout] 498 | (Some(&u @ 0xe0_00...0xff_ff), _) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | (Some(&0xdc_00...0xdf_ff), _) => Err(FirstLowSurrogate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xdc_00..=0xdf_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:502:31 [INFO] [stdout] | [INFO] [stdout] 502 | (Some(&f @ 0xd8_00...0xdb_ff), Some(&s @ 0xdc_00...0xdf_ff)) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:502:61 [INFO] [stdout] | [INFO] [stdout] 502 | (Some(&f @ 0xd8_00...0xdb_ff), Some(&s @ 0xdc_00...0xdf_ff)) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:504:19 [INFO] [stdout] | [INFO] [stdout] 504 | (Some(&0xd8_00...0xdb_ff), Some(_)) => Err(SecondNotLowSurrogate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xd8_00..=0xdb_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:505:19 [INFO] [stdout] | [INFO] [stdout] 505 | (Some(&0xd8_00...0xdb_ff), None) => Err(MissingSecond), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xd8_00..=0xdb_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:526:21 [INFO] [stdout] | [INFO] [stdout] 526 | (0x00_00...0xd7_ff, None) | // single [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:527:21 [INFO] [stdout] | [INFO] [stdout] 527 | (0xe0_00...0xff_ff, None) | // single [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:528:21 [INFO] [stdout] | [INFO] [stdout] 528 | (0xd8_00...0xdb_ff, Some(0xdc_00...0xdf_ff)) // correct surrogate [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:528:45 [INFO] [stdout] | [INFO] [stdout] 528 | (0xd8_00...0xdb_ff, Some(0xdc_00...0xdf_ff)) // correct surrogate [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:530:21 [INFO] [stdout] | [INFO] [stdout] 530 | (0xd8_00...0xdb_ff, Some(_)) => Err(InvalidSecond), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:531:21 [INFO] [stdout] | [INFO] [stdout] 531 | (0xd8_00...0xdb_ff, None ) => Err(MissingSecond), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:532:21 [INFO] [stdout] | [INFO] [stdout] 532 | (0xdc_00...0xdf_ff, _ ) => Err(FirstIsTrailingSurrogate), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8_char.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | (a @ 0...0x00_7f, _) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8_char.rs:88:19 [INFO] [stdout] | [INFO] [stdout] 88 | (u @ 0...0x07_ff, _) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utf8_char.rs:484:13 [INFO] [stdout] | [INFO] [stdout] 484 | try!(char::from_utf8_array(utf8)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:442:14 [INFO] [stdout] | [INFO] [stdout] 442 | 0...127 => {// 1 byte => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:446:24 [INFO] [stdout] | [INFO] [stdout] 446 | 0b1000_0000...0b1101_1111 => {// 2 bytes => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:451:24 [INFO] [stdout] | [INFO] [stdout] 451 | 0b1110_0000...0b1110_1111 => {// 3 bytes => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:146:28 [INFO] [stdout] | [INFO] [stdout] 146 | 0b0000_0000...0b0111_1111 => {/*1 and */Ok(())}, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:147:28 [INFO] [stdout] | [INFO] [stdout] 147 | 0b1100_0010...0b1101_1111 => {//2 and not overlong [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:150:28 [INFO] [stdout] | [INFO] [stdout] 150 | 0b1110_0000...0b1110_1111 => {//3 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:163:28 [INFO] [stdout] | [INFO] [stdout] 163 | 0b1111_0000...0b1111_0100 => {//4 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:176:28 [INFO] [stdout] | [INFO] [stdout] 176 | 0b1000_0000...0b1011_1111 => {// continuation byte [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:179:28 [INFO] [stdout] | [INFO] [stdout] 179 | 0b1100_0000...0b1100_0001 => {// 2 and overlong [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:182:28 [INFO] [stdout] | [INFO] [stdout] 182 | 0b1111_0101...0b1111_0111 => {// 4 and too high codepoint [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:185:28 [INFO] [stdout] | [INFO] [stdout] 185 | 0b1111_1000...0b1111_1111 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | / single_cause!{ [INFO] [stdout] 51 | | /// Cannot tell whether an `u16` needs an extra unit, [INFO] [stdout] 52 | | /// because it's a trailing surrogate itself. [INFO] [stdout] 53 | | InvalidUtf16FirstUnit => "is a trailing surrogate" [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | / single_cause!{ [INFO] [stdout] 57 | | /// Cannot create an `Utf8Char` or `Utf16Char` from the first codepoint of a str, [INFO] [stdout] 58 | | /// because there are none. [INFO] [stdout] 59 | | EmptyStrError => "is empty" [INFO] [stdout] 60 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | / single_cause!{ [INFO] [stdout] 63 | | /// Cannot create an `Utf8Char` from a standalone `u8` [INFO] [stdout] 64 | | /// that is not an ASCII character. [INFO] [stdout] 65 | | NonAsciiError => "is not an ASCII character" [INFO] [stdout] 66 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | / single_cause!{ [INFO] [stdout] 69 | | /// Cannot create an `Utf16Char` from a standalone `u16` that is not a [INFO] [stdout] 70 | | /// codepoint in the basic multilingual plane, but part of a suurrogate pair. [INFO] [stdout] 71 | | NonBMPError => "is not a codepoint in the basic multilingual plane" [INFO] [stdout] 72 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | / simple!{/// Reasons why an `u32` is not a valid UTF codepoint. [INFO] [stdout] 89 | | InvalidCodepoint { [INFO] [stdout] 90 | | /// It's reserved for UTF-16 surrogate pairs." [INFO] [stdout] 91 | | ::Utf16Reserved => "is reserved for UTF-16 surrogate pairs", [INFO] [stdout] 92 | | /// It's higher than the highest codepoint (which is 0x10ffff). [INFO] [stdout] 93 | | ::TooHigh => "is higher than the highest codepoint", [INFO] [stdout] 94 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | / simple!{/// Reasons why a `[u16; 2]` doesn't form a valid UTF-16 codepoint. [INFO] [stdout] 106 | | InvalidUtf16Array { [INFO] [stdout] 107 | | /// The first unit is a trailing/low surrogate, which is never valid. [INFO] [stdout] 108 | | ::FirstIsTrailingSurrogate => "the first unit is a trailing surrogate, which is never valid", [INFO] [stdout] 109 | | /// The second unit is needed, but is not a trailing surrogate. [INFO] [stdout] 110 | | ::SecondIsNotTrailingSurrogate => "the second unit is needed but is not a trailing surrogate", [INFO] [stdout] 111 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | / simple!{/// Reasons why one or two `u16`s are not valid UTF-16, in sinking precedence. [INFO] [stdout] 114 | | InvalidUtf16Tuple { [INFO] [stdout] 115 | | /// The first unit is a trailing/low surrogate, which is never valid. [INFO] [stdout] 116 | | /// [INFO] [stdout] ... | [INFO] [stdout] 126 | | ::InvalidSecond => "the required second unit is not a trailing / low surrogate", [INFO] [stdout] 127 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | / simple!{/// Reasons why a slice of `u16`s doesn't start with valid UTF-16. [INFO] [stdout] 131 | | InvalidUtf16Slice { [INFO] [stdout] 132 | | /// The slice is empty. [INFO] [stdout] 133 | | ::EmptySlice => "the slice is empty", [INFO] [stdout] ... | [INFO] [stdout] 139 | | ::SecondNotLowSurrogate => "the required second unit is not a trailing surrogate", [INFO] [stdout] 140 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | / simple!{/// Types of invalid sequences encountered by `Utf16CharParser`. [INFO] [stdout] 143 | | Utf16PairError { [INFO] [stdout] 144 | | /// A trailing surrogate was not preceeded by a leading surrogate. [INFO] [stdout] 145 | | ::UnexpectedTrailingSurrogate => "a trailing surrogate was not preceeded by a leading surrogate", [INFO] [stdout] ... | [INFO] [stdout] 149 | | ::Incomplete => "a trailing surrogate was expected when the end was reached", [INFO] [stdout] 150 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | / simple!{/// Reasons why `Utf8Char::from_str()` or `Utf16Char::from_str()` failed. [INFO] [stdout] 154 | | FromStrError { [INFO] [stdout] 155 | | /// `Utf8Char` or `Utf16Char` cannot store more than a single codepoint. [INFO] [stdout] 156 | | ::MultipleCodepoints => "has more than one codepoint", [INFO] [stdout] 157 | | /// `Utf8Char` or `Utf16Char` cannot be empty. [INFO] [stdout] 158 | | ::Empty => "is empty", [INFO] [stdout] 159 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 162 | / simple!{/// Reasons why a byte is not the start of a UTF-8 codepoint. [INFO] [stdout] 163 | | InvalidUtf8FirstByte { [INFO] [stdout] 164 | | /// Sequences cannot be longer than 4 bytes. Is given for values >= 240. [INFO] [stdout] 165 | | ::TooLongSeqence => "is greater than 247 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] 166 | | /// This byte belongs to a previous sequence. Is given for values between 128 and 192 (exclusive). [INFO] [stdout] 167 | | ::ContinuationByte => "is a continuation of a previous sequence", [INFO] [stdout] 168 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/traits.rs:506:13 [INFO] [stdout] | [INFO] [stdout] 506 | (Some(_), _) => unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/traits.rs:534:13 [INFO] [stdout] | [INFO] [stdout] 534 | ( _ , None ) => unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/decoding_iterators.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | _ => unreachable!("all possible byte values should be covered") [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (ac187f2aee372e60, f5e85e92dd4ea119), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (459216adfbf2e26d, 53923ffb0a3da9c6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (21d3851dba794bb0, b37420530ca63e82), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (97f5ffc2f5112c81, 9921e1c8a376cf02), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (5a8a2ad433ed8d1d, a2c0be223f5783f4), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (c9bb62e7f7e237b7, 93b33e30670cc901), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (b87a22f9cccd88a0, a194ae8eaaa19ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (d4a0f506199a2288, c4d28ab74e6da748), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (76c322731db6d483, 74423bc4126ceb56), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (11237bf8ebc0d465, ae7b64064a922294), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (2dbc58f48612f0c8, dfdc7910f45100c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (929524e95d29c521, 1eb0cc976167edf9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (a418a26e59975830, 4ea1786d2718f463), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (6dc32c59d452d0f9, aee8c4e88ef5ec1c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (dc1c16226ea05174, 41a1c6f9cf90084d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (74fb0a3a179c338d, b964b6edc86a747c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (31dfbfd0d1faab6b, 280545976ebc9b83), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (f1440f46e6fa37bc, db4e9fd9a45b82ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (313b603d26de6363, 4a072f4d6c103c12), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (d532f1d002142a42, b7d4578f48b6f376), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (452456e1fbbf952e, c94b19244ddf0059), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (2a141109db41f85c, 90acd9aa2adc4689), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (1f5128121b17a8f9, 5ffe81e703495524), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (53c18ddb4ea4fb50, 833ff405dc8ebce0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (592d9eacdbf0028b, 1c36533c47481b89), 0, 0 [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `Command { std: "docker" "inspect" "8d6063420597d8e76cdbbbde628c2be21800eabee715ad94258878f637e05141", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d6063420597d8e76cdbbbde628c2be21800eabee715ad94258878f637e05141", kill_on_drop: false }` [INFO] [stdout] 8d6063420597d8e76cdbbbde628c2be21800eabee715ad94258878f637e05141 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a13bc1717210d29a7af0ee28cde98f21671500a2eea73d9f5ca5770467898596 [INFO] running `Command { std: "docker" "start" "-a" "a13bc1717210d29a7af0ee28cde98f21671500a2eea73d9f5ca5770467898596", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | n @ 1...3 => Ok(n as usize), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | 0x00_00...0xd7_ff | 0xe0_00...0xff_ff => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:145:40 [INFO] [stdout] | [INFO] [stdout] 145 | 0x00_00...0xd7_ff | 0xe0_00...0xff_ff => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | 0xd8_00...0xdb_ff => Ok(true), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:497:31 [INFO] [stdout] | [INFO] [stdout] 497 | (Some(&u @ 0x00_00...0xd7_ff), _) | [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:498:31 [INFO] [stdout] | [INFO] [stdout] 498 | (Some(&u @ 0xe0_00...0xff_ff), _) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | (Some(&0xdc_00...0xdf_ff), _) => Err(FirstLowSurrogate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xdc_00..=0xdf_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:502:31 [INFO] [stdout] | [INFO] [stdout] 502 | (Some(&f @ 0xd8_00...0xdb_ff), Some(&s @ 0xdc_00...0xdf_ff)) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:502:61 [INFO] [stdout] | [INFO] [stdout] 502 | (Some(&f @ 0xd8_00...0xdb_ff), Some(&s @ 0xdc_00...0xdf_ff)) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:504:19 [INFO] [stdout] | [INFO] [stdout] 504 | (Some(&0xd8_00...0xdb_ff), Some(_)) => Err(SecondNotLowSurrogate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xd8_00..=0xdb_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:505:19 [INFO] [stdout] | [INFO] [stdout] 505 | (Some(&0xd8_00...0xdb_ff), None) => Err(MissingSecond), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xd8_00..=0xdb_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:526:21 [INFO] [stdout] | [INFO] [stdout] 526 | (0x00_00...0xd7_ff, None) | // single [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:527:21 [INFO] [stdout] | [INFO] [stdout] 527 | (0xe0_00...0xff_ff, None) | // single [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:528:21 [INFO] [stdout] | [INFO] [stdout] 528 | (0xd8_00...0xdb_ff, Some(0xdc_00...0xdf_ff)) // correct surrogate [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:528:45 [INFO] [stdout] | [INFO] [stdout] 528 | (0xd8_00...0xdb_ff, Some(0xdc_00...0xdf_ff)) // correct surrogate [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:530:21 [INFO] [stdout] | [INFO] [stdout] 530 | (0xd8_00...0xdb_ff, Some(_)) => Err(InvalidSecond), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:531:21 [INFO] [stdout] | [INFO] [stdout] 531 | (0xd8_00...0xdb_ff, None ) => Err(MissingSecond), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:532:21 [INFO] [stdout] | [INFO] [stdout] 532 | (0xdc_00...0xdf_ff, _ ) => Err(FirstIsTrailingSurrogate), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8_char.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | (a @ 0...0x00_7f, _) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8_char.rs:88:19 [INFO] [stdout] | [INFO] [stdout] 88 | (u @ 0...0x07_ff, _) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utf8_char.rs:484:13 [INFO] [stdout] | [INFO] [stdout] 484 | try!(char::from_utf8_array(utf8)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:442:14 [INFO] [stdout] | [INFO] [stdout] 442 | 0...127 => {// 1 byte => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:446:24 [INFO] [stdout] | [INFO] [stdout] 446 | 0b1000_0000...0b1101_1111 => {// 2 bytes => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:451:24 [INFO] [stdout] | [INFO] [stdout] 451 | 0b1110_0000...0b1110_1111 => {// 3 bytes => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:146:28 [INFO] [stdout] | [INFO] [stdout] 146 | 0b0000_0000...0b0111_1111 => {/*1 and */Ok(())}, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:147:28 [INFO] [stdout] | [INFO] [stdout] 147 | 0b1100_0010...0b1101_1111 => {//2 and not overlong [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:150:28 [INFO] [stdout] | [INFO] [stdout] 150 | 0b1110_0000...0b1110_1111 => {//3 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:163:28 [INFO] [stdout] | [INFO] [stdout] 163 | 0b1111_0000...0b1111_0100 => {//4 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:176:28 [INFO] [stdout] | [INFO] [stdout] 176 | 0b1000_0000...0b1011_1111 => {// continuation byte [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:179:28 [INFO] [stdout] | [INFO] [stdout] 179 | 0b1100_0000...0b1100_0001 => {// 2 and overlong [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:182:28 [INFO] [stdout] | [INFO] [stdout] 182 | 0b1111_0101...0b1111_0111 => {// 4 and too high codepoint [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:185:28 [INFO] [stdout] | [INFO] [stdout] 185 | 0b1111_1000...0b1111_1111 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | / single_cause!{ [INFO] [stdout] 51 | | /// Cannot tell whether an `u16` needs an extra unit, [INFO] [stdout] 52 | | /// because it's a trailing surrogate itself. [INFO] [stdout] 53 | | InvalidUtf16FirstUnit => "is a trailing surrogate" [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | / single_cause!{ [INFO] [stdout] 57 | | /// Cannot create an `Utf8Char` or `Utf16Char` from the first codepoint of a str, [INFO] [stdout] 58 | | /// because there are none. [INFO] [stdout] 59 | | EmptyStrError => "is empty" [INFO] [stdout] 60 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | / single_cause!{ [INFO] [stdout] 63 | | /// Cannot create an `Utf8Char` from a standalone `u8` [INFO] [stdout] 64 | | /// that is not an ASCII character. [INFO] [stdout] 65 | | NonAsciiError => "is not an ASCII character" [INFO] [stdout] 66 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | / single_cause!{ [INFO] [stdout] 69 | | /// Cannot create an `Utf16Char` from a standalone `u16` that is not a [INFO] [stdout] 70 | | /// codepoint in the basic multilingual plane, but part of a suurrogate pair. [INFO] [stdout] 71 | | NonBMPError => "is not a codepoint in the basic multilingual plane" [INFO] [stdout] 72 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | / simple!{/// Reasons why an `u32` is not a valid UTF codepoint. [INFO] [stdout] 89 | | InvalidCodepoint { [INFO] [stdout] 90 | | /// It's reserved for UTF-16 surrogate pairs." [INFO] [stdout] 91 | | ::Utf16Reserved => "is reserved for UTF-16 surrogate pairs", [INFO] [stdout] 92 | | /// It's higher than the highest codepoint (which is 0x10ffff). [INFO] [stdout] 93 | | ::TooHigh => "is higher than the highest codepoint", [INFO] [stdout] 94 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | / simple!{/// Reasons why a `[u16; 2]` doesn't form a valid UTF-16 codepoint. [INFO] [stdout] 106 | | InvalidUtf16Array { [INFO] [stdout] 107 | | /// The first unit is a trailing/low surrogate, which is never valid. [INFO] [stdout] 108 | | ::FirstIsTrailingSurrogate => "the first unit is a trailing surrogate, which is never valid", [INFO] [stdout] 109 | | /// The second unit is needed, but is not a trailing surrogate. [INFO] [stdout] 110 | | ::SecondIsNotTrailingSurrogate => "the second unit is needed but is not a trailing surrogate", [INFO] [stdout] 111 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | / simple!{/// Reasons why one or two `u16`s are not valid UTF-16, in sinking precedence. [INFO] [stdout] 114 | | InvalidUtf16Tuple { [INFO] [stdout] 115 | | /// The first unit is a trailing/low surrogate, which is never valid. [INFO] [stdout] 116 | | /// [INFO] [stdout] ... | [INFO] [stdout] 126 | | ::InvalidSecond => "the required second unit is not a trailing / low surrogate", [INFO] [stdout] 127 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | / simple!{/// Reasons why a slice of `u16`s doesn't start with valid UTF-16. [INFO] [stdout] 131 | | InvalidUtf16Slice { [INFO] [stdout] 132 | | /// The slice is empty. [INFO] [stdout] 133 | | ::EmptySlice => "the slice is empty", [INFO] [stdout] ... | [INFO] [stdout] 139 | | ::SecondNotLowSurrogate => "the required second unit is not a trailing surrogate", [INFO] [stdout] 140 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | / simple!{/// Types of invalid sequences encountered by `Utf16CharParser`. [INFO] [stdout] 143 | | Utf16PairError { [INFO] [stdout] 144 | | /// A trailing surrogate was not preceeded by a leading surrogate. [INFO] [stdout] 145 | | ::UnexpectedTrailingSurrogate => "a trailing surrogate was not preceeded by a leading surrogate", [INFO] [stdout] ... | [INFO] [stdout] 149 | | ::Incomplete => "a trailing surrogate was expected when the end was reached", [INFO] [stdout] 150 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | / simple!{/// Reasons why `Utf8Char::from_str()` or `Utf16Char::from_str()` failed. [INFO] [stdout] 154 | | FromStrError { [INFO] [stdout] 155 | | /// `Utf8Char` or `Utf16Char` cannot store more than a single codepoint. [INFO] [stdout] 156 | | ::MultipleCodepoints => "has more than one codepoint", [INFO] [stdout] 157 | | /// `Utf8Char` or `Utf16Char` cannot be empty. [INFO] [stdout] 158 | | ::Empty => "is empty", [INFO] [stdout] 159 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 162 | / simple!{/// Reasons why a byte is not the start of a UTF-8 codepoint. [INFO] [stdout] 163 | | InvalidUtf8FirstByte { [INFO] [stdout] 164 | | /// Sequences cannot be longer than 4 bytes. Is given for values >= 240. [INFO] [stdout] 165 | | ::TooLongSeqence => "is greater than 247 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] 166 | | /// This byte belongs to a previous sequence. Is given for values between 128 and 192 (exclusive). [INFO] [stdout] 167 | | ::ContinuationByte => "is a continuation of a previous sequence", [INFO] [stdout] 168 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (ac187f2aee372e60, f5e85e92dd4ea119), 0, 0 [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/traits.rs:506:13 [INFO] [stdout] | [INFO] [stdout] 506 | (Some(_), _) => unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (459216adfbf2e26d, 53923ffb0a3da9c6), 0, 0 [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/traits.rs:534:13 [INFO] [stdout] | [INFO] [stdout] 534 | ( _ , None ) => unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (21d3851dba794bb0, b37420530ca63e82), 0, 0 [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/decoding_iterators.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | _ => unreachable!("all possible byte values should be covered") [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (97f5ffc2f5112c81, 9921e1c8a376cf02), 8, 8 [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (5a8a2ad433ed8d1d, a2c0be223f5783f4), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (c9bb62e7f7e237b7, 93b33e30670cc901), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (b87a22f9cccd88a0, a194ae8eaaa19ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (d4a0f506199a2288, c4d28ab74e6da748), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (76c322731db6d483, 74423bc4126ceb56), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (11237bf8ebc0d465, ae7b64064a922294), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (2dbc58f48612f0c8, dfdc7910f45100c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (929524e95d29c521, 1eb0cc976167edf9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (a418a26e59975830, 4ea1786d2718f463), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (6dc32c59d452d0f9, aee8c4e88ef5ec1c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (dc1c16226ea05174, 41a1c6f9cf90084d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (74fb0a3a179c338d, b964b6edc86a747c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (31dfbfd0d1faab6b, 280545976ebc9b83), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (f1440f46e6fa37bc, db4e9fd9a45b82ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (313b603d26de6363, 4a072f4d6c103c12), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (d532f1d002142a42, b7d4578f48b6f376), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (452456e1fbbf952e, c94b19244ddf0059), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (2a141109db41f85c, 90acd9aa2adc4689), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (1f5128121b17a8f9, 5ffe81e703495524), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (53c18ddb4ea4fb50, 833ff405dc8ebce0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: encode_unicode, (592d9eacdbf0028b, 1c36533c47481b89), 0, 0 [INFO] [stderr] Compiling encode_unicode v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | 0b_1000_0000...0b_1011_1111 => Err(ContinuationByte), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | 0b_1111_1000...0b_1111_1111 => Err(TooLongSeqence), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | 0b_0000_0000...0b_0111_1111 => Ok(0), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | 0b_1100_0000...0b_1101_1111 => Ok(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | 0b_1110_0000...0b_1110_1111 => Ok(2), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | 0b_1111_0000...0b_1111_0111 => Ok(3), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:59:35 [INFO] [stdout] | [INFO] [stdout] 59 | 0b_0000_0000_0000_0000...0b_1101_0111_1111_1111 => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:60:35 [INFO] [stdout] | [INFO] [stdout] 60 | 0b_1101_1000_0000_0000...0b_1101_1011_1111_1111 => Ok(true), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:61:35 [INFO] [stdout] | [INFO] [stdout] 61 | 0b_1101_1100_0000_0000...0b_1101_1111_1111_1111 => Err(InvalidUtf16FirstUnit), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> tests/errs.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | 0b_1110_0000_0000_0000...0b_1111_1111_1111_1111 => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: exhaustive, (6f552fc3e65e2694, f0bfd9670536ae8e), 0, 0 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | n @ 1...3 => Ok(n as usize), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | 0x00_00...0xd7_ff | 0xe0_00...0xff_ff => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:145:40 [INFO] [stdout] | [INFO] [stdout] 145 | 0x00_00...0xd7_ff | 0xe0_00...0xff_ff => Ok(false), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | 0xd8_00...0xdb_ff => Ok(true), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:497:31 [INFO] [stdout] | [INFO] [stdout] 497 | (Some(&u @ 0x00_00...0xd7_ff), _) | [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:498:31 [INFO] [stdout] | [INFO] [stdout] 498 | (Some(&u @ 0xe0_00...0xff_ff), _) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | (Some(&0xdc_00...0xdf_ff), _) => Err(FirstLowSurrogate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xdc_00..=0xdf_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:502:31 [INFO] [stdout] | [INFO] [stdout] 502 | (Some(&f @ 0xd8_00...0xdb_ff), Some(&s @ 0xdc_00...0xdf_ff)) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:502:61 [INFO] [stdout] | [INFO] [stdout] 502 | (Some(&f @ 0xd8_00...0xdb_ff), Some(&s @ 0xdc_00...0xdf_ff)) [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:504:19 [INFO] [stdout] | [INFO] [stdout] 504 | (Some(&0xd8_00...0xdb_ff), Some(_)) => Err(SecondNotLowSurrogate), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xd8_00..=0xdb_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:505:19 [INFO] [stdout] | [INFO] [stdout] 505 | (Some(&0xd8_00...0xdb_ff), None) => Err(MissingSecond), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(0xd8_00..=0xdb_ff)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:526:21 [INFO] [stdout] | [INFO] [stdout] 526 | (0x00_00...0xd7_ff, None) | // single [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:527:21 [INFO] [stdout] | [INFO] [stdout] 527 | (0xe0_00...0xff_ff, None) | // single [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:528:21 [INFO] [stdout] | [INFO] [stdout] 528 | (0xd8_00...0xdb_ff, Some(0xdc_00...0xdf_ff)) // correct surrogate [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:528:45 [INFO] [stdout] | [INFO] [stdout] 528 | (0xd8_00...0xdb_ff, Some(0xdc_00...0xdf_ff)) // correct surrogate [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:530:21 [INFO] [stdout] | [INFO] [stdout] 530 | (0xd8_00...0xdb_ff, Some(_)) => Err(InvalidSecond), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:531:21 [INFO] [stdout] | [INFO] [stdout] 531 | (0xd8_00...0xdb_ff, None ) => Err(MissingSecond), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:532:21 [INFO] [stdout] | [INFO] [stdout] 532 | (0xdc_00...0xdf_ff, _ ) => Err(FirstIsTrailingSurrogate), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8_char.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | (a @ 0...0x00_7f, _) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8_char.rs:88:19 [INFO] [stdout] | [INFO] [stdout] 88 | (u @ 0...0x07_ff, _) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utf8_char.rs:484:13 [INFO] [stdout] | [INFO] [stdout] 484 | try!(char::from_utf8_array(utf8)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:442:14 [INFO] [stdout] | [INFO] [stdout] 442 | 0...127 => {// 1 byte => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:446:24 [INFO] [stdout] | [INFO] [stdout] 446 | 0b1000_0000...0b1101_1111 => {// 2 bytes => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf16_char.rs:451:24 [INFO] [stdout] | [INFO] [stdout] 451 | 0b1110_0000...0b1110_1111 => {// 3 bytes => 1 unit [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:146:28 [INFO] [stdout] | [INFO] [stdout] 146 | 0b0000_0000...0b0111_1111 => {/*1 and */Ok(())}, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:147:28 [INFO] [stdout] | [INFO] [stdout] 147 | 0b1100_0010...0b1101_1111 => {//2 and not overlong [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:150:28 [INFO] [stdout] | [INFO] [stdout] 150 | 0b1110_0000...0b1110_1111 => {//3 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:163:28 [INFO] [stdout] | [INFO] [stdout] 163 | 0b1111_0000...0b1111_0100 => {//4 [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:176:28 [INFO] [stdout] | [INFO] [stdout] 176 | 0b1000_0000...0b1011_1111 => {// continuation byte [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:179:28 [INFO] [stdout] | [INFO] [stdout] 179 | 0b1100_0000...0b1100_0001 => {// 2 and overlong [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:182:28 [INFO] [stdout] | [INFO] [stdout] 182 | 0b1111_0101...0b1111_0111 => {// 4 and too high codepoint [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/decoding_iterators.rs:185:28 [INFO] [stdout] | [INFO] [stdout] 185 | 0b1111_1000...0b1111_1111 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: exhaustive, (a543037acb6cc46, 694a5a49e95b1625), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exhaustive, (cf40db468da548ed, 3c25c2e187a848b2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: errs, (c9f2a3d1e5ffa887, fd39c9f90f9560e0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (d3e98058a8818f23, 9cd129c84e77f281), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | / single_cause!{ [INFO] [stdout] 51 | | /// Cannot tell whether an `u16` needs an extra unit, [INFO] [stdout] 52 | | /// because it's a trailing surrogate itself. [INFO] [stdout] 53 | | InvalidUtf16FirstUnit => "is a trailing surrogate" [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (1f1a54be0549c9c3, 138ba4842590ff57), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | / single_cause!{ [INFO] [stdout] 57 | | /// Cannot create an `Utf8Char` or `Utf16Char` from the first codepoint of a str, [INFO] [stdout] 58 | | /// because there are none. [INFO] [stdout] 59 | | EmptyStrError => "is empty" [INFO] [stdout] 60 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (8303c5b74912ba89, 1a6baafe6d6dc3af), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | / single_cause!{ [INFO] [stdout] 63 | | /// Cannot create an `Utf8Char` from a standalone `u8` [INFO] [stdout] 64 | | /// that is not an ASCII character. [INFO] [stdout] 65 | | NonAsciiError => "is not an ASCII character" [INFO] [stdout] 66 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (5f8fe398a96405ac, fdf5c13f761a4714), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | / single_cause!{ [INFO] [stdout] 69 | | /// Cannot create an `Utf16Char` from a standalone `u16` that is not a [INFO] [stdout] 70 | | /// codepoint in the basic multilingual plane, but part of a suurrogate pair. [INFO] [stdout] 71 | | NonBMPError => "is not a codepoint in the basic multilingual plane" [INFO] [stdout] 72 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (770ba6fc5d43f122, b43f53bffcc45439), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | / simple!{/// Reasons why an `u32` is not a valid UTF codepoint. [INFO] [stdout] 89 | | InvalidCodepoint { [INFO] [stdout] 90 | | /// It's reserved for UTF-16 surrogate pairs." [INFO] [stdout] 91 | | ::Utf16Reserved => "is reserved for UTF-16 surrogate pairs", [INFO] [stdout] 92 | | /// It's higher than the highest codepoint (which is 0x10ffff). [INFO] [stdout] 93 | | ::TooHigh => "is higher than the highest codepoint", [INFO] [stdout] 94 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (9cc15fa7143fe7f8, a7445c0e2db9946b), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | / simple!{/// Reasons why a `[u16; 2]` doesn't form a valid UTF-16 codepoint. [INFO] [stdout] 106 | | InvalidUtf16Array { [INFO] [stdout] 107 | | /// The first unit is a trailing/low surrogate, which is never valid. [INFO] [stdout] 108 | | ::FirstIsTrailingSurrogate => "the first unit is a trailing surrogate, which is never valid", [INFO] [stdout] 109 | | /// The second unit is needed, but is not a trailing surrogate. [INFO] [stdout] 110 | | ::SecondIsNotTrailingSurrogate => "the second unit is needed but is not a trailing surrogate", [INFO] [stdout] 111 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (cccb3c3a29932ac3, be3c013e00edc4), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | / simple!{/// Reasons why one or two `u16`s are not valid UTF-16, in sinking precedence. [INFO] [stdout] 114 | | InvalidUtf16Tuple { [INFO] [stdout] 115 | | /// The first unit is a trailing/low surrogate, which is never valid. [INFO] [stdout] 116 | | /// [INFO] [stdout] ... | [INFO] [stdout] 126 | | ::InvalidSecond => "the required second unit is not a trailing / low surrogate", [INFO] [stdout] 127 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (91d20990ad5729b7, 2cb3c03af805b74a), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | / simple!{/// Reasons why a slice of `u16`s doesn't start with valid UTF-16. [INFO] [stdout] 131 | | InvalidUtf16Slice { [INFO] [stdout] 132 | | /// The slice is empty. [INFO] [stdout] 133 | | ::EmptySlice => "the slice is empty", [INFO] [stdout] ... | [INFO] [stdout] 139 | | ::SecondNotLowSurrogate => "the required second unit is not a trailing surrogate", [INFO] [stdout] 140 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (363fdf1deb348314, 9fb3e880d765de36), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | / simple!{/// Types of invalid sequences encountered by `Utf16CharParser`. [INFO] [stdout] 143 | | Utf16PairError { [INFO] [stdout] 144 | | /// A trailing surrogate was not preceeded by a leading surrogate. [INFO] [stdout] 145 | | ::UnexpectedTrailingSurrogate => "a trailing surrogate was not preceeded by a leading surrogate", [INFO] [stdout] ... | [INFO] [stdout] 149 | | ::Incomplete => "a trailing surrogate was expected when the end was reached", [INFO] [stdout] 150 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: errs, (b97b3378be297e12, d981e71f0cdceb7d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: errs, (2de362c2dea72826, 67c04d4b354efeb0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: errs, (303f47291ecbf14f, b7ab9068c2000d9f), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | / simple!{/// Reasons why `Utf8Char::from_str()` or `Utf16Char::from_str()` failed. [INFO] [stdout] 154 | | FromStrError { [INFO] [stdout] 155 | | /// `Utf8Char` or `Utf16Char` cannot store more than a single codepoint. [INFO] [stdout] 156 | | ::MultipleCodepoints => "has more than one codepoint", [INFO] [stdout] 157 | | /// `Utf8Char` or `Utf16Char` cannot be empty. [INFO] [stdout] 158 | | ::Empty => "is empty", [INFO] [stdout] 159 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | write!(fmtr, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 162 | / simple!{/// Reasons why a byte is not the start of a UTF-8 codepoint. [INFO] [stdout] 163 | | InvalidUtf8FirstByte { [INFO] [stdout] 164 | | /// Sequences cannot be longer than 4 bytes. Is given for values >= 240. [INFO] [stdout] 165 | | ::TooLongSeqence => "is greater than 247 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] 166 | | /// This byte belongs to a previous sequence. Is given for values between 128 and 192 (exclusive). [INFO] [stdout] 167 | | ::ContinuationByte => "is a continuation of a previous sequence", [INFO] [stdout] 168 | | }} [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `description` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 231 | / complex!{InvalidUtf8 { [INFO] [stdout] 232 | | InvalidUtf8FirstByte => FirstByte, [INFO] [stdout] 233 | | } { [INFO] [stdout] 234 | | FirstByte(TooLongSeqence) => "the first byte is greater than 239 (UTF-8 sequences cannot be longer than four bytes)", [INFO] [stdout] ... | [INFO] [stdout] 241 | | }/// Returns `Some` if the error is a `InvalidUtf8FirstByte`. [INFO] [stdout] 242 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | / complex!{InvalidUtf8Array { [INFO] [stdout] 254 | | InvalidUtf8 => InvalidUtf8Array::Utf8, [INFO] [stdout] 255 | | InvalidCodepoint => InvalidUtf8Array::Codepoint, [INFO] [stdout] 256 | | } { [INFO] [stdout] ... | [INFO] [stdout] 262 | | }/// Always returns `Some`. [INFO] [stdout] 263 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:206:25 [INFO] [stdout] | [INFO] [stdout] 206 | match (self.cause(), $use_cause) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:207:63 [INFO] [stdout] | [INFO] [stdout] 207 | (Some(d),true) => write!(fmtr, "{}: {}", self.description(), d), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:208:59 [INFO] [stdout] | [INFO] [stdout] 208 | _ => write!(fmtr, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | / complex!{InvalidUtf8Slice { [INFO] [stdout] 277 | | InvalidUtf8 => InvalidUtf8Slice::Utf8, [INFO] [stdout] 278 | | InvalidCodepoint => InvalidUtf8Slice::Codepoint, [INFO] [stdout] 279 | | } { [INFO] [stdout] ... | [INFO] [stdout] 288 | | } [INFO] [stdout] 289 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: iterators, (50383f8f2731bc69, 7f383fe6b2d37d8e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (dc43f4a93afc1d1b, 230a8e5ee1fc4c21), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: oks, (f05dc6c240d3a30f, 9e830126fd04dd6e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (4f565360fc9abd48, 5ff88fe41809f657), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (95107d0d3764d5ba, c7d7d778cce2eecb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (7980e7224db6b513, f62ceed25ea3e8d9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (e948cc2d972d5a53, 6b2ff8cf80a86217), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (73350d4b6afb4ec0, 95f0414e41c27d10), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (c4e4cfb1a5304e75, 4c3a1810ffabaaed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (cca29531889d016e, 1e1504c741153ce9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: oks, (a21d585cd4d238ca, 7b1e9d7d510a442c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: oks, (78690890ef63bd92, 6050e0beeec505d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (7b7d98ab6a3c4464, 16e2e144bd35c72b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: iterators, (da5b441116bf0a0a, f837c2e9fff9150e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: oks, (e2840986ec054ba4, ae711ad632bbda7e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: oks, (e874ad31d49a8ee8, 9567d0796c624373), 0, 0 [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/traits.rs:506:13 [INFO] [stdout] | [INFO] [stdout] 506 | (Some(_), _) => unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/traits.rs:534:13 [INFO] [stdout] | [INFO] [stdout] 534 | ( _ , None ) => unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/decoding_iterators.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | _ => unreachable!("all possible byte values should be covered") [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: oks, (59bf93f78a1dd1c, 1063fb080fd6f018), 0, 0 [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.31s [INFO] running `Command { std: "docker" "inspect" "a13bc1717210d29a7af0ee28cde98f21671500a2eea73d9f5ca5770467898596", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a13bc1717210d29a7af0ee28cde98f21671500a2eea73d9f5ca5770467898596", kill_on_drop: false }` [INFO] [stdout] a13bc1717210d29a7af0ee28cde98f21671500a2eea73d9f5ca5770467898596