[INFO] cloning repository https://github.com/matthias-Q/athena-udf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthias-Q/athena-udf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthias-Q%2Fathena-udf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthias-Q%2Fathena-udf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e7649c77cc9309f04fc23d34ca1524c623d0f33
[INFO] testing matthias-Q/athena-udf 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%2Fmatthias-Q%2Fathena-udf" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/matthias-Q/athena-udf
[INFO] finished tweaking git repo https://github.com/matthias-Q/athena-udf
[INFO] tweaked toml for git repo https://github.com/matthias-Q/athena-udf written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/matthias-Q/athena-udf 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/matthias-Q/athena-udf 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80
[INFO] running `Command { std: "docker" "start" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80", 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" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80" "/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" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80", 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" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling zerocopy v0.8.35
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling arrow-schema v57.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling lexical-util v1.0.7
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.6
[INFO] [stderr]    Compiling lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling lexical-write-float v1.0.6
[INFO] [stderr]    Compiling lexical-core v1.0.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling zerocopy-derive v0.8.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling http-serde v2.1.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling arrow-buffer v57.2.0
[INFO] [stderr]    Compiling lambda_runtime_api_client v1.0.2
[INFO] [stderr]    Compiling arrow-data v57.2.0
[INFO] [stderr]    Compiling lambda_runtime v1.0.2
[INFO] [stderr]    Compiling arrow-array v57.2.0
[INFO] [stderr]    Compiling arrow-select v57.2.0
[INFO] [stderr]    Compiling arrow-arith v57.2.0
[INFO] [stderr]    Compiling arrow-row v57.2.0
[INFO] [stderr]    Compiling arrow-ord v57.2.0
[INFO] [stderr]    Compiling arrow-ipc v57.2.0
[INFO] [stderr]    Compiling arrow-string v57.2.0
[INFO] [stderr]    Compiling arrow-cast v57.2.0
[INFO] [stderr]    Compiling arrow-csv v57.2.0
[INFO] [stderr]    Compiling arrow-json v57.2.0
[INFO] [stderr]    Compiling arrow v57.2.0
[INFO] [stderr]    Compiling athena-udf v0.2.2 (/opt/rustwide/workdir/athena-udf)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.15s
[INFO] running `Command { std: "docker" "inspect" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80", 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" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80" "/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 athena-udf v0.2.2 (/opt/rustwide/workdir/athena-udf)
[INFO] [stdout] warning: unused import: `crate::*`
[INFO] [stdout]    --> athena-udf/src/register_macro.rs:178:9
[INFO] [stdout]     |
[INFO] [stdout] 178 |     use crate::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> athena-udf/src/register_macro.rs:327:17
[INFO] [stdout]     |
[INFO] [stdout] 327 |             use super::*;
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.73s
[INFO] running `Command { std: "docker" "inspect" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80", 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" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::*`
[INFO] [stderr]    --> athena-udf/src/register_macro.rs:178:9
[INFO] [stderr]     |
[INFO] [stderr] 178 |     use crate::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> athena-udf/src/register_macro.rs:327:17
[INFO] [stderr]     |
[INFO] [stderr] 327 |             use super::*;
[INFO] [stderr]     |                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `athena-udf` (lib test) generated 2 warnings (run `cargo fix --lib -p athena-udf --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/athena_udf-da8945b40238fa1a)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test arrow_conversions::tests::test_data_types ... ok
[INFO] [stdout] test arrow_conversions::tests::test_f64_from_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_bool_to_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_bool_from_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_f64_to_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_i32_from_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_i64_to_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_i64_from_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_string_to_arrow ... ok
[INFO] [stdout] test arrow_conversions::tests::test_string_from_arrow ... ok
[INFO] [stdout] test process_macro::tests::test_option_string_with_nulls ... ok
[INFO] [stdout] test process_macro::tests::test_process_binary_add ... ok
[INFO] [stdout] test process_macro::tests::test_process_ternary_concat ... ok
[INFO] [stdout] test process_macro::tests::test_process_unary_i64_to_string ... ok
[INFO] [stdout] test process_macro::tests::test_process_unary_string ... ok
[INFO] [stdout] test process_macro::tests::test_string_to_optional_i64 ... ok
[INFO] [stdout] test register_macro::tests::test_register_udfs_multiple_functions ... ok
[INFO] [stdout] test register_macro::tests::test_register_udfs_unary ... ok
[INFO] [stdout] test serialization::tests::test_serialize_schema ... ok
[INFO] [stderr]    Doc-tests athena_udf
[INFO] [stdout] test response::tests::test_parse_request_http_wrapped ... ok
[INFO] [stdout] test response::tests::test_ping_request_handle ... ok
[INFO] [stdout] test register_macro::tests::test_register_udfs_binary ... ok
[INFO] [stdout] test response::tests::test_wrap_response_direct ... ok
[INFO] [stdout] test response::tests::test_wrap_response_http ... ok
[INFO] [stdout] test serialization::tests::test_serialize_batches ... ok
[INFO] [stdout] test serialization::tests::test_serialize_empty_batches ... ok
[INFO] [stdout] test response::tests::test_udf_response_from_batches ... ok
[INFO] [stdout] test serialization::tests::test_serialize_multiple_batches ... ok
[INFO] [stdout] test response::tests::test_parse_request_direct ... ok
[INFO] [stdout] test register_macro::tests::test_register_udfs_unknown_function ... ok
[INFO] [stdout] test register_macro::tests::test_athena_udf_handler_macro_compiles ... ok
[INFO] [stdout] test register_macro::tests::test_register_udfs_ternary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test athena-udf/src/process_macro.rs - process_macro::impl_process (line 23) ... ignored
[INFO] [stdout] test athena-udf/src/register_macro.rs - register_macro::athena_udf_handler (line 23) ... ignored
[INFO] [stdout] test athena-udf/src/register_macro.rs - register_macro::athena_udf_handler (line 8) ... ignored
[INFO] [stdout] test athena-udf/src/register_macro.rs - register_macro::register_udfs (line 115) ... ignored
[INFO] [stdout] test athena-udf/src/lib.rs - handle_athena_request (line 39) - compile ... ok
[INFO] [stdout] test athena-udf/src/serde_base64.rs - serde_base64::deserialize (line 47) ... ok
[INFO] [stdout] test athena-udf/src/serde_base64.rs - serde_base64::serialize (line 16) ... ok
[INFO] [stdout] test athena-udf/src/arrow_conversions.rs - arrow_conversions::Option<T> (line 278) ... FAILED
[INFO] [stdout] test athena-udf/src/serialization.rs - serialization::serialize_schema (line 63) ... FAILED
[INFO] [stdout] test athena-udf/src/arrow_conversions.rs - arrow_conversions::FromArrow (line 16) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/arrow_conversions.rs - arrow_conversions::Option<T> (line 311) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/arrow_conversions.rs - arrow_conversions::ToArrow (line 40) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/process_macro.rs - process_macro::UDFProcessor (line 94) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/process_macro.rs - process_macro::UDFProcessor<'a>::new (line 128) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/response.rs - response::AthenaResponse::parse_request (line 221) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/response.rs - response::AthenaResponse::wrap_response (line 290) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/response.rs - response::AthenaUDFResponse::from_batches (line 151) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/response.rs - response::PingRequest::handle (line 91) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/response.rs - response::PingResponse (line 27) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/serialization.rs - serialization::serialize_batches (line 113) has been running for over 60 seconds
[INFO] [stdout] test athena-udf/src/arrow_conversions.rs - arrow_conversions::FromArrow (line 16) ... FAILED
[INFO] [stdout] test athena-udf/src/response.rs - response::AthenaUDFResponse::from_batches (line 151) ... FAILED
[INFO] [stdout] test athena-udf/src/process_macro.rs - process_macro::UDFProcessor<'a>::new (line 128) ... ok
[INFO] [stdout] test athena-udf/src/arrow_conversions.rs - arrow_conversions::ToArrow (line 40) ... ok
[INFO] [stdout] test athena-udf/src/response.rs - response::PingRequest::handle (line 91) ... ok
[INFO] [stdout] test athena-udf/src/serialization.rs - serialization::serialize_batches (line 113) ... ok
[INFO] [stdout] test athena-udf/src/response.rs - response::AthenaResponse::parse_request (line 221) ... ok
[INFO] [stdout] test athena-udf/src/response.rs - response::PingResponse (line 27) ... ok
[INFO] [stdout] test athena-udf/src/process_macro.rs - process_macro::UDFProcessor (line 94) ... ok
[INFO] [stdout] test athena-udf/src/response.rs - response::AthenaResponse::wrap_response (line 290) ... ok
[INFO] [stdout] test athena-udf/src/arrow_conversions.rs - arrow_conversions::Option<T> (line 311) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- athena-udf/src/arrow_conversions.rs - arrow_conversions::Option<T> (line 278) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestJosr6h/rustcGg4SKA/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libathena_udf-fa217d340368acd4,liblambda_runtime-f1df64a0d7d5066f,libhttp_serde-83c6057aecdca2b3,libserde_path_to_error-167b66c20b56519b,libasync_stream-3500ccd85219eb2e,libpin_project-1d3fea3971c520e5,liblambda_runtime_api_client-55bc29cb9d62a1e3,libtracing_subscriber-736b09c747b3295e,libtracing_serde-e35860ad81e6596b,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-4eb3f62737b92c82,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-ec4da570862f46db,libhttp_body_util-19838e9fe8fe6196,libhyper_util-7c4d954d00f3fd85,libtracing-eb425193f006252d,liblog-b262261d47bd2eba,libtracing_core-4cc82aeb094c2c39,libhyper-045e9f941e8b3d58,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libsmallvec-bc3128fdd57228fc,libhttparse-8c9b827b8f345444,libatomic_waker-06950c8c08d2b8fa,libhttp_body-475394a7f396512d,libhttp-a4484436616bd9d7,libfutures-798f66d68a9b313d,libfutures_executor-e804d463ef147f33,libtower-430c5c6c1e861846,libsync_wrapper-b4537d9de714f6d1,libtower_service-3fb88d28c2218805,libtower_layer-d908dd771b239ecd,libfutures_util-6f9812611852b1a5,libfutures_io-59d0071c9258d69f,libslab-5629529544b2a983,libfutures_channel-c13537dec5cb7565,libfutures_sink-4f3ee80fddadef94,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libtokio_stream-b188c77f2c284e36,libfutures_core-3b920243fce8fec0,libtokio-ee3a845bbde93c06,libsocket2-1aadc0729249d3be,libmio-fc0f5b7715002b05,libpin_project_lite-72bf04572caa1c84,libserde-19669740436af00f,libarrow-57d94e0b83301ad4,libarrow_row-b8d70c8267f65cd8,libarrow_json-b1983c07a97002c4,libsimdutf8-0b1b63a7b11d4058,libserde_json-30a9cfe068691c47,libzmij-34a01a2cf8ae07a5,libindexmap-f006485b143d2676,libequivalent-6a754676e6af62ae,libarrow_ipc-f2096c17593a425d,libflatbuffers-5003f5ed2271cd8a,libbitflags-81c18dd570709ed4,libarrow_csv-3a8ac45e601daf35,libcsv-113c3d3d843fdbdb,libitoa-f3a70a1441f7f89b,libserde_core-46542aab222bf259,libcsv_core-7d04fd3bb8bb7ecc,libarrow_string-7dda4a385e55e943,libregex-d68dd8fa1cf43a87,libregex_automata-54ca625030ddee89,libaho_corasick-61cf93dc53dd0bf8,libregex_syntax-7dc7ab5f1f598203,libmemchr-9be7e24c0cc6f173,libarrow_cast-c4de9dac41cd53fe,libatoi-c67b27915a42295c,libryu-25f59e4cd0d23219,libbase64-32787b0325ea6df8,liblexical_core-f05491c3a50edaa0,liblexical_write_float-712757527daa16ab,liblexical_write_integer-2f3589da0b9f210c,liblexical_parse_float-3c29d03419db7c6a,liblexical_parse_integer-4fcfb19c13bfbc18,liblexical_util-801879279684047a,libarrow_arith-75dfe1a2e9b941a7,libarrow_ord-f697883058619ab5,libarrow_select-de53245b0227b0eb,libarrow_array-fa042acee54d58d2,libahash-4bc6a48f369ac2fc,libgetrandom-0baa87726cbcc5d3,liblibc-11f5a30dc24875fb,libonce_cell-e9252a7b5119f3eb,libhashbrown-25abce2d85979e8d,libnum_complex-ed1658ea66897262,libchrono-5c63d64c0c3ab8f1,libiana_time_zone-bcd81aefedc374a6,libarrow_data-9494f98b9f11432b,libarrow_schema-55c83eca3eec1052,libarrow_buffer-1cbd6f4edb0b7535,libbytes-3529dc27cc7678fe,libhalf-cc3b8dd9d8f99407,libcfg_if-83060ec5685761ae,libzerocopy-031fd9a2bda1ad7c,libnum_bigint-d687fda077b956cc,libnum_integer-085ed5d5af298655,libnum_traits-22d4c2c1070c368e}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestJosr6h/rustcGg4SKA/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestJosr6h/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- athena-udf/src/serialization.rs - serialization::serialize_schema (line 63) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestJC1tNW/rustcnX2IoZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libathena_udf-fa217d340368acd4,liblambda_runtime-f1df64a0d7d5066f,libhttp_serde-83c6057aecdca2b3,libserde_path_to_error-167b66c20b56519b,libasync_stream-3500ccd85219eb2e,libpin_project-1d3fea3971c520e5,liblambda_runtime_api_client-55bc29cb9d62a1e3,libtracing_subscriber-736b09c747b3295e,libtracing_serde-e35860ad81e6596b,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-4eb3f62737b92c82,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-ec4da570862f46db,libhttp_body_util-19838e9fe8fe6196,libhyper_util-7c4d954d00f3fd85,libtracing-eb425193f006252d,liblog-b262261d47bd2eba,libtracing_core-4cc82aeb094c2c39,libhyper-045e9f941e8b3d58,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libsmallvec-bc3128fdd57228fc,libhttparse-8c9b827b8f345444,libatomic_waker-06950c8c08d2b8fa,libhttp_body-475394a7f396512d,libhttp-a4484436616bd9d7,libfutures-798f66d68a9b313d,libfutures_executor-e804d463ef147f33,libtower-430c5c6c1e861846,libsync_wrapper-b4537d9de714f6d1,libtower_service-3fb88d28c2218805,libtower_layer-d908dd771b239ecd,libfutures_util-6f9812611852b1a5,libfutures_io-59d0071c9258d69f,libslab-5629529544b2a983,libfutures_channel-c13537dec5cb7565,libfutures_sink-4f3ee80fddadef94,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libtokio_stream-b188c77f2c284e36,libfutures_core-3b920243fce8fec0,libtokio-ee3a845bbde93c06,libsocket2-1aadc0729249d3be,libmio-fc0f5b7715002b05,libpin_project_lite-72bf04572caa1c84,libserde-19669740436af00f,libarrow-57d94e0b83301ad4,libarrow_row-b8d70c8267f65cd8,libarrow_json-b1983c07a97002c4,libsimdutf8-0b1b63a7b11d4058,libserde_json-30a9cfe068691c47,libzmij-34a01a2cf8ae07a5,libindexmap-f006485b143d2676,libequivalent-6a754676e6af62ae,libarrow_ipc-f2096c17593a425d,libflatbuffers-5003f5ed2271cd8a,libbitflags-81c18dd570709ed4,libarrow_csv-3a8ac45e601daf35,libcsv-113c3d3d843fdbdb,libitoa-f3a70a1441f7f89b,libserde_core-46542aab222bf259,libcsv_core-7d04fd3bb8bb7ecc,libarrow_string-7dda4a385e55e943,libregex-d68dd8fa1cf43a87,libregex_automata-54ca625030ddee89,libaho_corasick-61cf93dc53dd0bf8,libregex_syntax-7dc7ab5f1f598203,libmemchr-9be7e24c0cc6f173,libarrow_cast-c4de9dac41cd53fe,libatoi-c67b27915a42295c,libryu-25f59e4cd0d23219,libbase64-32787b0325ea6df8,liblexical_core-f05491c3a50edaa0,liblexical_write_float-712757527daa16ab,liblexical_write_integer-2f3589da0b9f210c,liblexical_parse_float-3c29d03419db7c6a,liblexical_parse_integer-4fcfb19c13bfbc18,liblexical_util-801879279684047a,libarrow_arith-75dfe1a2e9b941a7,libarrow_ord-f697883058619ab5,libarrow_select-de53245b0227b0eb,libarrow_array-fa042acee54d58d2,libahash-4bc6a48f369ac2fc,libgetrandom-0baa87726cbcc5d3,liblibc-11f5a30dc24875fb,libonce_cell-e9252a7b5119f3eb,libhashbrown-25abce2d85979e8d,libnum_complex-ed1658ea66897262,libchrono-5c63d64c0c3ab8f1,libiana_time_zone-bcd81aefedc374a6,libarrow_data-9494f98b9f11432b,libarrow_schema-55c83eca3eec1052,libarrow_buffer-1cbd6f4edb0b7535,libbytes-3529dc27cc7678fe,libhalf-cc3b8dd9d8f99407,libcfg_if-83060ec5685761ae,libzerocopy-031fd9a2bda1ad7c,libnum_bigint-d687fda077b956cc,libnum_integer-085ed5d5af298655,libnum_traits-22d4c2c1070c368e}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestJC1tNW/rustcnX2IoZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestJC1tNW/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- athena-udf/src/arrow_conversions.rs - arrow_conversions::FromArrow (line 16) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestoavImM/rustckEtu2t/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libathena_udf-fa217d340368acd4,liblambda_runtime-f1df64a0d7d5066f,libhttp_serde-83c6057aecdca2b3,libserde_path_to_error-167b66c20b56519b,libasync_stream-3500ccd85219eb2e,libpin_project-1d3fea3971c520e5,liblambda_runtime_api_client-55bc29cb9d62a1e3,libtracing_subscriber-736b09c747b3295e,libtracing_serde-e35860ad81e6596b,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-4eb3f62737b92c82,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-ec4da570862f46db,libhttp_body_util-19838e9fe8fe6196,libhyper_util-7c4d954d00f3fd85,libtracing-eb425193f006252d,liblog-b262261d47bd2eba,libtracing_core-4cc82aeb094c2c39,libhyper-045e9f941e8b3d58,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libsmallvec-bc3128fdd57228fc,libhttparse-8c9b827b8f345444,libatomic_waker-06950c8c08d2b8fa,libhttp_body-475394a7f396512d,libhttp-a4484436616bd9d7,libfutures-798f66d68a9b313d,libfutures_executor-e804d463ef147f33,libtower-430c5c6c1e861846,libsync_wrapper-b4537d9de714f6d1,libtower_service-3fb88d28c2218805,libtower_layer-d908dd771b239ecd,libfutures_util-6f9812611852b1a5,libfutures_io-59d0071c9258d69f,libslab-5629529544b2a983,libfutures_channel-c13537dec5cb7565,libfutures_sink-4f3ee80fddadef94,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libtokio_stream-b188c77f2c284e36,libfutures_core-3b920243fce8fec0,libtokio-ee3a845bbde93c06,libsocket2-1aadc0729249d3be,libmio-fc0f5b7715002b05,libpin_project_lite-72bf04572caa1c84,libserde-19669740436af00f,libarrow-57d94e0b83301ad4,libarrow_row-b8d70c8267f65cd8,libarrow_json-b1983c07a97002c4,libsimdutf8-0b1b63a7b11d4058,libserde_json-30a9cfe068691c47,libzmij-34a01a2cf8ae07a5,libindexmap-f006485b143d2676,libequivalent-6a754676e6af62ae,libarrow_ipc-f2096c17593a425d,libflatbuffers-5003f5ed2271cd8a,libbitflags-81c18dd570709ed4,libarrow_csv-3a8ac45e601daf35,libcsv-113c3d3d843fdbdb,libitoa-f3a70a1441f7f89b,libserde_core-46542aab222bf259,libcsv_core-7d04fd3bb8bb7ecc,libarrow_string-7dda4a385e55e943,libregex-d68dd8fa1cf43a87,libregex_automata-54ca625030ddee89,libaho_corasick-61cf93dc53dd0bf8,libregex_syntax-7dc7ab5f1f598203,libmemchr-9be7e24c0cc6f173,libarrow_cast-c4de9dac41cd53fe,libatoi-c67b27915a42295c,libryu-25f59e4cd0d23219,libbase64-32787b0325ea6df8,liblexical_core-f05491c3a50edaa0,liblexical_write_float-712757527daa16ab,liblexical_write_integer-2f3589da0b9f210c,liblexical_parse_float-3c29d03419db7c6a,liblexical_parse_integer-4fcfb19c13bfbc18,liblexical_util-801879279684047a,libarrow_arith-75dfe1a2e9b941a7,libarrow_ord-f697883058619ab5,libarrow_select-de53245b0227b0eb,libarrow_array-fa042acee54d58d2,libahash-4bc6a48f369ac2fc,libgetrandom-0baa87726cbcc5d3,liblibc-11f5a30dc24875fb,libonce_cell-e9252a7b5119f3eb,libhashbrown-25abce2d85979e8d,libnum_complex-ed1658ea66897262,libchrono-5c63d64c0c3ab8f1,libiana_time_zone-bcd81aefedc374a6,libarrow_data-9494f98b9f11432b,libarrow_schema-55c83eca3eec1052,libarrow_buffer-1cbd6f4edb0b7535,libbytes-3529dc27cc7678fe,libhalf-cc3b8dd9d8f99407,libcfg_if-83060ec5685761ae,libzerocopy-031fd9a2bda1ad7c,libnum_bigint-d687fda077b956cc,libnum_integer-085ed5d5af298655,libnum_traits-22d4c2c1070c368e}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestoavImM/rustckEtu2t/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestoavImM/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- athena-udf/src/response.rs - response::AthenaUDFResponse::from_batches (line 151) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctesttyLizn/rustcAtl3QX/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libathena_udf-fa217d340368acd4,liblambda_runtime-f1df64a0d7d5066f,libhttp_serde-83c6057aecdca2b3,libserde_path_to_error-167b66c20b56519b,libasync_stream-3500ccd85219eb2e,libpin_project-1d3fea3971c520e5,liblambda_runtime_api_client-55bc29cb9d62a1e3,libtracing_subscriber-736b09c747b3295e,libtracing_serde-e35860ad81e6596b,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-4eb3f62737b92c82,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-ec4da570862f46db,libhttp_body_util-19838e9fe8fe6196,libhyper_util-7c4d954d00f3fd85,libtracing-eb425193f006252d,liblog-b262261d47bd2eba,libtracing_core-4cc82aeb094c2c39,libhyper-045e9f941e8b3d58,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libsmallvec-bc3128fdd57228fc,libhttparse-8c9b827b8f345444,libatomic_waker-06950c8c08d2b8fa,libhttp_body-475394a7f396512d,libhttp-a4484436616bd9d7,libfutures-798f66d68a9b313d,libfutures_executor-e804d463ef147f33,libtower-430c5c6c1e861846,libsync_wrapper-b4537d9de714f6d1,libtower_service-3fb88d28c2218805,libtower_layer-d908dd771b239ecd,libfutures_util-6f9812611852b1a5,libfutures_io-59d0071c9258d69f,libslab-5629529544b2a983,libfutures_channel-c13537dec5cb7565,libfutures_sink-4f3ee80fddadef94,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libtokio_stream-b188c77f2c284e36,libfutures_core-3b920243fce8fec0,libtokio-ee3a845bbde93c06,libsocket2-1aadc0729249d3be,libmio-fc0f5b7715002b05,libpin_project_lite-72bf04572caa1c84,libserde-19669740436af00f,libarrow-57d94e0b83301ad4,libarrow_row-b8d70c8267f65cd8,libarrow_json-b1983c07a97002c4,libsimdutf8-0b1b63a7b11d4058,libserde_json-30a9cfe068691c47,libzmij-34a01a2cf8ae07a5,libindexmap-f006485b143d2676,libequivalent-6a754676e6af62ae,libarrow_ipc-f2096c17593a425d,libflatbuffers-5003f5ed2271cd8a,libbitflags-81c18dd570709ed4,libarrow_csv-3a8ac45e601daf35,libcsv-113c3d3d843fdbdb,libitoa-f3a70a1441f7f89b,libserde_core-46542aab222bf259,libcsv_core-7d04fd3bb8bb7ecc,libarrow_string-7dda4a385e55e943,libregex-d68dd8fa1cf43a87,libregex_automata-54ca625030ddee89,libaho_corasick-61cf93dc53dd0bf8,libregex_syntax-7dc7ab5f1f598203,libmemchr-9be7e24c0cc6f173,libarrow_cast-c4de9dac41cd53fe,libatoi-c67b27915a42295c,libryu-25f59e4cd0d23219,libbase64-32787b0325ea6df8,liblexical_core-f05491c3a50edaa0,liblexical_write_float-712757527daa16ab,liblexical_write_integer-2f3589da0b9f210c,liblexical_parse_float-3c29d03419db7c6a,liblexical_parse_integer-4fcfb19c13bfbc18,liblexical_util-801879279684047a,libarrow_arith-75dfe1a2e9b941a7,libarrow_ord-f697883058619ab5,libarrow_select-de53245b0227b0eb,libarrow_array-fa042acee54d58d2,libahash-4bc6a48f369ac2fc,libgetrandom-0baa87726cbcc5d3,liblibc-11f5a30dc24875fb,libonce_cell-e9252a7b5119f3eb,libhashbrown-25abce2d85979e8d,libnum_complex-ed1658ea66897262,libchrono-5c63d64c0c3ab8f1,libiana_time_zone-bcd81aefedc374a6,libarrow_data-9494f98b9f11432b,libarrow_schema-55c83eca3eec1052,libarrow_buffer-1cbd6f4edb0b7535,libbytes-3529dc27cc7678fe,libhalf-cc3b8dd9d8f99407,libcfg_if-83060ec5685761ae,libzerocopy-031fd9a2bda1ad7c,libnum_bigint-d687fda077b956cc,libnum_integer-085ed5d5af298655,libnum_traits-22d4c2c1070c368e}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctesttyLizn/rustcAtl3QX/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctesttyLizn/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     athena-udf/src/arrow_conversions.rs - arrow_conversions::FromArrow (line 16)
[INFO] [stdout]     athena-udf/src/arrow_conversions.rs - arrow_conversions::Option<T> (line 278)
[INFO] [stdout]     athena-udf/src/response.rs - response::AthenaUDFResponse::from_batches (line 151)
[INFO] [stdout]     athena-udf/src/serialization.rs - serialization::serialize_schema (line 63)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 12 passed; 4 failed; 4 ignored; 0 measured; 0 filtered out; finished in 120.88s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80", kill_on_drop: false }`
[INFO] [stdout] 849b224722f9a6ea73dbb03ae1a230f8a5d9a29bd85a582fd482931435fe1f80
