[INFO] cloning repository https://github.com/mluttikh/xml2arrow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mluttikh/xml2arrow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmluttikh%2Fxml2arrow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmluttikh%2Fxml2arrow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f007b8f932d76dbffe4cfeefd7f0ef95052e414
[INFO] testing mluttikh/xml2arrow against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmluttikh%2Fxml2arrow" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mluttikh/xml2arrow
[INFO] finished tweaking git repo https://github.com/mluttikh/xml2arrow
[INFO] tweaked toml for git repo https://github.com/mluttikh/xml2arrow written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mluttikh/xml2arrow on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mluttikh/xml2arrow 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-2026-04-21" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8321678e8b19fcc08cf0b39a62fab87caba3d4b34c13671df6711f3b0f74bec1
[INFO] running `Command { std: "docker" "start" "-a" "8321678e8b19fcc08cf0b39a62fab87caba3d4b34c13671df6711f3b0f74bec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8321678e8b19fcc08cf0b39a62fab87caba3d4b34c13671df6711f3b0f74bec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8321678e8b19fcc08cf0b39a62fab87caba3d4b34c13671df6711f3b0f74bec1", kill_on_drop: false }`
[INFO] [stdout] 8321678e8b19fcc08cf0b39a62fab87caba3d4b34c13671df6711f3b0f74bec1
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b006472dd03ea06067c524101cb21d7f2a11bdd7cf830de2f0a4e475001add3a
[INFO] running `Command { std: "docker" "start" "-a" "b006472dd03ea06067c524101cb21d7f2a11bdd7cf830de2f0a4e475001add3a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling arrow-schema v58.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling lexical-util v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling libyaml-rs v0.3.0
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]    Compiling fast-float2 v0.2.3
[INFO] [stderr]    Compiling flatbuffers v25.2.10
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.6
[INFO] [stderr]    Compiling lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling lexical-write-float v1.0.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling lexical-core v1.0.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling arrow-buffer v58.1.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling arrow-data v58.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling arrow-array v58.1.0
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling yaml_serde v0.10.4
[INFO] [stderr]    Compiling arrow-select v58.1.0
[INFO] [stderr]    Compiling arrow-row v58.1.0
[INFO] [stderr]    Compiling arrow-arith v58.1.0
[INFO] [stderr]    Compiling arrow-ord v58.1.0
[INFO] [stderr]    Compiling arrow-ipc v58.1.0
[INFO] [stderr]    Compiling arrow-string v58.1.0
[INFO] [stderr]    Compiling arrow-cast v58.1.0
[INFO] [stderr]    Compiling arrow-json v58.1.0
[INFO] [stderr]    Compiling arrow-csv v58.1.0
[INFO] [stderr]    Compiling arrow v58.1.0
[INFO] [stderr]    Compiling xml2arrow v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "b006472dd03ea06067c524101cb21d7f2a11bdd7cf830de2f0a4e475001add3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b006472dd03ea06067c524101cb21d7f2a11bdd7cf830de2f0a4e475001add3a", kill_on_drop: false }`
[INFO] [stdout] b006472dd03ea06067c524101cb21d7f2a11bdd7cf830de2f0a4e475001add3a
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0912e28748d972c7cb738d34ce5de5828af4bd1c28e6b65100554996516e7707
[INFO] running `Command { std: "docker" "start" "-a" "0912e28748d972c7cb738d34ce5de5828af4bd1c28e6b65100554996516e7707", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling cc v1.2.6
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling flatbuffers v25.2.10
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling codspeed-criterion-compat v4.4.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling codspeed v4.4.1
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling arrow-buffer v58.1.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling arrow-data v58.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling arrow-array v58.1.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling arrow-select v58.1.0
[INFO] [stderr]    Compiling arrow-row v58.1.0
[INFO] [stderr]    Compiling arrow-arith v58.1.0
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling yaml_serde v0.10.4
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling codspeed-criterion-compat-walltime v4.4.1
[INFO] [stderr]    Compiling rstest v0.25.0
[INFO] [stderr]    Compiling arrow-ord v58.1.0
[INFO] [stderr]    Compiling arrow-ipc v58.1.0
[INFO] [stderr]    Compiling arrow-string v58.1.0
[INFO] [stderr]    Compiling arrow-cast v58.1.0
[INFO] [stderr]    Compiling arrow-csv v58.1.0
[INFO] [stderr]    Compiling arrow-json v58.1.0
[INFO] [stderr]    Compiling arrow v58.1.0
[INFO] [stderr]    Compiling xml2arrow v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 56s
[INFO] running `Command { std: "docker" "inspect" "0912e28748d972c7cb738d34ce5de5828af4bd1c28e6b65100554996516e7707", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0912e28748d972c7cb738d34ce5de5828af4bd1c28e6b65100554996516e7707", kill_on_drop: false }`
[INFO] [stdout] 0912e28748d972c7cb738d34ce5de5828af4bd1c28e6b65100554996516e7707
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a0171734765cbd41046be1904e661caf761db7589a94d3ee461b6799851c6584
[INFO] running `Command { std: "docker" "start" "-a" "a0171734765cbd41046be1904e661caf761db7589a94d3ee461b6799851c6584", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xml2arrow-0dcfa94c347baaec)
[INFO] [stdout] 
[INFO] [stdout] running 154 tests
[INFO] [stdout] test config::tests::test_all_dtype_variants_convert_to_arrow ... ok
[INFO] [stdout] test config::tests::test_config_yaml_roundtrip_preserves_values::config_1_Config_parser_options_Default__default___tables_vec__TableConfig ... ok
[INFO] [stdout] test config::tests::test_duplicate_field_names_in_same_table_rejected ... ok
[INFO] [stdout] test config::tests::test_empty_field_name_rejected ... ok
[INFO] [stdout] test config::tests::test_config_yaml_roundtrip_preserves_values::config_2_Config_parser_options_Default__default___tables_vec____ ... ok
[INFO] [stdout] test config::tests::test_empty_table_xml_path_rejected ... ok
[INFO] [stdout] test config::tests::test_duplicate_table_names_rejected ... ok
[INFO] [stdout] test config::tests::test_empty_table_name_rejected ... ok
[INFO] [stdout] test config::tests::test_field_config_builder_chaining_works ... ok
[INFO] [stdout] test config::tests::test_empty_field_xml_path_rejected ... ok
[INFO] [stdout] test config::tests::test_empty_parser_options_uses_defaults ... ok
[INFO] [stdout] test config::tests::test_field_config_builder_offset_only ... ok
[INFO] [stdout] test config::tests::test_field_path_not_under_table_path_rejected ... ok
[INFO] [stdout] test config::tests::test_field_path_under_table_path_accepted ... ok
[INFO] [stdout] test config::tests::test_requires_attr_parsing_with_attribute_fields ... ok
[INFO] [stdout] test config::tests::test_same_field_name_in_different_tables_allowed ... ok
[INFO] [stdout] test config::tests::test_requires_attr_parsing_without_attribute_fields ... ok
[INFO] [stdout] test config::tests::test_requires_attr_parsing_with_mixed_fields ... ok
[INFO] [stdout] test path_registry::tests::test_attribute_paths_registered_correctly ... ok
[INFO] [stdout] test config::tests::test_root_table_allows_any_field_path ... ok
[INFO] [stdout] test config::tests::test_valid_config_passes_all_checks ... ok
[INFO] [stdout] test path_registry::tests::test_path_tracker_ignores_unknown_paths ... ok
[INFO] [stdout] test config::tests::test_invalid_yaml_file_returns_error ... ok
[INFO] [stdout] test path_registry::tests::test_registry_built_from_config_correctly ... ok
[INFO] [stdout] test path_registry::tests::test_registry_returns_correct_field_paths ... ok
[INFO] [stdout] test config::tests::test_field_config_builder_scale_only ... ok
[INFO] [stdout] test config::tests::test_parser_options_trim_text_defaults_to_false ... ok
[INFO] [stdout] test config::tests::test_field_nullable_defaults_to_false ... ok
[INFO] [stdout] test xml_parser::tests::test_all_null_values_produce_null_arrays ... ok
[INFO] [stdout] test config::tests::test_yaml_write_invalid_path_returns_error ... ok
[INFO] [stdout] test config::tests::test_missing_yaml_file_returns_error ... ok
[INFO] [stdout] test path_registry::tests::test_root_table_path_resolved_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_all_nullable_types_with_null_values ... ok
[INFO] [stdout] test xml_parser::tests::test_all_type_boundaries_parsed_correctly ... ok
[INFO] [stdout] test config::tests::test_parser_options_trim_text_set_explicitly ... ok
[INFO] [stdout] test xml_parser::tests::test_attribute_whitespace_preserved ... ok
[INFO] [stdout] test xml_parser::tests::test_attribute_with_xml_entities ... ok
[INFO] [stdout] test xml_parser::tests::test_attributes_on_empty_elements_parsed ... ok
[INFO] [stdout] test xml_parser::tests::test_binary_input_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_boolean_invalid_value_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_all_numeric_dtypes_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_boolean_valid_values_parsed ... ok
[INFO] [stdout] test xml_parser::tests::test_cdata_basic_text_extracted ... ok
[INFO] [stdout] test xml_parser::tests::test_cdata_multiple_sections_concatenated ... ok
[INFO] [stdout] test xml_parser::tests::test_cdata_numeric_values_converted ... ok
[INFO] [stdout] test xml_parser::tests::test_boolean_missing_value_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_cdata_special_characters_preserved ... ok
[INFO] [stdout] test xml_parser::tests::test_emoji_text_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_element_float64_nullable_produces_null ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_element_int32_non_nullable_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_element_int32_nullable_produces_null ... ok
[INFO] [stdout] test xml_parser::tests::test_deeply_nested_generic_paths_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_duplicate_attributes_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_element_boolean_nullable_produces_null ... ok
[INFO] [stdout] test xml_parser::tests::test_deeply_nested_structure_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_default_namespace_stripped ... ok
[INFO] [stdout] test xml_parser::tests::test_cdata_mixed_with_regular_text ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_attribute_value_preserved ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_input_returns_empty_batch ... ok
[INFO] [stdout] test xml_parser::tests::test_f32_overflow_with_scale_produces_infinity ... ok
[INFO] [stdout] test xml_parser::tests::test_int64_max_boundary_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_index_only_table_excluded_from_output ... ok
[INFO] [stdout] test xml_parser::tests::test_f32_nan_with_transform_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_fields_at_root_level_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_malformed_xml_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_mismatched_xml_tags_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_f64_large_value_with_scale_no_overflow ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_tags_produce_empty_strings ... ok
[INFO] [stdout] test xml_parser::tests::test_missing_element_vs_empty_element_for_int32 ... ok
[INFO] [stdout] test xml_parser::tests::test_empty_vs_missing_nullable_element ... ok
[INFO] [stdout] test xml_parser::tests::test_f64_nan_with_transform_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_f64_overflow_with_scale_produces_infinity ... ok
[INFO] [stdout] test path_registry::tests::test_path_tracker_tracks_known_paths ... ok
[INFO] [stdout] test xml_parser::tests::test_mixed_content_with_nested_child_elements ... ok
[INFO] [stdout] test xml_parser::tests::test_float_scientific_notation_parsed ... ok
[INFO] [stdout] test xml_parser::tests::test_multiple_namespaces_stripped ... ok
[INFO] [stdout] test xml_parser::tests::test_negative_offset_applied_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_multiple_stop_at_paths ... ok
[INFO] [stdout] test xml_parser::tests::test_missing_numeric_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_mixed_null_and_valid_values_parsed ... ok
[INFO] [stdout] test xml_parser::tests::test_four_level_nesting_with_indices ... ok
[INFO] [stdout] test xml_parser::tests::test_multiple_nested_tables_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_missing_string_defaults_to_empty ... ok
[INFO] [stdout] test xml_parser::tests::test_mixed_content_with_ignored_child_elements ... ok
[INFO] [stdout] test xml_parser::tests::test_multiple_tables_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_negative_scale_applied_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_negative_unsigned_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_boolean_whitespace_only_returns_error ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_02 ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_05 ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_f64_with_transform_missing_value_errors ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_01 ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_08 ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_10 ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_04 ... ok
[INFO] [stdout] test xml_parser::tests::test_nested_rows_indexed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_non_utf8_bytes_return_error ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_03 ... ok
[INFO] [stdout] test xml_parser::tests::test_nullable_boolean_whitespace_only_produces_null ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_07 ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_09 ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_11 ... ok
[INFO] [stdout] test xml_parser::tests::test_nullable_f32_empty_element_with_transform_produces_null ... ok
[INFO] [stdout] test xml_parser::tests::test_non_nullable_missing_value_returns_error_all_types::case_06 ... ok
[INFO] [stdout] test xml_parser::tests::test_multiple_attributes_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_4 ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_6 ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_7 ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_8 ... ok
[INFO] [stdout] test xml_parser::tests::test_multiple_attributes_on_single_element ... ok
[INFO] [stdout] test xml_parser::tests::test_nullable_f32_with_transform_missing_value ... ok
[INFO] [stdout] test xml_parser::tests::test_offset_only_applied_to_float32 ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_2 ... ok
[INFO] [stdout] test xml_parser::tests::test_nullable_missing_attribute_produces_null ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_entities_unescaped_in_attributes ... ok
[INFO] [stdout] test xml_parser::tests::test_nullable_f64_empty_element_with_transform_produces_null ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_1 ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_5 ... ok
[INFO] [stdout] test xml_parser::tests::test_numeric_overflow_returns_error::case_3 ... ok
[INFO] [stdout] test xml_parser::tests::test_offset_only_applied_to_float64 ... ok
[INFO] [stdout] test xml_parser::tests::test_prefixed_namespace_attribute_stripped ... ok
[INFO] [stdout] test xml_parser::tests::test_prefixed_namespace_stripped ... ok
[INFO] [stdout] test xml_parser::tests::test_root_attributes_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_root_table_with_fields_does_not_break_child_indices ... ok
[INFO] [stdout] test xml_parser::tests::test_root_table_without_fields_does_not_affect_child_indexing ... ok
[INFO] [stdout] test xml_parser::tests::test_root_with_nested_tables_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_scale_and_offset_applied_to_float32 ... ok
[INFO] [stdout] test xml_parser::tests::test_scale_and_offset_applied_to_float64 ... ok
[INFO] [stdout] test xml_parser::tests::test_scale_and_offset_with_negative_values ... ok
[INFO] [stdout] test xml_parser::tests::test_scale_only_applied_to_float32 ... ok
[INFO] [stdout] test xml_parser::tests::test_scale_only_applied_to_float64 ... ok
[INFO] [stdout] test xml_parser::tests::test_schema_nullability_defaults_to_non_nullable ... ok
[INFO] [stdout] test xml_parser::tests::test_schema_nullability_matches_config ... ok
[INFO] [stdout] test xml_parser::tests::test_self_closing_row_element_produces_nulls ... ok
[INFO] [stdout] test xml_parser::tests::test_sibling_tables_at_same_level ... ok
[INFO] [stdout] test xml_parser::tests::test_three_level_nesting_produces_parent_indices ... ok
[INFO] [stdout] test xml_parser::tests::test_unsupported_dtype_transform_returns_error::case_2 ... ok
[INFO] [stdout] test xml_parser::tests::test_stop_at_paths_extracts_header_only ... ok
[INFO] [stdout] test xml_parser::tests::test_unsupported_dtype_transform_returns_error::case_3 ... ok
[INFO] [stdout] test xml_parser::tests::test_sibling_tables_with_shared_parent_indices ... ok
[INFO] [stdout] test xml_parser::tests::test_unsupported_dtype_transform_returns_error::case_1 ... ok
[INFO] [stdout] test xml_parser::tests::test_unsupported_dtype_transform_returns_error::case_4 ... ok
[INFO] [stdout] test xml_parser::tests::test_stop_at_path_mid_nested_table ... ok
[INFO] [stdout] test xml_parser::tests::test_unicode_scripts_in_attributes ... ok
[INFO] [stdout] test xml_parser::tests::test_trim_text_option_strips_whitespace ... ok
[INFO] [stdout] test xml_parser::tests::test_very_large_scale_applied_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_very_small_float_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_very_small_scale_applied_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_xml_comments_ignored_during_parse ... ok
[INFO] [stdout] test xml_parser::tests::test_xml_declaration_handled_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_very_large_float_parsed_correctly ... ok
[INFO] [stdout] test xml_parser::tests::test_xml_entities_unescaped_in_attributes ... ok
[INFO] [stdout] test xml_parser::tests::test_xml_entities_unescaped_in_text ... ok
[INFO] [stdout] test xml_parser::tests::test_zero_scale_produces_zeros ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 154 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-1629d6e1d8081cde)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test_config_reused_across_multiple_files ... ok
[INFO] [stdout] test test_empty_file_returns_empty_batch ... ok
[INFO] [stdout] test test_invalid_yaml_config_returns_error ... ok
[INFO] [stdout] test test_whitespace_only_file_returns_empty_batch ... ok
[INFO] [stdout] test test_missing_yaml_config_returns_error ... ok
[INFO] [stdout] test test_utf8_bom_file_parsed_correctly ... ok
[INFO] [stdout] test test_realistic_sensor_data_parsed_correctly ... ok
[INFO] [stdout] test test_yaml_config_with_transform_applied ... ok
[INFO] [stdout] test test_large_file_1k_rows_parsed_correctly ... ok
[INFO] [stdout] test test_large_file_10k_rows_parsed_correctly ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests xml2arrow
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/xml_parser.rs - xml_parser::parse_xml_slice (line 696) ... ok
[INFO] [stdout] test src/xml_parser.rs - xml_parser::parse_xml (line 646) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 2.70s; merged doctests compilation took 2.63s
[INFO] running `Command { std: "docker" "inspect" "a0171734765cbd41046be1904e661caf761db7589a94d3ee461b6799851c6584", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0171734765cbd41046be1904e661caf761db7589a94d3ee461b6799851c6584", kill_on_drop: false }`
[INFO] [stdout] a0171734765cbd41046be1904e661caf761db7589a94d3ee461b6799851c6584
