[INFO] cloning repository https://github.com/zenbakiak/skillet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zenbakiak/skillet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzenbakiak%2Fskillet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzenbakiak%2Fskillet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e0da1a79f2633f372b687c49d5974703cb959668
[INFO] testing zenbakiak/skillet against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzenbakiak%2Fskillet" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/zenbakiak/skillet
[INFO] finished tweaking git repo https://github.com/zenbakiak/skillet
[INFO] tweaked toml for git repo https://github.com/zenbakiak/skillet written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zenbakiak/skillet on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zenbakiak/skillet 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81534759938fdab9c0810d586fb89b12c6c0af272f24df4142d70a73dc188a3c
[INFO] running `Command { std: "docker" "start" "-a" "81534759938fdab9c0810d586fb89b12c6c0af272f24df4142d70a73dc188a3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81534759938fdab9c0810d586fb89b12c6c0af272f24df4142d70a73dc188a3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81534759938fdab9c0810d586fb89b12c6c0af272f24df4142d70a73dc188a3c", kill_on_drop: false }`
[INFO] [stdout] 81534759938fdab9c0810d586fb89b12c6c0af272f24df4142d70a73dc188a3c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bbcd31bba2ef7562ff368a6ff9ec2104a08711b4991395deebc666bc9c589366
[INFO] running `Command { std: "docker" "start" "-a" "bbcd31bba2ef7562ff368a6ff9ec2104a08711b4991395deebc666bc9c589366", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling lru v0.16.3
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling rquickjs-sys v0.11.0
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling ctrlc v3.5.1
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling jsonpath-rust v1.0.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling string-interner v0.19.0
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling scalar-doc v0.1.2
[INFO] [stderr]    Compiling rquickjs-core v0.11.0
[INFO] [stderr]    Compiling rquickjs v0.11.0
[INFO] [stderr]    Compiling skillet v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `duration` is never read
[INFO] [stdout]   --> src/bin/sk_http_bench.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct BenchConfig {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     duration: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BenchConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `total_time` is never read
[INFO] [stdout]   --> src/bin/sk_http_bench.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct BenchResult {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     total_time: Duration,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BenchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/bin/http_server/cache.rs:263:1
[INFO] [stdout]     |
[INFO] [stdout] 263 | /// Response pooling for EvalResponse objects
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `execution_time_ms` and `cache_hit` are never read
[INFO] [stdout]   --> src/bin/http_server/cache.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CachedResult {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub execution_time_ms: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     pub cache_hit: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedResult` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ResponsePool` is never constructed
[INFO] [stdout]    --> src/bin/http_server/cache.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub struct ResponsePool<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get`, and `return_item` are never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:244:8
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<T> ResponsePool<T> {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] 244 |     fn new(capacity: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 251 |     fn get(&mut self) -> Option<T> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |     fn return_item(&mut self, item: T) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_pooled_response` is never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:270:8
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub fn get_pooled_response() -> Option<super::types::EvalResponse> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `return_pooled_response` is never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub fn return_pooled_response(response: super::types::EvalResponse) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]  --> src/bin/http_server/multipart.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MultipartField {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     pub content_type: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MultipartField` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_field` is never used
[INFO] [stdout]   --> src/bin/http_server/multipart.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl MultipartData {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 17 |     pub fn get_field(&self, name: &str) -> Option<&MultipartField> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.06s
[INFO] running `Command { std: "docker" "inspect" "bbcd31bba2ef7562ff368a6ff9ec2104a08711b4991395deebc666bc9c589366", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbcd31bba2ef7562ff368a6ff9ec2104a08711b4991395deebc666bc9c589366", kill_on_drop: false }`
[INFO] [stdout] bbcd31bba2ef7562ff368a6ff9ec2104a08711b4991395deebc666bc9c589366
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] deb30e3b9986addd8d1a7b891ead7ef71848045cfcb4867d08d198a35c2cad85
[INFO] running `Command { std: "docker" "start" "-a" "deb30e3b9986addd8d1a7b891ead7ef71848045cfcb4867d08d198a35c2cad85", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling ctrlc v3.5.1
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling scalar-doc v0.1.2
[INFO] [stderr]    Compiling skillet v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/bin/http_server/cache.rs:263:1
[INFO] [stdout]     |
[INFO] [stdout] 263 | /// Response pooling for EvalResponse objects
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/bin/http_server/cache.rs:263:1
[INFO] [stdout]     |
[INFO] [stdout] 263 | /// Response pooling for EvalResponse objects
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `execution_time_ms` and `cache_hit` are never read
[INFO] [stdout]   --> src/bin/http_server/cache.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CachedResult {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub execution_time_ms: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     pub cache_hit: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedResult` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ResponsePool` is never constructed
[INFO] [stdout]    --> src/bin/http_server/cache.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub struct ResponsePool<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get`, and `return_item` are never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:244:8
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<T> ResponsePool<T> {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] 244 |     fn new(capacity: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 251 |     fn get(&mut self) -> Option<T> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |     fn return_item(&mut self, item: T) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_pooled_response` is never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:270:8
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub fn get_pooled_response() -> Option<super::types::EvalResponse> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `return_pooled_response` is never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub fn return_pooled_response(response: super::types::EvalResponse) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]  --> src/bin/http_server/multipart.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MultipartField {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     pub content_type: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MultipartField` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_field` is never used
[INFO] [stdout]   --> src/bin/http_server/multipart.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl MultipartData {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 17 |     pub fn get_field(&self, name: &str) -> Option<&MultipartField> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `evaluate`
[INFO] [stdout]  --> tests/json_dig.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use skillet::{evaluate, evaluate_with_assignments, Value};
[INFO] [stdout]   |               ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `duration` is never read
[INFO] [stdout]   --> src/bin/sk_http_bench.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct BenchConfig {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     duration: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BenchConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `total_time` is never read
[INFO] [stdout]   --> src/bin/sk_http_bench.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct BenchResult {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     total_time: Duration,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BenchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `duration` is never read
[INFO] [stdout]   --> src/bin/sk_http_bench.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct BenchConfig {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     duration: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BenchConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `total_time` is never read
[INFO] [stdout]   --> src/bin/sk_http_bench.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct BenchResult {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     total_time: Duration,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BenchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `execution_time_ms` is never read
[INFO] [stdout]   --> src/bin/http_server/cache.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CachedResult {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub execution_time_ms: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CachedResult` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ResponsePool` is never constructed
[INFO] [stdout]    --> src/bin/http_server/cache.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub struct ResponsePool<T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get`, and `return_item` are never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:244:8
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl<T> ResponsePool<T> {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout] 244 |     fn new(capacity: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 251 |     fn get(&mut self) -> Option<T> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 |     fn return_item(&mut self, item: T) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_pooled_response` is never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:270:8
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub fn get_pooled_response() -> Option<super::types::EvalResponse> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `return_pooled_response` is never used
[INFO] [stdout]    --> src/bin/http_server/cache.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub fn return_pooled_response(response: super::types::EvalResponse) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]  --> src/bin/http_server/multipart.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct MultipartField {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     pub content_type: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MultipartField` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_field` is never used
[INFO] [stdout]   --> src/bin/http_server/multipart.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl MultipartData {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 17 |     pub fn get_field(&self, name: &str) -> Option<&MultipartField> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.53s
[INFO] running `Command { std: "docker" "inspect" "deb30e3b9986addd8d1a7b891ead7ef71848045cfcb4867d08d198a35c2cad85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "deb30e3b9986addd8d1a7b891ead7ef71848045cfcb4867d08d198a35c2cad85", kill_on_drop: false }`
[INFO] [stdout] deb30e3b9986addd8d1a7b891ead7ef71848045cfcb4867d08d198a35c2cad85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 293bfe0f9155d7e795ee59c7950a7c84e894f3a228950bc20a6e116fd3a8142c
[INFO] running `Command { std: "docker" "start" "-a" "293bfe0f9155d7e795ee59c7950a7c84e894f3a228950bc20a6e116fd3a8142c", kill_on_drop: false }`
[INFO] [stderr] warning: field `duration` is never read
[INFO] [stderr]   --> src/bin/sk_http_bench.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | struct BenchConfig {
[INFO] [stderr]    |        ----------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 16 |     duration: Option<Duration>,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BenchConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `total_time` is never read
[INFO] [stderr]   --> src/bin/sk_http_bench.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 21 | struct BenchResult {
[INFO] [stderr]    |        ----------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 24 |     total_time: Duration,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BenchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/bin/http_server/cache.rs:263:1
[INFO] [stderr]     |
[INFO] [stderr] 263 | /// Response pooling for EvalResponse objects
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr]     |
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `execution_time_ms` is never read
[INFO] [stderr]   --> src/bin/http_server/cache.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct CachedResult {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 14 |     pub execution_time_ms: f64,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CachedResult` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ResponsePool` is never constructed
[INFO] [stderr]    --> src/bin/http_server/cache.rs:238:12
[INFO] [stderr]     |
[INFO] [stderr] 238 | pub struct ResponsePool<T> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `get`, and `return_item` are never used
[INFO] [stderr]    --> src/bin/http_server/cache.rs:244:8
[INFO] [stderr]     |
[INFO] [stderr] 243 | impl<T> ResponsePool<T> {
[INFO] [stderr]     | ----------------------- associated items in this implementation
[INFO] [stderr] 244 |     fn new(capacity: usize) -> Self {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 251 |     fn get(&mut self) -> Option<T> {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 255 |     fn return_item(&mut self, item: T) {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_pooled_response` is never used
[INFO] [stderr]    --> src/bin/http_server/cache.rs:270:8
[INFO] [stderr]     |
[INFO] [stderr] 270 | pub fn get_pooled_response() -> Option<super::types::EvalResponse> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `return_pooled_response` is never used
[INFO] [stderr]    --> src/bin/http_server/cache.rs:275:8
[INFO] [stderr]     |
[INFO] [stderr] 275 | pub fn return_pooled_response(response: super::types::EvalResponse) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `content_type` is never read
[INFO] [stderr]  --> src/bin/http_server/multipart.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct MultipartField {
[INFO] [stderr]   |            -------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 7 |     pub content_type: Option<String>,
[INFO] [stderr]   |         ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `MultipartField` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_field` is never used
[INFO] [stderr]   --> src/bin/http_server/multipart.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl MultipartData {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] 17 |     pub fn get_field(&self, name: &str) -> Option<&MultipartField> {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `skillet` (bin "sk_http_bench" test) generated 2 warnings
[INFO] [stderr] warning: `skillet` (bin "sk_http_bench") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `skillet` (bin "sk_http_server" test) generated 8 warnings
[INFO] [stderr] warning: unused import: `evaluate`
[INFO] [stderr]  --> tests/json_dig.rs:1:15
[INFO] [stderr]   |
[INFO] [stderr] 1 | use skillet::{evaluate, evaluate_with_assignments, Value};
[INFO] [stderr]   |               ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `execution_time_ms` and `cache_hit` are never read
[INFO] [stderr]   --> src/bin/http_server/cache.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct CachedResult {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 14 |     pub execution_time_ms: f64,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 15 |     pub cache_hit: bool,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CachedResult` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `skillet` (test "json_dig") generated 1 warning (run `cargo fix --test "json_dig" -p skillet` to apply 1 suggestion)
[INFO] [stderr] warning: `skillet` (bin "sk_http_server") generated 8 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/skillet-42bf390c2c94450b)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test concurrent_registry::tests::test_thread_local_cache ... ok
[INFO] [stdout] test custom::tests::test_function_registry ... ok
[INFO] [stdout] test memory_pool::tests::test_thread_local_pool ... ok
[INFO] [stdout] test runtime::function_dispatch::tests::test_category_lookup ... ok
[INFO] [stdout] test runtime::function_dispatch::tests::test_function_dispatch_basic ... ok
[INFO] [stdout] test runtime::function_dispatch::tests::test_global_dispatch ... ok
[INFO] [stdout] test runtime::jsonpath::tests::test_is_jsonpath ... ok
[INFO] [stdout] test js_plugin::tests::test_js_function_execution ... ok
[INFO] [stdout] test tests::test_basic_arithmetic ... ok
[INFO] [stdout] test memory_pool::tests::test_variable_context_pool ... ok
[INFO] [stdout] test js_plugin::tests::test_js_string_function ... ok
[INFO] [stdout] test runtime::jsonpath::tests::test_extract_numeric_values ... ok
[INFO] [stdout] test concurrent_registry::tests::test_concurrent_registry ... ok
[INFO] [stdout] test memory_pool::tests::test_cow_variable_context ... ok
[INFO] [stdout] test runtime::jsonpath::tests::test_jsonpath_basic ... ok
[INFO] [stdout] test js_plugin::tests::test_js_function_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/sk.rs (/opt/rustwide/target/debug/deps/sk-301d1bdb4ef7e7f4)
[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/bin/sk_client.rs (/opt/rustwide/target/debug/deps/sk_client-b881caa65ceca1a6)
[INFO] [stderr]      Running unittests src/bin/sk_http_bench.rs (/opt/rustwide/target/debug/deps/sk_http_bench-462b6127cfdf114c)
[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/bin/sk_http_server.rs (/opt/rustwide/target/debug/deps/sk_http_server-1fb05d91c6165cc0)
[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 6 tests
[INFO] [stdout] test http_server::multipart::tests::test_content_disposition_parsing ... ok
[INFO] [stdout] test http_server::cache::tests::test_expression_cache ... ok
[INFO] [stdout] test http_server::multipart::tests::test_boundary_extraction ... ok
[INFO] [stdout] test http_server::multipart::tests::test_multipart_parsing ... ok
[INFO] [stdout] test http_server::cache::tests::test_cache_key_generation ... ok
[INFO] [stdout] test http_server::cache::tests::test_buffer_pool ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/sk_server.rs (/opt/rustwide/target/debug/deps/sk_server-56fb7b72bc34c5d4)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/arithmetic.rs (/opt/rustwide/target/debug/deps/arithmetic-5c9f30ab613078d1)
[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 11 tests
[INFO] [stdout] test array_index_and_slice ... ok
[INFO] [stdout] test chaining_methods_numeric_and_array ... ok
[INFO] [stdout] test arrays_and_sum_arrays ... ok
[INFO] [stdout] test type_casting_minimal ... ok
[INFO] [stdout] test unary_and_equals_prefix ... ok
[INFO] [stdout] test variables_and_sum_function ... ok
[INFO] [stdout] test precedence_and_parentheses ... ok
[INFO] [stdout] test exponent_right_associative ... ok
[INFO] [stdout] test math_builtins ... ok
[INFO] [stdout] test comparisons_logical_ternary ... ok
[INFO] [stdout] test sumif_function ... ok
[INFO] [stderr]      Running tests/arrays.rs (/opt/rustwide/target/debug/deps/arrays-005a9074847e391f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test sumif_avgif_countif_flatten ... ok
[INFO] [stdout] test array_builtins ... ok
[INFO] [stdout] test spread_and_filter_map_reduce ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/assignments.rs (/opt/rustwide/target/debug/deps/assignments-3054b7a3e2f1cf25)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_assignment_expression_returns_value ... ok
[INFO] [stdout] test test_assignment_with_initial_vars ... ok
[INFO] [stdout] test test_multiple_assignments ... ok
[INFO] [stdout] test test_assignment_with_calculation ... ok
[INFO] [stdout] test test_no_assignments ... ok
[INFO] [stdout] test test_new_financial_functions_in_assignment ... ok
[INFO] [stdout] test test_trailing_semicolon ... ok
[INFO] [stdout] test test_prd_example ... ok
[INFO] [stdout] test test_simple_assignment ... ok
[INFO] [stdout] test test_variable_scoping ... ok
[INFO] [stdout] test test_new_array_functions_in_assignment ... ok
[INFO] [stdout] test test_complex_assignments_with_functions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_integration.rs (/opt/rustwide/target/debug/deps/cli_integration-38f8f9983d92a140)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test test_cli_jsonpath_with_filter ... ok
[INFO] [stdout] test test_cli_jsonpath_complex_expression ... ok
[INFO] [stdout] test test_cli_jsonpath_nested ... ok
[INFO] [stdout] test test_cli_basic_arithmetic ... ok
[INFO] [stdout] test test_cli_error_handling ... ok
[INFO] [stdout] test test_cli_with_array_variable ... ok
[INFO] [stdout] test test_cli_with_null_variable ... ok
[INFO] [stdout] test test_cli_jsonpath_sum ... ok
[INFO] [stdout] test test_cli_jsonpath_max ... ok
[INFO] [stdout] test test_cli_help_message ... ok
[INFO] [stdout] test test_cli_jsonpath_output_json ... ok
[INFO] [stdout] test test_cli_invalid_variable_format ... ok
[INFO] [stdout] test test_cli_jsonpath_min ... ok
[INFO] [stdout] test test_cli_jsonpath_avg ... ok
[INFO] [stdout] test test_cli_with_boolean_variable ... ok
[INFO] [stdout] test test_cli_with_multiple_variables ... ok
[INFO] [stdout] test test_cli_with_string_variable ... ok
[INFO] [stderr]      Running tests/conversion_methods.rs (/opt/rustwide/target/debug/deps/conversion_methods-99a5894103976e7a)
[INFO] [stdout] test test_cli_with_single_variable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test array_conversions ... ok
[INFO] [stderr]      Running tests/custom_functions.rs (/opt/rustwide/target/debug/deps/custom_functions-8d1717da3793e143)
[INFO] [stdout] test boolean_conversions ... ok
[INFO] [stdout] test long_form_method_names ... ok
[INFO] [stdout] test chained_conversions ... ok
[INFO] [stdout] test null_conversions ... ok
[INFO] [stdout] test number_conversions ... ok
[INFO] [stdout] test string_conversions ... ok
[INFO] [stdout] test practical_null_handling ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_custom_function_registration ... ok
[INFO] [stdout] test test_custom_function_with_variables ... ok
[INFO] [stdout] test test_custom_function_priority_over_builtin ... ok
[INFO] [stdout] test test_string_custom_function ... ok
[INFO] [stdout] test test_custom_function_error_handling ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/datetime_functions.rs (/opt/rustwide/target/debug/deps/datetime_functions-55062d62636609aa)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test_complex_datetime_expressions ... ok
[INFO] [stdout] test test_dateadd_function ... ok
[INFO] [stdout] test test_datediff_function ... ok
[INFO] [stdout] test test_date_function ... ok
[INFO] [stdout] test test_string_and_datetime_together ... ok
[INFO] [stdout] test test_now_function ... ok
[INFO] [stdout] test test_substring_function ... ok
[INFO] [stdout] test test_time_function ... ok
[INFO] [stdout] test test_type_checking_functions ... ok
[INFO] [stdout] test test_year_month_day_functions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/financial_functions.rs (/opt/rustwide/target/debug/deps/financial_functions-9eb088e8efdd7819)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test test_db_basic ... ok
[INFO] [stdout] test test_db_multiple_periods ... ok
[INFO] [stdout] test test_db_with_months ... ok
[INFO] [stdout] test test_fv_basic ... ok
[INFO] [stdout] test test_financial_error_cases ... ok
[INFO] [stdout] test test_fv_beginning_of_period ... ok
[INFO] [stdout] test test_fv_with_present_value ... ok
[INFO] [stdout] test test_fv_zero_rate ... ok
[INFO] [stdout] test test_ipmt_with_future_value ... ok
[INFO] [stdout] test test_ipmt_later_period ... ok
[INFO] [stdout] test test_ipmt_zero_rate ... ok
[INFO] [stdout] test test_ipmt_beginning_of_period ... ok
[INFO] [stdout] test test_pmt_basic_loan ... ok
[INFO] [stdout] test test_pmt_beginning_of_period ... ok
[INFO] [stdout] test test_pmt_investment_annuity ... ok
[INFO] [stdout] test test_ipmt_basic ... ok
[INFO] [stdout] test test_pmt_error_cases ... ok
[INFO] [stdout] test test_pmt_json_integration ... ok
[INFO] [stdout] test test_pmt_short_term_loan ... ok
[INFO] [stdout] test test_pmt_with_variables ... ok
[INFO] [stdout] test test_pmt_car_loan ... ok
[INFO] [stdout] test test_pmt_with_future_value ... ok
[INFO] [stdout] test test_pmt_zero_interest ... ok
[INFO] [stdout] test test_pmt_real_world_scenarios ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/http_server_jsonpath.rs (/opt/rustwide/target/debug/deps/http_server_jsonpath-26b7d985724de024)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_http_server_jsonpath_error_handling ... ok
[INFO] [stdout] test test_http_server_jsonpath_sum ... ok
[INFO] [stdout] test test_http_server_jsonpath_avg ... ok
[INFO] [stdout] test test_http_server_jsonpath_nested ... ok
[INFO] [stdout] test test_http_server_jsonpath_complex_expression ... ok
[INFO] [stdout] test test_http_server_jsonpath_max ... ok
[INFO] [stdout] test test_http_server_jsonpath_with_filter ... ok
[INFO] [stdout] test test_http_server_jsonpath_min ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/includes_function.rs (/opt/rustwide/target/debug/deps/includes_function-06caa35ce362fc06)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test test_includes_function_wrong_argument_count ... ok
[INFO] [stdout] test test_includes_function_basic ... ok
[INFO] [stdout] test test_includes_function_case_sensitive ... ok
[INFO] [stdout] test test_includes_function_invalid_arguments ... ok
[INFO] [stdout] test test_includes_function_with_variables ... ok
[INFO] [stdout] test test_includes_function_not_found ... ok
[INFO] [stdout] test test_includes_function_empty_string ... ok
[INFO] [stdout] test test_includes_chaining ... ok
[INFO] [stdout] test test_includes_in_conditional ... ok
[INFO] [stdout] test test_includes_method_invalid_argument ... ok
[INFO] [stdout] test test_includes_method_invalid_receiver ... ok
[INFO] [stdout] test test_string_includes_method_basic ... ok
[INFO] [stdout] test test_string_includes_method_empty_string ... ok
[INFO] [stdout] test test_string_includes_method_case_sensitive ... ok
[INFO] [stdout] test test_string_includes_method_not_found ... ok
[INFO] [stdout] test test_string_includes_method_partial_match ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/json_dig.rs (/opt/rustwide/target/debug/deps/json_dig-a63e956e3ad56722)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test dig_method_and_safe_nav ... ok
[INFO] [stdout] test dig_function_default_when_missing ... ok
[INFO] [stdout] test dig_function_basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/jsonpath.rs (/opt/rustwide/target/debug/deps/jsonpath-967ec1e7a092f020)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_max_with_jsonpath ... ok
[INFO] [stdout] test test_jsonpath_with_filter ... ok
[INFO] [stdout] test test_avg_with_jsonpath ... ok
[INFO] [stdout] test test_sum_with_jsonpath_variables ... ok
[INFO] [stdout] test test_nested_jsonpath ... ok
[INFO] [stdout] test test_min_with_jsonpath ... ok
[INFO] [stdout] test test_sum_with_jsonpath ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/null.rs (/opt/rustwide/target/debug/deps/null-7eed56c56074f614)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test compact_and_length ... ok
[INFO] [stdout] test concat_skips_null_and_equals_prefix ... ok
[INFO] [stdout] test null_literal_and_predicates ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/object_literals.rs (/opt/rustwide/target/debug/deps/object_literals-2f41eaffa19115cb)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_empty_object ... ok
[INFO] [stdout] test test_nested_object_literal ... ok
[INFO] [stdout] test test_array_of_objects ... ok
[INFO] [stdout] test test_object_property_access ... ok
[INFO] [stdout] test test_object_with_variables ... ok
[INFO] [stdout] test test_object_with_quoted_keys ... ok
[INFO] [stdout] test test_simple_object_literal ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/prd_cases.rs (/opt/rustwide/target/debug/deps/prd_cases-b479dd1b35fd9807)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test prd_arrays ... ok
[INFO] [stdout] test prd_chained_methods ... ok
[INFO] [stdout] test prd_basic_arithmetic ... ok
[INFO] [stdout] test prd_casting_string_to_array_and_array_element_cast ... ok
[INFO] [stdout] test prd_conditionals_and_casting ... ok
[INFO] [stdout] test prd_complex_objects_and_if ... ok
[INFO] [stdout] test prd_conditionals_if_function ... ok
[INFO] [stdout] test prd_functions_filter_param_inference ... ok
[INFO] [stdout] test prd_functions ... ok
[INFO] [stdout] test prd_variables ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/prd_comprehensive.rs (/opt/rustwide/target/debug/deps/prd_comprehensive-1b42b867e7181831)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test test_arithmetic_formulas_modulo ... ok
[INFO] [stdout] test test_arithmetic_formulas_basic ... ok
[INFO] [stdout] test test_arithmetic_formulas_power_functions ... ok
[INFO] [stdout] test test_logical_formulas_basic ... ok
[INFO] [stdout] test test_logical_formulas_grading ... ok
[INFO] [stdout] test test_mixed_formulas_bulk_discount ... ok
[INFO] [stdout] test test_logical_formulas_ifs ... ok
[INFO] [stdout] test test_mixed_formulas_tiered_discounts ... ok
[INFO] [stdout] test test_statistical_formulas_advanced ... ok
[INFO] [stdout] test test_mixed_formulas_xor_rules ... ok
[INFO] [stdout] test test_statistical_formulas_basic ... ok
[INFO] [stdout] test test_arithmetic_formulas_rounding ... ok
[INFO] [stdout] test test_logical_formulas_nested_if ... ok
[INFO] [stdout] test test_mixed_formulas_conditional_discounts ... ok
[INFO] [stdout] test test_statistical_formulas_percentiles ... ok
[INFO] [stdout] test test_mixed_formulas_billable_hours ... ok
[INFO] [stdout] test test_mixed_formulas_bonuses ... ok
[INFO] [stdout] test test_mixed_formulas_progressive_tax ... ok
[INFO] [stdout] test test_mixed_formulas_shipping ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/safe_navigation.rs (/opt/rustwide/target/debug/deps/safe_navigation-00cf9e7bca4ccf94)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test test_safe_navigation_basic ... ok
[INFO] [stdout] test test_regular_vs_safe_navigation ... ok
[INFO] [stdout] test test_safe_navigation_chained ... ok
[INFO] [stdout] test test_safe_navigation_on_null ... ok
[INFO] [stdout] test test_safe_navigation_missing_property ... ok
[INFO] [stdout] test test_safe_navigation_mixed_with_regular ... ok
[INFO] [stdout] test test_safe_navigation_with_nested_json ... ok
[INFO] [stdout] test test_safe_navigation_method_calls ... ok
[INFO] [stdout] test test_safe_navigation_chained_with_missing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sk_concurrency.rs (/opt/rustwide/target/debug/deps/sk_concurrency-fc4a6d78dd86d602)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::test_concurrent_basic_operations has been running for over 60 seconds
[INFO] [stdout] test tests::test_concurrent_json_operations has been running for over 60 seconds
[INFO] [stdout] test tests::test_concurrent_variable_operations has been running for over 60 seconds
[INFO] [stdout] test tests::test_resource_cleanup has been running for over 60 seconds
[INFO] [stdout] test tests::test_stress_test_high_concurrency has been running for over 60 seconds
[INFO] [stdout] test tests::test_stress_test_high_concurrency ... ok
[INFO] [stdout] test tests::test_concurrent_basic_operations ... FAILED
[INFO] [stdout] test tests::test_concurrent_json_operations ... FAILED
[INFO] [stdout] test tests::test_concurrent_variable_operations ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test sk_concurrency`
[INFO] [stdout] test tests::test_resource_cleanup ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_concurrent_basic_operations stdout ----
[INFO] [stdout] === CONCURRENT BASIC OPERATIONS TEST ===
[INFO] [stdout] Total operations: 50
[INFO] [stdout] Successful: 49
[INFO] [stdout] Failed: 1
[INFO] [stdout] Success rate: 98.00%
[INFO] [stdout] Average duration per operation: 33758.56ms
[INFO] [stdout] Total test duration: 170.12s
[INFO] [stdout] 
[INFO] [stdout] Result consistency check:
[INFO] [stdout]   'Number(30.0)': 10 occurrences
[INFO] [stdout]   'Number(25.0)': 10 occurrences
[INFO] [stdout]   'Number(7.0)': 10 occurrences
[INFO] [stdout]   'Number(14.0)': 9 occurrences
[INFO] [stdout]   'Number(8.0)': 10 occurrences
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_concurrent_basic_operations' (577) panicked at tests/sk_concurrency.rs:140:9:
[INFO] [stdout] Some concurrent operations failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616cb1e43e1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616cb1e43e1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616cb1e43e1a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x616cb1e43e1a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x616cb1e5804a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x616cb1e5804a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x616cb1e486a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616cb1e486a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x616cb1e22f4f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x616cb1e22f4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x616cb1e3c389 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x616cb1dd930c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x616cb1dd930c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616cb1e3c542 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x616cb1e3c542 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x616cb1e2303a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x616cb1e1a9a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x616cb1e23d1d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x616cb1e588fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x616cb1d9f942 - sk_concurrency::tests::test_concurrent_basic_operations::hf1810d1a528600b0
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sk_concurrency.rs:140:9
[INFO] [stdout]   20:     0x616cb1d9fd47 - sk_concurrency::tests::test_concurrent_basic_operations::{{closure}}::h5fd011631ed13bc2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sk_concurrency.rs:71:42
[INFO] [stdout]   21:     0x616cb1da9716 - core::ops::function::FnOnce::call_once::he19ed293b1a514f8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x616cb1dcd3eb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x616cb1dcd3eb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x616cb1dd9ddb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x616cb1dd54f4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x616cb1dd54f4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x616cb1ddc9e2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x616cb1ddc9e2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x616cb1e4372f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   41:     0x616cb1e4372f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7f21a5ca5aa4 - <unknown>
[INFO] [stdout]   43:     0x7f21a5d32a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_concurrent_json_operations stdout ----
[INFO] [stdout] === CONCURRENT JSON OPERATIONS TEST ===
[INFO] [stdout] JSON operations - Successful: 47, Failed: 1
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_concurrent_json_operations' (578) panicked at tests/sk_concurrency.rs:244:9:
[INFO] [stdout] assertion `left == right` failed: Some JSON operations failed under concurrency
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616cb1e43e1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616cb1e43e1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616cb1e43e1a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x616cb1e43e1a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x616cb1e5804a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x616cb1e5804a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x616cb1e486a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616cb1e486a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x616cb1e22f4f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x616cb1e22f4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x616cb1e3c389 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x616cb1dd930c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x616cb1dd930c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616cb1e3c542 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x616cb1e3c542 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x616cb1e23008 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x616cb1e1a9a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x616cb1e23d1d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x616cb1e588fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x616cb1e58813 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x616cb1e548fd - core[10b6fa85044e1869]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x616cb1d9e0fe - sk_concurrency::tests::test_concurrent_json_operations::h883f6b7b9d7d5c4a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sk_concurrency.rs:244:9
[INFO] [stdout]   22:     0x616cb1d9e367 - sk_concurrency::tests::test_concurrent_json_operations::{{closure}}::h4ec1cd51b1aee1b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sk_concurrency.rs:201:41
[INFO] [stdout]   23:     0x616cb1da95a6 - core::ops::function::FnOnce::call_once::h9426a68936af7467
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x616cb1dcd3eb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x616cb1dcd3eb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x616cb1dd9ddb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x616cb1dd54f4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x616cb1dd54f4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x616cb1ddc9e2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x616cb1ddc9e2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x616cb1e4372f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x616cb1e4372f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7f21a5ca5aa4 - <unknown>
[INFO] [stdout]   45:     0x7f21a5d32a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_concurrent_variable_operations stdout ----
[INFO] [stdout] === CONCURRENT VARIABLE OPERATIONS TEST ===
[INFO] [stdout] Variable operations - Successful: 79, Failed: 1
[INFO] [stdout] Failures:
[INFO] [stdout]   Thread 1: Some("Blocking waiting for file lock on artifact directory\n   Compiling aho-corasick v1.1.4\n   Compiling pest v2.8.6\n   Compiling regex v1.12.3\n   Compiling cc v1.2.55\n   Compiling serde v1.0.228\n   Compiling rand v0.8.5\n   Compiling thiserror v2.0.18\n   Compiling humansize v2.1.3\n   Compiling anyhow v1.0.101\n   Compiling smallvec v1.15.1\n   Compiling unicode-segmentation v1.12.0\n   Compiling percent-encoding v2.3.2\n   Compiling lock_api v0.4.14\n   Compiling hashbrown v0.15.5\n   Compiling nix v0.30.1\n   Compiling num_cpus v1.17.0\n   Compiling hashbrown v0.14.5\nerror: could not compile `pest` (lib)\n\nCaused by:\n  process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature=\"default\"' --cfg 'feature=\"memchr\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"const_prec_climber\", \"default\", \"memchr\", \"miette-error\", \"pretty-print\", \"std\"))' -C metadata=15e01cf3db221715 -C extra-filename=-4b2b9e9a6c9ff873 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern memchr=/opt/rustwide/target/release/deps/libmemchr-67bd3f6c39c2c1d0.rmeta --extern ucd_trie=/opt/rustwide/target/release/deps/libucd_trie-554bd57ca799e1b6.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)\nwarning: build failed, waiting for other jobs to finish...")
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_concurrent_variable_operations' (579) panicked at tests/sk_concurrency.rs:197:9:
[INFO] [stdout] assertion `left == right` failed: Some variable operations failed under concurrency
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616cb1e43e1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616cb1e43e1a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616cb1e43e1a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x616cb1e43e1a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x616cb1e5804a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x616cb1e5804a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x616cb1e486a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616cb1e486a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x616cb1e22f4f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x616cb1e22f4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x616cb1e3c389 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x616cb1dd930c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x616cb1dd930c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616cb1e3c542 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x616cb1e3c542 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x616cb1e23008 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x616cb1e1a9a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x616cb1e23d1d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x616cb1e588fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x616cb1e58813 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x616cb1e548fd - core[10b6fa85044e1869]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x616cb1da2e21 - sk_concurrency::tests::test_concurrent_variable_operations::h5735c8c1d5915739
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sk_concurrency.rs:197:9
[INFO] [stdout]   22:     0x616cb1da3717 - sk_concurrency::tests::test_concurrent_variable_operations::{{closure}}::h4d6800fc36431282
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sk_concurrency.rs:145:45
[INFO] [stdout]   23:     0x616cb1da9516 - core::ops::function::FnOnce::call_once::h7080be7f7d002da7
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x616cb1dcd3eb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x616cb1dcd3eb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x616cb1dd9ddb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x616cb1dd9ddb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x616cb1dd9ddb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x616cb1dd54f4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x616cb1dd54f4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x616cb1ddc9e2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x616cb1ddc9e2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x616cb1ddc9e2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x616cb1e4372f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x616cb1e4372f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7f21a5ca5aa4 - <unknown>
[INFO] [stdout]   45:     0x7f21a5d32a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_concurrent_basic_operations
[INFO] [stdout]     tests::test_concurrent_json_operations
[INFO] [stdout]     tests::test_concurrent_variable_operations
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 179.31s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "293bfe0f9155d7e795ee59c7950a7c84e894f3a228950bc20a6e116fd3a8142c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "293bfe0f9155d7e795ee59c7950a7c84e894f3a228950bc20a6e116fd3a8142c", kill_on_drop: false }`
[INFO] [stdout] 293bfe0f9155d7e795ee59c7950a7c84e894f3a228950bc20a6e116fd3a8142c
