[INFO] fetching crate telomere_json 0.1.1... [INFO] checking telomere_json-0.1.1 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate telomere_json 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate telomere_json 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate telomere_json 0.1.1 [INFO] tweaked toml for crates.io crate telomere_json 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate telomere_json 0.1.1 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate telomere_json 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a2e6e426f15116b935e980828bfaa08618dd6e0023960a38c7494d2590ba590 [INFO] running `Command { std: "docker" "start" "-a" "3a2e6e426f15116b935e980828bfaa08618dd6e0023960a38c7494d2590ba590", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a2e6e426f15116b935e980828bfaa08618dd6e0023960a38c7494d2590ba590", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a2e6e426f15116b935e980828bfaa08618dd6e0023960a38c7494d2590ba590", kill_on_drop: false }` [INFO] [stdout] 3a2e6e426f15116b935e980828bfaa08618dd6e0023960a38c7494d2590ba590 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edebc62fd6a78aa60cf8b78d0330a40dbaab2363e0f8c1d31722c30af4586cd8 [INFO] running `Command { std: "docker" "start" "-a" "edebc62fd6a78aa60cf8b78d0330a40dbaab2363e0f8c1d31722c30af4586cd8", kill_on_drop: false }` [INFO] [stderr] Checking telomere_json v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `NonStringState` [INFO] [stdout] --> src/lexer/quote.rs:2:53 [INFO] [stdout] | [INFO] [stdout] 2 | parser::state_types::{BraceState, BracketState, NonStringState, PrimValue, StringState}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NonStringState` [INFO] [stdout] --> src/parser/json_balancer.rs:6:63 [INFO] [stdout] | [INFO] [stdout] 6 | use super::state_types::{BraceState, BracketState, JSONState, NonStringState, PrimValue}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NonStringState` [INFO] [stdout] --> src/lexer/quote.rs:2:53 [INFO] [stdout] | [INFO] [stdout] 2 | parser::state_types::{BraceState, BracketState, NonStringState, PrimValue, StringState}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NonStringState` [INFO] [stdout] --> src/parser/json_balancer.rs:6:63 [INFO] [stdout] | [INFO] [stdout] 6 | use super::state_types::{BraceState, BracketState, JSONState, NonStringState, PrimValue}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> tests/regression.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | use telomere_json::{Error, JSONBalancer}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Outcome` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum Outcome { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Case` is never constructed [INFO] [stdout] --> src/parser/balancing_test_data.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Case { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EMPTY_ARRAY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | pub const EMPTY_ARRAY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EMPTY_OBJECT` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const EMPTY_OBJECT: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_ONE_NUMBER` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ARRAY_ONE_NUMBER: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_ONE_CLOSABLE_LITERAL` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | pub const ARRAY_ONE_CLOSABLE_LITERAL: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJECT_SIMPLE_KV` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | pub const OBJECT_SIMPLE_KV: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NESTED_OBJECT_IN_ARRAY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | pub const NESTED_OBJECT_IN_ARRAY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DOUBLE_NEST` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:56:11 [INFO] [stdout] | [INFO] [stdout] 56 | pub const DOUBLE_NEST: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MULTI_KV_OBJECT_NEEDS_BRACE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const MULTI_KV_OBJECT_NEEDS_BRACE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TRAILING_STRING_VALUE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | pub const TRAILING_STRING_VALUE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_OF_OBJECTS_PARTIAL_SECOND` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const ARRAY_OF_OBJECTS_PARTIAL_SECOND: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_VALUE_ARRAY_PARTIAL` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | pub const OBJ_VALUE_ARRAY_PARTIAL: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NESTED_ARRAYS_NEED_TWO_BRACKETS` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | pub const NESTED_ARRAYS_NEED_TWO_BRACKETS: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_ONE_STRING_OPEN` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const ARRAY_ONE_STRING_OPEN: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_IN_OPEN_STRING` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:102:11 [INFO] [stdout] | [INFO] [stdout] 102 | pub const ARRAY_IN_OPEN_STRING: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_IN_OPEN_STRING_VALUE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:108:11 [INFO] [stdout] | [INFO] [stdout] 108 | pub const OBJ_IN_OPEN_STRING_VALUE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_ESCAPED_QUOTE_THEN_CLOSABLE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:114:11 [INFO] [stdout] | [INFO] [stdout] 114 | pub const OBJ_ESCAPED_QUOTE_THEN_CLOSABLE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_STRING_ESCAPED_THEN_CLOSABLE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:120:11 [INFO] [stdout] | [INFO] [stdout] 120 | pub const ARRAY_STRING_ESCAPED_THEN_CLOSABLE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TRAILING_WS_AFTER_OBJ_VALUE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:126:11 [INFO] [stdout] | [INFO] [stdout] 126 | pub const TRAILING_WS_AFTER_OBJ_VALUE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TRAILING_WS_AFTER_ARRAY_VALUE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | pub const TRAILING_WS_AFTER_ARRAY_VALUE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_EXPECTING_COLON` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:140:11 [INFO] [stdout] | [INFO] [stdout] 140 | pub const OBJ_EXPECTING_COLON: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_EXPECTING_VALUE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | pub const OBJ_EXPECTING_VALUE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_IN_OPEN_STRING_KEY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const OBJ_IN_OPEN_STRING_KEY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_IN_ESCAPE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:158:11 [INFO] [stdout] | [INFO] [stdout] 158 | pub const OBJ_IN_ESCAPE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_IN_ESCAPE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:164:11 [INFO] [stdout] | [INFO] [stdout] 164 | pub const ARRAY_IN_ESCAPE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_AFTER_COMMA_EXPECTING_VALUE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const ARRAY_AFTER_COMMA_EXPECTING_VALUE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NUMBER_PARTIAL_MINUS` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:176:11 [INFO] [stdout] | [INFO] [stdout] 176 | pub const NUMBER_PARTIAL_MINUS: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NUMBER_PARTIAL_EXP` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | pub const NUMBER_PARTIAL_EXP: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NUMBER_PARTIAL_DECIMAL` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:188:11 [INFO] [stdout] | [INFO] [stdout] 188 | pub const NUMBER_PARTIAL_DECIMAL: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LITERAL_TRUE_PARTIAL` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const LITERAL_TRUE_PARTIAL: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LITERAL_NULL_PARTIAL` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:200:11 [INFO] [stdout] | [INFO] [stdout] 200 | pub const LITERAL_NULL_PARTIAL: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UNICODE_ESCAPE_PARTIAL` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:206:11 [INFO] [stdout] | [INFO] [stdout] 206 | pub const UNICODE_ESCAPE_PARTIAL: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_MISMATCH` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:214:11 [INFO] [stdout] | [INFO] [stdout] 214 | pub const CORRUPTED_MISMATCH: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_CLOSE_BRACE_IN_ARRAY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | pub const CORRUPTED_CLOSE_BRACE_IN_ARRAY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_UNEXPECTED_COMMA_START_ARRAY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:233:11 [INFO] [stdout] | [INFO] [stdout] 233 | pub const CORRUPTED_UNEXPECTED_COMMA_START_ARRAY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_UNEXPECTED_COMMA_START_OBJECT` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:239:11 [INFO] [stdout] | [INFO] [stdout] 239 | pub const CORRUPTED_UNEXPECTED_COMMA_START_OBJECT: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_UNEXPECTED_COLON_TOP` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:245:11 [INFO] [stdout] | [INFO] [stdout] 245 | pub const CORRUPTED_UNEXPECTED_COLON_TOP: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_QUOTE_IN_NONSTRING_DATA` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | pub const CORRUPTED_QUOTE_IN_NONSTRING_DATA: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_CLOSE_BEFORE_KEY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:257:11 [INFO] [stdout] | [INFO] [stdout] 257 | pub const CORRUPTED_CLOSE_BEFORE_KEY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_COMMA_THEN_BRACE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pub const CORRUPTED_COMMA_THEN_BRACE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_TRAILING_COMMA_THEN_CLOSE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:269:11 [INFO] [stdout] | [INFO] [stdout] 269 | pub const ARRAY_TRAILING_COMMA_THEN_CLOSE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TOPLEVEL_CLOSE_BRACE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:275:11 [INFO] [stdout] | [INFO] [stdout] 275 | pub const TOPLEVEL_CLOSE_BRACE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TOPLEVEL_CLOSE_BRACKET` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | pub const TOPLEVEL_CLOSE_BRACKET: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJECT_CLOSE_BRACKET_MISMATCH` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const OBJECT_CLOSE_BRACKET_MISMATCH: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBJ_AFTER_STRING_NON_DELIMITER` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const OBJ_AFTER_STRING_NON_DELIMITER: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ARRAY_AFTER_STRING_NON_DELIMITER` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:311:11 [INFO] [stdout] | [INFO] [stdout] 311 | pub const ARRAY_AFTER_STRING_NON_DELIMITER: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UNQUOTED_KEY_IS_CORRUPTED` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:317:11 [INFO] [stdout] | [INFO] [stdout] 317 | pub const UNQUOTED_KEY_IS_CORRUPTED: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UNEXPECTED_OPEN_BRACKET_IN_KEY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:323:11 [INFO] [stdout] | [INFO] [stdout] 323 | pub const UNEXPECTED_OPEN_BRACKET_IN_KEY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TOPLEVEL_NUMBER_NOT_ALLOWED` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:329:11 [INFO] [stdout] | [INFO] [stdout] 329 | pub const TOPLEVEL_NUMBER_NOT_ALLOWED: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TOPLEVEL_QUOTE_NOT_ALLOWED` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:335:11 [INFO] [stdout] | [INFO] [stdout] 335 | pub const TOPLEVEL_QUOTE_NOT_ALLOWED: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALREADY_COMPLETE_EMPTY_ARRAY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:343:11 [INFO] [stdout] | [INFO] [stdout] 343 | pub const ALREADY_COMPLETE_EMPTY_ARRAY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALREADY_COMPLETE_SIMPLE_OBJECT` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:349:11 [INFO] [stdout] | [INFO] [stdout] 349 | pub const ALREADY_COMPLETE_SIMPLE_OBJECT: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALREADY_COMPLETE_OBJECT_THEN_WS` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:355:11 [INFO] [stdout] | [INFO] [stdout] 355 | pub const ALREADY_COMPLETE_OBJECT_THEN_WS: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALREADY_COMPLETE_ARRAY_THEN_WS` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:361:11 [INFO] [stdout] | [INFO] [stdout] 361 | pub const ALREADY_COMPLETE_ARRAY_THEN_WS: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MESSY_CHUNK_SPLIT_KEYWORD` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:369:11 [INFO] [stdout] | [INFO] [stdout] 369 | pub const MESSY_CHUNK_SPLIT_KEYWORD: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MESSY_CHUNK_SPLIT_ESCAPE` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:375:11 [INFO] [stdout] | [INFO] [stdout] 375 | pub const MESSY_CHUNK_SPLIT_ESCAPE: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_TRAILING_CONTENT_AFTER_ARRAY` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:381:11 [INFO] [stdout] | [INFO] [stdout] 381 | pub const CORRUPTED_TRAILING_CONTENT_AFTER_ARRAY: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CORRUPTED_TRAILING_CONTENT_AFTER_OBJECT` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:387:11 [INFO] [stdout] | [INFO] [stdout] 387 | pub const CORRUPTED_TRAILING_CONTENT_AFTER_OBJECT: Case = Case { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CASES` is never used [INFO] [stdout] --> src/parser/balancing_test_data.rs:395:11 [INFO] [stdout] | [INFO] [stdout] 395 | pub const CASES: &[&Case] = &[ [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "edebc62fd6a78aa60cf8b78d0330a40dbaab2363e0f8c1d31722c30af4586cd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edebc62fd6a78aa60cf8b78d0330a40dbaab2363e0f8c1d31722c30af4586cd8", kill_on_drop: false }` [INFO] [stdout] edebc62fd6a78aa60cf8b78d0330a40dbaab2363e0f8c1d31722c30af4586cd8