[INFO] fetching crate ntriple 0.1.1... [INFO] checking ntriple-0.1.1 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate ntriple 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate ntriple 0.1.1 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ntriple 0.1.1 [INFO] finished tweaking crates.io crate ntriple 0.1.1 [INFO] tweaked toml for crates.io crate ntriple 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2723b8c21f6f91fe14b84fe883870bbf862fc8714cd3bc43b1d41f927cc351f5 [INFO] running `Command { std: "docker" "start" "-a" "2723b8c21f6f91fe14b84fe883870bbf862fc8714cd3bc43b1d41f927cc351f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2723b8c21f6f91fe14b84fe883870bbf862fc8714cd3bc43b1d41f927cc351f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2723b8c21f6f91fe14b84fe883870bbf862fc8714cd3bc43b1d41f927cc351f5", kill_on_drop: false }` [INFO] [stdout] 2723b8c21f6f91fe14b84fe883870bbf862fc8714cd3bc43b1d41f927cc351f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf065ae5db119e1445bd6aec9459779133cce2f608dcbad62b47819eeb520cf4 [INFO] running `Command { std: "docker" "start" "-a" "bf065ae5db119e1445bd6aec9459779133cce2f608dcbad62b47819eeb520cf4", kill_on_drop: false }` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Compiling ntriple v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:591 [INFO] [stdout] | [INFO] [stdout] 99 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:605 [INFO] [stdout] | [INFO] [stdout] 99 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z]" )... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:1460 [INFO] [stdout] | [INFO] [stdout] 99 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_fa... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:1474 [INFO] [stdout] | [INFO] [stdout] 99 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:1488 [INFO] [stdout] | [INFO] [stdout] 99 | ... match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z0-9]... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:101:612 [INFO] [stdout] | [INFO] [stdout] 101 | ...ge_at ( __input , __pos ) ; match __ch { '\0' ... ' ' | '<' | '>' | '"' | '{' | '}' | '|' | '^' | '`' | '\\' => __state . mark_failure... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:105:725 [INFO] [stdout] | [INFO] [stdout] 105 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:346 [INFO] [stdout] | [INFO] [stdout] 127 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:360 [INFO] [stdout] | [INFO] [stdout] 127 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:374 [INFO] [stdout] | [INFO] [stdout] 127 | ... match __ch { 'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:388 [INFO] [stdout] | [INFO] [stdout] 127 | ...'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:402 [INFO] [stdout] | [INFO] [stdout] 127 | ...'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:416 [INFO] [stdout] | [INFO] [stdout] 127 | ...'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:430 [INFO] [stdout] | [INFO] [stdout] 127 | ...'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:458 [INFO] [stdout] | [INFO] [stdout] 127 | ...'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:479 [INFO] [stdout] | [INFO] [stdout] 127 | ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:500 [INFO] [stdout] | [INFO] [stdout] 127 | ...c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __ne... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:521 [INFO] [stdout] | [INFO] [stdout] 127 | ...⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __next , ( ) ) , _ => __st... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:542 [INFO] [stdout] | [INFO] [stdout] 127 | ...' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( _... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:563 [INFO] [stdout] | [INFO] [stdout] 127 | ...' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z\u{c0}... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:131:511 [INFO] [stdout] | [INFO] [stdout] 131 | ... ( __input , __pos ) ; match __ch { '-' | '0' ... '9' | '·' | '\u{300}' ... '\u{36f}' | '‿' ... '⁀' => Matched ( __next , ( ) ) , _ =>... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:131:537 [INFO] [stdout] | [INFO] [stdout] 131 | ...ch __ch { '-' | '0' ... '9' | '·' | '\u{300}' ... '\u{36f}' | '‿' ... '⁀' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:131:557 [INFO] [stdout] | [INFO] [stdout] 131 | ...... '9' | '·' | '\u{300}' ... '\u{36f}' | '‿' ... '⁀' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[-0-9\u{b7}... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:133:284 [INFO] [stdout] | [INFO] [stdout] 133 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' => Matched ( __next , ( ) ) , _ => __state . mark_fa... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:133:298 [INFO] [stdout] | [INFO] [stdout] 133 | ...ut , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:133:312 [INFO] [stdout] | [INFO] [stdout] 133 | ... match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9a-fA-F]... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:591 [INFO] [stdout] | [INFO] [stdout] 99 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:605 [INFO] [stdout] | [INFO] [stdout] 99 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z]" )... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:1460 [INFO] [stdout] | [INFO] [stdout] 99 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_fa... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:1474 [INFO] [stdout] | [INFO] [stdout] 99 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:99:1488 [INFO] [stdout] | [INFO] [stdout] 99 | ... match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z0-9]... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:101:612 [INFO] [stdout] | [INFO] [stdout] 101 | ...ge_at ( __input , __pos ) ; match __ch { '\0' ... ' ' | '<' | '>' | '"' | '{' | '}' | '|' | '^' | '`' | '\\' => __state . mark_failure... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:105:725 [INFO] [stdout] | [INFO] [stdout] 105 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:346 [INFO] [stdout] | [INFO] [stdout] 127 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:360 [INFO] [stdout] | [INFO] [stdout] 127 | ...ut , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:374 [INFO] [stdout] | [INFO] [stdout] 127 | ... match __ch { 'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:388 [INFO] [stdout] | [INFO] [stdout] 127 | ...'a' ... 'z' | 'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:402 [INFO] [stdout] | [INFO] [stdout] 127 | ...'A' ... 'Z' | 'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:416 [INFO] [stdout] | [INFO] [stdout] 127 | ...'À' ... 'Ö' | 'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:430 [INFO] [stdout] | [INFO] [stdout] 127 | ...'Ø' ... 'ö' | 'ø' ... '˿' | 'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:458 [INFO] [stdout] | [INFO] [stdout] 127 | ...'Ͱ' ... 'ͽ' | 'Ϳ' ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:479 [INFO] [stdout] | [INFO] [stdout] 127 | ... '\u{1fff}' | '\u{200c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:500 [INFO] [stdout] | [INFO] [stdout] 127 | ...c}' ... '\u{200d}' | '⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __ne... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:521 [INFO] [stdout] | [INFO] [stdout] 127 | ...⁰' ... '\u{218f}' | 'Ⰰ' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __next , ( ) ) , _ => __st... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:542 [INFO] [stdout] | [INFO] [stdout] 127 | ...' ... '\u{2fef}' | '、' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( _... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:127:563 [INFO] [stdout] | [INFO] [stdout] 127 | ...' ... '\u{d7ff}' | '豈' ... '\u{fdcf}' | 'ﷰ' ... '�' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-zA-Z\u{c0}... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:131:511 [INFO] [stdout] | [INFO] [stdout] 131 | ... ( __input , __pos ) ; match __ch { '-' | '0' ... '9' | '·' | '\u{300}' ... '\u{36f}' | '‿' ... '⁀' => Matched ( __next , ( ) ) , _ =>... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:131:537 [INFO] [stdout] | [INFO] [stdout] 131 | ...ch __ch { '-' | '0' ... '9' | '·' | '\u{300}' ... '\u{36f}' | '‿' ... '⁀' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:131:557 [INFO] [stdout] | [INFO] [stdout] 131 | ...... '9' | '·' | '\u{300}' ... '\u{36f}' | '‿' ... '⁀' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[-0-9\u{b7}... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:133:284 [INFO] [stdout] | [INFO] [stdout] 133 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' => Matched ( __next , ( ) ) , _ => __state . mark_fa... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:133:298 [INFO] [stdout] | [INFO] [stdout] 133 | ...ut , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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] --> /opt/rustwide/target/debug/build/ntriple-838e69716c1e66cd/out/ntriple.rs:133:312 [INFO] [stdout] | [INFO] [stdout] 133 | ... match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9a-fA-F]... [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: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.57s [INFO] running `Command { std: "docker" "inspect" "bf065ae5db119e1445bd6aec9459779133cce2f608dcbad62b47819eeb520cf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf065ae5db119e1445bd6aec9459779133cce2f608dcbad62b47819eeb520cf4", kill_on_drop: false }` [INFO] [stdout] bf065ae5db119e1445bd6aec9459779133cce2f608dcbad62b47819eeb520cf4