[INFO] fetching crate narsese 0.21.3... [INFO] testing narsese-0.21.3 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate narsese 0.21.3 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate narsese 0.21.3 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nar_dev_utils v0.42.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c575eabda5aa2f69b927eec8dfd664bb203470233f9cfb1026034fe14d75c31a [INFO] running `Command { std: "docker" "start" "-a" "c575eabda5aa2f69b927eec8dfd664bb203470233f9cfb1026034fe14d75c31a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c575eabda5aa2f69b927eec8dfd664bb203470233f9cfb1026034fe14d75c31a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c575eabda5aa2f69b927eec8dfd664bb203470233f9cfb1026034fe14d75c31a", kill_on_drop: false }` [INFO] [stdout] c575eabda5aa2f69b927eec8dfd664bb203470233f9cfb1026034fe14d75c31a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61b6c268476e7478509a1cd1198fb1becfecc69ca8dde753827347b03943ab78 [INFO] running `Command { std: "docker" "start" "-a" "61b6c268476e7478509a1cd1198fb1becfecc69ca8dde753827347b03943ab78", kill_on_drop: false }` [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.96s [INFO] running `Command { std: "docker" "inspect" "61b6c268476e7478509a1cd1198fb1becfecc69ca8dde753827347b03943ab78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61b6c268476e7478509a1cd1198fb1becfecc69ca8dde753827347b03943ab78", kill_on_drop: false }` [INFO] [stdout] 61b6c268476e7478509a1cd1198fb1becfecc69ca8dde753827347b03943ab78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a701f7f42908a3a21221bb84528a8b5ed11acdd7dc18b99bcaaf75133958b61c [INFO] running `Command { std: "docker" "start" "-a" "a701f7f42908a3a21221bb84528a8b5ed11acdd7dc18b99bcaaf75133958b61c", kill_on_drop: false }` [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] [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 2.62s [INFO] running `Command { std: "docker" "inspect" "a701f7f42908a3a21221bb84528a8b5ed11acdd7dc18b99bcaaf75133958b61c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a701f7f42908a3a21221bb84528a8b5ed11acdd7dc18b99bcaaf75133958b61c", kill_on_drop: false }` [INFO] [stdout] a701f7f42908a3a21221bb84528a8b5ed11acdd7dc18b99bcaaf75133958b61c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cc794aa53fef69b8f079cd7795ff4cdd631b3b19db3ab3e0f15768a66668d674 [INFO] running `Command { std: "docker" "start" "-a" "cc794aa53fef69b8f079cd7795ff4cdd631b3b19db3ab3e0f15768a66668d674", 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] [stdout] [INFO] [stderr] warning: `narsese` (lib test) generated 1 warning (1 duplicate) [INFO] [stdout] running 157 tests [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] test api::data_structure::term::term_capacity::test::test_ord ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/narsese-426a6c9b8626ee9a) [INFO] [stdout] test api::data_structure::evidence_value::test::test_number ... ok [INFO] [stdout] test api::data_structure::evidence_value::test::test_deduction ... ok [INFO] [stdout] test conversion::string::impl_enum::formatter::test::test ... ok [INFO] [stdout] test conversion::inter_type::lexical_fold::impl_enum::tests::test_fold ... ok [INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_atom ... ok [INFO] [stdout] test conversion::string::impl_enum::macros::tests::test_specialize ... 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_budget ... 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_rules ... ok [INFO] [stdout] test api::data_structure::evidence_value::test::test_truth_v ... ok [INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound ... 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_未知前缀 - 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_compound_fail_无效标点1 - 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_atom_fail_非法字符4 - 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_多个量 - 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_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_无效标点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_budget_fail_超范围5 - 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_多余元素_否定 - 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_compound_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_compound_fail_无效标点11 - 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_无效标点2 - 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_无效标点7 - 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_compound_fail_无效标点8 - 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_compound_fail_无终止符1 - 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_无终止符3 - 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_无起始符2 - 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_未知连接符 - 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_缺少占位符_内涵像 - 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_重复标点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 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_truth_fail_固定_无效值5 - should panic ... 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_重复标点4 - 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_multi ... 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_statement ... 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_无效类型1 - 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_无效类型14 - 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_truth_fail_无效类型13 - 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_enum::parser::tests_parse::test_parse_truth_fail_无效类型7 - 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_无效类型8 - 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_无效类型2 - 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_无效类型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_无效类型3 - 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_truth_fail_固定_无效值1 - should panic ... ok [INFO] [stdout] test conversion::string::impl_enum::tests::tests_ascii ... 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_lexical::format_instances::tests_enum_narsese::tests ... 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_lexical::formatter::tests_with_enum_narsese::test ... ok [INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型11 - should panic ... ok [INFO] [stdout] test conversion::string::impl_enum::tests::tests_latex ... 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::tests::tests_han ... ok [INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_segment_budget ... 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_lexical::parser::test::test_parse_items ... 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 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_无效类型17 - 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_lexical::parser::test::test_segment_punctuation ... ok [INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_segment_stamp ... ok [INFO] [stdout] test conversion::string::impl_lexical::macros::tests::test_specialize ... ok [INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_parse_robust ... ok [INFO] [stdout] test conversion::string::typst_formatter::formatter_enum::tests::test_examples ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_get_invalid_c_empty - 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_truth ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_c_up - should panic ... ok [INFO] [stdout] test conversion::string::impl_lexical::tests::tests_ascii ... ok [INFO] [stdout] test conversion::string::impl_lexical::tests::tests_han ... ok [INFO] [stdout] test conversion::string::typst_formatter::definition::tests::test ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_c_down - should panic ... ok [INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_parse_term ... ok [INFO] [stdout] test conversion::string::impl_lexical::tests::tests_latex ... 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 enum_narsese::task::budget::tests_budget::test_from_floats ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_f_down - should panic ... 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_get_invalid_d_empty - 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_new_valid ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_empty - should panic ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_single - should panic ... ok [INFO] [stdout] test conversion::string::impl_lexical::macros::tests::test_construct ... 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_new_invalid_p_down - should panic ... 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::term::impls::tests::invalid_image_1 - should panic ... ok [INFO] [stdout] test enum_narsese::term::impls::tests::invalid_image_2 - should panic ... 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 enum_narsese::sentence::truth::tests_truth::test_new_invalid_f_up - should panic ... ok [INFO] [stdout] test lexical::sentence::tests::main ... ok [INFO] [stdout] test lexical::task::tests::main ... ok [INFO] [stdout] test enum_narsese::term::impls::tests::test_term ... ok [INFO] [stdout] test lexical::term::tests::test_category ... ok [INFO] [stdout] test lexical::term::tests::main ... ok [INFO] [stdout] test lexical::term::tests::test_capacity ... ok [INFO] [stdout] test lexical::tests::main ... ok [INFO] [stdout] test lexical::term::tests::test_extract_terms ... 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_p_empty - 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_valid_get ... 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_固定_无效值3 - should panic ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_get_invalid_c_single - should panic ... 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 conversion::string::impl_enum::parser::tests_parse::test_parse_integrated ... 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 3.98s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/structure_illustrator.rs (/opt/rustwide/target/debug/deps/structure_illustrator-0aab0a98bd8ce20d) [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_enum/macros.rs - conversion::string::impl_enum::macros::enum_nse (line 16) ... ok [INFO] [stdout] test src/conversion/string/impl_lexical/macros.rs - conversion::string::impl_lexical::macros::lexical_nse (line 18) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cc794aa53fef69b8f079cd7795ff4cdd631b3b19db3ab3e0f15768a66668d674", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc794aa53fef69b8f079cd7795ff4cdd631b3b19db3ab3e0f15768a66668d674", kill_on_drop: false }` [INFO] [stdout] cc794aa53fef69b8f079cd7795ff4cdd631b3b19db3ab3e0f15768a66668d674