[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 master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyntaxpresso%2Fcore-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/syntaxpresso/core-rs on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded walkdir v2.5.0
[INFO] [stderr]   Downloaded tree-sitter-language v0.1.5
[INFO] [stderr]   Downloaded crossterm_winapi v0.9.1
[INFO] [stderr]   Downloaded is_terminal_polyfill v1.70.2
[INFO] [stderr]   Downloaded convert_case v0.7.1
[INFO] [stderr]   Downloaded litrs v1.0.0
[INFO] [stderr]   Downloaded once_cell_polyfill v1.70.2
[INFO] [stderr]   Downloaded derive_more v2.0.1
[INFO] [stderr]   Downloaded clap v4.5.50
[INFO] [stderr]   Downloaded clap_derive v4.5.49
[INFO] [stderr]   Downloaded tree-sitter v0.25.10
[INFO] [stderr]   Downloaded clap_builder v4.5.50
[INFO] [stderr]   Downloaded darling_core v0.20.11
[INFO] [stderr]   Downloaded unicode-width v0.1.14
[INFO] [stderr]   Downloaded syn v2.0.108
[INFO] [stderr]   Downloaded derive_more-impl v2.0.1
[INFO] [stderr]   Downloaded crossterm v0.29.0
[INFO] [stderr]   Downloaded indexmap v2.12.0
[INFO] [stderr]   Downloaded tempfile v3.23.0
[INFO] [stderr]   Downloaded crossterm v0.28.1
[INFO] [stderr]   Downloaded unicode-ident v1.0.20
[INFO] [stderr]   Downloaded cassowary v0.3.0
[INFO] [stderr]   Downloaded compact_str v0.8.1
[INFO] [stderr]   Downloaded signal-hook-registry v1.4.6
[INFO] [stderr]   Downloaded signal-hook v0.3.18
[INFO] [stderr]   Downloaded indoc v2.0.7
[INFO] [stderr]   Downloaded strum_macros v0.26.4
[INFO] [stderr]   Downloaded ratatui v0.29.0
[INFO] [stderr]   Downloaded tree-sitter-java v0.23.5
[INFO] [stderr]   Downloaded clap_lex v0.7.6
[INFO] [stderr]   Downloaded document-features v0.2.12
[INFO] [stderr]   Downloaded darling v0.20.11
[INFO] [stderr]   Downloaded fastrand v2.3.0
[INFO] [stderr]   Downloaded rustix v1.1.2
[INFO] [stderr]   Downloaded errno v0.3.14
[INFO] [stderr]   Downloaded cc v1.2.43
[INFO] [stderr]   Downloaded lock_api v0.4.14
[INFO] [stderr]   Downloaded parking_lot_core v0.9.12
[INFO] [stderr]   Downloaded parking_lot v0.12.5
[INFO] [stderr]   Downloaded darling_macro v0.20.11
[INFO] [stderr]   Downloaded lru v0.12.5
[INFO] [stderr]   Downloaded castaway v0.2.4
[INFO] [stderr]   Downloaded redox_syscall v0.5.18
[INFO] [stderr]   Downloaded signal-hook-mio v0.2.5
[INFO] [stderr]   Downloaded instability v0.3.9
[INFO] [stderr]   Downloaded strum v0.26.3
[INFO] [stderr]   Downloaded unicode-truncate v1.1.0
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.4
[INFO] [stderr]   Downloaded streaming-iterator v0.1.9
[INFO] [stderr]   Downloaded winapi-util v0.1.11
[INFO] [stderr]   Downloaded linux-raw-sys v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d48460d5f63bdf15f9523547b9447318b8f78a3807677f459864b4d9ea02692e
[INFO] running `Command { std: "docker" "start" "-a" "d48460d5f63bdf15f9523547b9447318b8f78a3807677f459864b4d9ea02692e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d48460d5f63bdf15f9523547b9447318b8f78a3807677f459864b4d9ea02692e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d48460d5f63bdf15f9523547b9447318b8f78a3807677f459864b4d9ea02692e", kill_on_drop: false }`
[INFO] [stdout] d48460d5f63bdf15f9523547b9447318b8f78a3807677f459864b4d9ea02692e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b8243ad77aa25afa38197886bc97467ffb5c9f931663d60dc24caa5e816ecdc
[INFO] running `Command { std: "docker" "start" "-a" "2b8243ad77aa25afa38197886bc97467ffb5c9f931663d60dc24caa5e816ecdc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling regex v1.12.2
[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 23.43s
[INFO] running `Command { std: "docker" "inspect" "2b8243ad77aa25afa38197886bc97467ffb5c9f931663d60dc24caa5e816ecdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b8243ad77aa25afa38197886bc97467ffb5c9f931663d60dc24caa5e816ecdc", kill_on_drop: false }`
[INFO] [stdout] 2b8243ad77aa25afa38197886bc97467ffb5c9f931663d60dc24caa5e816ecdc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fea2a9c964c356146acf64e02e9ce756da2b50727d57ddc4781febe6eb2a50d9
[INFO] running `Command { std: "docker" "start" "-a" "fea2a9c964c356146acf64e02e9ce756da2b50727d57ddc4781febe6eb2a50d9", 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 linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[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 8.81s
[INFO] running `Command { std: "docker" "inspect" "fea2a9c964c356146acf64e02e9ce756da2b50727d57ddc4781febe6eb2a50d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fea2a9c964c356146acf64e02e9ce756da2b50727d57ddc4781febe6eb2a50d9", kill_on_drop: false }`
[INFO] [stdout] fea2a9c964c356146acf64e02e9ce756da2b50727d57ddc4781febe6eb2a50d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 43c1cd3652ac37d47dbe6d9da371f42cd24fd0a826cea7ba18056447bd935659
[INFO] running `Command { std: "docker" "start" "-a" "43c1cd3652ac37d47dbe6d9da371f42cd24fd0a826cea7ba18056447bd935659", 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.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syntaxpresso_core-3aaf925ebf9c603e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/syntaxpresso_core-8915304f795c3f5b)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/annotation_service_tests.rs (/opt/rustwide/target/debug/deps/annotation_service_tests-abd1c96d38aa4a57)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test annotation_service_tests::test_add_annotation_argument_with_empty_values ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_with_empty_text ... ok
[INFO] [stdout] test annotation_service_tests::test_annotation_functions_with_no_tree ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_no_tree ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_empty_class ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_basic ... 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_empty_and_invalid ... ok
[INFO] [stdout] test annotation_service_tests::test_get_all_annotation_nodes_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_to_existing_annotations ... 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_find_annotation_node_by_name_not_found ... ok
[INFO] [stdout] test annotation_service_tests::test_find_annotation_value_node_by_key_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_single_value_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_argument_to_existing_arguments ... 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_argument_basic ... ok
[INFO] [stdout] test annotation_service_tests::test_add_annotation_single_value_with_empty_value ... ok
[INFO] [stdout] test annotation_service_tests::test_get_annotation_argument_value_nodes_complex ... ok
[INFO] [stdout] test annotation_service_tests::test_get_annotation_name_node_basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/class_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/class_declaration_service_tests-0b802854c6456234)
[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_no_classes ... 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_get_all_class_declaration_nodes_nested_classes ... 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_empty_filename ... 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_public_class_node_first_public_when_no_filename_match ... 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_public_class_node_no_public_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_get_class_declaration_name_node_invalid_node_kind ... 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_public_class_node_package_private_class ... 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_all_class_declaration_nodes_single_class ... 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_all_class_declaration_nodes_no_classes ... 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_class_superclass_name_node_with_inheritance ... 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_edge_case_class_with_annotations ... 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_functions_with_invalid_tree ... ok
[INFO] [stdout] test class_declaration_service_tests::test_get_class_superclass_name_node_multiple_inheritance_chain ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/field_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/field_declaration_service_tests-b25e70def4037bb4)
[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_get_class_body_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_edge_cases_wrong_node_types ... ok
[INFO] [stdout] test field_declaration_service_tests::test_get_all_method_declaration_nodes ... 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_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_type_node ... 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.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/import_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/import_declaration_service_tests-87b4758bc6a89cd0)
[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::get_all_import_declaration_nodes_tests::test_multiple_imports ... 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_no_imports ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_nonexistent_import ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_single_import ... 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_to_empty_file ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_with_empty_parameters ... 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::find_import_declaration_node_tests::test_find_existing_regular_import ... ok
[INFO] [stdout] test import_declaration_tests::get_all_import_declaration_nodes_tests::test_empty_file ... 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_after_package_declaration ... 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_wildcard_import ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_existing_wildcard_import ... 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_import_declaration_relative_import_scope_node_tests::test_invalid_node_type ... 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_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_single_component_import_full_scope ... 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_all_import_declaration_nodes_tests::test_static_imports ... 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_multi_component_import_scope ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_import_without_package_declaration ... 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_wildcard_import_scope ... 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::get_import_declaration_relative_import_scope_node_tests::test_single_component_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_full_import_scope_node_tests::test_complete_multi_component_import ... ok
[INFO] [stdout] test import_declaration_tests::add_import_tests::test_add_duplicate_import ... 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::add_import_tests::test_add_import_with_proper_formatting ... ok
[INFO] [stdout] test import_declaration_tests::find_import_declaration_node_tests::test_find_with_case_sensitivity ... ok
[INFO] [stdout] test import_declaration_tests::integration_tests::test_edge_case_consistency ... ok
[INFO] [stdout] test import_declaration_tests::integration_tests::test_complex_java_file_import_handling ... ok
[INFO] [stdout] test import_declaration_tests::integration_tests::test_comprehensive_import_management ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.67s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/interface_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/interface_declaration_service_tests-1a9912424b07fc63)
[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_interface_with_generics_and_extends ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_first_public_interface_node ... 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_malformed_java ... 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_find_interface_node_by_name_basic ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_edge_cases_empty_tree ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_public_interface_node_fallback_behavior ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_interface_name_node ... 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_edge_cases_invalid_inputs ... ok
[INFO] [stdout] test interface_declaration_service_tests::test_get_interface_name_node_multiple_interfaces ... ok
[INFO] [stderr]      Running tests/package_declaration_service_tests.rs (/opt/rustwide/target/debug/deps/package_declaration_service_tests-cb109931f623a00d)
[INFO] [stdout] test interface_declaration_service_tests::test_interface_with_annotations ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test package_declaration_tests::get_package_declaration_node_tests::test_empty_file ... 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_declaration_node_tests::test_package_with_comments ... 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_scope_node_tests::test_multi_component_package_scope ... 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_no_package_declaration ... 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_class_name_node_tests::test_deep_nested_package_class_name ... ok
[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_declaration_node_tests::test_package_with_whitespace ... 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_scope_node_tests::test_single_component_identifier ... 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_scope_node_tests::test_complete_multi_component_identifier ... 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_class_scope_node_tests::test_scope_with_whitespace ... 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::integration_tests::test_complex_java_file ... ok
[INFO] [stdout] test package_declaration_tests::integration_tests::test_edge_case_consistency ... 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_deep_nested_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_name_node_tests::test_multi_component_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::integration_tests::test_comprehensive_package_parsing ... ok
[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.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/path_security_util_tests.rs (/opt/rustwide/target/debug/deps/path_security_util_tests-963d9c4fd2eab840)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[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_constructor_tests::test_constructor_with_current_directory ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_multiple_parent_directory_traversal ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_null_byte_injection ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_absolute_path_outside_base ... 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_nonexistent_path ... 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_path_containing_spaces ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_directory_creation_within_base_file_conflict ... 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_absolute_outside ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_path_within_base_success ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_path_within_base_traversal ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_url_encoded_traversal ... ok
[INFO] [stdout] test path_security_convenience_tests::test_validate_directory_creation_within_base_traversal ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_absolute_path ... ok
[INFO] [stdout] test path_security_directory_tests::test_validate_existing_directory ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_case_sensitive_paths ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_consecutive_separators ... ok
[INFO] [stdout] test path_security_constructor_tests::test_constructor_with_relative_path ... ok
[INFO] [stdout] test path_security_directory_tests::test_prevent_directory_traversal_attack ... ok
[INFO] [stdout] test path_security_directory_tests::test_reject_file_as_directory ... ok
[INFO] [stdout] test path_security_directory_tests::test_validate_directory_creation ... ok
[INFO] [stdout] test path_security_attack_tests::test_prevent_mixed_traversal_attack ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_base_path_with_symlinks ... ok
[INFO] [stdout] test path_security_directory_tests::test_validate_nested_directory_creation ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_special_characters ... ok
[INFO] [stdout] test path_security_integration_tests::test_real_world_project_structure ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_path_with_spaces ... ok
[INFO] [stdout] test path_security_symlink_tests::test_follow_safe_symlink ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_trailing_separator ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_very_long_path ... ok
[INFO] [stdout] test path_security_edge_case_tests::test_path_with_current_directory_references ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_nonexistent_path ... ok
[INFO] [stdout] test path_security_symlink_tests::test_symlink_pointing_to_directory ... ok
[INFO] [stdout] test path_security_symlink_tests::test_symlink_chain_resolution ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_deeply_nested_path ... 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_concurrent_validator_usage ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_root_path ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_safe_absolute_path_within_base ... ok
[INFO] [stdout] test path_security_integration_tests::test_performance_with_many_validations ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_safe_relative_path ... ok
[INFO] [stdout] test path_security_validation_tests::test_validate_unicode_path ... ok
[INFO] [stdout] test path_security_attack_tests::test_allow_legitimate_relative_paths ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test path_security_util_tests`
[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' (206) 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:     0x5c2b00fd5452 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c2b00fd5452 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c2b00fd5452 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c2b00fd5452 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c2b00fe9e1a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c2b00fe9e1a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x5c2b00fda376 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c2b00fda376 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c2b00fb1def - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c2b00fb1def - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c2b00fccce9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c2b00f4f83e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5c2b00f4f83e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c2b00fccea2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5c2b00fccea2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c2b00fb1ea8 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c2b00fa9769 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c2b00fb2dbd - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c2b00fea52c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c2b00fea2a2 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c2b00f35f6a - <core[c5ed12ab89cc536a]::result::Result<(), std[716c9a7a72e5c14e]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5c2b00f35f6a - path_security_util_tests[dcf368a460275f91]::path_security_edge_case_tests::test_relative_base_path_edge_cases
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/path_security_util_tests.rs:637:35
[INFO] [stdout]   22:     0x5c2b00f2dd27 - path_security_util_tests[dcf368a460275f91]::path_security_edge_case_tests::test_relative_base_path_edge_cases::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/path_security_util_tests.rs:633:42
[INFO] [stdout]   23:     0x5c2b00f434c6 - <path_security_util_tests[dcf368a460275f91]::path_security_edge_case_tests::test_relative_base_path_edge_cases::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c2b00f43beb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c2b00f43beb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c2b00f5044a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c2b00f5044a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c2b00f5044a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c2b00f5044a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c2b00f5044a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c2b00f5044a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c2b00f5044a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c2b00f4a914 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c2b00f4a914 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c2b00f52f42 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c2b00f52f42 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c2b00f52f42 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c2b00f52f42 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c2b00f52f42 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c2b00f52f42 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c2b00f52f42 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c2b00fd4b5f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5c2b00fd4b5f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7946ca9a0aa4 - <unknown>
[INFO] [stdout]   45:     0x7946caa2da64 - 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.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "43c1cd3652ac37d47dbe6d9da371f42cd24fd0a826cea7ba18056447bd935659", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43c1cd3652ac37d47dbe6d9da371f42cd24fd0a826cea7ba18056447bd935659", kill_on_drop: false }`
[INFO] [stdout] 43c1cd3652ac37d47dbe6d9da371f42cd24fd0a826cea7ba18056447bd935659
