[INFO] cloning repository https://github.com/F1R3FLY-io/rholang-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/F1R3FLY-io/rholang-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FF1R3FLY-io%2Frholang-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FF1R3FLY-io%2Frholang-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a36a7d77f82c77cbf817cd547f00625e829049d4
[INFO] testing F1R3FLY-io/rholang-rs against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FF1R3FLY-io%2Frholang-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/F1R3FLY-io/rholang-rs
[INFO] finished tweaking git repo https://github.com/F1R3FLY-io/rholang-rs
[INFO] tweaked toml for git repo https://github.com/F1R3FLY-io/rholang-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/F1R3FLY-io/rholang-rs on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 202 packages to latest Rust 1.93.0-nightly compatible versions
[INFO] [stderr]       Adding rstest v0.25.0 (available: v0.26.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be05892ec3318f5a575cf3725e9b95002ef57bb5283b59dc5b26e9852533d761
[INFO] running `Command { std: "docker" "start" "-a" "be05892ec3318f5a575cf3725e9b95002ef57bb5283b59dc5b26e9852533d761", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be05892ec3318f5a575cf3725e9b95002ef57bb5283b59dc5b26e9852533d761", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be05892ec3318f5a575cf3725e9b95002ef57bb5283b59dc5b26e9852533d761", kill_on_drop: false }`
[INFO] [stdout] be05892ec3318f5a575cf3725e9b95002ef57bb5283b59dc5b26e9852533d761
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 01feea15c94d0ffd95f8647dacc7b74bbfaae80474cc5b0141a26f432f51cbdb
[INFO] running `Command { std: "docker" "start" "-a" "01feea15c94d0ffd95f8647dacc7b74bbfaae80474cc5b0141a26f432f51cbdb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling cc v1.2.45
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling nonempty-collections v1.1.0
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling validated v1.0.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ansi-width v0.1.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling intmap v3.1.3
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling as-any v0.3.2
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rholang-tree-sitter v0.1.2 (/opt/rustwide/workdir/rholang-tree-sitter)
[INFO] [stderr]    Compiling bracket-parser v0.1.0
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling test-macros v0.1.0 (/opt/rustwide/workdir/test-macros)
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling thingbuf v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling rholang-tree-sitter-proc-macro v0.1.2 (/opt/rustwide/workdir/rholang-tree-sitter-proc-macro)
[INFO] [stderr]    Compiling rholang-parser v0.1.0 (/opt/rustwide/workdir/rholang-parser)
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling rustyline-async v0.4.7
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling async-scoped v0.9.0
[INFO] [stderr]    Compiling shell v0.1.2 (/opt/rustwide/workdir/rholang-shell)
[INFO] [stderr]    Compiling rholang-lib v0.1.0 (/opt/rustwide/workdir/rholang-lib)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.04s
[INFO] running `Command { std: "docker" "inspect" "01feea15c94d0ffd95f8647dacc7b74bbfaae80474cc5b0141a26f432f51cbdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01feea15c94d0ffd95f8647dacc7b74bbfaae80474cc5b0141a26f432f51cbdb", kill_on_drop: false }`
[INFO] [stdout] 01feea15c94d0ffd95f8647dacc7b74bbfaae80474cc5b0141a26f432f51cbdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8e2030d8eb4602c42e3b0a03c10b13cd90494ba0c4832c57bd38ad2f1cab19a
[INFO] running `Command { std: "docker" "start" "-a" "a8e2030d8eb4602c42e3b0a03c10b13cd90494ba0c4832c57bd38ad2f1cab19a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling value-bag v1.11.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]    Compiling rholang-tree-sitter v0.1.2 (/opt/rustwide/workdir/rholang-tree-sitter)
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling rholang-tree-sitter-proc-macro v0.1.2 (/opt/rustwide/workdir/rholang-tree-sitter-proc-macro)
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]    Compiling test-macros v0.1.0 (/opt/rustwide/workdir/test-macros)
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling rholang-parser v0.1.0 (/opt/rustwide/workdir/rholang-parser)
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling thingbuf v0.1.6
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling divan v0.1.21
[INFO] [stderr]    Compiling rstest v0.25.0
[INFO] [stderr]    Compiling rustyline-async v0.4.7
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling async-scoped v0.9.0
[INFO] [stderr]    Compiling shell v0.1.2 (/opt/rustwide/workdir/rholang-shell)
[INFO] [stderr]    Compiling rholang-lib v0.1.0 (/opt/rustwide/workdir/rholang-lib)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 48.91s
[INFO] running `Command { std: "docker" "inspect" "a8e2030d8eb4602c42e3b0a03c10b13cd90494ba0c4832c57bd38ad2f1cab19a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8e2030d8eb4602c42e3b0a03c10b13cd90494ba0c4832c57bd38ad2f1cab19a", kill_on_drop: false }`
[INFO] [stdout] a8e2030d8eb4602c42e3b0a03c10b13cd90494ba0c4832c57bd38ad2f1cab19a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7c23ba8d88a228f432adfc33896a41228556eed548b0c6cc67dac806d3a740b2
[INFO] running `Command { std: "docker" "start" "-a" "7c23ba8d88a228f432adfc33896a41228556eed548b0c6cc67dac806d3a740b2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/librho-07a3c07e378c2b35)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test sem::db::tests::test_build_index_multiple_nodes ... ok
[INFO] [stdout] test sem::db::tests::iterates_complex_nested_structure_correctly ... ok
[INFO] [stdout] test sem::db::tests::test_tricky_duplicate_literals ... ok
[INFO] [stdout] test sem::db::tests::test_build_index_single_node ... ok
[INFO] [stdout] test sem::db::tests::test_build_index_nested_nodes ... ok
[INFO] [stdout] test sem::enclosure_analysis::tests::test_disjunctions_deep ... ok
[INFO] [stdout] test sem::resolver::tests::test_connectives ... ok
[INFO] [stdout] test sem::resolver::tests::test_error_proc_name ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_concurrent_captures ... ok
[INFO] [stdout] test sem::resolver::tests::test_match ... ok
[INFO] [stdout] test sem::enclosure_analysis::tests::test_process_scope_chain ... ok
[INFO] [stdout] test sem::resolver::tests::test_disjunctions ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_recursive ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_sequence ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_within_pattern_concurrent_scoping ... ok
[INFO] [stdout] test sem::resolver::tests::test_let ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_sequence_captures ... ok
[INFO] [stdout] test sem::enclosure_analysis::tests::test_free_var_resolution_in_proc_pattern ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_within_pattern ... ok
[INFO] [stdout] test sem::resolver::tests::test_contract ... ok
[INFO] [stdout] test sem::enclosure_analysis::tests::test_symbol_lookup ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_within_pattern_captures ... ok
[INFO] [stdout] test sem::resolver::tests::test_scope_nested ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_within_pattern_with_var_ref ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_within_pattern_scoping ... ok
[INFO] [stdout] test sem::resolver::tests::test_var_ref ... ok
[INFO] [stdout] test sem::resolver::tests::test_pattern_within_pattern_sequential_captures ... ok
[INFO] [stdout] test sem::resolver::tests::test_scope_deeply_nested ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rholang_parser-de722e8ff6798243)
[INFO] [stdout] test sem::resolver::tests::test_pattern_many_names ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test traverse::tests::collection_map ... ok
[INFO] [stdout] test traverse::tests::binary_tree ... ok
[INFO] [stdout] test traverse::tests::mixed_tree ... ok
[INFO] [stdout] test traverse::tests::match_expression ... ok
[INFO] [stdout] test traverse::tests::nested_for_comprehension ... ok
[INFO] [stdout] test traverse::tests::if_then_else_full ... ok
[INFO] [stdout] test traverse::tests::deep_unary_chain ... ok
[INFO] [stdout] test traverse::tests::quoted_names ... ok
[INFO] [stdout] test traverse::tests::nested_let_and_body ... ok
[INFO] [stderr]      Running tests/golden.rs (/opt/rustwide/target/debug/deps/golden-d8130560e67847e9)
[INFO] [stdout] test traverse::tests::single_leaf ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test golden_test::path_07_ListProcTest_rho ... ok
[INFO] [stdout] test golden_test::path_09_auction_end_rho ... ok
[INFO] [stdout] test golden_test::path_12_block_data_rho ... ok
[INFO] [stdout] test golden_test::path_13_bond_rho ... ok
[INFO] [stdout] test golden_test::path_04_Cell1_rho ... ok
[INFO] [stdout] test golden_test::path_01_1_know_ones_revaddress_rho ... ok
[INFO] [stdout] test golden_test::path_18_filestore_rho ... ok
[INFO] [stdout] test golden_test::path_21_fuseRead_rho ... ok
[INFO] [stdout] test golden_test::path_20_fuseMap_rho ... ok
[INFO] [stdout] test golden_test::path_08_MethodTest_rho ... ok
[INFO] [stdout] test golden_test::path_06_Cell3_bad_rho ... ok
[INFO] [stdout] test golden_test::path_17_fileinteract_rho ... ok
[INFO] [stdout] test golden_test::path_05_Cell3_rho ... ok
[INFO] [stdout] test golden_test::path_28_loopback_rho ... ok
[INFO] [stdout] test golden_test::path_02_2_check_balance_rho ... ok
[INFO] [stdout] test golden_test::path_31_shortfast_rho ... ok
[INFO] [stdout] test golden_test::path_23_hello_world_again_rho ... ok
[INFO] [stdout] test golden_test::path_15_dining_philosophers_rho ... ok
[INFO] [stdout] test golden_test::path_33_simpleInsertCall_rho ... ok
[INFO] [stdout] test golden_test::path_32_shortslow_rho ... ok
[INFO] [stdout] test golden_test::path_03_3_transfer_funds_rho ... ok
[INFO] [stdout] test golden_test::path_26_longfast_rho ... ok
[INFO] [stdout] test golden_test::path_27_longslow_rho ... ok
[INFO] [stdout] test golden_test::path_30_sending_receiving_multiple_rho ... ok
[INFO] [stdout] test golden_test::path_38_stdout_rho ... ok
[INFO] [stdout] test golden_test::path_36_stderr_rho ... ok
[INFO] [stdout] test golden_test::path_16_dupe_rho ... ok
[INFO] [stdout] test golden_test::path_14_coat_check_rho ... ok
[INFO] [stdout] test golden_test::path_39_stdoutAck_rho ... ok
[INFO] [stdout] test golden_test::path_29_ping_pong_rho ... ok
[INFO] [stdout] test golden_test::path_37_stderrAck_rho ... ok
[INFO] [stdout] test golden_test::path_44_tut_hello_again_rho ... ok
[INFO] [stdout] test golden_test::path_42_tut_bytearray_methods_rho ... ok
[INFO] [stdout] test golden_test::path_11_bank_contract_btr_rho ... ok
[INFO] [stdout] test golden_test::path_45_tut_hello_rho ... ok
[INFO] [stdout] test golden_test::path_35_simpleLookupTest_rho ... ok
[INFO] [stdout] test golden_test::path_25_kv_store_rho ... ok
[INFO] [stdout] test golden_test::path_48_tut_parens_rho ... ok
[INFO] [stdout] test golden_test::path_24_iteration_rho ... ok
[INFO] [stdout] test golden_test::path_43_tut_hash_functions_rho ... ok
[INFO] [stdout] test golden_test::path_46_tut_lists_methods_rho ... ok
[INFO] [stdout] test golden_test::path_57_tut_tuples_methods_rho ... ok
[INFO] [stdout] test golden_test::path_56_tut_strings_methods_rho ... ok
[INFO] [stdout] test golden_test::path_10_bank_contract_rho ... ok
[INFO] [stdout] test golden_test::path_58_var_ref_rho ... ok
[INFO] [stdout] test golden_test::path_19_for_patterns_rho ... ok
[INFO] [stdout] test golden_test::path_53_tut_registry_split2_rho ... ok
[INFO] [stdout] test golden_test::path_52_tut_rcon_rho ... ok
[INFO] [stdout] test golden_test::path_34_simpleInsertTest_rho ... ok
[INFO] [stdout] test golden_test::path_51_tut_rcon_or_rho ... ok
[INFO] [stdout] test golden_test::path_50_tut_prime_rho ... ok
[INFO] [stdout] test golden_test::path_49_tut_philosophers_rho ... ok
[INFO] [stdout] test golden_test::path_22_fuseWrite_rho ... ok
[INFO] [stdout] test golden_test::path_54_tut_registry_rho ... ok
[INFO] [stdout] test golden_test::path_47_tut_maps_methods_rho ... ok
[INFO] [stdout] test golden_test::path_40_treasury_rho ... ok
[INFO] [stdout] test golden_test::path_41_treasury_btr_rho ... ok
[INFO] [stdout] test golden_test::path_55_tut_sets_methods_rho ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests bindings/rust/lib.rs (/opt/rustwide/target/debug/deps/rholang_tree_sitter-3cf1df148080072b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_can_load_grammar ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rholang_tree_sitter_proc_macro-81371f242e4a9a0f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/macros.rs (/opt/rustwide/target/debug/deps/macros-60dc083915f184be)
[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 4 tests
[INFO] [stdout] test test_kind_macro ... ok
[INFO] [stdout] test test_kw_macro ... ok
[INFO] [stdout] test test_macro_integration ... ok
[INFO] [stdout] test test_field_macro ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shell-fbafec399ed1b29b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rhosh-0597fe38314d5022)
[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 0 tests
[INFO] [stderr]      Running tests/args_tests.rs (/opt/rustwide/target/debug/deps/args_tests-b30d228ebe7ef3af)
[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 3 tests
[INFO] [stdout] test test_args_default_values ... ok
[INFO] [stdout] test test_args_no_multiline_flag ... ok
[INFO] [stdout] test test_args_multiline_flag ... 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/example_test.rs (/opt/rustwide/target/debug/deps/example_test-522463a71ac8cfc8)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_fake_interpreter_with_arithmetic ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_arithmetic::case_1 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_arithmetic::case_2 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_arithmetic::case_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fake_interpreter_tests.rs (/opt/rustwide/target/debug/deps/fake_interpreter_tests-bd478a0f8e00a479)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_fake_interpreter_with_for_comprehension ... ok
[INFO] [stdout] test test_fake_interpreter_with_print ... ok
[INFO] [stdout] test test_fake_interpreter_with_arithmetic ... ok
[INFO] [stdout] test test_fake_interpreter_with_new_declaration ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_arithmetic::case_2 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_arithmetic::case_4 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_arithmetic::case_1 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_arithmetic::case_3 ... 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/help_message_tests.rs (/opt/rustwide/target/debug/deps/help_message_tests-81dba7fd7b680921)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_help_message_content ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/interpreter_tests.rs (/opt/rustwide/target/debug/deps/interpreter_tests-dde7fa5b37b7783c)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_fake_interpreter_returns_input ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_inputs::case_1 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_inputs::case_2 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_inputs::case_3 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_inputs::case_4 ... ok
[INFO] [stdout] test test_fake_interpreter_with_various_inputs::case_5 ... 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] [stderr]      Running tests/lib_test.rs (/opt/rustwide/target/debug/deps/lib_test-c21df7a4f02f3bbd)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test test_args ... ok
[INFO] [stdout] test test_handle_interrupt ... ok
[INFO] [stdout] test test_handle_interrupt_single_line ... ok
[INFO] [stdout] test test_help_message ... ok
[INFO] [stdout] test test_process_multiline_input_empty_buffer_empty_line ... ok
[INFO] [stdout] test test_process_multiline_input_empty_buffer_nonempty_line ... ok
[INFO] [stdout] test test_process_multiline_input_nonempty_buffer_empty_line ... ok
[INFO] [stdout] test test_process_multiline_input_nonempty_buffer_nonempty_line ... ok
[INFO] [stdout] test test_process_single_line_input_complete_line ... ok
[INFO] [stdout] test test_process_single_line_input_empty_line ... ok
[INFO] [stdout] test test_process_special_command_delete ... ok
[INFO] [stdout] test test_process_special_command_delete_empty ... ok
[INFO] [stdout] test test_process_special_command_help ... ok
[INFO] [stdout] test test_process_special_command_kill ... ok
[INFO] [stdout] test test_process_special_command_kill_invalid ... ok
[INFO] [stdout] test test_process_special_command_kill_nonexistent ... ok
[INFO] [stdout] test test_process_single_line_input_incomplete_line ... ok
[INFO] [stdout] test test_process_special_command_ps_empty ... ok
[INFO] [stdout] test test_process_special_command_reset ... ok
[INFO] [stdout] test test_process_special_command_mode ... ok
[INFO] [stdout] test test_process_special_command_list ... ok
[INFO] [stdout] test test_process_special_command_unknown ... ok
[INFO] [stdout] test test_process_special_command_ps ... ok
[INFO] [stdout] test test_process_special_command_not_special ... ok
[INFO] [stdout] test test_process_special_command_quit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lib_tests.rs (/opt/rustwide/target/debug/deps/lib_tests-cb9dfb31da63cd1b)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test test_handle_interrupt_multiline ... ok
[INFO] [stdout] test test_handle_interrupt_single_line ... ok
[INFO] [stdout] test test_process_multiline_input_add_line ... ok
[INFO] [stdout] test test_process_multiline_input_empty_buffer_empty_line ... ok
[INFO] [stdout] test test_process_multiline_input_empty_buffer_with_line ... ok
[INFO] [stdout] test test_process_multiline_input_execute ... ok
[INFO] [stdout] test test_process_single_line_input_empty ... ok
[INFO] [stdout] test test_process_single_line_input_with_brackets ... ok
[INFO] [stdout] test test_process_single_line_input_with_content ... ok
[INFO] [stdout] test test_process_special_command_buffer ... ok
[INFO] [stdout] test test_process_special_command_delete ... ok
[INFO] [stdout] test test_process_special_command_delete_empty ... ok
[INFO] [stdout] test test_process_special_command_help ... ok
[INFO] [stdout] test test_process_special_command_list ... ok
[INFO] [stdout] test test_process_special_command_mode ... ok
[INFO] [stdout] test test_process_special_command_mode_to_multiline ... ok
[INFO] [stdout] test test_process_special_command_not_special ... ok
[INFO] [stdout] test test_process_special_command_quit ... ok
[INFO] [stdout] test test_process_special_command_reset ... ok
[INFO] [stdout] test test_process_special_command_unknown ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/main_function_tests.rs (/opt/rustwide/target/debug/deps/main_function_tests-448df27d6b9d9081)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] Available commands:
[INFO] [stdout]   .help, - Show this help message
[INFO] [stdout]   .mode - Toggle between multiline and single line modes
[INFO] [stdout]   .list - List all edited lines
[INFO] [stdout]   .delete or .del - Remove the last edited line
[INFO] [stdout]   .reset or Ctrl+C - Interrupt current input (in multiline mode: clear buffer)
[INFO] [stdout]   .ps - List all running processes
[INFO] [stdout]   .kill <index> - Kill a running process by index
[INFO] [stdout]   .quit - Exit the rholang-shell
[INFO] [stdout] Available commands:
[INFO] [stdout]   .help, - Show this help message
[INFO] [stdout]   .mode - Toggle between multiline and single line modes
[INFO] [stdout]   .list - List all edited lines
[INFO] [stdout]   .delete or .del - Remove the last edited line
[INFO] [stdout]   .reset or Ctrl+C - Interrupt current input (in multiline mode: clear buffer)
[INFO] [stdout]   .ps - List all running processes
[INFO] [stdout]   .kill <index> - Kill a running process by index
[INFO] [stdout]   .quit - Exit the rholang-shell
[INFO] [stdout] test test_main_function_code_path ... FAILED
[INFO] [stdout] test test_main_function_with_multiline ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_main_function_code_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_main_function_code_path' (309) panicked at rholang-shell/tests/main_function_tests.rs:31:5:
[INFO] [stdout] Expected timeout error
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59472c4a72e2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59472c4a72e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59472c4a72e2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59472c4a72e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59472c4b815f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59472c4b815f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x59472c4721d3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59472c4721d3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59472c47e1a2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59472c4838ef - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59472c483781 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59472bf4c30e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x59472bf4c30e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59472c483faf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x59472c483faf - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59472c483d26 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x59472c47e2d9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59472c46698d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59472c4c0d20 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59472bf16a8c - main_function_tests::test_main_function_code_path::{{closure}}::hbfb08b72a70e4389
[INFO] [stdout]                                at /opt/rustwide/workdir/rholang-shell/tests/main_function_tests.rs:31:5
[INFO] [stdout]   20:     0x59472bf1bae5 - <core::pin::Pin<P> as core::future::future::Future>::poll::h583ce319d7bab762
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x59472bf1bb9d - <core::pin::Pin<P> as core::future::future::Future>::poll::ha1ec10d81aa272b3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x59472bf2759d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h1c57a80a0af4fa46
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   23:     0x59472bf274dc - tokio::task::coop::with_budget::hc65777871ef71df3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x59472bf274dc - tokio::task::coop::budget::hbb2ab9b65c795d51
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x59472bf274dc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hf6ce6598dabeb1af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   26:     0x59472bf2480a - tokio::runtime::scheduler::current_thread::Context::enter::h4b5418aade23ee8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x59472bf25eed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h4c552fc777128294
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   28:     0x59472bf25b6b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h0376d3d4fcf4f6b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   29:     0x59472bf1a7aa - tokio::runtime::context::scoped::Scoped<T>::set::h2be34142cf211aaa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x59472bf1a46a - tokio::runtime::context::set_scheduler::{{closure}}::h2007218af615b168
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x59472bf06f56 - std::thread::local::LocalKey<T>::try_with::h5f4259f1c39930d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   32:     0x59472bf0653c - std::thread::local::LocalKey<T>::with::hc308381d8e3939c5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   33:     0x59472bf1a411 - tokio::runtime::context::set_scheduler::he37264e13ada7814
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x59472bf258d9 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hc6fb967f4965d906
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   35:     0x59472bf25bc2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h304da092c3e5b15c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   36:     0x59472bf23cb9 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hb6446ba293c339fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x59472bf09c50 - tokio::runtime::context::runtime::enter_runtime::he5b489923d4b561d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x59472bf236d1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h62fa5d4f98fd2519
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x59472bf1ac5f - tokio::runtime::runtime::Runtime::block_on_inner::h0618d93be1919969
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   40:     0x59472bf1af85 - tokio::runtime::runtime::Runtime::block_on::hb4607cda906ddefd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   41:     0x59472bf16483 - main_function_tests::test_main_function_code_path::heffaa7c3c6e4f3e7
[INFO] [stdout]                                at /opt/rustwide/workdir/rholang-shell/tests/main_function_tests.rs:33:7
[INFO] [stdout]   42:     0x59472bf16527 - main_function_tests::test_main_function_code_path::{{closure}}::h9c9080760b562dac
[INFO] [stdout]                                at /opt/rustwide/workdir/rholang-shell/tests/main_function_tests.rs:10:44
[INFO] [stdout]   43:     0x59472bf29206 - core::ops::function::FnOnce::call_once::hd5843f757342c8b3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x59472bf4c10b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x59472bf4c10b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x59472bf6016d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x59472bf6016d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x59472bf6016d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   49:     0x59472bf6016d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   50:     0x59472bf6016d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x59472bf6016d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x59472bf6016d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x59472bf396b4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x59472bf396b4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x59472bf3cf0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   56:     0x59472bf3cf0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x59472bf3cf0a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x59472bf3cf0a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   59:     0x59472bf3cf0a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x59472bf3cf0a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   61:     0x59472bf3cf0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x59472c4795ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   63:     0x59472c4795ff - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   64:     0x7dd2c307baa4 - <unknown>
[INFO] [stdout]   65:     0x7dd2c3108a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_main_function_with_multiline stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_main_function_with_multiline' (310) panicked at rholang-shell/tests/main_function_tests.rs:58:5:
[INFO] [stdout] Expected timeout error
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59472c4a72e2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59472c4a72e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59472c4a72e2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59472c4a72e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59472c4b815f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59472c4b815f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x59472c4721d3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59472c4721d3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59472c47e1a2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59472c4838ef - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59472c483781 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59472bf4c30e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x59472bf4c30e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59472c483faf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x59472c483faf - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59472c483d26 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x59472c47e2d9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59472c46698d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59472c4c0d20 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59472bf17447 - main_function_tests::test_main_function_with_multiline::{{closure}}::h14b95fcd4640a7c6
[INFO] [stdout]                                at /opt/rustwide/workdir/rholang-shell/tests/main_function_tests.rs:58:5
[INFO] [stdout]   20:     0x59472bf1bae5 - <core::pin::Pin<P> as core::future::future::Future>::poll::h583ce319d7bab762
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x59472bf1bb9d - <core::pin::Pin<P> as core::future::future::Future>::poll::ha1ec10d81aa272b3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x59472bf2759d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h1c57a80a0af4fa46
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   23:     0x59472bf274dc - tokio::task::coop::with_budget::hc65777871ef71df3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x59472bf274dc - tokio::task::coop::budget::hbb2ab9b65c795d51
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x59472bf274dc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hf6ce6598dabeb1af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   26:     0x59472bf2480a - tokio::runtime::scheduler::current_thread::Context::enter::h4b5418aade23ee8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x59472bf25eed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h4c552fc777128294
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   28:     0x59472bf25b6b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h0376d3d4fcf4f6b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   29:     0x59472bf1a7aa - tokio::runtime::context::scoped::Scoped<T>::set::h2be34142cf211aaa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x59472bf1a46a - tokio::runtime::context::set_scheduler::{{closure}}::h2007218af615b168
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x59472bf06f56 - std::thread::local::LocalKey<T>::try_with::h5f4259f1c39930d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   32:     0x59472bf0653c - std::thread::local::LocalKey<T>::with::hc308381d8e3939c5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   33:     0x59472bf1a411 - tokio::runtime::context::set_scheduler::he37264e13ada7814
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x59472bf258d9 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hc6fb967f4965d906
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   35:     0x59472bf25bc2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h304da092c3e5b15c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   36:     0x59472bf23cb9 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hb6446ba293c339fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x59472bf09c50 - tokio::runtime::context::runtime::enter_runtime::he5b489923d4b561d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x59472bf236d1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h62fa5d4f98fd2519
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x59472bf1ac5f - tokio::runtime::runtime::Runtime::block_on_inner::h0618d93be1919969
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   40:     0x59472bf1af85 - tokio::runtime::runtime::Runtime::block_on::hb4607cda906ddefd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   41:     0x59472bf16e13 - main_function_tests::test_main_function_with_multiline::ha6390acb10f55725
[INFO] [stdout]                                at /opt/rustwide/workdir/rholang-shell/tests/main_function_tests.rs:60:7
[INFO] [stdout]   42:     0x59472bf17497 - main_function_tests::test_main_function_with_multiline::{{closure}}::h2000d99440cd22ca
[INFO] [stdout]                                at /opt/rustwide/workdir/rholang-shell/tests/main_function_tests.rs:38:49
[INFO] [stdout]   43:     0x59472bf29186 - core::ops::function::FnOnce::call_once::h9534ba02c3550ca8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x59472bf4c10b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x59472bf4c10b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x59472bf6016d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x59472bf6016d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x59472bf6016d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   49:     0x59472bf6016d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   50:     0x59472bf6016d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x59472bf6016d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x59472bf6016d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x59472bf396b4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x59472bf396b4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x59472bf3cf0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   56:     0x59472bf3cf0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x59472bf3cf0a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x59472bf3cf0a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   59:     0x59472bf3cf0a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x59472bf3cf0a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   61:     0x59472bf3cf0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x59472c4795ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   63:     0x59472c4795ff - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   64:     0x7dd2c307baa4 - <unknown>
[INFO] [stdout]   65:     0x7dd2c3108a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_main_function_code_path
[INFO] [stdout]     test_main_function_with_multiline
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p shell --test main_function_tests`
[INFO] running `Command { std: "docker" "inspect" "7c23ba8d88a228f432adfc33896a41228556eed548b0c6cc67dac806d3a740b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c23ba8d88a228f432adfc33896a41228556eed548b0c6cc67dac806d3a740b2", kill_on_drop: false }`
[INFO] [stdout] 7c23ba8d88a228f432adfc33896a41228556eed548b0c6cc67dac806d3a740b2
