[INFO] cloning repository https://github.com/syntaxpresso/core-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/syntaxpresso/core-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyntaxpresso%2Fcore-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyntaxpresso%2Fcore-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e0a3ba1a4a6618222d9b472926fee60a08c2250f
[INFO] testing syntaxpresso/core-rs against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyntaxpresso%2Fcore-rs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/syntaxpresso/core-rs
[INFO] finished tweaking git repo https://github.com/syntaxpresso/core-rs
[INFO] tweaked toml for git repo https://github.com/syntaxpresso/core-rs written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/syntaxpresso/core-rs on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/syntaxpresso/core-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tree-sitter-language v0.1.5
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.4
[INFO] [stderr]   Downloaded instability v0.3.9
[INFO] [stderr]   Downloaded quote v1.0.41
[INFO] [stderr]   Downloaded streaming-iterator v0.1.9
[INFO] [stderr]   Downloaded unicode-ident v1.0.20
[INFO] [stderr]   Downloaded convert_case v0.7.1
[INFO] [stderr]   Downloaded clap v4.5.50
[INFO] [stderr]   Downloaded cc v1.2.43
[INFO] [stderr]   Downloaded mio v1.1.0
[INFO] [stderr]   Downloaded indexmap v2.12.0
[INFO] [stderr]   Downloaded hashbrown v0.16.0
[INFO] [stderr]   Downloaded clap_builder v4.5.50
[INFO] [stderr]   Downloaded tree-sitter-java v0.23.5
[INFO] [stderr]   Downloaded tree-sitter v0.25.10
[INFO] [stderr]   Downloaded syn v2.0.108
[INFO] [stderr]   Downloaded libc v0.2.177
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec28b165c1d258e39392081b643cc2f30189427d11f9c0ca05fec1b52f8053af
[INFO] running `Command { std: "docker" "start" "-a" "ec28b165c1d258e39392081b643cc2f30189427d11f9c0ca05fec1b52f8053af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec28b165c1d258e39392081b643cc2f30189427d11f9c0ca05fec1b52f8053af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec28b165c1d258e39392081b643cc2f30189427d11f9c0ca05fec1b52f8053af", kill_on_drop: false }`
[INFO] [stdout] ec28b165c1d258e39392081b643cc2f30189427d11f9c0ca05fec1b52f8053af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7347a6e150db0d25456919e84cf6a6e19e6368024e8e5f713c9bbe83a16dd57c
[INFO] running `Command { std: "docker" "start" "-a" "7347a6e150db0d25456919e84cf6a6e19e6368024e8e5f713c9bbe83a16dd57c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling syntaxpresso-core v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `annotation_insertion_point` is assigned to, but never used
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:297:7
[INFO] [stdout]     |
[INFO] [stdout] 297 |   let mut annotation_insertion_point = AnnotationInsertionPoint::new();
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_annotation_insertion_point` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:298:3
[INFO] [stdout]     |
[INFO] [stdout] 298 |   annotation_insertion_point.position = insertion_position.clone();
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:303:9
[INFO] [stdout]     |
[INFO] [stdout] 303 |         annotation_insertion_point.insert_byte = all_annotations[0].start_byte();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:305:9
[INFO] [stdout]     |
[INFO] [stdout] 305 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:306:9
[INFO] [stdout]     |
[INFO] [stdout] 306 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         annotation_insertion_point.break_line_before = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 |         annotation_insertion_point.insert_byte = all_annotations.last()?.end_byte();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 312 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.30s
[INFO] running `Command { std: "docker" "inspect" "7347a6e150db0d25456919e84cf6a6e19e6368024e8e5f713c9bbe83a16dd57c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7347a6e150db0d25456919e84cf6a6e19e6368024e8e5f713c9bbe83a16dd57c", kill_on_drop: false }`
[INFO] [stdout] 7347a6e150db0d25456919e84cf6a6e19e6368024e8e5f713c9bbe83a16dd57c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e036ca8f43896430406277907526bae7476601c254502213040d022f07d8c679
[INFO] running `Command { std: "docker" "start" "-a" "e036ca8f43896430406277907526bae7476601c254502213040d022f07d8c679", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stdout] warning: variable `annotation_insertion_point` is assigned to, but never used
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:297:7
[INFO] [stdout]     |
[INFO] [stdout] 297 |   let mut annotation_insertion_point = AnnotationInsertionPoint::new();
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_annotation_insertion_point` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:298:3
[INFO] [stdout]     |
[INFO] [stdout] 298 |   annotation_insertion_point.position = insertion_position.clone();
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:303:9
[INFO] [stdout]     |
[INFO] [stdout] 303 |         annotation_insertion_point.insert_byte = all_annotations[0].start_byte();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:305:9
[INFO] [stdout]     |
[INFO] [stdout] 305 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:306:9
[INFO] [stdout]     |
[INFO] [stdout] 306 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         annotation_insertion_point.break_line_before = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 |         annotation_insertion_point.insert_byte = all_annotations.last()?.end_byte();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 312 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling syntaxpresso-core v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `annotation_insertion_point` is assigned to, but never used
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:297:7
[INFO] [stdout]     |
[INFO] [stdout] 297 |   let mut annotation_insertion_point = AnnotationInsertionPoint::new();
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_annotation_insertion_point` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:298:3
[INFO] [stdout]     |
[INFO] [stdout] 298 |   annotation_insertion_point.position = insertion_position.clone();
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:303:9
[INFO] [stdout]     |
[INFO] [stdout] 303 |         annotation_insertion_point.insert_byte = all_annotations[0].start_byte();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:305:9
[INFO] [stdout]     |
[INFO] [stdout] 305 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:306:9
[INFO] [stdout]     |
[INFO] [stdout] 306 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |         annotation_insertion_point.break_line_before = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 |         annotation_insertion_point.insert_byte = all_annotations.last()?.end_byte();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |         annotation_insertion_point.break_line_after = true;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stdout]    --> src/commands/java/treesitter/services/annotation_service.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 312 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.15s
[INFO] running `Command { std: "docker" "inspect" "e036ca8f43896430406277907526bae7476601c254502213040d022f07d8c679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e036ca8f43896430406277907526bae7476601c254502213040d022f07d8c679", kill_on_drop: false }`
[INFO] [stdout] e036ca8f43896430406277907526bae7476601c254502213040d022f07d8c679
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c38db8dc6dd080f857bf5f4f6a7c271d32ccb53b9533aeda2a7acae1f046e729
[INFO] running `Command { std: "docker" "start" "-a" "c38db8dc6dd080f857bf5f4f6a7c271d32ccb53b9533aeda2a7acae1f046e729", kill_on_drop: false }`
[INFO] [stderr] warning: variable `annotation_insertion_point` is assigned to, but never used
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:297:7
[INFO] [stderr]     |
[INFO] [stderr] 297 |   let mut annotation_insertion_point = AnnotationInsertionPoint::new();
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_annotation_insertion_point` instead
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:298:3
[INFO] [stderr]     |
[INFO] [stderr] 298 |   annotation_insertion_point.position = insertion_position.clone();
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:302:9
[INFO] [stderr]     |
[INFO] [stderr] 302 |         annotation_insertion_point.break_line_after = true;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:303:9
[INFO] [stderr]     |
[INFO] [stderr] 303 |         annotation_insertion_point.insert_byte = all_annotations[0].start_byte();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:305:9
[INFO] [stderr]     |
[INFO] [stderr] 305 |         annotation_insertion_point.break_line_after = true;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:306:9
[INFO] [stderr]     |
[INFO] [stderr] 306 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:314:9
[INFO] [stderr]     |
[INFO] [stderr] 314 |         annotation_insertion_point.break_line_before = true;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:315:9
[INFO] [stderr]     |
[INFO] [stderr] 315 |         annotation_insertion_point.insert_byte = all_annotations.last()?.end_byte();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:311:9
[INFO] [stderr]     |
[INFO] [stderr] 311 |         annotation_insertion_point.break_line_after = true;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `annotation_insertion_point` is never read
[INFO] [stderr]    --> src/commands/java/treesitter/services/annotation_service.rs:312:9
[INFO] [stderr]     |
[INFO] [stderr] 312 |         annotation_insertion_point.insert_byte = declaration_start_byte;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: `syntaxpresso-core` (lib) generated 10 warnings
[INFO] [stderr] warning: `syntaxpresso-core` (lib test) generated 10 warnings (10 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/syntaxpresso_core-c425b820eccd5e72)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/syntaxpresso_core-9efd525d76596843)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/annotation_service_tests.rs (/opt/rustwide/target/debug/deps/annotation_service_tests-8c62eba9ca5a8268)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test annotation_service_tests::test_add_annotation_single_value_with_empty_value ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_with_empty_text ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_argument_with_empty_values ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_to_existing_annotations ... ok
[INFO] [stdout] test annotation_service_tests::test_annotation_functions_with_no_tree ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_argument_to_existing_arguments ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_find_annotation_node_by_name_empty_and_invalid ... ok
[INFO] [stdout] test annotation_service_tests::test_find_annotation_node_by_name_not_found ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_argument_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_no_tree ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_empty_class ... ok
[INFO] [stdout] test annotation_service_tests::test_get_annotation_argument_pair_nodes_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_find_annotation_node_by_name_case_sensitive ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_single_value_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_find_annotation_value_node_by_key_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_get_annotation_argument_value_nodes_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_get_annotation_argument_key_nodes_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_find_annotation_node_by_name_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_get_annotation_name_node_basic ... ok
[INFO] [stderr]      Running tests/class_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/class_declaration_service_tests-7b2b113e5c49bc2a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test class_declaration_service_tests::test_find_class_node_by_name_not_found ... ok
[INFO] [stdout] test class_declaration_service_tests::test_find_class_node_by_name_empty_file ... ok
[INFO] [stdout] test class_declaration_service_tests::test_find_class_node_by_name_multiple_classes ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_all_class_declaration_nodes_multiple_classes ... ok
[INFO] [stdout] test class_declaration_service_tests::test_find_class_node_by_name_no_classes ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_all_class_declaration_nodes_nested_classes ... ok
[INFO] [stdout] test class_declaration_service_tests::test_edge_case_class_with_annotations ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_all_class_declaration_nodes_empty_file ... ok
[INFO] [stdout] test class_declaration_service_tests::test_find_class_node_by_name_case_sensitive ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_all_class_declaration_nodes_no_classes ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_declaration_name_node_invalid_node_kind ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_all_class_declaration_nodes_single_class ... ok
[INFO] [stdout] test class_declaration_service_tests::test_functions_with_invalid_tree ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_public_class_node_empty_filename ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_superclass_name_node_generic_superclass ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_declaration_name_node_valid_class ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_superclass_name_node_no_inheritance ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_public_class_node_matches_filename ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_public_class_node_no_filename ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_declaration_name_node_multiple_classes ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_public_class_node_package_private_class ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_public_class_node_no_public_classes ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_superclass_name_node_with_inheritance ... ok
[INFO] [stdout] test class_declaration_service_tests::test_find_class_node_by_name_single_class ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_superclass_name_node_multiple_inheritance_chain ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_public_class_node_first_public_when_no_filename_match ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/field_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/field_declaration_service_tests-b39a08ad189ecf70)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test field_declaration_service_tests::test_edge_cases_empty_tree ... ok
[INFO] [stdout] test field_declaration_service_tests::test_edge_cases_invalid_inputs ... ok
[INFO] [stdout] test field_declaration_service_tests::test_edge_cases_wrong_node_types ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_class_body_node ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_all_field_declaration_nodes_basic ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_all_method_declaration_nodes ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_field_declaration_type_node ... ok
[INFO] [stdout] test field_declaration_service_tests::test_find_field_declaration_node_by_name_basic ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_field_declaration_value_node ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_all_field_declaration_usage_nodes ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_field_declaration_name_node ... ok
[INFO] [stdout] test field_declaration_service_tests::test_find_field_declaration_nodes_by_type ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/import_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/import_declaration_service_tests-805e1e5f1c743a49)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_with_empty_parameters ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_after_package_declaration ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_to_empty_file ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_in_file_without_imports ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_with_proper_formatting ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_existing_wildcard_import ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_with_empty_parameters ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_duplicate_import ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_without_package_declaration ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_empty_file ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_invalid_syntax ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_multiple_imports ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_static_imports ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_single_import ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_after_last_import ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_class_name_node_tests::test_invalid_node_type ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_class_name_node_tests::test_deep_nested_import_class_name ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_wildcard_import ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_class_name_node_tests::test_single_component_import_class_name ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_with_case_sensitivity ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_class_name_node_tests::test_multi_component_import_class_name ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_full_import_scope_node_tests::test_complete_multi_component_import ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_full_import_scope_node_tests::test_invalid_node_type ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_no_imports ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_class_name_node_tests::test_wildcard_import_class_name ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_full_import_scope_node_tests::test_wildcard_import_full_scope ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_relative_import_scope_node_tests::test_invalid_node_type ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_full_import_scope_node_tests::test_single_component_import_full_scope ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_class_name_node_tests::test_two_component_import_class_name ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_before_first_import ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_full_import_scope_node_tests::test_complete_deep_nested_import ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_relative_import_scope_node_tests::test_deep_nested_import_scope ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_relative_import_scope_node_tests::test_single_component_import ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_relative_import_scope_node_tests::test_multi_component_import_scope ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_existing_regular_import ... ok
[INFO] [stdout] test import_declaration_tests::get_import_declaration_relative_import_scope_node_tests::test_wildcard_import_scope ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_nonexistent_import ... ok
[INFO] [stdout] test import_declaration_tests::integration_tests::test_edge_case_consistency ... ok
[INFO] [stdout] test import_declaration_tests::integration_tests::test_comprehensive_import_management ... ok
[INFO] [stdout] test import_declaration_tests::integration_tests::test_complex_java_file_import_handling ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/interface_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/interface_declaration_service_tests-e2e40409bf4768a5)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test interface_declaration_service_tests::test_edge_cases_wrong_node_types ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_edge_cases_malformed_java ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_first_public_interface_node ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_edge_cases_invalid_inputs ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_public_interface_node_fallback_behavior ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_find_interface_node_by_name_basic ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_interface_name_node ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_first_public_interface_node_no_public ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_public_interface_node_no_filename ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_edge_cases_empty_tree ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_find_interface_node_by_name_multiple_interfaces ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_interface_with_annotations ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_interface_with_generics_and_extends ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_interface_name_node_multiple_interfaces ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/package_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/package_declaration_service_tests-89964ff114d7c2f5)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test package_declaration_tests::get_package_class_name_node_tests::test_single_component_package_class_name ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_scope_node_tests::test_scope_with_whitespace ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_scope_node_tests::test_multi_component_package_scope ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_name_node_tests::test_multi_component_package_class_name ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_deep_nested_package ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_name_node_tests::test_class_name_with_whitespace ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_empty_file ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_name_node_tests::test_deep_nested_package_class_name ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_scope_node_tests::test_two_component_package_scope ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_no_package_declaration ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_name_node_tests::test_two_component_package_class_name ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_invalid_java_syntax ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_package_with_comments ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_valid_multi_component_package ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_valid_single_component_package ... ok
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_package_with_whitespace ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_scope_node_tests::test_single_component_package_scope ... ok
[INFO] [stdout] test package_declaration_tests::get_package_scope_node_tests::test_complete_deep_nested_identifier ... ok
[INFO] [stdout] test package_declaration_tests::get_package_scope_node_tests::test_complete_identifier_with_whitespace ... ok
[INFO] [stdout] test package_declaration_tests::get_package_scope_node_tests::test_complete_multi_component_identifier ... ok
[INFO] [stdout] test package_declaration_tests::get_package_scope_node_tests::test_complete_two_component_identifier ... ok
[INFO] [stdout] test package_declaration_tests::get_package_class_scope_node_tests::test_deep_nested_package_scope ... ok
[INFO] [stdout] test package_declaration_tests::get_package_scope_node_tests::test_single_component_identifier ... ok
[INFO] [stdout] test package_declaration_tests::integration_tests::test_complex_java_file ... ok
[INFO] [stdout] test package_declaration_tests::integration_tests::test_comprehensive_package_parsing ... ok
[INFO] [stdout] test package_declaration_tests::integration_tests::test_edge_case_consistency ... ok
[INFO] [stderr]      Running tests/path_security_util_tests.rs (/opt/rustwide/target/debug/deps/path_security_util_tests-0d970e87b81c1a25)
[INFO] [stdout] test package_declaration_tests::integration_tests::test_minimal_valid_package ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test path_security_attack_tests::test_allow_legitimate_relative_paths ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_absolute_path_outside_base ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_mixed_traversal_attack ... ok
[INFO] [stdout] test path_security_attack_tests::test_complex_traversal_attempt ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_windows_path_separators_on_unix ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_null_byte_injection ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_double_dot_variations ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_parent_directory_traversal ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_file_instead_of_directory ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_nonexistent_path ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_relative_path ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_path_containing_spaces ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_url_encoded_traversal ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_multiple_parent_directory_traversal ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_current_directory ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_directory_creation_within_base_success ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_path_within_base_success ... ok
[INFO] [stdout] test path_security_directory_tests::test_reject_file_as_directory ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_directory_creation_within_base_file_conflict ... ok
[INFO] [stdout] test path_security_directory_tests::test_validate_directory_creation ... ok
[INFO] [stdout] test path_security_directory_tests::test_validate_existing_directory ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_path_within_base_traversal ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_directory_creation_within_base_traversal ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_case_sensitive_paths ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_path_within_base_absolute_outside ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_absolute_path ... ok
[INFO] [stdout] test path_security_directory_tests::test_validate_nested_directory_creation ... ok
[INFO] [stdout] test path_security_directory_tests::test_prevent_directory_traversal_attack ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_base_path_with_symlinks ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_current_directory_references ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_consecutive_separators ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_trailing_separator ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_special_characters ... ok
[INFO] [stdout] test path_security_integration_tests::test_performance_with_many_validations ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_very_long_path ... ok
[INFO] [stdout] test path_security_symlink_tests::test_follow_safe_symlink ... ok
[INFO] [stdout] test path_security_symlink_tests::test_handle_broken_symlink ... ok
[INFO] [stdout] test path_security_symlink_tests::test_prevent_malicious_symlink ... ok
[INFO] [stdout] test path_security_integration_tests::test_real_world_project_structure ... ok
[INFO] [stdout] test path_security_integration_tests::test_concurrent_validator_usage ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_deeply_nested_path ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_path_with_spaces ... ok
[INFO] [stdout] test path_security_symlink_tests::test_symlink_chain_resolution ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_safe_absolute_path_within_base ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_root_path ... ok
[INFO] [stdout] test path_security_symlink_tests::test_symlink_pointing_to_directory ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_safe_relative_path ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_nonexistent_path ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_unicode_path ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_relative_base_path_edge_cases ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- path_security_edge_case_tests::test_relative_base_path_edge_cases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'path_security_edge_case_tests::test_relative_base_path_edge_cases' (199) panicked at tests/path_security_util_tests.rs:637:35:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8c2e1727d2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d8c2e1727d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d8c2e1727d2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8c2e1727d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d8c2e182a0a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8c2e182a0a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5d8c2e1401d6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d8c2e1401d6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d8c2e151a19 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8c2e151a19 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8c2e1518b1 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8c2e0fbc1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5d8c2e0fbc1e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d8c2e151c92 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5d8c2e151c92 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d8c2e151ad8 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d8c2e14cb29 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d8c2e13451d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d8c2e189dfc - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8c2e1896b2 - core::result::unwrap_failed::hf2d1f30a3ac850fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5d8c2e0ce1fa - core::result::Result<T,E>::unwrap::h18af0eb5d24c3fb0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5d8c2e0ce1fa - path_security_util_tests::path_security_edge_case_tests::test_relative_base_path_edge_cases::h5f5932b0ab41dd8f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/path_security_util_tests.rs:637:35
[INFO] [stdout]   22:     0x5d8c2e0ce5c7 - path_security_util_tests::path_security_edge_case_tests::test_relative_base_path_edge_cases::{{closure}}::h3b21faff623e1cb4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/path_security_util_tests.rs:633:42
[INFO] [stdout]   23:     0x5d8c2e0da426 - core::ops::function::FnOnce::call_once::h3d9c4c4b5365778a
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d8c2e0fb9db - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5d8c2e0fb9db - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5d8c2e10f3ea - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5d8c2e10f3ea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5d8c2e10f3ea - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5d8c2e10f3ea - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5d8c2e10f3ea - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5d8c2e10f3ea - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5d8c2e10f3ea - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5d8c2e0e9844 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5d8c2e0e9844 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5d8c2e0ed1e2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5d8c2e0ed1e2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5d8c2e0ed1e2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5d8c2e0ed1e2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5d8c2e0ed1e2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5d8c2e0ed1e2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5d8c2e0ed1e2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5d8c2e147d0f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5d8c2e147d0f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   44:     0x7a1dca424aa4 - <unknown>
[INFO] [stdout]   45:     0x7a1dca4b1a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     path_security_edge_case_tests::test_relative_base_path_edge_cases
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 49 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test path_security_util_tests`
[INFO] running `Command { std: "docker" "inspect" "c38db8dc6dd080f857bf5f4f6a7c271d32ccb53b9533aeda2a7acae1f046e729", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c38db8dc6dd080f857bf5f4f6a7c271d32ccb53b9533aeda2a7acae1f046e729", kill_on_drop: false }`
[INFO] [stdout] c38db8dc6dd080f857bf5f4f6a7c271d32ccb53b9533aeda2a7acae1f046e729
