[INFO] cloning repository https://github.com/VimCommando/espipe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VimCommando/espipe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVimCommando%2Fespipe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVimCommando%2Fespipe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 291b1c45526aa4e9cfc3a2254bfc25007a20968f
[INFO] testing VimCommando/espipe against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVimCommando%2Fespipe" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/VimCommando/espipe
[INFO] finished tweaking git repo https://github.com/VimCommando/espipe
[INFO] tweaked toml for git repo https://github.com/VimCommando/espipe written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VimCommando/espipe on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VimCommando/espipe 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f
[INFO] running `Command { std: "docker" "start" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling compression-core v0.4.31
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tokio v1.52.2
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling elasticsearch v9.1.0-alpha.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling compression-codecs v0.4.36
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling serde_json5 v0.2.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling toon-format v0.4.5
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_with v3.16.1
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling async-compression v0.4.37
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.8
[INFO] [stderr]    Compiling reqwest v0.13.3
[INFO] [stderr]    Compiling espipe v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] running `Command { std: "docker" "inspect" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling rcgen v0.14.7
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.8
[INFO] [stderr]    Compiling reqwest v0.13.3
[INFO] [stderr]    Compiling espipe v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.78s
[INFO] running `Command { std: "docker" "inspect" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/espipe-d02c8ac1dbab903f)
[INFO] [stdout] 
[INFO] [stdout] running 77 tests
[INFO] [stdout] test input::tests::content_field_validation_rejects_empty_and_dotted_names ... ok
[INFO] [stdout] test input::tests::existing_stdin_marker_is_preserved ... ok
[INFO] [stdout] test input::tests::concrete_missing_and_directory_inputs_are_path_specific_failures ... ok
[INFO] [stdout] test input::tests::existing_local_json_stream_behavior_is_preserved_for_single_input ... ok
[INFO] [stdout] test input::tests::custom_content_field_is_used_without_body ... ok
[INFO] [stdout] test input::tests::glob_matching_no_regular_files_fails ... ok
[INFO] [stdout] test input::tests::direct_markdown_file_imports_default_content_body ... ok
[INFO] [stdout] test input::tests::input_kind_detects_supported_compressed_suffixes ... ok
[INFO] [stdout] test input::tests::http_input_scheme_is_rejected ... ok
[INFO] [stdout] test input::tests::json_extension_is_accepted_for_local_input_detection ... ok
[INFO] [stdout] test input::tests::invalid_utf8_file_document_is_rejected ... ok
[INFO] [stdout] test input::tests::pretty_json_file_is_processed_as_one_document_when_first_line_is_open_brace ... ok
[INFO] [stdout] test input::tests::read_line_preserves_ndjson_as_raw_value ... ok
[INFO] [stdout] test input::tests::markdown_non_mapping_frontmatter_is_rejected ... ok
[INFO] [stdout] test input::tests::read_line_rejects_json_arrays ... ok
[INFO] [stdout] test input::tests::markdown_frontmatter_closing_delimiter_can_end_at_eof ... ok
[INFO] [stdout] test input::tests::gzip_json_input_is_rejected_as_unsupported ... ok
[INFO] [stdout] test input::tests::read_line_converts_csv_to_raw_json ... ok
[INFO] [stdout] test input::tests::gzip_json_glob_input_is_rejected_as_unsupported ... ok
[INFO] [stdout] test input::tests::json_validation_rejects_array_payload ... ok
[INFO] [stdout] test input::tests::json_validation_rejects_non_ndjson_payload ... ok
[INFO] [stdout] test input::tests::read_line_preserves_gzip_ndjson_as_raw_value ... ok
[INFO] [stdout] test input::tests::file_document_import_reads_files_lazily ... ok
[INFO] [stdout] test input::tests::jsonl_streams_object_lines_and_rejects_non_objects ... ok
[INFO] [stdout] test input::tests::gzip_json_multi_input_is_rejected_as_unsupported ... ok
[INFO] [stdout] test input::tests::markdown_frontmatter_is_extracted_and_conflicts_are_rejected ... ok
[INFO] [stdout] test input::tests::json_file_document_requires_whole_object ... ok
[INFO] [stdout] test input::tests::toon_file_streams_object_documents_in_order ... ok
[INFO] [stdout] test input::tests::toon_file_rejects_malformed_and_non_object_documents ... ok
[INFO] [stdout] test input::tests::toon_stream_stops_on_parse_failure_after_valid_document ... ok
[INFO] [stdout] test input::tests::single_toon_file_imports_one_object_document ... ok
[INFO] [stdout] test input::tests::toon_root_tabular_array_emits_one_document_per_row ... ok
[INFO] [stdout] test input::tests::yaml_mapping_imports_under_content_and_non_mapping_is_rejected ... ok
[INFO] [stdout] test input::tests::toon_root_tabular_array_rejects_non_object_rows ... ok
[INFO] [stdout] test output::elasticsearch::tests::build_bulk_body_uses_create_ndjson ... ok
[INFO] [stdout] test input::tests::yaml_mapping_rejects_content_field_conflict ... ok
[INFO] [stdout] test output::elasticsearch::tests::build_bulk_body_wraps_update_docs ... ok
[INFO] [stdout] test input::tests::recursive_glob_imports_regular_files_and_filters_directories ... ok
[INFO] [stdout] test output::elasticsearch::tests::config_rejects_zero_limits ... ok
[INFO] [stdout] test output::elasticsearch::tests::build_bulk_body_uses_index_ndjson ... ok
[INFO] [stdout] test output::elasticsearch::tests::default_worker_limits_are_bounded ... ok
[INFO] [stdout] test input::tests::single_line_json_file_is_processed_as_one_document ... ok
[INFO] [stdout] test input::tests::single_direct_file_document_omits_file_metadata ... ok
[INFO] [stdout] test output::elasticsearch::tests::extract_default_pipeline_supports_nested_and_flattened_settings ... ok
[INFO] [stdout] test input::tests::shell_expanded_files_are_sorted_deduplicated_and_include_metadata ... ok
[INFO] [stdout] test output::elasticsearch::tests::index_patterns_follow_multi_target_ordering ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_applies_pipeline_name_override ... ok
[INFO] [stdout] test output::elasticsearch::tests::extract_update_id_requires_id ... ok
[INFO] [stdout] test input::tests::read_line_converts_gzip_csv_to_raw_json ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_derives_pipeline_name_and_bulk_target ... ok
[INFO] [stdout] test output::elasticsearch::tests::index_patterns_report_unverifiable_shapes ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_allows_none_without_pipeline_file ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_rejects_pipeline_name_without_pipeline_file ... ok
[INFO] [stdout] test input::tests::remote_https_fetch_fails_on_transport_error ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_accepts_yaml_pipeline ... ok
[INFO] [stdout] test input::tests::toon_file_in_multi_input_includes_file_metadata ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_rejects_unsupported_pipeline_extension ... ok
[INFO] [stdout] test output::elasticsearch::tests::jsonc_and_json5_templates_are_normalized ... ok
[INFO] [stdout] test output::elasticsearch::tests::wildcard_matching_supports_zero_or_more_chars ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_template_with_pipeline_omits_bulk_pipeline_target ... ok
[INFO] [stdout] test output::elasticsearch::tests::template_name_rejects_empty_override ... ok
[INFO] [stdout] test output::elasticsearch::tests::template_unknown_extension_falls_back_to_strict_json ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_rejects_invalid_pipeline_json ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_rejects_invalid_pipeline_yaml ... ok
[INFO] [stdout] test output::elasticsearch::tests::yaml_template_is_normalized ... ok
[INFO] [stdout] test output::elasticsearch::tests::prepared_preflight_rejects_template_pipeline_mismatch_before_requests ... ok
[INFO] [stdout] test output::file::tests::file_output_rejects_unsupported_gzip_suffix_before_create ... ok
[INFO] [stdout] test output::elasticsearch::tests::template_name_defaults_to_file_stem ... ok
[INFO] [stdout] test output::elasticsearch::tests::strict_json_template_rejects_comments ... ok
[INFO] [stdout] test output::file::tests::file_output_writes_raw_json_directly ... ok
[INFO] [stdout] test output::file::tests::file_output_writes_gzip_ndjson ... ok
[INFO] [stdout] test output::elasticsearch::tests::template_name_override_is_used ... ok
[INFO] [stdout] test input::tests::remote_https_fetch_supports_toon_extension ... ok
[INFO] [stdout] test input::tests::remote_https_fetch_supports_extensionless_csv_and_sends_accept_header ... ok
[INFO] [stdout] test input::tests::remote_https_fetch_supports_toon_content_type ... ok
[INFO] [stdout] test input::tests::remote_https_fetch_rejects_gzip_url_suffix ... ok
[INFO] [stdout] test input::tests::remote_https_fetch_fails_on_non_success_status ... ok
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-7b0a2173159a8b78)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test cli_prints_version ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/elasticsearch.rs (/opt/rustwide/target/debug/deps/elasticsearch-f4e30df84f859d00)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test cli_ingests_fixture_with_pipeline_and_template_into_localhost ... ignored, requires a local Elasticsearch node at http://localhost:9200
[INFO] [stdout] test cli_ingests_gzip_ndjson_fixture_into_localhost ... ignored, requires a local Elasticsearch node at http://localhost:9200
[INFO] [stdout] test cli_ingests_into_elasticsearch_if_available ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/file_output.rs (/opt/rustwide/target/debug/deps/file_output-3ef1741e797bf45b)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] Piped 4 of 4 docs to /tmp/espipe-test-3776-1783603173305741253/bulk_output.ndjson in 0.001 seconds
[INFO] [stdout] test cli_rejects_multi_file_input_to_non_ndjson_file_output_before_writing ... ok
[INFO] [stdout] Piped 2 of 2 docs to /tmp/espipe-test-3776-1783603173301646723/glob_docs.ndjson.gz in 0.002 seconds
[INFO] [stdout] Piped 2 of 2 docs to /tmp/espipe-test-3776-1783603173301646743/glob_docs.ndjson in 0.002 seconds
[INFO] [stdout] test cli_accepts_multi_file_input_to_ndjson_file_output ... ok
[INFO] [stdout] test cli_accepts_multi_file_input_to_gzip_ndjson_file_output ... ok
[INFO] [stdout] test cli_writes_bulk_output_to_file ... ok
[INFO] [stdout] test cli_rejects_unsupported_gzip_file_output_before_writing ... ok
[INFO] [stdout] test cli_preserves_remote_input_error_for_multi_https_inputs ... ok
[INFO] [stdout] test cli_exits_with_error_when_later_file_document_read_fails ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/index_template.rs (/opt/rustwide/target/debug/deps/index_template-dca0731c77242db4)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test none_pipeline_target_is_rejected_with_template ... ok
[INFO] [stdout] test no_template_file_output_preserves_input_first_failure_order ... ok
[INFO] [stdout] test invalid_template_arguments_fail_before_input_access ... ok
[INFO] [stdout] test template_name_and_overwrite_require_template ... ok
[INFO] [stdout] test template_default_pipeline_is_checked_when_pipeline_file_is_omitted ... ok
[INFO] [stdout] test index_pattern_mismatch_warns_without_aborting ... ok
[INFO] [stdout] test cli_without_template_sends_only_bulk_requests ... ok
[INFO] [stdout] test template_parse_failures_are_path_specific ... ok
[INFO] [stdout] test rejected_template_aborts_before_bulk ... ok
[INFO] [stdout] test jsonc_and_json5_templates_are_sent_as_json ... ok
[INFO] [stdout] test cli_uses_create_only_post_when_overwrite_is_false ... ok
[INFO] [stdout] test unverifiable_index_patterns_warn_without_aborting ... ok
[INFO] [stdout] test cli_installs_yaml_pipeline_and_template_as_json ... ok
[INFO] [stdout] test cli_installs_pipeline_then_template_then_bulk_when_template_references_pipeline ... ok
[INFO] [stdout] test cli_installs_template_before_bulk_with_default_name_and_put ... ok
[INFO] [stdout] test cli_globs_fixture_documents_with_pipeline_and_template ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/localhost_bench.rs (/opt/rustwide/target/debug/deps/localhost_bench-224934e9712a6c3e)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test localhost_large_ingest_benchmark ... ignored, requires localhost:9200 and is intended for manual benchmarking
[INFO] [stdout] test localhost_nginx_access_log_benchmark ... ignored, requires localhost:9200 and is intended for manual benchmarking
[INFO] [stdout] test generated_nginx_access_line_is_valid_json ... ok
[INFO] [stdout] test generated_fixture_is_large_enough ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 14.49s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f", kill_on_drop: false }`
[INFO] [stdout] c265375e5145b81bad0b62ccb0cf96f8197e64bb2c24d2f172c43ae36717620f
