[INFO] fetching crate lib_maniascript 0.1.1...
[INFO] testing lib_maniascript-0.1.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate lib_maniascript 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate lib_maniascript 0.1.1
[INFO] finished tweaking crates.io crate lib_maniascript 0.1.1
[INFO] tweaked toml for crates.io crate lib_maniascript 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lib_maniascript 0.1.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 70 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.7.0)
[INFO] [stderr]       Adding rowan v0.9.1 (available: v0.16.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ed8f23c4ca49e39c593413688e887b5955e1de8a6899a79dcfd599db29bf0d33
[INFO] running `Command { std: "docker" "start" "-a" "ed8f23c4ca49e39c593413688e887b5955e1de8a6899a79dcfd599db29bf0d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed8f23c4ca49e39c593413688e887b5955e1de8a6899a79dcfd599db29bf0d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed8f23c4ca49e39c593413688e887b5955e1de8a6899a79dcfd599db29bf0d33", kill_on_drop: false }`
[INFO] [stdout] ed8f23c4ca49e39c593413688e887b5955e1de8a6899a79dcfd599db29bf0d33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3760476d23b16204d5030bed5d4a6f4cc788acd92c2d34e9b103a660b60fa043
[INFO] running `Command { std: "docker" "start" "-a" "3760476d23b16204d5030bed5d4a6f4cc788acd92c2d34e9b103a660b60fa043", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling text_unit v0.1.10
[INFO] [stderr]    Compiling thin-dst v1.1.0
[INFO] [stderr]    Compiling smol_str v0.1.24
[INFO] [stderr]    Compiling rowan v0.9.1
[INFO] [stderr]    Compiling cbitset v0.2.0
[INFO] [stderr]    Compiling lib_maniascript v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `BinOpKind` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub enum BinOpKind {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_token` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl BinOpKind {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 66 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UnaryOpKind` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub enum UnaryOpKind {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_token` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:103:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl UnaryOpKind {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 102 |     /// Get the operation kind from a token in the AST
[INFO] [stdout] 103 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TokenWrapper` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:193:11
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub trait TokenWrapper: TypedNode {
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Wrapper` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:216:11
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub trait Wrapper: TypedNode {
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParsedTypeError` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:223:12
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub struct ParsedTypeError(pub SyntaxKind);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParsedType` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub enum ParsedType {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Include` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 332 |     NODE_INCLUDE => Include,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Const` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:333:19
[INFO] [stdout]     |
[INFO] [stdout] 333 |     NODE_CONST => Const,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Setting` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:334:21
[INFO] [stdout]     |
[INFO] [stdout] 334 |     NODE_SETTING => Setting,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequireContext` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:335:29
[INFO] [stdout]     |
[INFO] [stdout] 335 |     NODE_REQUIRE_CONTEXT => RequireContext,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Extends` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:336:21
[INFO] [stdout]     |
[INFO] [stdout] 336 |     NODE_EXTENDS => Extends,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Struct` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:337:20
[INFO] [stdout]     |
[INFO] [stdout] 337 |     NODE_STRUCT => Struct,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructField` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:339:26
[INFO] [stdout]     |
[INFO] [stdout] 339 |     NODE_STRUCT_FIELD => StructField,
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:340:22
[INFO] [stdout]     |
[INFO] [stdout] 340 |     NODE_VAR_DECL => VarDecl,
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FuncDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:341:23
[INFO] [stdout]     |
[INFO] [stdout] 341 |     NODE_FUNC_DECL => FuncDecl,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FormalArg` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:342:24
[INFO] [stdout]     |
[INFO] [stdout] 342 |     NODE_FORMAL_ARG => FormalArg,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LabelDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:343:24
[INFO] [stdout]     |
[INFO] [stdout] 343 |     NODE_LABEL_DECL => LabelDecl,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IfElse` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:345:21
[INFO] [stdout]     |
[INFO] [stdout] 345 |     NODE_IF_ELSE => IfElse,
[INFO] [stdout]     |                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Switch` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:346:20
[INFO] [stdout]     |
[INFO] [stdout] 346 |     NODE_SWITCH => Switch,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Case` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:347:18
[INFO] [stdout]     |
[INFO] [stdout] 347 |     NODE_CASE => Case,
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Default` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 |     NODE_DEFAULT => Default,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `For` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:349:17
[INFO] [stdout]     |
[INFO] [stdout] 349 |     NODE_FOR => For,
[INFO] [stdout]     |                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Foreach` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:350:21
[INFO] [stdout]     |
[INFO] [stdout] 350 |     NODE_FOREACH => Foreach,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `While` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:351:19
[INFO] [stdout]     |
[INFO] [stdout] 351 |     NODE_WHILE => While,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Continue` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:353:22
[INFO] [stdout]     |
[INFO] [stdout] 353 |     NODE_CONTINUE => Continue,
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Break` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:354:19
[INFO] [stdout]     |
[INFO] [stdout] 354 |     NODE_BREAK => Break,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Return` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:355:20
[INFO] [stdout]     |
[INFO] [stdout] 355 |     NODE_RETURN => Return,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Yield` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:356:19
[INFO] [stdout]     |
[INFO] [stdout] 356 |     NODE_YIELD => Yield,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LabelCall` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:357:24
[INFO] [stdout]     |
[INFO] [stdout] 357 |     NODE_LABEL_CALL => LabelCall,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Assignment` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:358:24
[INFO] [stdout]     |
[INFO] [stdout] 358 |     NODE_ASSIGNMENT => Assignment,
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:360:19
[INFO] [stdout]     |
[INFO] [stdout] 360 |     NODE_BLOCK => Block,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parenthesised` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:361:27
[INFO] [stdout]     |
[INFO] [stdout] 361 |     NODE_PARENTHESISED => Parenthesised,
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Identifier` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:363:24
[INFO] [stdout]     |
[INFO] [stdout] 363 |     NODE_IDENTIFIER => Identifier,
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `String` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:364:20
[INFO] [stdout]     |
[INFO] [stdout] 364 |     NODE_STRING => String,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Literal` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:365:21
[INFO] [stdout]     |
[INFO] [stdout] 365 |     NODE_LITERAL => Literal,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vector` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:366:20
[INFO] [stdout]     |
[INFO] [stdout] 366 |     NODE_VECTOR => Vector,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Array` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:367:19
[INFO] [stdout]     |
[INFO] [stdout] 367 |     NODE_ARRAY => Array,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnaryOp` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:368:22
[INFO] [stdout]     |
[INFO] [stdout] 368 |     NODE_UNARY_OP => UnaryOp,
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinaryOp` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:369:23
[INFO] [stdout]     |
[INFO] [stdout] 369 |     NODE_BINARY_OP => BinaryOp,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ArrayAccess` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:370:26
[INFO] [stdout]     |
[INFO] [stdout] 370 |     NODE_ARRAY_ACCESS => ArrayAccess,
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionCall` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:371:27
[INFO] [stdout]     |
[INFO] [stdout] 371 |     NODE_FUNCTION_CALL => FunctionCall,
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructInit` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |     NODE_STRUCT_INIT => StructInit,
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Type` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     NODE_TYPE => Type
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
[INFO] running `Command { std: "docker" "inspect" "3760476d23b16204d5030bed5d4a6f4cc788acd92c2d34e9b103a660b60fa043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3760476d23b16204d5030bed5d4a6f4cc788acd92c2d34e9b103a660b60fa043", kill_on_drop: false }`
[INFO] [stdout] 3760476d23b16204d5030bed5d4a6f4cc788acd92c2d34e9b103a660b60fa043
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa4faaee92c0e8fc0993d3bc108a7979f38d51f3f408bff37bbac40a9f85fe0f
[INFO] running `Command { std: "docker" "start" "-a" "aa4faaee92c0e8fc0993d3bc108a7979f38d51f3f408bff37bbac40a9f85fe0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stdout] warning: enum `BinOpKind` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub enum BinOpKind {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_token` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl BinOpKind {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 66 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UnaryOpKind` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub enum UnaryOpKind {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_token` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:103:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl UnaryOpKind {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 102 |     /// Get the operation kind from a token in the AST
[INFO] [stdout] 103 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TokenWrapper` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:193:11
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub trait TokenWrapper: TypedNode {
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Wrapper` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:216:11
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub trait Wrapper: TypedNode {
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParsedTypeError` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:223:12
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub struct ParsedTypeError(pub SyntaxKind);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParsedType` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub enum ParsedType {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Include` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 332 |     NODE_INCLUDE => Include,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Const` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:333:19
[INFO] [stdout]     |
[INFO] [stdout] 333 |     NODE_CONST => Const,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Setting` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:334:21
[INFO] [stdout]     |
[INFO] [stdout] 334 |     NODE_SETTING => Setting,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequireContext` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:335:29
[INFO] [stdout]     |
[INFO] [stdout] 335 |     NODE_REQUIRE_CONTEXT => RequireContext,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Extends` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:336:21
[INFO] [stdout]     |
[INFO] [stdout] 336 |     NODE_EXTENDS => Extends,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Struct` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:337:20
[INFO] [stdout]     |
[INFO] [stdout] 337 |     NODE_STRUCT => Struct,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructField` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:339:26
[INFO] [stdout]     |
[INFO] [stdout] 339 |     NODE_STRUCT_FIELD => StructField,
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:340:22
[INFO] [stdout]     |
[INFO] [stdout] 340 |     NODE_VAR_DECL => VarDecl,
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FuncDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:341:23
[INFO] [stdout]     |
[INFO] [stdout] 341 |     NODE_FUNC_DECL => FuncDecl,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FormalArg` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:342:24
[INFO] [stdout]     |
[INFO] [stdout] 342 |     NODE_FORMAL_ARG => FormalArg,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LabelDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:343:24
[INFO] [stdout]     |
[INFO] [stdout] 343 |     NODE_LABEL_DECL => LabelDecl,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IfElse` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:345:21
[INFO] [stdout]     |
[INFO] [stdout] 345 |     NODE_IF_ELSE => IfElse,
[INFO] [stdout]     |                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Switch` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:346:20
[INFO] [stdout]     |
[INFO] [stdout] 346 |     NODE_SWITCH => Switch,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Case` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:347:18
[INFO] [stdout]     |
[INFO] [stdout] 347 |     NODE_CASE => Case,
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Default` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 |     NODE_DEFAULT => Default,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `For` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:349:17
[INFO] [stdout]     |
[INFO] [stdout] 349 |     NODE_FOR => For,
[INFO] [stdout]     |                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Foreach` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:350:21
[INFO] [stdout]     |
[INFO] [stdout] 350 |     NODE_FOREACH => Foreach,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `While` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:351:19
[INFO] [stdout]     |
[INFO] [stdout] 351 |     NODE_WHILE => While,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Continue` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:353:22
[INFO] [stdout]     |
[INFO] [stdout] 353 |     NODE_CONTINUE => Continue,
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Break` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:354:19
[INFO] [stdout]     |
[INFO] [stdout] 354 |     NODE_BREAK => Break,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Return` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:355:20
[INFO] [stdout]     |
[INFO] [stdout] 355 |     NODE_RETURN => Return,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Yield` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:356:19
[INFO] [stdout]     |
[INFO] [stdout] 356 |     NODE_YIELD => Yield,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LabelCall` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:357:24
[INFO] [stdout]     |
[INFO] [stdout] 357 |     NODE_LABEL_CALL => LabelCall,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Assignment` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:358:24
[INFO] [stdout]     |
[INFO] [stdout] 358 |     NODE_ASSIGNMENT => Assignment,
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:360:19
[INFO] [stdout]     |
[INFO] [stdout] 360 |     NODE_BLOCK => Block,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parenthesised` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:361:27
[INFO] [stdout]     |
[INFO] [stdout] 361 |     NODE_PARENTHESISED => Parenthesised,
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Identifier` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:363:24
[INFO] [stdout]     |
[INFO] [stdout] 363 |     NODE_IDENTIFIER => Identifier,
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `String` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:364:20
[INFO] [stdout]     |
[INFO] [stdout] 364 |     NODE_STRING => String,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Literal` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:365:21
[INFO] [stdout]     |
[INFO] [stdout] 365 |     NODE_LITERAL => Literal,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vector` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:366:20
[INFO] [stdout]     |
[INFO] [stdout] 366 |     NODE_VECTOR => Vector,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Array` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:367:19
[INFO] [stdout]     |
[INFO] [stdout] 367 |     NODE_ARRAY => Array,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnaryOp` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:368:22
[INFO] [stdout]     |
[INFO] [stdout] 368 |     NODE_UNARY_OP => UnaryOp,
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinaryOp` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:369:23
[INFO] [stdout]     |
[INFO] [stdout] 369 |     NODE_BINARY_OP => BinaryOp,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ArrayAccess` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:370:26
[INFO] [stdout]     |
[INFO] [stdout] 370 |     NODE_ARRAY_ACCESS => ArrayAccess,
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionCall` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:371:27
[INFO] [stdout]     |
[INFO] [stdout] 371 |     NODE_FUNCTION_CALL => FunctionCall,
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructInit` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |     NODE_STRUCT_INIT => StructInit,
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Type` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     NODE_TYPE => Type
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling lib_maniascript v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `BinOpKind` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub enum BinOpKind {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_token` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl BinOpKind {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 66 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UnaryOpKind` is never used
[INFO] [stdout]   --> src/parser/typed_node.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub enum UnaryOpKind {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_token` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:103:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl UnaryOpKind {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 102 |     /// Get the operation kind from a token in the AST
[INFO] [stdout] 103 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TokenWrapper` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:193:11
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub trait TokenWrapper: TypedNode {
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Wrapper` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:216:11
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub trait Wrapper: TypedNode {
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParsedTypeError` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:223:12
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub struct ParsedTypeError(pub SyntaxKind);
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParsedType` is never used
[INFO] [stdout]    --> src/parser/typed_node.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub enum ParsedType {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Include` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 332 |     NODE_INCLUDE => Include,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Const` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:333:19
[INFO] [stdout]     |
[INFO] [stdout] 333 |     NODE_CONST => Const,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Setting` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:334:21
[INFO] [stdout]     |
[INFO] [stdout] 334 |     NODE_SETTING => Setting,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequireContext` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:335:29
[INFO] [stdout]     |
[INFO] [stdout] 335 |     NODE_REQUIRE_CONTEXT => RequireContext,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Extends` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:336:21
[INFO] [stdout]     |
[INFO] [stdout] 336 |     NODE_EXTENDS => Extends,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Struct` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:337:20
[INFO] [stdout]     |
[INFO] [stdout] 337 |     NODE_STRUCT => Struct,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructField` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:339:26
[INFO] [stdout]     |
[INFO] [stdout] 339 |     NODE_STRUCT_FIELD => StructField,
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:340:22
[INFO] [stdout]     |
[INFO] [stdout] 340 |     NODE_VAR_DECL => VarDecl,
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FuncDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:341:23
[INFO] [stdout]     |
[INFO] [stdout] 341 |     NODE_FUNC_DECL => FuncDecl,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FormalArg` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:342:24
[INFO] [stdout]     |
[INFO] [stdout] 342 |     NODE_FORMAL_ARG => FormalArg,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LabelDecl` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:343:24
[INFO] [stdout]     |
[INFO] [stdout] 343 |     NODE_LABEL_DECL => LabelDecl,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IfElse` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:345:21
[INFO] [stdout]     |
[INFO] [stdout] 345 |     NODE_IF_ELSE => IfElse,
[INFO] [stdout]     |                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Switch` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:346:20
[INFO] [stdout]     |
[INFO] [stdout] 346 |     NODE_SWITCH => Switch,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Case` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:347:18
[INFO] [stdout]     |
[INFO] [stdout] 347 |     NODE_CASE => Case,
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Default` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 |     NODE_DEFAULT => Default,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `For` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:349:17
[INFO] [stdout]     |
[INFO] [stdout] 349 |     NODE_FOR => For,
[INFO] [stdout]     |                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Foreach` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:350:21
[INFO] [stdout]     |
[INFO] [stdout] 350 |     NODE_FOREACH => Foreach,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `While` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:351:19
[INFO] [stdout]     |
[INFO] [stdout] 351 |     NODE_WHILE => While,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Continue` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:353:22
[INFO] [stdout]     |
[INFO] [stdout] 353 |     NODE_CONTINUE => Continue,
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Break` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:354:19
[INFO] [stdout]     |
[INFO] [stdout] 354 |     NODE_BREAK => Break,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Return` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:355:20
[INFO] [stdout]     |
[INFO] [stdout] 355 |     NODE_RETURN => Return,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Yield` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:356:19
[INFO] [stdout]     |
[INFO] [stdout] 356 |     NODE_YIELD => Yield,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LabelCall` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:357:24
[INFO] [stdout]     |
[INFO] [stdout] 357 |     NODE_LABEL_CALL => LabelCall,
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Assignment` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:358:24
[INFO] [stdout]     |
[INFO] [stdout] 358 |     NODE_ASSIGNMENT => Assignment,
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:360:19
[INFO] [stdout]     |
[INFO] [stdout] 360 |     NODE_BLOCK => Block,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parenthesised` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:361:27
[INFO] [stdout]     |
[INFO] [stdout] 361 |     NODE_PARENTHESISED => Parenthesised,
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Identifier` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:363:24
[INFO] [stdout]     |
[INFO] [stdout] 363 |     NODE_IDENTIFIER => Identifier,
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `String` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:364:20
[INFO] [stdout]     |
[INFO] [stdout] 364 |     NODE_STRING => String,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Literal` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:365:21
[INFO] [stdout]     |
[INFO] [stdout] 365 |     NODE_LITERAL => Literal,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vector` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:366:20
[INFO] [stdout]     |
[INFO] [stdout] 366 |     NODE_VECTOR => Vector,
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Array` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:367:19
[INFO] [stdout]     |
[INFO] [stdout] 367 |     NODE_ARRAY => Array,
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnaryOp` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:368:22
[INFO] [stdout]     |
[INFO] [stdout] 368 |     NODE_UNARY_OP => UnaryOp,
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinaryOp` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:369:23
[INFO] [stdout]     |
[INFO] [stdout] 369 |     NODE_BINARY_OP => BinaryOp,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ArrayAccess` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:370:26
[INFO] [stdout]     |
[INFO] [stdout] 370 |     NODE_ARRAY_ACCESS => ArrayAccess,
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionCall` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:371:27
[INFO] [stdout]     |
[INFO] [stdout] 371 |     NODE_FUNCTION_CALL => FunctionCall,
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructInit` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:372:25
[INFO] [stdout]     |
[INFO] [stdout] 372 |     NODE_STRUCT_INIT => StructInit,
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Type` is never constructed
[INFO] [stdout]    --> src/parser/typed_node.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     NODE_TYPE => Type
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.15s
[INFO] running `Command { std: "docker" "inspect" "aa4faaee92c0e8fc0993d3bc108a7979f38d51f3f408bff37bbac40a9f85fe0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa4faaee92c0e8fc0993d3bc108a7979f38d51f3f408bff37bbac40a9f85fe0f", kill_on_drop: false }`
[INFO] [stdout] aa4faaee92c0e8fc0993d3bc108a7979f38d51f3f408bff37bbac40a9f85fe0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 09b3de2a9084e98ade1104ecf8990dd9f7003acab42ef24f1ebbbdda218549a7
[INFO] running `Command { std: "docker" "start" "-a" "09b3de2a9084e98ade1104ecf8990dd9f7003acab42ef24f1ebbbdda218549a7", kill_on_drop: false }`
[INFO] [stderr] warning: enum `BinOpKind` is never used
[INFO] [stderr]   --> src/parser/typed_node.rs:41:10
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub enum BinOpKind {
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_token` is never used
[INFO] [stderr]   --> src/parser/typed_node.rs:66:12
[INFO] [stderr]    |
[INFO] [stderr] 65 | impl BinOpKind {
[INFO] [stderr]    | -------------- associated function in this implementation
[INFO] [stderr] 66 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `UnaryOpKind` is never used
[INFO] [stderr]   --> src/parser/typed_node.rs:96:10
[INFO] [stderr]    |
[INFO] [stderr] 96 | pub enum UnaryOpKind {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_token` is never used
[INFO] [stderr]    --> src/parser/typed_node.rs:103:12
[INFO] [stderr]     |
[INFO] [stderr] 101 | impl UnaryOpKind {
[INFO] [stderr]     | ---------------- associated function in this implementation
[INFO] [stderr] 102 |     /// Get the operation kind from a token in the AST
[INFO] [stderr] 103 |     pub fn from_token(token: SyntaxKind) -> Option<Self> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `TokenWrapper` is never used
[INFO] [stderr]    --> src/parser/typed_node.rs:193:11
[INFO] [stderr]     |
[INFO] [stderr] 193 | pub trait TokenWrapper: TypedNode {
[INFO] [stderr]     |           ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Wrapper` is never used
[INFO] [stderr]    --> src/parser/typed_node.rs:216:11
[INFO] [stderr]     |
[INFO] [stderr] 216 | pub trait Wrapper: TypedNode {
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ParsedTypeError` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:223:12
[INFO] [stderr]     |
[INFO] [stderr] 223 | pub struct ParsedTypeError(pub SyntaxKind);
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ParsedType` is never used
[INFO] [stderr]    --> src/parser/typed_node.rs:225:10
[INFO] [stderr]     |
[INFO] [stderr] 225 | pub enum ParsedType {
[INFO] [stderr]     |          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Include` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:332:21
[INFO] [stderr]     |
[INFO] [stderr] 332 |     NODE_INCLUDE => Include,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Const` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:333:19
[INFO] [stderr]     |
[INFO] [stderr] 333 |     NODE_CONST => Const,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Setting` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:334:21
[INFO] [stderr]     |
[INFO] [stderr] 334 |     NODE_SETTING => Setting,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RequireContext` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:335:29
[INFO] [stderr]     |
[INFO] [stderr] 335 |     NODE_REQUIRE_CONTEXT => RequireContext,
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Extends` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:336:21
[INFO] [stderr]     |
[INFO] [stderr] 336 |     NODE_EXTENDS => Extends,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Struct` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:337:20
[INFO] [stderr]     |
[INFO] [stderr] 337 |     NODE_STRUCT => Struct,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `StructField` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:339:26
[INFO] [stderr]     |
[INFO] [stderr] 339 |     NODE_STRUCT_FIELD => StructField,
[INFO] [stderr]     |                          ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `VarDecl` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:340:22
[INFO] [stderr]     |
[INFO] [stderr] 340 |     NODE_VAR_DECL => VarDecl,
[INFO] [stderr]     |                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FuncDecl` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:341:23
[INFO] [stderr]     |
[INFO] [stderr] 341 |     NODE_FUNC_DECL => FuncDecl,
[INFO] [stderr]     |                       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FormalArg` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:342:24
[INFO] [stderr]     |
[INFO] [stderr] 342 |     NODE_FORMAL_ARG => FormalArg,
[INFO] [stderr]     |                        ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `LabelDecl` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:343:24
[INFO] [stderr]     |
[INFO] [stderr] 343 |     NODE_LABEL_DECL => LabelDecl,
[INFO] [stderr]     |                        ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `IfElse` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:345:21
[INFO] [stderr]     |
[INFO] [stderr] 345 |     NODE_IF_ELSE => IfElse,
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Switch` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:346:20
[INFO] [stderr]     |
[INFO] [stderr] 346 |     NODE_SWITCH => Switch,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Case` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:347:18
[INFO] [stderr]     |
[INFO] [stderr] 347 |     NODE_CASE => Case,
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Default` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:348:21
[INFO] [stderr]     |
[INFO] [stderr] 348 |     NODE_DEFAULT => Default,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `For` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:349:17
[INFO] [stderr]     |
[INFO] [stderr] 349 |     NODE_FOR => For,
[INFO] [stderr]     |                 ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Foreach` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:350:21
[INFO] [stderr]     |
[INFO] [stderr] 350 |     NODE_FOREACH => Foreach,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `While` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:351:19
[INFO] [stderr]     |
[INFO] [stderr] 351 |     NODE_WHILE => While,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Continue` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:353:22
[INFO] [stderr]     |
[INFO] [stderr] 353 |     NODE_CONTINUE => Continue,
[INFO] [stderr]     |                      ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Break` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:354:19
[INFO] [stderr]     |
[INFO] [stderr] 354 |     NODE_BREAK => Break,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Return` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:355:20
[INFO] [stderr]     |
[INFO] [stderr] 355 |     NODE_RETURN => Return,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Yield` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:356:19
[INFO] [stderr]     |
[INFO] [stderr] 356 |     NODE_YIELD => Yield,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `LabelCall` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:357:24
[INFO] [stderr]     |
[INFO] [stderr] 357 |     NODE_LABEL_CALL => LabelCall,
[INFO] [stderr]     |                        ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Assignment` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:358:24
[INFO] [stderr]     |
[INFO] [stderr] 358 |     NODE_ASSIGNMENT => Assignment,
[INFO] [stderr]     |                        ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Block` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:360:19
[INFO] [stderr]     |
[INFO] [stderr] 360 |     NODE_BLOCK => Block,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Parenthesised` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:361:27
[INFO] [stderr]     |
[INFO] [stderr] 361 |     NODE_PARENTHESISED => Parenthesised,
[INFO] [stderr]     |                           ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Identifier` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:363:24
[INFO] [stderr]     |
[INFO] [stderr] 363 |     NODE_IDENTIFIER => Identifier,
[INFO] [stderr]     |                        ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `String` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:364:20
[INFO] [stderr]     |
[INFO] [stderr] 364 |     NODE_STRING => String,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Literal` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:365:21
[INFO] [stderr]     |
[INFO] [stderr] 365 |     NODE_LITERAL => Literal,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Vector` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:366:20
[INFO] [stderr]     |
[INFO] [stderr] 366 |     NODE_VECTOR => Vector,
[INFO] [stderr]     |                    ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Array` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:367:19
[INFO] [stderr]     |
[INFO] [stderr] 367 |     NODE_ARRAY => Array,
[INFO] [stderr]     |                   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UnaryOp` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:368:22
[INFO] [stderr]     |
[INFO] [stderr] 368 |     NODE_UNARY_OP => UnaryOp,
[INFO] [stderr]     |                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BinaryOp` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:369:23
[INFO] [stderr]     |
[INFO] [stderr] 369 |     NODE_BINARY_OP => BinaryOp,
[INFO] [stderr]     |                       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ArrayAccess` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:370:26
[INFO] [stderr]     |
[INFO] [stderr] 370 |     NODE_ARRAY_ACCESS => ArrayAccess,
[INFO] [stderr]     |                          ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FunctionCall` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:371:27
[INFO] [stderr]     |
[INFO] [stderr] 371 |     NODE_FUNCTION_CALL => FunctionCall,
[INFO] [stderr]     |                           ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `StructInit` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:372:25
[INFO] [stderr]     |
[INFO] [stderr] 372 |     NODE_STRUCT_INIT => StructInit,
[INFO] [stderr]     |                         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Type` is never constructed
[INFO] [stderr]    --> src/parser/typed_node.rs:374:18
[INFO] [stderr]     |
[INFO] [stderr] 374 |     NODE_TYPE => Type
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `typed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `lib_maniascript` (lib) generated 45 warnings
[INFO] [stderr] warning: `lib_maniascript` (lib test) generated 45 warnings (45 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lib_maniascript-4a74f0a3ce45d191)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test parser::tokenizer::tests::assignment ... ok
[INFO] [stdout] test parser::tokenizer::tests::directive_const ... ok
[INFO] [stdout] test parser::tokenizer::tests::directive_require_context ... ok
[INFO] [stdout] test parser::tokenizer::tests::directive_setting ... ok
[INFO] [stdout] test parser::tokenizer::tests::directive_struct ... ok
[INFO] [stdout] test parser::tokenizer::tests::identifiers ... ok
[INFO] [stdout] test parser::tokenizer::tests::keywords ... ok
[INFO] [stdout] test parser::tokenizer::tests::multi_line_interpol ... ok
[INFO] [stdout] test parser::tokenizer::tests::multi_line_string ... ok
[INFO] [stdout] test parser::tokenizer::tests::numbers ... ok
[INFO] [stdout] test parser::tokenizer::tests::operators ... ok
[INFO] [stdout] test parser::tokenizer::tests::single_line_comment ... ok
[INFO] [stdout] test parser::tokenizer::tests::single_line_string ... ok
[INFO] [stdout] test parser::tokenizer::tests::directive_extends ... ok
[INFO] [stdout] test parser::tokenizer::tests::symbols ... ok
[INFO] [stdout] test parser::tokenizer::tests::directive_include ... ok
[INFO] [stdout] test parser::tokenizer::tests::multi_line_comment ... ok
[INFO] [stdout] test parser::parser::tests::dir_tests::control_flow ... FAILED
[INFO] [stdout] test parser::parser::tests::dir_tests::directives ... FAILED
[INFO] [stdout] test parser::parser::tests::dir_tests::expressions ... FAILED
[INFO] [stdout] test parser::parser::tests::dir_tests::declarations ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parser::parser::tests::dir_tests::control_flow stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::parser::tests::dir_tests::control_flow' (17) panicked at src/parser/parser.rs:917:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61f9e468f342 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61f9e468f342 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61f9e468f342 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61f9e468f342 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61f9e469f93f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61f9e469f93f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61f9e465bf51 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61f9e465bf51 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61f9e4668232 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61f9e466d02f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61f9e466cec1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61f9e46144fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61f9e46144fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61f9e466d6ef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61f9e466d6ef - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61f9e466d54a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61f9e4668369 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61f9e464fc5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61f9e46a7410 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61f9e46a69e6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61f9e45d6460 - core::result::Result<T,E>::unwrap::h774fdd8e8601b12c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x61f9e45d6460 - lib_maniascript::parser::parser::tests::test_dir::hf9ff32a2e2ef74e4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:917:37
[INFO] [stdout]   22:     0x61f9e45d1ce2 - lib_maniascript::parser::parser::tests::dir_tests::control_flow::h82af9a8931c24d81
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:963:37
[INFO] [stdout]   23:     0x61f9e45d1d07 - lib_maniascript::parser::parser::tests::dir_tests::control_flow::{{closure}}::hecb3c66f5f9c3caa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:963:34
[INFO] [stdout]   24:     0x61f9e45d2326 - core::ops::function::FnOnce::call_once::h8cb49f56adba2d2b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61f9e46142bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x61f9e46142bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x61f9e4629f25 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61f9e4629f25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x61f9e4629f25 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x61f9e4629f25 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x61f9e4629f25 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x61f9e4629f25 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61f9e4629f25 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61f9e4600714 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61f9e4600714 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x61f9e4603fda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x61f9e4603fda - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x61f9e4603fda - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x61f9e4603fda - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x61f9e4603fda - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x61f9e46634cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x61f9e46634cf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x72c47f9e4aa4 - <unknown>
[INFO] [stdout]   46:     0x72c47fa71a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::parser::tests::dir_tests::directives stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::parser::tests::dir_tests::directives' (19) panicked at src/parser/parser.rs:917:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61f9e468f342 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61f9e468f342 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61f9e468f342 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61f9e468f342 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61f9e469f93f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61f9e469f93f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61f9e465bf51 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61f9e465bf51 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61f9e4668232 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61f9e466d02f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61f9e466cec1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61f9e46144fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61f9e46144fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61f9e466d6ef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61f9e466d6ef - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61f9e466d54a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61f9e4668369 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61f9e464fc5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61f9e46a7410 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61f9e46a69e6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61f9e45d6460 - core::result::Result<T,E>::unwrap::h774fdd8e8601b12c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x61f9e45d6460 - lib_maniascript::parser::parser::tests::test_dir::hf9ff32a2e2ef74e4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:917:37
[INFO] [stdout]   22:     0x61f9e45d1c42 - lib_maniascript::parser::parser::tests::dir_tests::directives::h9a38f7c30ec653a8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:960:35
[INFO] [stdout]   23:     0x61f9e45d1c67 - lib_maniascript::parser::parser::tests::dir_tests::directives::{{closure}}::h804fcaf51a10fa06
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:960:32
[INFO] [stdout]   24:     0x61f9e45d2566 - core::ops::function::FnOnce::call_once::hdeb9e64d57aeaa38
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61f9e46142bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x61f9e46142bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x61f9e4629f25 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61f9e4629f25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x61f9e4629f25 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x61f9e4629f25 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x61f9e4629f25 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x61f9e4629f25 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61f9e4629f25 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61f9e4600714 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61f9e4600714 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x61f9e4603fda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x61f9e4603fda - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x61f9e4603fda - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x61f9e4603fda - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x61f9e4603fda - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x61f9e46634cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x61f9e46634cf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x72c47f9e4aa4 - <unknown>
[INFO] [stdout]   46:     0x72c47fa71a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::parser::tests::dir_tests::expressions stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::parser::tests::dir_tests::expressions' (20) panicked at src/parser/parser.rs:917:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61f9e468f342 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61f9e468f342 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61f9e468f342 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61f9e468f342 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61f9e469f93f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61f9e469f93f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61f9e465bf51 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61f9e465bf51 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61f9e4668232 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61f9e466d02f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61f9e466cec1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61f9e46144fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61f9e46144fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61f9e466d6ef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61f9e466d6ef - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61f9e466d54a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61f9e4668369 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61f9e464fc5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61f9e46a7410 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61f9e46a69e6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61f9e45d6460 - core::result::Result<T,E>::unwrap::h774fdd8e8601b12c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x61f9e45d6460 - lib_maniascript::parser::parser::tests::test_dir::hf9ff32a2e2ef74e4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:917:37
[INFO] [stdout]   22:     0x61f9e45d1c92 - lib_maniascript::parser::parser::tests::dir_tests::expressions::ha9843147f3fe9c80
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:961:36
[INFO] [stdout]   23:     0x61f9e45d1cb7 - lib_maniascript::parser::parser::tests::dir_tests::expressions::{{closure}}::h25a6d7d1d70a8715
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:961:33
[INFO] [stdout]   24:     0x61f9e45d2526 - core::ops::function::FnOnce::call_once::hd9900fdeb76098a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61f9e46142bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x61f9e46142bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x61f9e4629f25 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61f9e4629f25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x61f9e4629f25 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x61f9e4629f25 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x61f9e4629f25 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x61f9e4629f25 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61f9e4629f25 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61f9e4600714 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61f9e4600714 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x61f9e4603fda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x61f9e4603fda - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x61f9e4603fda - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x61f9e4603fda - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x61f9e4603fda - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x61f9e46634cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x61f9e46634cf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x72c47f9e4aa4 - <unknown>
[INFO] [stdout]   46:     0x72c47fa71a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::parser::tests::dir_tests::declarations stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::parser::tests::dir_tests::declarations' (18) panicked at src/parser/parser.rs:917:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61f9e468f342 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61f9e468f342 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61f9e468f342 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61f9e468f342 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61f9e469f93f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61f9e469f93f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61f9e465bf51 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61f9e465bf51 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61f9e4668232 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61f9e466d02f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61f9e466cec1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61f9e46144fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61f9e46144fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61f9e466d6ef - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61f9e466d6ef - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61f9e466d54a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61f9e4668369 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61f9e464fc5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61f9e46a7410 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61f9e46a69e6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61f9e45d6460 - core::result::Result<T,E>::unwrap::h774fdd8e8601b12c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x61f9e45d6460 - lib_maniascript::parser::parser::tests::test_dir::hf9ff32a2e2ef74e4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:917:37
[INFO] [stdout]   22:     0x61f9e45d1d32 - lib_maniascript::parser::parser::tests::dir_tests::declarations::h31ba76771a43e06d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:962:37
[INFO] [stdout]   23:     0x61f9e45d1d57 - lib_maniascript::parser::parser::tests::dir_tests::declarations::{{closure}}::h832ac03a4513518f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/parser.rs:962:34
[INFO] [stdout]   24:     0x61f9e45d1f56 - core::ops::function::FnOnce::call_once::h091d5c8c3dc97dd4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61f9e46142bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x61f9e46142bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x61f9e4629f25 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61f9e4629f25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x61f9e4629f25 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x61f9e4629f25 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x61f9e4629f25 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x61f9e4629f25 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61f9e4629f25 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61f9e4600714 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61f9e4600714 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x61f9e4603fda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x61f9e4603fda - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x61f9e4603fda - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x61f9e4603fda - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61f9e4603fda - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x61f9e4603fda - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x61f9e46634cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x61f9e46634cf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x72c47f9e4aa4 - <unknown>
[INFO] [stdout]   46:     0x72c47fa71a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parser::parser::tests::dir_tests::control_flow
[INFO] [stdout]     parser::parser::tests::dir_tests::declarations
[INFO] [stdout]     parser::parser::tests::dir_tests::directives
[INFO] [stdout]     parser::parser::tests::dir_tests::expressions
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 17 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "09b3de2a9084e98ade1104ecf8990dd9f7003acab42ef24f1ebbbdda218549a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09b3de2a9084e98ade1104ecf8990dd9f7003acab42ef24f1ebbbdda218549a7", kill_on_drop: false }`
[INFO] [stdout] 09b3de2a9084e98ade1104ecf8990dd9f7003acab42ef24f1ebbbdda218549a7
