[INFO] cloning repository https://github.com/pipopa/regex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pipopa/regex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpipopa%2Fregex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpipopa%2Fregex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 60d087a23025e045ae754a345b04003c31d83d93 [INFO] documenting pipopa/regex against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpipopa%2Fregex" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pipopa/regex on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pipopa/regex [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/pipopa/regex [INFO] tweaked toml for git repo https://github.com/pipopa/regex written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ucd-util v0.1.8 [INFO] [stderr] Downloaded docopt v1.1.1 [INFO] [stderr] Downloaded onig v3.2.2 [INFO] [stderr] Downloaded onig_sys v68.2.1 [INFO] [stderr] Downloaded quickcheck v0.7.2 [INFO] [stderr] Downloaded libpcre-sys v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 264d4027280dea69381dad8f83945ae4033af0edac09bae0a59d410feb90aee3 [INFO] running `Command { std: "docker" "start" "-a" "264d4027280dea69381dad8f83945ae4033af0edac09bae0a59d410feb90aee3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "264d4027280dea69381dad8f83945ae4033af0edac09bae0a59d410feb90aee3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "264d4027280dea69381dad8f83945ae4033af0edac09bae0a59d410feb90aee3", kill_on_drop: false }` [INFO] [stdout] 264d4027280dea69381dad8f83945ae4033af0edac09bae0a59d410feb90aee3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a0cd4285b3886dcb00081114e5f6a5012a8ea2fc446f0f1b4bcd99cd6f97ed6 [INFO] running `Command { std: "docker" "start" "-a" "4a0cd4285b3886dcb00081114e5f6a5012a8ea2fc446f0f1b4bcd99cd6f97ed6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Compiling regex v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking utf8-ranges v1.0.5 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.5 (/opt/rustwide/workdir/regex-syntax) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> regex-syntax/src/ast/parse.rs:1445:16 [INFO] [stdout] | [INFO] [stdout] 1445 | '0'...'7' => { [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] --> regex-syntax/src/ast/parse.rs:1456:16 [INFO] [stdout] | [INFO] [stdout] 1456 | '8'...'9' if !self.parser().octal => { [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] --> regex-syntax/src/lib.rs:195:21 [INFO] [stdout] | [INFO] [stdout] 195 | b'_' | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' => 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] --> regex-syntax/src/lib.rs:195:37 [INFO] [stdout] | [INFO] [stdout] 195 | b'_' | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' => 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] --> regex-syntax/src/lib.rs:195:53 [INFO] [stdout] | [INFO] [stdout] 195 | b'_' | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' => 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] [stderr] Checking aho-corasick v0.6.10 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> regex-syntax/src/error.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | Error::Parse(ref x) => x.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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] --> regex-syntax/src/error.rs:46:42 [INFO] [stdout] | [INFO] [stdout] 46 | Error::Translate(ref x) => x.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> regex-syntax/src/hir/literal/mod.rs:687:17 [INFO] [stdout] | [INFO] [stdout] 687 | let mut buf = &mut buf[..i]; [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `printer` [INFO] [stdout] --> regex-syntax/src/ast/print.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | printer: &'p mut Printer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Writer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> regex-syntax/src/ast/print.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `printer` [INFO] [stdout] --> regex-syntax/src/hir/print.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | printer: &'p mut Printer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Writer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> regex-syntax/src/hir/print.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting regex v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | 0b110_00000 ... 0b110_11111 => { [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/utf8.rs:70:22 [INFO] [stdout] | [INFO] [stdout] 70 | 0x80 ... 0x7FF => char::from_u32(cp).map(|cp| (cp, 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] --> src/utf8.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | 0b1110_0000 ... 0b1110_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: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8.rs:90:23 [INFO] [stdout] | [INFO] [stdout] 90 | 0x800 ... 0xFFFF => char::from_u32(cp).map(|cp| (cp, 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/utf8.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | 0b11110_000 ... 0b11110_111 => { [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.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 113 | 0x10000 ... 0x10FFFF => char::from_u32(cp).map(|cp| (cp, 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/dfa.rs:1765:17 [INFO] [stdout] | [INFO] [stdout] 1765 | b'A'...b'Z' | b'a'...b'z' | b'0'...b'9' | b'_' => 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/dfa.rs:1765:31 [INFO] [stdout] | [INFO] [stdout] 1765 | b'A'...b'Z' | b'a'...b'z' | b'0'...b'9' | b'_' => 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/dfa.rs:1765:45 [INFO] [stdout] | [INFO] [stdout] 1765 | b'A'...b'Z' | b'a'...b'z' | b'0'...b'9' | b'_' => 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/expand.rs:172:14 [INFO] [stdout] | [INFO] [stdout] 172 | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' | b'_' => 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/expand.rs:172:30 [INFO] [stdout] | [INFO] [stdout] 172 | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' | b'_' => 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/expand.rs:172:46 [INFO] [stdout] | [INFO] [stdout] 172 | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' | b'_' => 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: unresolved link to `1` [INFO] [stdout] --> src/dfa.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | /// at data[1], and each following pointer is stored as an offset [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/dfa.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | /// corresponds to text[i]. [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:26:73 [INFO] [stdout] | [INFO] [stdout] 26 | and even fewer for packed multiple substring matching. Ben-Kiki et al. [2] [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:28:76 [INFO] [stdout] | [INFO] [stdout] 28 | and hand-waves performance. There is other theoretical work done by Bille [3] [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:32:73 [INFO] [stdout] | [INFO] [stdout] 32 | and is generally focused on multiple pattern search. Their first paper [4a] [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | The main downside of [4a] is that the minimum substring length is 32 bytes, [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4b` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:48:43 [INFO] [stdout] | [INFO] [stdout] 48 | Faro and Kulekci published another paper [4b] that is conceptually very similar [INFO] [stdout] | ^^ no item named `4b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | to [4a]. The key difference is that it uses the CRC32 instruction (introduced [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4c` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | Faro and Kulekci also published [4c] that appears to be intended as a [INFO] [stdout] | ^^ no item named `4c` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4d` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 63 | Faro and Kulekci have another paper [4d] that I haven't been able to read [INFO] [stdout] | ^^ no item named `4d` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | - **[1]** [Hyperscan on GitHub](https://github.com/01org/hyperscan), [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:278:6 [INFO] [stdout] | [INFO] [stdout] 278 | - **[2a]** Ben-Kiki, O., Bille, P., Breslauer, D., Gasieniec, L., Grossi, R., [INFO] [stdout] | ^^ no item named `2a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2b` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:285:6 [INFO] [stdout] | [INFO] [stdout] 285 | - **[2b]** Ben-Kiki, O., Bille, P., Breslauer, D., Ga̧sieniec, L., Grossi, R., [INFO] [stdout] | ^^ no item named `2b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:291:6 [INFO] [stdout] | [INFO] [stdout] 291 | - **[3]** Bille, P. (2011). [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:296:6 [INFO] [stdout] | [INFO] [stdout] 296 | - **[4a]** Faro, S., & Külekci, M. O. (2012, October). [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4b` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:302:6 [INFO] [stdout] | [INFO] [stdout] 302 | - **[4b]** Faro, S., & Külekci, M. O. (2013, September). [INFO] [stdout] | ^^ no item named `4b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4c` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:306:6 [INFO] [stdout] | [INFO] [stdout] 306 | - **[4c]** Faro, S., & Külekci, M. O. (2013, January). [INFO] [stdout] | ^^ no item named `4c` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4d` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:312:6 [INFO] [stdout] | [INFO] [stdout] 312 | - **[4d]** Faro, S., & Külekci, M. O. (2014). [INFO] [stdout] | ^^ no item named `4d` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ip` [INFO] [stdout] --> src/sparse.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | /// sparse[ip] < dense.len() && ip == dense[sparse[ip]]. [INFO] [stdout] | ^^ no item named `ip` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ip` [INFO] [stdout] --> src/sparse.rs:22:56 [INFO] [stdout] | [INFO] [stdout] 22 | /// sparse[ip] < dense.len() && ip == dense[sparse[ip]]. [INFO] [stdout] | ^^ no item named `ip` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:44:46 [INFO] [stdout] | [INFO] [stdout] 44 | articles on regexes is strongly recommended: https://swtch.com/~rsc/regexp/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1871:5 [INFO] [stdout] | [INFO] [stdout] 1871 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1880:5 [INFO] [stdout] | [INFO] [stdout] 1880 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1890:5 [INFO] [stdout] | [INFO] [stdout] 1890 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1899:5 [INFO] [stdout] | [INFO] [stdout] 1899 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sparse.rs:10:37 [INFO] [stdout] | [INFO] [stdout] 10 | /// The data structure is based on: http://research.swtch.com/sparse [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.21s [INFO] running `Command { std: "docker" "inspect" "4a0cd4285b3886dcb00081114e5f6a5012a8ea2fc446f0f1b4bcd99cd6f97ed6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a0cd4285b3886dcb00081114e5f6a5012a8ea2fc446f0f1b4bcd99cd6f97ed6", kill_on_drop: false }` [INFO] [stdout] 4a0cd4285b3886dcb00081114e5f6a5012a8ea2fc446f0f1b4bcd99cd6f97ed6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] bac4d3c05ea47f0eeb9d8a8a29c7b247d7b1c4e3832e06203ce39d502ec423ab [INFO] running `Command { std: "docker" "start" "-a" "bac4d3c05ea47f0eeb9d8a8a29c7b247d7b1c4e3832e06203ce39d502ec423ab", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling regex v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking utf8-ranges v1.0.5 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.5 (/opt/rustwide/workdir/regex-syntax) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> regex-syntax/src/ast/parse.rs:1445:16 [INFO] [stdout] | [INFO] [stdout] 1445 | '0'...'7' => { [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] --> regex-syntax/src/ast/parse.rs:1456:16 [INFO] [stdout] | [INFO] [stdout] 1456 | '8'...'9' if !self.parser().octal => { [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] --> regex-syntax/src/lib.rs:195:21 [INFO] [stdout] | [INFO] [stdout] 195 | b'_' | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' => 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] --> regex-syntax/src/lib.rs:195:37 [INFO] [stdout] | [INFO] [stdout] 195 | b'_' | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' => 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] --> regex-syntax/src/lib.rs:195:53 [INFO] [stdout] | [INFO] [stdout] 195 | b'_' | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' => 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: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> regex-syntax/src/error.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | Error::Parse(ref x) => x.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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] --> regex-syntax/src/error.rs:46:42 [INFO] [stdout] | [INFO] [stdout] 46 | Error::Translate(ref x) => x.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> regex-syntax/src/hir/literal/mod.rs:687:17 [INFO] [stdout] | [INFO] [stdout] 687 | let mut buf = &mut buf[..i]; [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `printer` [INFO] [stdout] --> regex-syntax/src/ast/print.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | printer: &'p mut Printer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Writer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> regex-syntax/src/ast/print.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `printer` [INFO] [stdout] --> regex-syntax/src/hir/print.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | printer: &'p mut Printer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Writer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> regex-syntax/src/hir/print.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting regex v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | 0b110_00000 ... 0b110_11111 => { [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/utf8.rs:70:22 [INFO] [stdout] | [INFO] [stdout] 70 | 0x80 ... 0x7FF => char::from_u32(cp).map(|cp| (cp, 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] --> src/utf8.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | 0b1110_0000 ... 0b1110_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: `...` range patterns are deprecated [INFO] [stdout] --> src/utf8.rs:90:23 [INFO] [stdout] | [INFO] [stdout] 90 | 0x800 ... 0xFFFF => char::from_u32(cp).map(|cp| (cp, 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/utf8.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | 0b11110_000 ... 0b11110_111 => { [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.rs:113:25 [INFO] [stdout] | [INFO] [stdout] 113 | 0x10000 ... 0x10FFFF => char::from_u32(cp).map(|cp| (cp, 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/dfa.rs:1765:17 [INFO] [stdout] | [INFO] [stdout] 1765 | b'A'...b'Z' | b'a'...b'z' | b'0'...b'9' | b'_' => 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/dfa.rs:1765:31 [INFO] [stdout] | [INFO] [stdout] 1765 | b'A'...b'Z' | b'a'...b'z' | b'0'...b'9' | b'_' => 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/dfa.rs:1765:45 [INFO] [stdout] | [INFO] [stdout] 1765 | b'A'...b'Z' | b'a'...b'z' | b'0'...b'9' | b'_' => 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/expand.rs:172:14 [INFO] [stdout] | [INFO] [stdout] 172 | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' | b'_' => 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/expand.rs:172:30 [INFO] [stdout] | [INFO] [stdout] 172 | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' | b'_' => 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/expand.rs:172:46 [INFO] [stdout] | [INFO] [stdout] 172 | b'0' ... b'9' | b'a' ... b'z' | b'A' ... b'Z' | b'_' => 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: unresolved link to `1` [INFO] [stdout] --> src/dfa.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | /// at data[1], and each following pointer is stored as an offset [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/dfa.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | /// corresponds to text[i]. [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:26:73 [INFO] [stdout] | [INFO] [stdout] 26 | and even fewer for packed multiple substring matching. Ben-Kiki et al. [2] [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:28:76 [INFO] [stdout] | [INFO] [stdout] 28 | and hand-waves performance. There is other theoretical work done by Bille [3] [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:32:73 [INFO] [stdout] | [INFO] [stdout] 32 | and is generally focused on multiple pattern search. Their first paper [4a] [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | The main downside of [4a] is that the minimum substring length is 32 bytes, [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4b` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:48:43 [INFO] [stdout] | [INFO] [stdout] 48 | Faro and Kulekci published another paper [4b] that is conceptually very similar [INFO] [stdout] | ^^ no item named `4b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | to [4a]. The key difference is that it uses the CRC32 instruction (introduced [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4c` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | Faro and Kulekci also published [4c] that appears to be intended as a [INFO] [stdout] | ^^ no item named `4c` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4d` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 63 | Faro and Kulekci have another paper [4d] that I haven't been able to read [INFO] [stdout] | ^^ no item named `4d` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 276 | - **[1]** [Hyperscan on GitHub](https://github.com/01org/hyperscan), [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:278:6 [INFO] [stdout] | [INFO] [stdout] 278 | - **[2a]** Ben-Kiki, O., Bille, P., Breslauer, D., Gasieniec, L., Grossi, R., [INFO] [stdout] | ^^ no item named `2a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2b` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:285:6 [INFO] [stdout] | [INFO] [stdout] 285 | - **[2b]** Ben-Kiki, O., Bille, P., Breslauer, D., Ga̧sieniec, L., Grossi, R., [INFO] [stdout] | ^^ no item named `2b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:291:6 [INFO] [stdout] | [INFO] [stdout] 291 | - **[3]** Bille, P. (2011). [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4a` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:296:6 [INFO] [stdout] | [INFO] [stdout] 296 | - **[4a]** Faro, S., & Külekci, M. O. (2012, October). [INFO] [stdout] | ^^ no item named `4a` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4b` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:302:6 [INFO] [stdout] | [INFO] [stdout] 302 | - **[4b]** Faro, S., & Külekci, M. O. (2013, September). [INFO] [stdout] | ^^ no item named `4b` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4c` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:306:6 [INFO] [stdout] | [INFO] [stdout] 306 | - **[4c]** Faro, S., & Külekci, M. O. (2013, January). [INFO] [stdout] | ^^ no item named `4c` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4d` [INFO] [stdout] --> src/literal/teddy_ssse3/imp.rs:312:6 [INFO] [stdout] | [INFO] [stdout] 312 | - **[4d]** Faro, S., & Külekci, M. O. (2014). [INFO] [stdout] | ^^ no item named `4d` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ip` [INFO] [stdout] --> src/sparse.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | /// sparse[ip] < dense.len() && ip == dense[sparse[ip]]. [INFO] [stdout] | ^^ no item named `ip` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ip` [INFO] [stdout] --> src/sparse.rs:22:56 [INFO] [stdout] | [INFO] [stdout] 22 | /// sparse[ip] < dense.len() && ip == dense[sparse[ip]]. [INFO] [stdout] | ^^ no item named `ip` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:44:46 [INFO] [stdout] | [INFO] [stdout] 44 | articles on regexes is strongly recommended: https://swtch.com/~rsc/regexp/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1871:5 [INFO] [stdout] | [INFO] [stdout] 1871 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1880:5 [INFO] [stdout] | [INFO] [stdout] 1880 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1890:5 [INFO] [stdout] | [INFO] [stdout] 1890 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/dfa.rs:1899:5 [INFO] [stdout] | [INFO] [stdout] 1899 | /// https://developers.google.com/protocol-buffers/docs/encoding#varints [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sparse.rs:10:37 [INFO] [stdout] | [INFO] [stdout] 10 | /// The data structure is based on: http://research.swtch.com/sparse [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.06s [INFO] running `Command { std: "docker" "inspect" "bac4d3c05ea47f0eeb9d8a8a29c7b247d7b1c4e3832e06203ce39d502ec423ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bac4d3c05ea47f0eeb9d8a8a29c7b247d7b1c4e3832e06203ce39d502ec423ab", kill_on_drop: false }` [INFO] [stdout] bac4d3c05ea47f0eeb9d8a8a29c7b247d7b1c4e3832e06203ce39d502ec423ab