[INFO] cloning repository https://github.com/SHIMA0111/templatia
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SHIMA0111/templatia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSHIMA0111%2Ftemplatia", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSHIMA0111%2Ftemplatia'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6949e6f8518590b9596ca13ac9fead0dec56ad4
[INFO] testing SHIMA0111/templatia against 1.91.0 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSHIMA0111%2Ftemplatia" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SHIMA0111/templatia
[INFO] finished tweaking git repo https://github.com/SHIMA0111/templatia
[INFO] tweaked toml for git repo https://github.com/SHIMA0111/templatia written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SHIMA0111/templatia on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SHIMA0111/templatia 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded target-triple v0.1.4
[INFO] [stderr]   Downloaded chumsky v0.11.1
[INFO] [stderr]   Downloaded trybuild v1.0.111
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84372e06f35af93ddd593dc1f211c8b8d4216834de2e1960ff5ff7bddd1e54b0
[INFO] running `Command { std: "docker" "start" "-a" "84372e06f35af93ddd593dc1f211c8b8d4216834de2e1960ff5ff7bddd1e54b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84372e06f35af93ddd593dc1f211c8b8d4216834de2e1960ff5ff7bddd1e54b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84372e06f35af93ddd593dc1f211c8b8d4216834de2e1960ff5ff7bddd1e54b0", kill_on_drop: false }`
[INFO] [stdout] 84372e06f35af93ddd593dc1f211c8b8d4216834de2e1960ff5ff7bddd1e54b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22b688835ce1f89720731b7aad267bebd067aa236e981684a68c626a2f5ea583
[INFO] running `Command { std: "docker" "start" "-a" "22b688835ce1f89720731b7aad267bebd067aa236e981684a68c626a2f5ea583", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling templatia v0.0.4-alpha.1 (/opt/rustwide/workdir/templatia)
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling templatia-derive v0.0.4-alpha.1 (/opt/rustwide/workdir/templatia-derive)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
[INFO] running `Command { std: "docker" "inspect" "22b688835ce1f89720731b7aad267bebd067aa236e981684a68c626a2f5ea583", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22b688835ce1f89720731b7aad267bebd067aa236e981684a68c626a2f5ea583", kill_on_drop: false }`
[INFO] [stdout] 22b688835ce1f89720731b7aad267bebd067aa236e981684a68c626a2f5ea583
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 68ba93eae81cbd9e403c542ba11d6db4c9716f6830f5eafea77745b70cb5fc3e
[INFO] running `Command { std: "docker" "start" "-a" "68ba93eae81cbd9e403c542ba11d6db4c9716f6830f5eafea77745b70cb5fc3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling chumsky v0.11.1
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling templatia-derive v0.0.4-alpha.1 (/opt/rustwide/workdir/templatia-derive)
[INFO] [stderr]    Compiling templatia v0.0.4-alpha.1 (/opt/rustwide/workdir/templatia)
[INFO] [stderr]    Compiling trybuild v1.0.111
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.08s
[INFO] running `Command { std: "docker" "inspect" "68ba93eae81cbd9e403c542ba11d6db4c9716f6830f5eafea77745b70cb5fc3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68ba93eae81cbd9e403c542ba11d6db4c9716f6830f5eafea77745b70cb5fc3e", kill_on_drop: false }`
[INFO] [stdout] 68ba93eae81cbd9e403c542ba11d6db4c9716f6830f5eafea77745b70cb5fc3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d86dca6166d31a7c454b0861d1c0faa5b0afe2f1e92c2e797744fe9140dac06c
[INFO] running `Command { std: "docker" "start" "-a" "d86dca6166d31a7c454b0861d1c0faa5b0afe2f1e92c2e797744fe9140dac06c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/templatia-dcfbb361df4dfdba)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/manual_implementations.rs (/opt/rustwide/target/debug/deps/manual_implementations-cae0103f6380f921)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test manual_implementation_edge_cases::complex_nested_implementation ... ok
[INFO] [stdout] test manual_implementation_edge_cases::empty_template_implementation ... ok
[INFO] [stdout] test manual_implementation_tests::custom_error_type ... ok
[INFO] [stdout] test manual_implementation_edge_cases::unit_struct_implementation ... ok
[INFO] [stdout] test manual_implementation_tests::generic_key_value_boolean ... ok
[INFO] [stdout] test manual_implementation_tests::generic_key_value_parse_errors ... ok
[INFO] [stdout] test manual_implementation_tests::generic_key_value_string ... ok
[INFO] [stdout] test manual_implementation_tests::point_tuple_struct_implementation ... ok
[INFO] [stdout] test manual_implementation_tests::point_tuple_struct_roundtrip ... ok
[INFO] [stdout] test manual_implementation_tests::server_config_parse_errors ... ok
[INFO] [stdout] test manual_implementation_tests::point_tuple_struct_parse_errors ... ok
[INFO] [stdout] test manual_implementation_tests::server_config_manual_implementation ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/templatia_derive-f334381aa4c0a52b)
[INFO] [stdout] test manual_implementation_tests::generic_key_value_numeric ... ok
[INFO] [stdout] test manual_implementation_edge_cases::complex_nested_parse_errors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/collections_tests.rs (/opt/rustwide/target/debug/deps/collections_tests-22a4bb656f3f99f2)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test hashset_duplicate_placeholders_must_match ... ok
[INFO] [stdout] test hashset_empty_value_means_empty_set ... ok
[INFO] [stdout] test hashset_string_parse_deduplicates ... ok
[INFO] [stdout] test vec_duplicate_placeholders_require_equal_segments ... ok
[INFO] [stdout] test vec_u32_basic_parse ... ok
[INFO] [stdout] test vec_empty_value_means_empty_vec ... ok
[INFO] [stdout] test hashset_parse_error_invalid_element ... ok
[INFO] [stdout] test vec_parse_error_invalid_element_reports_placeholder_and_type ... ok
[INFO] [stdout] test vec_string_basic_parse ... ok
[INFO] [stderr]      Running tests/compile_fail.rs (/opt/rustwide/target/debug/deps/compile_fail-60432a019a0b3339)
[INFO] [stdout] test collections_not_in_template_default_when_allowed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking syn v2.0.106
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]     Checking chumsky v0.11.1
[INFO] [stderr]     Checking darling_core v0.21.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling templatia-derive v0.0.4-alpha.1 (/opt/rustwide/workdir/templatia-derive)
[INFO] [stderr]     Checking templatia v0.0.4-alpha.1 (/opt/rustwide/workdir/templatia)
[INFO] [stderr]     Checking templatia-derive-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/templatia-derive)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.54s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_fail_tests ... ok
[INFO] [stderr] test tests/compile_fail/consecutive_disallowed.rs ... ok
[INFO] [stdout] 
[INFO] [stderr] test tests/compile_fail/missing_field.rs ... ok
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.15s
[INFO] [stderr] test tests/compile_fail/unsupported_map.rs ... ok
[INFO] [stdout] 
[INFO] [stderr] test tests/compile_fail/unsupported_result.rs ... ok
[INFO] [stderr] test tests/compile_fail/unsupported_tuple.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]      Running tests/comprehensive_tests.rs (/opt/rustwide/target/debug/deps/comprehensive_tests-7002caa364690981)
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test consecutive_placeholder_tests::bool_with_literal_separator ... ok
[INFO] [stdout] test consecutive_placeholder_tests::char_with_literal_separator ... ok
[INFO] [stdout] test consecutive_placeholder_tests::consecutive_char_placeholders_allowed ... ok
[INFO] [stdout] test consecutive_placeholder_tests::consecutive_bool_placeholders_allowed ... ok
[INFO] [stdout] test consecutive_placeholder_tests::mixed_char_bool_consecutive_allowed ... ok
[INFO] [stdout] test consecutive_placeholder_tests::multiple_consecutive_chars ... ok
[INFO] [stdout] test custom_template_tests::custom_template_complex_format ... ok
[INFO] [stdout] test custom_template_tests::custom_template_json_like_format ... ok
[INFO] [stdout] test custom_template_tests::custom_template_minimal_format ... ok
[INFO] [stdout] test custom_template_tests::custom_template_url_format ... ok
[INFO] [stdout] test custom_template_tests::custom_template_with_special_characters ... ok
[INFO] [stdout] test default_template_tests::default_template_boolean_values ... ok
[INFO] [stdout] test default_template_tests::default_template_single_field ... ok
[INFO] [stdout] test consecutive_placeholder_tests::multiple_consecutive_bools ... ok
[INFO] [stdout] test duplicate_placeholder_tests::duplicate_placeholders_mixed_with_unique ... ok
[INFO] [stdout] test duplicate_placeholder_tests::duplicate_placeholders_numeric_inconsistency ... ok
[INFO] [stdout] test error_handling_tests::parse_error_invalid_boolean ... ok
[INFO] [stdout] test error_handling_tests::parse_error_invalid_number ... ok
[INFO] [stdout] test error_handling_tests::parse_error_malformed_template ... ok
[INFO] [stdout] test default_template_tests::default_template_empty_string ... ok
[INFO] [stdout] test error_handling_tests::parse_error_negative_unsigned ... ok
[INFO] [stdout] test duplicate_placeholder_tests::duplicate_placeholders_consistent_values ... ok
[INFO] [stdout] test error_handling_tests::parse_error_number_overflow ... ok
[INFO] [stdout] test duplicate_placeholder_tests::duplicate_placeholders_inconsistent_values_error ... ok
[INFO] [stdout] test escaped_brace_tests::escaped_closing_brace ... ok
[INFO] [stdout] test error_handling_tests::parse_error_partial_template_match ... ok
[INFO] [stdout] test escaped_brace_tests::multiple_escaped_braces ... ok
[INFO] [stdout] test escaped_brace_tests::escaped_opening_brace ... ok
[INFO] [stdout] test escaped_brace_tests::both_escaped_braces ... ok
[INFO] [stdout] test field_combination_tests::many_fields_default_template ... ok
[INFO] [stdout] test missing_field_tests::basic_missing_field_with_default ... ok
[INFO] [stdout] test field_combination_tests::single_field_repeated_many_times ... ok
[INFO] [stdout] test missing_field_tests::missing_field_all_types_have_defaults ... ok
[INFO] [stdout] test field_combination_tests::mixed_field_order_in_custom_template ... ok
[INFO] [stdout] test missing_field_tests::missing_field_empty_template ... ok
[INFO] [stdout] test missing_field_tests::missing_field_only_first_field_in_template ... ok
[INFO] [stdout] test missing_field_tests::missing_field_alternating_pattern ... ok
[INFO] [stdout] test missing_field_tests::missing_field_complex_template ... ok
[INFO] [stdout] test missing_field_tests::missing_field_roundtrip_consistency ... ok
[INFO] [stdout] test missing_field_tests::missing_field_only_last_field_in_template ... ok
[INFO] [stdout] test missing_field_tests::missing_field_with_duplicate_placeholders ... ok
[INFO] [stdout] test default_template_tests::default_template_numeric_types ... ok
[INFO] [stdout] test missing_field_tests::missing_field_with_some_in_template ... ok
[INFO] [stdout] test missing_field_tests::multiple_missing_fields ... ok
[INFO] [stdout] test type_constraint_tests::extreme_numeric_values ... ok
[INFO] [stdout] test roundtrip_tests::roundtrip_consistency_default_template ... ok
[INFO] [stdout] test missing_field_tests::missing_field_with_consecutive_types ... ok
[INFO] [stdout] test roundtrip_tests::roundtrip_with_edge_case_values ... ok
[INFO] [stdout] test type_constraint_tests::string_with_newlines ... ok
[INFO] [stdout] test default_template_tests::default_template_multiple_fields_preserves_order ... ok
[INFO] [stdout] test duplicate_placeholder_tests::duplicate_placeholders_many_occurrences ... ok
[INFO] [stdout] test roundtrip_tests::roundtrip_consistency_custom_template ... ok
[INFO] [stdout] test consecutive_placeholder_tests::bool_char_consecutive_allowed ... ok
[INFO] [stdout] test type_constraint_tests::floating_point_precision ... ok
[INFO] [stdout] test type_constraint_tests::string_with_whitespace ... ok
[INFO] [stdout] test type_constraint_tests::zero_values ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/derive_basic.rs (/opt/rustwide/target/debug/deps/derive_basic-aa97abe1dcaaea07)
[INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test default_template_to_string_contains_fields ... ok
[INFO] [stdout] test custom_template_roundtrip ... ok
[INFO] [stdout] test duplicate_placeholder_inconsistent_values ... ok
[INFO] [stdout] test duplicate_placeholder_equal_values_ok ... ok
[INFO] [stdout] test parse_error_is_reported_as_template_error_parse ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/escaped_colon_tests.rs (/opt/rustwide/target/debug/deps/escaped_colon_tests-b6e25e66415dd908)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test colon_escape_error_tests::unexpected_input_remaining_text_contains_colon ... ok
[INFO] [stderr]      Running tests/option_tests.rs (/opt/rustwide/target/debug/deps/option_tests-f94230608a9e93a7)
[INFO] [stdout] test colon_escape_error_tests::unexpected_input_expected_literal_contains_colon ... ok
[INFO] [stdout] test colon_escape_error_tests::parse_to_type_value_with_colon ... ok
[INFO] [stdout] test colon_escape_error_tests::inconsistent_values_preserves_colons ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stdout] test basic_option_tests::option_field_vs_required_field_missing ... ok
[INFO] [stdout] test basic_option_tests::all_option_fields_in_template ... ok
[INFO] [stdout] test basic_option_tests::multiple_option_fields_some_present ... ok
[INFO] [stdout] test consecutive_option_placeholder_tests::consecutive_option_bool_placeholders ... ok
[INFO] [stdout] test basic_option_tests::option_field_present_in_template ... ok
[INFO] [stdout] test consecutive_option_placeholder_tests::consecutive_option_char_placeholders ... ok
[INFO] [stdout] test consecutive_option_placeholder_tests::mixed_option_char_and_option_bool ... ok
[INFO] [stdout] test consecutive_option_placeholder_tests::option_required_consecutive_allowed ... ok
[INFO] [stdout] test consecutive_option_placeholder_tests::multiple_consecutive_option_chars ... ok
[INFO] [stdout] test empty_str_option_not_none_tests::attribute_with_missing_placeholders ... ok
[INFO] [stdout] test empty_str_option_not_none_tests::attribute_only_affects_option_string ... ok
[INFO] [stdout] test empty_str_option_not_none_tests::empty_string_as_some_with_attribute ... ok
[INFO] [stdout] test empty_str_option_not_none_tests::multiple_optional_strings_with_attribute ... ok
[INFO] [stdout] test empty_str_option_not_none_tests::non_empty_string_with_attribute ... ok
[INFO] [stdout] test empty_str_option_not_none_tests::empty_string_default_behavior ... ok
[INFO] [stdout] test empty_str_option_not_none_tests::roundtrip_with_empty_str_option_not_none ... ok
[INFO] [stdout] test option_complex_tests::option_with_consecutive_char_placeholders ... ok
[INFO] [stdout] test option_complex_tests::option_with_duplicate_inconsistent_values_error ... ok
[INFO] [stdout] test option_default_template_tests::default_template_all_optional_none ... ok
[INFO] [stdout] test option_default_template_tests::default_template_mixed_optional_and_required ... ok
[INFO] [stdout] test option_complex_tests::option_with_duplicate_placeholders ... ok
[INFO] [stdout] test option_default_template_tests::default_template_with_none_values ... ok
[INFO] [stdout] test basic_option_tests::option_field_missing_from_template ... ok
[INFO] [stdout] test option_error_tests::option_parse_error_invalid_type ... ok
[INFO] [stdout] test option_error_tests::option_bool_invalid_value ... ok
[INFO] [stdout] test option_mixed_tests::mixed_optional_and_required_fields ... ok
[INFO] [stdout] test option_mixed_tests::complex_scenario_with_options ... ok
[INFO] [stdout] test option_default_template_tests::default_template_with_all_options ... ok
[INFO] [stdout] test option_default_template_tests::default_template_mixed_some_and_none ... ok
[INFO] [stdout] test option_complex_tests::option_with_consecutive_bool_placeholders ... ok
[INFO] [stdout] test option_complex_tests::option_json_like_format ... ok
[INFO] [stdout] test option_complex_tests::option_url_format ... ok
[INFO] [stdout] test option_mixed_tests::optional_fields_in_various_positions ... ok
[INFO] [stdout] test option_roundtrip_tests::option_roundtrip_with_value ... ok
[INFO] [stdout] test option_mixed_tests::optional_with_default_template ... ok
[INFO] [stdout] test option_type_tests::option_bool_type ... ok
[INFO] [stdout] test option_roundtrip_tests::option_multiple_roundtrips ... ok
[INFO] [stdout] test option_type_tests::option_float_types ... ok
[INFO] [stdout] test option_roundtrip_tests::option_roundtrip_missing_field ... ok
[INFO] [stdout] test option_type_tests::option_char_type ... ok
[INFO] [stdout] test basic_option_tests::option_field_none_in_struct_but_present_in_template ... ok
[INFO] [stdout] test option_type_tests::option_numeric_types ... ok
[INFO] [stdout] test option_type_tests::option_string_type ... ok
[INFO] [stdout] test option_mixed_tests::all_optional_fields ... ok
[INFO] [stdout] test option_mixed_tests::option_with_empty_string_value ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/vec_tests.rs (/opt/rustwide/target/debug/deps/vec_tests-d5f69fdd433823b5)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test vec_empty_string_means_empty_vec ... ok
[INFO] [stdout] test vec_duplicate_placeholders_must_match_as_strings ... ok
[INFO] [stdout] test vec_parse_error_reports_placeholder_and_type ... ok
[INFO] [stdout] test vec_parse_numbers_and_preserve_order ... ok
[INFO] [stderr]    Doc-tests templatia
[INFO] [stdout] test vec_render_and_parse_roundtrip_strings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test templatia/src/lib.rs - (line 110) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 184) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 146) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 131) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 162) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 62) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 264) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 32) ... ok
[INFO] [stdout] test templatia/src/lib.rs - (line 90) ... ok
[INFO] [stdout] test templatia/src/lib.rs - Template (line 353) ... ok
[INFO] [stdout] test templatia/src/lib.rs - Template::render_string (line 463) ... ok
[INFO] [stdout] test templatia/src/lib.rs - Template (line 399) ... ok
[INFO] [stdout] test templatia/src/lib.rs - Template::from_str (line 508) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests templatia_derive
[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" "d86dca6166d31a7c454b0861d1c0faa5b0afe2f1e92c2e797744fe9140dac06c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d86dca6166d31a7c454b0861d1c0faa5b0afe2f1e92c2e797744fe9140dac06c", kill_on_drop: false }`
[INFO] [stdout] d86dca6166d31a7c454b0861d1c0faa5b0afe2f1e92c2e797744fe9140dac06c
