[INFO] fetching crate rton-tl 0.1.0-alpha.1... [INFO] building rton-tl-0.1.0-alpha.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate rton-tl 0.1.0-alpha.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate rton-tl 0.1.0-alpha.1 [INFO] finished tweaking crates.io crate rton-tl 0.1.0-alpha.1 [INFO] tweaked toml for crates.io crate rton-tl 0.1.0-alpha.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rton-tl 0.1.0-alpha.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 11 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dcf30dcc32d715ec1738c0864d709aa08703d86926806ea6ff1b819781afb2da [INFO] running `Command { std: "docker" "start" "-a" "dcf30dcc32d715ec1738c0864d709aa08703d86926806ea6ff1b819781afb2da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dcf30dcc32d715ec1738c0864d709aa08703d86926806ea6ff1b819781afb2da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcf30dcc32d715ec1738c0864d709aa08703d86926806ea6ff1b819781afb2da", kill_on_drop: false }` [INFO] [stdout] dcf30dcc32d715ec1738c0864d709aa08703d86926806ea6ff1b819781afb2da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8adbbef7d87abba20ab51e7ad1f18b5c938d16e86ab239d4e8014ec29b3f941 [INFO] running `Command { std: "docker" "start" "-a" "a8adbbef7d87abba20ab51e7ad1f18b5c938d16e86ab239d4e8014ec29b3f941", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling pom v3.4.0 [INFO] [stderr] Compiling rton-tl v0.1.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `PLUS` is never used [INFO] [stdout] --> src/parser/constants.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub const PLUS: u8 = b'+'; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Field` is never used [INFO] [stdout] --> src/parser/field.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Field { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `field_definitions` is never used [INFO] [stdout] --> src/parser/field.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn field_definitions<'a>() -> Parser<'a, u8, Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decimal` is never used [INFO] [stdout] --> src/parser/tokens.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn decimal<'a>() -> Parser<'a, u8, u32> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FieldType` is never constructed [INFO] [stdout] --> src/parser/field_type.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct FieldType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | fn field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:34:4 [INFO] [stdout] | [INFO] [stdout] 34 | fn implicit_field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field` is never used [INFO] [stdout] --> src/parser/field.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn implicit_field<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_name` is never used [INFO] [stdout] --> src/parser/field.rs:54:4 [INFO] [stdout] | [INFO] [stdout] 54 | fn implicit_field_name<'a>() -> Parser<'a, u8, Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_type` is never used [INFO] [stdout] --> src/parser/field.rs:58:4 [INFO] [stdout] | [INFO] [stdout] 58 | fn implicit_field_type<'a>() -> Parser<'a, u8, FieldType> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:66:4 [INFO] [stdout] | [INFO] [stdout] 66 | fn explicit_field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field` is never used [INFO] [stdout] --> src/parser/field.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn explicit_field<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_name` is never used [INFO] [stdout] --> src/parser/field.rs:86:4 [INFO] [stdout] | [INFO] [stdout] 86 | fn explicit_field_name<'a>() -> Parser<'a, u8, Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_type` is never used [INFO] [stdout] --> src/parser/field.rs:90:4 [INFO] [stdout] | [INFO] [stdout] 90 | fn explicit_field_type<'a>() -> Parser<'a, u8, FieldType> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cell_ref` is never used [INFO] [stdout] --> src/parser/field.rs:98:4 [INFO] [stdout] | [INFO] [stdout] 98 | fn cell_ref<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MINUS` is never used [INFO] [stdout] --> src/parser/constants.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | pub const MINUS: u8 = b'-'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TIMES` is never used [INFO] [stdout] --> src/parser/constants.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const TIMES: u8 = b'*'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COLUMN` is never used [INFO] [stdout] --> src/parser/constants.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const COLUMN: u8 = b':'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SEMICOLON` is never used [INFO] [stdout] --> src/parser/constants.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const SEMICOLON: u8 = b';'; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LPAREN` is never used [INFO] [stdout] --> src/parser/constants.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const LPAREN: u8 = b'('; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPAREN` is never used [INFO] [stdout] --> src/parser/constants.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const RPAREN: u8 = b')'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LBRACE` is never used [INFO] [stdout] --> src/parser/constants.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const LBRACE: u8 = b'{'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBRACE` is never used [INFO] [stdout] --> src/parser/constants.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const RBRACE: u8 = b'}'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LBRACKET` is never used [INFO] [stdout] --> src/parser/constants.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const LBRACKET: u8 = b'['; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBRACKET` is never used [INFO] [stdout] --> src/parser/constants.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const RBRACKET: u8 = b']'; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQUAL` is never used [INFO] [stdout] --> src/parser/constants.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const EQUAL: u8 = b'='; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `QUESTION` is never used [INFO] [stdout] --> src/parser/constants.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const QUESTION: u8 = b'?'; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TILDE` is never used [INFO] [stdout] --> src/parser/constants.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const TILDE: u8 = b'~'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DOUBLE_TAG` is never used [INFO] [stdout] --> src/parser/constants.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const DOUBLE_TAG: &[u8; 2] = b"##"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CIRCUMFLEX` is never used [INFO] [stdout] --> src/parser/constants.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | pub const CIRCUMFLEX: u8 = b'^'; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQQ` is never used [INFO] [stdout] --> src/parser/constants.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const EQQ: &[u8; 2] = b"=="; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LESS` is never used [INFO] [stdout] --> src/parser/constants.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const LESS: u8 = b'<'; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GREATER` is never used [INFO] [stdout] --> src/parser/constants.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const GREATER: u8 = b'>'; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LESS_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const LESS_EQ: &[u8; 2] = b"<="; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GREATER_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const GREATER_EQ: &[u8; 2] = b">="; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NOT_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const NOT_EQ: &[u8; 2] = b"!="; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAT_LESS` is never used [INFO] [stdout] --> src/parser/constants.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const NAT_LESS: &[u8; 2] = b"#<"; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAT_LEQ` is never used [INFO] [stdout] --> src/parser/constants.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const NAT_LEQ: &[u8; 3] = b"#<="; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WHITESPACE` is never used [INFO] [stdout] --> src/parser/constants.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const WHITESPACE: &[u8; 4] = b" \t\r\n"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT` is never used [INFO] [stdout] --> src/parser/constants.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const COMMENT: &[u8; 2] = b"//"; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT_START` is never used [INFO] [stdout] --> src/parser/constants.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const COMMENT_START: &[u8; 2] = b"/*"; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT_END` is never used [INFO] [stdout] --> src/parser/constants.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const COMMENT_END: &[u8; 2] = b"*/"; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TYPE` is never used [INFO] [stdout] --> src/parser/constants.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const TYPE: &[u8; 4] = b"Type"; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s [INFO] running `Command { std: "docker" "inspect" "a8adbbef7d87abba20ab51e7ad1f18b5c938d16e86ab239d4e8014ec29b3f941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8adbbef7d87abba20ab51e7ad1f18b5c938d16e86ab239d4e8014ec29b3f941", kill_on_drop: false }` [INFO] [stdout] a8adbbef7d87abba20ab51e7ad1f18b5c938d16e86ab239d4e8014ec29b3f941 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b1624d3f7ff4e916be3a699624fb680113243d7b1601a9d4f3ae75288ea4273 [INFO] running `Command { std: "docker" "start" "-a" "6b1624d3f7ff4e916be3a699624fb680113243d7b1601a9d4f3ae75288ea4273", kill_on_drop: false }` [INFO] [stderr] Compiling rton-tl v0.1.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `PLUS` is never used [INFO] [stdout] --> src/parser/constants.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub const PLUS: u8 = b'+'; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Field` is never used [INFO] [stdout] --> src/parser/field.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Field { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `field_definitions` is never used [INFO] [stdout] --> src/parser/field.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn field_definitions<'a>() -> Parser<'a, u8, Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decimal` is never used [INFO] [stdout] --> src/parser/tokens.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn decimal<'a>() -> Parser<'a, u8, u32> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FieldType` is never constructed [INFO] [stdout] --> src/parser/field_type.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct FieldType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | fn field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:34:4 [INFO] [stdout] | [INFO] [stdout] 34 | fn implicit_field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field` is never used [INFO] [stdout] --> src/parser/field.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn implicit_field<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_name` is never used [INFO] [stdout] --> src/parser/field.rs:54:4 [INFO] [stdout] | [INFO] [stdout] 54 | fn implicit_field_name<'a>() -> Parser<'a, u8, Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_type` is never used [INFO] [stdout] --> src/parser/field.rs:58:4 [INFO] [stdout] | [INFO] [stdout] 58 | fn implicit_field_type<'a>() -> Parser<'a, u8, FieldType> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:66:4 [INFO] [stdout] | [INFO] [stdout] 66 | fn explicit_field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field` is never used [INFO] [stdout] --> src/parser/field.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn explicit_field<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_name` is never used [INFO] [stdout] --> src/parser/field.rs:86:4 [INFO] [stdout] | [INFO] [stdout] 86 | fn explicit_field_name<'a>() -> Parser<'a, u8, Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_type` is never used [INFO] [stdout] --> src/parser/field.rs:90:4 [INFO] [stdout] | [INFO] [stdout] 90 | fn explicit_field_type<'a>() -> Parser<'a, u8, FieldType> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cell_ref` is never used [INFO] [stdout] --> src/parser/field.rs:98:4 [INFO] [stdout] | [INFO] [stdout] 98 | fn cell_ref<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MINUS` is never used [INFO] [stdout] --> src/parser/constants.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | pub const MINUS: u8 = b'-'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TIMES` is never used [INFO] [stdout] --> src/parser/constants.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const TIMES: u8 = b'*'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COLUMN` is never used [INFO] [stdout] --> src/parser/constants.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const COLUMN: u8 = b':'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SEMICOLON` is never used [INFO] [stdout] --> src/parser/constants.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const SEMICOLON: u8 = b';'; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LPAREN` is never used [INFO] [stdout] --> src/parser/constants.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const LPAREN: u8 = b'('; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPAREN` is never used [INFO] [stdout] --> src/parser/constants.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const RPAREN: u8 = b')'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LBRACE` is never used [INFO] [stdout] --> src/parser/constants.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const LBRACE: u8 = b'{'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBRACE` is never used [INFO] [stdout] --> src/parser/constants.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const RBRACE: u8 = b'}'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LBRACKET` is never used [INFO] [stdout] --> src/parser/constants.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const LBRACKET: u8 = b'['; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBRACKET` is never used [INFO] [stdout] --> src/parser/constants.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const RBRACKET: u8 = b']'; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQUAL` is never used [INFO] [stdout] --> src/parser/constants.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const EQUAL: u8 = b'='; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `QUESTION` is never used [INFO] [stdout] --> src/parser/constants.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const QUESTION: u8 = b'?'; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TILDE` is never used [INFO] [stdout] --> src/parser/constants.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const TILDE: u8 = b'~'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DOUBLE_TAG` is never used [INFO] [stdout] --> src/parser/constants.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const DOUBLE_TAG: &[u8; 2] = b"##"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CIRCUMFLEX` is never used [INFO] [stdout] --> src/parser/constants.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | pub const CIRCUMFLEX: u8 = b'^'; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQQ` is never used [INFO] [stdout] --> src/parser/constants.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const EQQ: &[u8; 2] = b"=="; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LESS` is never used [INFO] [stdout] --> src/parser/constants.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const LESS: u8 = b'<'; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GREATER` is never used [INFO] [stdout] --> src/parser/constants.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const GREATER: u8 = b'>'; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LESS_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const LESS_EQ: &[u8; 2] = b"<="; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GREATER_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const GREATER_EQ: &[u8; 2] = b">="; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NOT_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const NOT_EQ: &[u8; 2] = b"!="; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAT_LESS` is never used [INFO] [stdout] --> src/parser/constants.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const NAT_LESS: &[u8; 2] = b"#<"; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAT_LEQ` is never used [INFO] [stdout] --> src/parser/constants.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const NAT_LEQ: &[u8; 3] = b"#<="; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WHITESPACE` is never used [INFO] [stdout] --> src/parser/constants.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const WHITESPACE: &[u8; 4] = b" \t\r\n"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT` is never used [INFO] [stdout] --> src/parser/constants.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const COMMENT: &[u8; 2] = b"//"; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT_START` is never used [INFO] [stdout] --> src/parser/constants.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const COMMENT_START: &[u8; 2] = b"/*"; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT_END` is never used [INFO] [stdout] --> src/parser/constants.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const COMMENT_END: &[u8; 2] = b"*/"; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TYPE` is never used [INFO] [stdout] --> src/parser/constants.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const TYPE: &[u8; 4] = b"Type"; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PLUS` is never used [INFO] [stdout] --> src/parser/constants.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub const PLUS: u8 = b'+'; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FieldType` is never constructed [INFO] [stdout] --> src/parser/field_type.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct FieldType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decimal` is never used [INFO] [stdout] --> src/parser/tokens.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn decimal<'a>() -> Parser<'a, u8, u32> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Field` is never used [INFO] [stdout] --> src/parser/field.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Field { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `field_definitions` is never used [INFO] [stdout] --> src/parser/field.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn field_definitions<'a>() -> Parser<'a, u8, Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | fn field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:34:4 [INFO] [stdout] | [INFO] [stdout] 34 | fn implicit_field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MINUS` is never used [INFO] [stdout] --> src/parser/constants.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | pub const MINUS: u8 = b'-'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field` is never used [INFO] [stdout] --> src/parser/field.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn implicit_field<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TIMES` is never used [INFO] [stdout] --> src/parser/constants.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const TIMES: u8 = b'*'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_name` is never used [INFO] [stdout] --> src/parser/field.rs:54:4 [INFO] [stdout] | [INFO] [stdout] 54 | fn implicit_field_name<'a>() -> Parser<'a, u8, Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COLUMN` is never used [INFO] [stdout] --> src/parser/constants.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const COLUMN: u8 = b':'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `implicit_field_type` is never used [INFO] [stdout] --> src/parser/field.rs:58:4 [INFO] [stdout] | [INFO] [stdout] 58 | fn implicit_field_type<'a>() -> Parser<'a, u8, FieldType> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SEMICOLON` is never used [INFO] [stdout] --> src/parser/constants.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const SEMICOLON: u8 = b';'; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_definition` is never used [INFO] [stdout] --> src/parser/field.rs:66:4 [INFO] [stdout] | [INFO] [stdout] 66 | fn explicit_field_definition<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LPAREN` is never used [INFO] [stdout] --> src/parser/constants.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const LPAREN: u8 = b'('; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field` is never used [INFO] [stdout] --> src/parser/field.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn explicit_field<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPAREN` is never used [INFO] [stdout] --> src/parser/constants.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const RPAREN: u8 = b')'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_name` is never used [INFO] [stdout] --> src/parser/field.rs:86:4 [INFO] [stdout] | [INFO] [stdout] 86 | fn explicit_field_name<'a>() -> Parser<'a, u8, Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LBRACE` is never used [INFO] [stdout] --> src/parser/constants.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const LBRACE: u8 = b'{'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `explicit_field_type` is never used [INFO] [stdout] --> src/parser/field.rs:90:4 [INFO] [stdout] | [INFO] [stdout] 90 | fn explicit_field_type<'a>() -> Parser<'a, u8, FieldType> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBRACE` is never used [INFO] [stdout] --> src/parser/constants.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const RBRACE: u8 = b'}'; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LBRACKET` is never used [INFO] [stdout] --> src/parser/constants.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const LBRACKET: u8 = b'['; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBRACKET` is never used [INFO] [stdout] --> src/parser/constants.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const RBRACKET: u8 = b']'; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQUAL` is never used [INFO] [stdout] --> src/parser/constants.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const EQUAL: u8 = b'='; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `QUESTION` is never used [INFO] [stdout] --> src/parser/constants.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const QUESTION: u8 = b'?'; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TILDE` is never used [INFO] [stdout] --> src/parser/constants.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const TILDE: u8 = b'~'; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DOUBLE_TAG` is never used [INFO] [stdout] --> src/parser/constants.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const DOUBLE_TAG: &[u8; 2] = b"##"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CIRCUMFLEX` is never used [INFO] [stdout] --> src/parser/constants.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | pub const CIRCUMFLEX: u8 = b'^'; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQQ` is never used [INFO] [stdout] --> src/parser/constants.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const EQQ: &[u8; 2] = b"=="; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LESS` is never used [INFO] [stdout] --> src/parser/constants.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const LESS: u8 = b'<'; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GREATER` is never used [INFO] [stdout] --> src/parser/constants.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const GREATER: u8 = b'>'; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LESS_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const LESS_EQ: &[u8; 2] = b"<="; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GREATER_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const GREATER_EQ: &[u8; 2] = b">="; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NOT_EQ` is never used [INFO] [stdout] --> src/parser/constants.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const NOT_EQ: &[u8; 2] = b"!="; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAT_LESS` is never used [INFO] [stdout] --> src/parser/constants.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const NAT_LESS: &[u8; 2] = b"#<"; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAT_LEQ` is never used [INFO] [stdout] --> src/parser/constants.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const NAT_LEQ: &[u8; 3] = b"#<="; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WHITESPACE` is never used [INFO] [stdout] --> src/parser/constants.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const WHITESPACE: &[u8; 4] = b" \t\r\n"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT` is never used [INFO] [stdout] --> src/parser/constants.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const COMMENT: &[u8; 2] = b"//"; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT_START` is never used [INFO] [stdout] --> src/parser/constants.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const COMMENT_START: &[u8; 2] = b"/*"; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMENT_END` is never used [INFO] [stdout] --> src/parser/constants.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const COMMENT_END: &[u8; 2] = b"*/"; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TYPE` is never used [INFO] [stdout] --> src/parser/constants.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const TYPE: &[u8; 4] = b"Type"; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cell_ref` is never used [INFO] [stdout] --> src/parser/field.rs:98:4 [INFO] [stdout] | [INFO] [stdout] 98 | fn cell_ref<'a>() -> Parser<'a, u8, Field> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "6b1624d3f7ff4e916be3a699624fb680113243d7b1601a9d4f3ae75288ea4273", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b1624d3f7ff4e916be3a699624fb680113243d7b1601a9d4f3ae75288ea4273", kill_on_drop: false }` [INFO] [stdout] 6b1624d3f7ff4e916be3a699624fb680113243d7b1601a9d4f3ae75288ea4273