[INFO] fetching crate narsese 0.21.3...
[INFO] testing narsese-0.21.3 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate narsese 0.21.3 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate narsese 0.21.3
[INFO] finished tweaking crates.io crate narsese 0.21.3
[INFO] tweaked toml for crates.io crate narsese 0.21.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate narsese 0.21.3 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate narsese 0.21.3 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4028c8279689c35c7eb32bc21d970df9edabad5eec201627c77b50210f33fc8b
[INFO] running `Command { std: "docker" "start" "-a" "4028c8279689c35c7eb32bc21d970df9edabad5eec201627c77b50210f33fc8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4028c8279689c35c7eb32bc21d970df9edabad5eec201627c77b50210f33fc8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4028c8279689c35c7eb32bc21d970df9edabad5eec201627c77b50210f33fc8b", kill_on_drop: false }`
[INFO] [stdout] 4028c8279689c35c7eb32bc21d970df9edabad5eec201627c77b50210f33fc8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d26b859274b0b1308cf49dd78c005b7e87e786bb09404c4b565a141cd38b2b5
[INFO] running `Command { std: "docker" "start" "-a" "0d26b859274b0b1308cf49dd78c005b7e87e786bb09404c4b565a141cd38b2b5", kill_on_drop: false }`
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling nar_dev_utils v0.42.0
[INFO] [stderr]    Compiling narsese v0.21.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/conversion/string/impl_enum/parser.rs:1547:81
[INFO] [stdout]      |
[INFO] [stdout] 1547 |     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stdout]      |                                          --               --                    ^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                          |                |                     |
[INFO] [stdout]      |                                          |                |                     the same lifetime is elided here
[INFO] [stdout]      |                                          |                the lifetime is named here
[INFO] [stdout]      |                                          the lifetime is named here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1547 -     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stdout] 1547 +     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'a, &'a str> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
[INFO] running `Command { std: "docker" "inspect" "0d26b859274b0b1308cf49dd78c005b7e87e786bb09404c4b565a141cd38b2b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d26b859274b0b1308cf49dd78c005b7e87e786bb09404c4b565a141cd38b2b5", kill_on_drop: false }`
[INFO] [stdout] 0d26b859274b0b1308cf49dd78c005b7e87e786bb09404c4b565a141cd38b2b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fea24e7d2f6f6c9fc666147094c747282cfa5b3f1ae8f0a762df82df190d8529
[INFO] running `Command { std: "docker" "start" "-a" "fea24e7d2f6f6c9fc666147094c747282cfa5b3f1ae8f0a762df82df190d8529", kill_on_drop: false }`
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/conversion/string/impl_enum/parser.rs:1547:81
[INFO] [stdout]      |
[INFO] [stdout] 1547 |     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stdout]      |                                          --               --                    ^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                          |                |                     |
[INFO] [stdout]      |                                          |                |                     the same lifetime is elided here
[INFO] [stdout]      |                                          |                the lifetime is named here
[INFO] [stdout]      |                                          the lifetime is named here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1547 -     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stdout] 1547 +     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'a, &'a str> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling narsese v0.21.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/conversion/string/impl_enum/parser.rs:1547:81
[INFO] [stdout]      |
[INFO] [stdout] 1547 |     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stdout]      |                                          --               --                    ^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                          |                |                     |
[INFO] [stdout]      |                                          |                |                     the same lifetime is elided here
[INFO] [stdout]      |                                          |                the lifetime is named here
[INFO] [stdout]      |                                          the lifetime is named here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1547 -     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stdout] 1547 +     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'a, &'a str> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.30s
[INFO] running `Command { std: "docker" "inspect" "fea24e7d2f6f6c9fc666147094c747282cfa5b3f1ae8f0a762df82df190d8529", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fea24e7d2f6f6c9fc666147094c747282cfa5b3f1ae8f0a762df82df190d8529", kill_on_drop: false }`
[INFO] [stdout] fea24e7d2f6f6c9fc666147094c747282cfa5b3f1ae8f0a762df82df190d8529
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9ff1f872af6c240aced5466a3b3de379552b8c7588a6b6402d2d1198df2324f6
[INFO] running `Command { std: "docker" "start" "-a" "9ff1f872af6c240aced5466a3b3de379552b8c7588a6b6402d2d1198df2324f6", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> src/conversion/string/impl_enum/parser.rs:1547:81
[INFO] [stderr]      |
[INFO] [stderr] 1547 |     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stderr]      |                                          --               --                    ^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]      |                                          |                |                     |
[INFO] [stderr]      |                                          |                |                     the same lifetime is elided here
[INFO] [stderr]      |                                          |                the lifetime is named here
[INFO] [stderr]      |                                          the lifetime is named here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1547 -     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> {
[INFO] [stderr] 1547 +     pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'a, &'a str> {
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: `narsese` (lib) generated 1 warning (run `cargo fix --lib -p narsese` to apply 1 suggestion)
[INFO] [stderr] warning: `narsese` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/narsese-0483e4679a13994b)
[INFO] [stdout] 
[INFO] [stdout] running 157 tests
[INFO] [stdout] test api::data_structure::evidence_value::test::test_deduction ... ok
[INFO] [stdout] test api::data_structure::evidence_value::test::test_truth_v ... ok
[INFO] [stdout] test api::data_structure::term::term_capacity::test::test_ord ... ok
[INFO] [stdout] test conversion::string::impl_enum::format_instances::tests_enum_narsese::tests ... ok
[INFO] [stdout] test api::data_structure::evidence_value::test::test_number ... ok
[INFO] [stdout] test conversion::inter_type::lexical_fold::impl_enum::tests::test_fold ... ok
[INFO] [stdout] test conversion::string::impl_enum::formatter::test::test ... ok
[INFO] [stdout] test conversion::string::impl_enum::macros::tests::test_construct ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget ... ok
[INFO] [stdout] test conversion::string::impl_enum::macros::tests::test_specialize ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound ... ok
[INFO] [stdout] test api::data_structure::evidence_value::test::test_rules ... ok
[INFO] [stdout] test conversion::inter_type::lexical_fold::impl_enum::tests::test_comparability ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom_fail_未知前缀2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom_fail_未知前缀 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom_fail_非法字符2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom_fail_非法字符3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget_fail_多个量 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget_fail_超范围1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom_fail_非法字符1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget_fail_超范围4 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget_fail_超范围2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom_fail_非法字符4 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget_fail_超范围3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget_fail_超范围6 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_唯一操作表达式 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点6 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_多余元素_内涵差 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_多余元素_否定 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_多余元素_外延差 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点10 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点11 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点5 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无终止符2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无起始符1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_空_内涵集 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点7 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_重复标点1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无终止符1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无终止符3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_budget_fail_超范围5 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无起始符2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_punctuation ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点8 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_multi ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_stamp ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_空_复合词项 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_stability_cases ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无起始符3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点9 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_固定_无效值3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_statement ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点4 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_缺少占位符_内涵像 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_固定_无效值2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_固定_无效值1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_固定_无效值4 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_空_外延集 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_缺少占位符_外延像 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_多个量 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_未知连接符 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型13 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_重复标点3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_重复标点4 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型17 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_固定_无效值5 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_重复标点2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_integrated ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型12 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型16 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型15 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型14 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型9 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_重复类型1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型8 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型10 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型7 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::tests::tests_han ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型5 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_lexical::format_instances::tests_enum_narsese::test_is_atom_identifier ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound_fail_无效标点2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型6 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_lexical::format_instances::tests_enum_narsese::tests ... ok
[INFO] [stdout] test conversion::string::impl_enum::tests::tests_latex ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_超范围2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_lexical::macros::tests::test_specialize ... ok
[INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_parse_items ... ok
[INFO] [stdout] test conversion::string::impl_enum::tests::tests_ascii ... ok
[INFO] [stdout] test conversion::string::impl_lexical::formatter::tests_with_enum_narsese::test ... ok
[INFO] [stdout] test conversion::string::impl_lexical::formatter::tests::test ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_超范围1 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_超范围3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_lexical::macros::tests::test_construct ... ok
[INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_segment_budget ... ok
[INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_segment_punctuation ... ok
[INFO] [stdout] test conversion::string::typst_formatter::definition::tests::test ... ok
[INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_segment_truth ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_超范围4 - should panic ... ok
[INFO] [stdout] test conversion::string::typst_formatter::formatter_enum::tests::test ... ok
[INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_segment_stamp ... ok
[INFO] [stdout] test conversion::string::impl_lexical::tests::tests_ascii ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型11 - should panic ... ok
[INFO] [stdout] test conversion::string::typst_formatter::formatter_enum::tests::test_examples ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_重复类型2 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型4 - should panic ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_valid ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_valid_get ... ok
[INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_重复类型3 - should panic ... ok
[INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_parse_robust ... ok
[INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_parse_term ... ok
[INFO] [stdout] test conversion::string::impl_lexical::tests::tests_han ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_c_down - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_empty - should panic ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_f_up - should panic ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_c_up - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_invalid_p_down - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_invalid_p_up - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_invalid_q_down - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_d_single - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_d_empty - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_valid ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_f_down - should panic ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_get_invalid_c_empty - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_valid_get ... ok
[INFO] [stdout] test enum_narsese::term::impls::test_components ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::atoms ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::compound ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_double - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_invalid_q_up - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_invalid_d_down - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_single - should panic ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::test_term ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::statement ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::test_extract_terms ... ok
[INFO] [stdout] test lexical::sentence::tests::main ... ok
[INFO] [stdout] test lexical::term::tests::main ... ok
[INFO] [stdout] test lexical::term::tests::test_capacity ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_get_invalid_f_empty - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_invalid_d_up - should panic ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::invalid_image_2 - should panic ... ok
[INFO] [stdout] test lexical::term::tests::test_category ... ok
[INFO] [stdout] test lexical::term::tests::test_extract_terms ... ok
[INFO] [stdout] test lexical::tests::main ... ok
[INFO] [stdout] test lexical::task::tests::main ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::invalid_image_1 - should panic ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_p_empty - should panic ... ok
[INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_get_invalid_c_single - should panic ... ok
[INFO] [stdout] test conversion::string::impl_lexical::tests::tests_latex ... ok
[INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_from_floats ... ok
[INFO] [stdout] test enum_narsese::term::impls::tests::valid_image ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 157 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/structure_illustrator.rs (/opt/rustwide/target/debug/deps/structure_illustrator-ef657b8b119ccd54)
[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]    Doc-tests narsese
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/conversion/string/impl_enum/format.rs - conversion::string::impl_enum::format::NarseseFormat::is_valid_atom_name (line 209) ... ok
[INFO] [stdout] test src/conversion/string/impl_lexical/macros.rs - conversion::string::impl_lexical::macros::lexical_nse (line 18) ... ok
[INFO] [stdout] test src/conversion/string/impl_enum/macros.rs - conversion::string::impl_enum::macros::enum_nse (line 16) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9ff1f872af6c240aced5466a3b3de379552b8c7588a6b6402d2d1198df2324f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ff1f872af6c240aced5466a3b3de379552b8c7588a6b6402d2d1198df2324f6", kill_on_drop: false }`
[INFO] [stdout] 9ff1f872af6c240aced5466a3b3de379552b8c7588a6b6402d2d1198df2324f6
