[INFO] fetching crate narsese 0.21.3... [INFO] testing narsese-0.21.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate narsese 0.21.3 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate narsese 0.21.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3d414c9a69add082e32b30c39f7c445d4b31640ca781dd3a39850c26e148984 [INFO] running `Command { std: "docker" "start" "-a" "a3d414c9a69add082e32b30c39f7c445d4b31640ca781dd3a39850c26e148984", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3d414c9a69add082e32b30c39f7c445d4b31640ca781dd3a39850c26e148984", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3d414c9a69add082e32b30c39f7c445d4b31640ca781dd3a39850c26e148984", kill_on_drop: false }` [INFO] [stdout] a3d414c9a69add082e32b30c39f7c445d4b31640ca781dd3a39850c26e148984 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5639c658c054bd8f4fe421ad37173cc64a1ea11f95ee24c7d87e1954a73ffe07 [INFO] running `Command { std: "docker" "start" "-a" "5639c658c054bd8f4fe421ad37173cc64a1ea11f95ee24c7d87e1954a73ffe07", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/conversion/string/impl_enum/parser.rs:1547:42 [INFO] [stdout] | [INFO] [stdout] 1547 | pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> { [INFO] [stdout] | ^^ ^^ -- ---- the lifetimes get resolved as `'a` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'a` [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to 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.47s [INFO] running `Command { std: "docker" "inspect" "5639c658c054bd8f4fe421ad37173cc64a1ea11f95ee24c7d87e1954a73ffe07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5639c658c054bd8f4fe421ad37173cc64a1ea11f95ee24c7d87e1954a73ffe07", kill_on_drop: false }` [INFO] [stdout] 5639c658c054bd8f4fe421ad37173cc64a1ea11f95ee24c7d87e1954a73ffe07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 32dccf4661560a2729144c895c12c0015f6c444698eeb1aa27de90669abfe6b6 [INFO] running `Command { std: "docker" "start" "-a" "32dccf4661560a2729144c895c12c0015f6c444698eeb1aa27de90669abfe6b6", kill_on_drop: false }` [INFO] [stderr] Compiling narsese v0.21.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/conversion/string/impl_enum/parser.rs:1547:42 [INFO] [stdout] | [INFO] [stdout] 1547 | pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> { [INFO] [stdout] | ^^ ^^ -- ---- the lifetimes get resolved as `'a` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'a` [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/conversion/string/impl_enum/parser.rs:1547:42 [INFO] [stdout] | [INFO] [stdout] 1547 | pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> { [INFO] [stdout] | ^^ ^^ -- ---- the lifetimes get resolved as `'a` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'a` [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to 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.66s [INFO] running `Command { std: "docker" "inspect" "32dccf4661560a2729144c895c12c0015f6c444698eeb1aa27de90669abfe6b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32dccf4661560a2729144c895c12c0015f6c444698eeb1aa27de90669abfe6b6", kill_on_drop: false }` [INFO] [stdout] 32dccf4661560a2729144c895c12c0015f6c444698eeb1aa27de90669abfe6b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a0772b64b27109cc25e9e6f68ebc00c14d12b6a2e9d638a8403edc8746f611a5 [INFO] running `Command { std: "docker" "start" "-a" "a0772b64b27109cc25e9e6f68ebc00c14d12b6a2e9d638a8403edc8746f611a5", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/conversion/string/impl_enum/parser.rs:1547:42 [INFO] [stderr] | [INFO] [stderr] 1547 | pub(crate) fn build_parse_state<'a>(&'a self, input: &'a str) -> ParseState<'_, &str> { [INFO] [stderr] | ^^ ^^ -- ---- the lifetimes get resolved as `'a` [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'a` [INFO] [stderr] | | these lifetimes flow to the output [INFO] [stderr] | these lifetimes flow to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to 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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/narsese-33efdb50673b11ad) [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_number ... 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::parser::tests_parse::test_parse_atom ... ok [INFO] [stdout] test conversion::string::impl_enum::macros::tests::test_specialize ... 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_budget ... 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::format_instances::tests_enum_narsese::tests ... ok [INFO] [stdout] test api::data_structure::evidence_value::test::test_rules ... ok [INFO] [stdout] test conversion::string::impl_enum::parser::tests_parse::test_parse_compound ... 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_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_非法字符4 - 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_budget_fail_超范围2 - 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_compound_fail_无效标点5 - 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_无效标点7 - 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_无效标点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_无效标点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_budget_fail_超范围4 - 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_budget_fail_超范围5 - 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::inter_type::lexical_fold::impl_enum::tests::test_comparability ... 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_punctuation ... 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_stability_cases ... 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_multi ... 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 ... 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_statement ... 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_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_integrated ... 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_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_固定_无效值1 - 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_truth_fail_固定_无效值3 - 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_固定_无效值5 - 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_无效类型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_无效类型11 - 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_无效类型13 - 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_无效类型15 - 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_无效类型17 - 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::tests::tests_ascii ... ok [INFO] [stdout] test conversion::string::impl_enum::tests::tests_han ... 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_truth_fail_固定_无效值4 - 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::tests ... ok [INFO] [stdout] test conversion::string::impl_lexical::formatter::tests::test ... 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_无效类型5 - should panic ... ok [INFO] [stdout] test conversion::string::impl_lexical::macros::tests::test_specialize ... 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_无效类型7 - 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_无效类型8 - should panic ... 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::impl_enum::parser::tests_parse::test_parse_truth_fail_无效类型9 - should panic ... ok [INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_segment_stamp ... 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_无效类型12 - 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_lexical::macros::tests::test_construct ... 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::definition::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::typst_formatter::formatter_enum::tests::test_examples ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_valid ... ok [INFO] [stdout] test conversion::string::typst_formatter::formatter_enum::tests::test ... 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 conversion::string::impl_lexical::tests::tests_ascii ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_get_invalid_c_single - 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_empty - should panic ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_get_invalid_f_empty - 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_lexical::tests::tests_han ... ok [INFO] [stdout] test conversion::string::impl_lexical::tests::tests_latex ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_new_invalid_d_down - should panic ... ok [INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_parse_term ... 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_new_valid ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_f_up - 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::sentence::truth::tests_truth::test_new_invalid_c_up - should panic ... ok [INFO] [stdout] test enum_narsese::term::impls::tests::compound ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_d_empty - should panic ... ok [INFO] [stdout] test conversion::string::impl_lexical::parser::test::test_parse_robust ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_d_single - should panic ... ok [INFO] [stdout] test enum_narsese::term::impls::tests::statement ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_p_empty - should panic ... ok [INFO] [stdout] test enum_narsese::term::impls::tests::test_extract_terms ... ok [INFO] [stdout] test lexical::sentence::tests::main ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_double - should panic ... ok [INFO] [stdout] test lexical::task::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::term::impls::tests::test_term ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_empty - should panic ... ok [INFO] [stdout] test lexical::term::tests::test_category ... ok [INFO] [stdout] test enum_narsese::task::budget::tests_budget::test_get_invalid_q_single - should panic ... ok [INFO] [stdout] test enum_narsese::sentence::truth::tests_truth::test_new_invalid_c_down - should panic ... 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_new_invalid_d_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_new_invalid_q_up - should panic ... 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::valid_image ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 157 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.50s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/structure_illustrator.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/structure_illustrator-1ee28fcbd69e373a) [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] running `Command { std: "docker" "inspect" "a0772b64b27109cc25e9e6f68ebc00c14d12b6a2e9d638a8403edc8746f611a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0772b64b27109cc25e9e6f68ebc00c14d12b6a2e9d638a8403edc8746f611a5", kill_on_drop: false }` [INFO] [stdout] a0772b64b27109cc25e9e6f68ebc00c14d12b6a2e9d638a8403edc8746f611a5