[INFO] fetching crate segment 0.2.6...
[INFO] testing segment-0.2.6 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate segment 0.2.6 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate segment 0.2.6
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate segment 0.2.6
[INFO] tweaked toml for crates.io crate segment 0.2.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate segment 0.2.6 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate segment 0.2.6 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded time-macros v0.2.20
[INFO] [stderr]   Downloaded async-trait v0.1.87
[INFO] [stderr]   Downloaded quinn-udp v0.5.10
[INFO] [stderr]   Downloaded tempfile v3.17.1
[INFO] [stderr]   Downloaded openssl-sys v0.9.106
[INFO] [stderr]   Downloaded cc v1.2.16
[INFO] [stderr]   Downloaded time-core v0.1.3
[INFO] [stderr]   Downloaded quinn v0.11.6
[INFO] [stderr]   Downloaded time v0.3.38
[INFO] [stderr]   Downloaded miniz_oxide v0.8.5
[INFO] [stderr]   Downloaded quinn-proto v0.11.9
[INFO] [stderr]   Downloaded openssl v0.10.71
[INFO] [stderr]   Downloaded webpki-roots v0.26.8
[INFO] [stderr]   Downloaded tokio v1.43.0
[INFO] [stderr]   Downloaded ring v0.17.11
[INFO] [stderr]   Downloaded openssl-src v300.4.2+3.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4a4ae6664d7b7d092e55c6c874709246b04ebc4008136e1621a6f640d87864ea
[INFO] running `Command { std: "docker" "start" "-a" "4a4ae6664d7b7d092e55c6c874709246b04ebc4008136e1621a6f640d87864ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a4ae6664d7b7d092e55c6c874709246b04ebc4008136e1621a6f640d87864ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a4ae6664d7b7d092e55c6c874709246b04ebc4008136e1621a6f640d87864ea", kill_on_drop: false }`
[INFO] [stdout] 4a4ae6664d7b7d092e55c6c874709246b04ebc4008136e1621a6f640d87864ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e840df003054ca6a0378b3bd680cefc551b92a3f8a9e01d3291ff676356ef5e
[INFO] running `Command { std: "docker" "start" "-a" "0e840df003054ca6a0378b3bd680cefc551b92a3f8a9e01d3291ff676356ef5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling rustls v0.23.23
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling time-core v0.1.3
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling ring v0.17.11
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.87
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.5
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling time v0.3.38
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling reqwest v0.12.12
[INFO] [stderr]    Compiling segment v0.2.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 02s
[INFO] running `Command { std: "docker" "inspect" "0e840df003054ca6a0378b3bd680cefc551b92a3f8a9e01d3291ff676356ef5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e840df003054ca6a0378b3bd680cefc551b92a3f8a9e01d3291ff676356ef5e", kill_on_drop: false }`
[INFO] [stdout] 0e840df003054ca6a0378b3bd680cefc551b92a3f8a9e01d3291ff676356ef5e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 356b37a3223fc56a9652b48f1ec685882f085c12ccb3d801d36c65fb50d42250
[INFO] running `Command { std: "docker" "start" "-a" "356b37a3223fc56a9652b48f1ec685882f085c12ccb3d801d36c65fb50d42250", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-rustls v0.27.5
[INFO] [stderr]    Compiling reqwest v0.12.12
[INFO] [stderr]    Compiling segment v0.2.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.66s
[INFO] running `Command { std: "docker" "inspect" "356b37a3223fc56a9652b48f1ec685882f085c12ccb3d801d36c65fb50d42250", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "356b37a3223fc56a9652b48f1ec685882f085c12ccb3d801d36c65fb50d42250", kill_on_drop: false }`
[INFO] [stdout] 356b37a3223fc56a9652b48f1ec685882f085c12ccb3d801d36c65fb50d42250
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c2ba0459914e8bbf40d5ddbc13dae3b4a1b3c3d8771591069d81d179570221ae
[INFO] running `Command { std: "docker" "start" "-a" "c2ba0459914e8bbf40d5ddbc13dae3b4a1b3c3d8771591069d81d179570221ae", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/segment-70878acb0c40d6be)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test batcher::tests::test_push_and_into ... ok
[INFO] [stdout] test batcher::tests::test_bad_message_size ... ok
[INFO] [stdout] test message::tests::serialize ... ok
[INFO] [stdout] test batcher::tests::test_max_buffer ... ok
[INFO] [stderr]    Doc-tests segment
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/auto_batcher.rs - auto_batcher::AutoBatcher (line 19) ... ok
[INFO] [stdout] test src/auto_batcher.rs - auto_batcher::AutoBatcher::new (line 57) ... ok
[INFO] [stdout] test src/auto_batcher.rs - auto_batcher::AutoBatcher::flush (line 111) ... ok
[INFO] [stdout] test src/auto_batcher.rs - auto_batcher::AutoBatcher::push (line 78) ... ok
[INFO] [stdout] test src/lib.rs - (line 49) ... FAILED
[INFO] [stdout] test src/batcher.rs - batcher::Batcher (line 16) ... ok
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 49) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/lib.rs:21:15:
[INFO] [stdout] could not send to Segment: NetworkError(reqwest::Error { kind: Request, url: "https://api.segment.io/v1/track", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c3e63b24f42 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c3e63b24f42 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c3e63b24f42 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c3e63b24f42 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c3e63b45873 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c3e63b45873 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5c3e63b22093 - std::io::default_write_fmt::h1470b6bb31d733fd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c3e63b22093 - std::io::Write::write_fmt::hd8146ab3991543d1
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c3e63b24d92 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c3e63b25e66 - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5c3e63b25c69 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x5c3e63b26872 - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x5c3e63b2660a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x5c3e63b25449 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   14:     0x5c3e63b2629d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x5c3e63b443a0 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5c3e63b44746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   17:     0x5c3e6395314c - core::result::Result<T,E>::expect::h2d0e5a2c12dd5b22
[INFO] [stdout]   18:     0x5c3e6395d4d9 - rust_out::main::{{closure}}::h2d4c8021649ef9f0
[INFO] [stdout]   19:     0x5c3e6395c056 - <core::pin::Pin<P> as core::future::future::Future>::poll::h5e213cb20903928b
[INFO] [stdout]   20:     0x5c3e6395b519 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h2bb481433e56c91b
[INFO] [stdout]   21:     0x5c3e6395b4af - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h035268f0736f64fb
[INFO] [stdout]   22:     0x5c3e6395a745 - tokio::runtime::scheduler::current_thread::Context::enter::h0116bf8c08237804
[INFO] [stdout]   23:     0x5c3e6395b167 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h0e3686a8e98cccf5
[INFO] [stdout]   24:     0x5c3e6395af74 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hf98d9033b14a1868
[INFO] [stdout]   25:     0x5c3e63959b54 - tokio::runtime::context::scoped::Scoped<T>::set::h3fbe4b2869400c0a
[INFO] [stdout]   26:     0x5c3e63959af4 - tokio::runtime::context::set_scheduler::{{closure}}::hbdc34e3b62cf7a0c
[INFO] [stdout]   27:     0x5c3e639500fa - std::thread::local::LocalKey<T>::try_with::h3501dcf55c9c9ebc
[INFO] [stdout]   28:     0x5c3e6394fff9 - std::thread::local::LocalKey<T>::with::hd70819f1db6f3f55
[INFO] [stdout]   29:     0x5c3e6395adda - tokio::runtime::scheduler::current_thread::CoreGuard::enter::had4a82a8ba031cf5
[INFO] [stdout]   30:     0x5c3e6395af8d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2f25daf03f9ae022
[INFO] [stdout]   31:     0x5c3e6395a352 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h94cabc66c2a51388
[INFO] [stdout]   32:     0x5c3e63959ce2 - tokio::runtime::context::runtime::enter_runtime::h1c4085cc35cce4db
[INFO] [stdout]   33:     0x5c3e6395a1a4 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h5ff8ee7a17423960
[INFO] [stdout]   34:     0x5c3e6395a01a - tokio::runtime::runtime::Runtime::block_on_inner::h7c9088c92f072528
[INFO] [stdout]   35:     0x5c3e6395a0d2 - tokio::runtime::runtime::Runtime::block_on::hc765f511f3a0d604
[INFO] [stdout]   36:     0x5c3e6395ca65 - rust_out::main::h707a703e23e8b691
[INFO] [stdout]   37:     0x5c3e63950753 - core::ops::function::FnOnce::call_once::hacedfcda517d60ac
[INFO] [stdout]   38:     0x5c3e6394ff76 - std::sys::backtrace::__rust_begin_short_backtrace::h4237a9aceaf0c727
[INFO] [stdout]   39:     0x5c3e6394fe29 - std::rt::lang_start::{{closure}}::hd68394c0f7c71761
[INFO] [stdout]   40:     0x5c3e63b1eb20 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h106557a9d245eb10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:284:21
[INFO] [stdout]   41:     0x5c3e63b1eb20 - std::panicking::catch_unwind::do_call::h18100d9574045a86
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   42:     0x5c3e63b1eb20 - std::panicking::catch_unwind::hf9f86a2471d520c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   43:     0x5c3e63b1eb20 - std::panic::catch_unwind::h410688ae8e8348a9
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5c3e63b1eb20 - std::rt::lang_start_internal::{{closure}}::h42fee7344f1a80c6
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/rt.rs:175:24
[INFO] [stdout]   45:     0x5c3e63b1eb20 - std::panicking::catch_unwind::do_call::h62b4ab9c433ebcfb
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   46:     0x5c3e63b1eb20 - std::panicking::catch_unwind::h61ceb8228d4a4310
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   47:     0x5c3e63b1eb20 - std::panic::catch_unwind::hf4a60a68b20bb306
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5c3e63b1eb20 - std::rt::lang_start_internal::h3478bd2aa4cc9cb2
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/rt.rs:171:5
[INFO] [stdout]   49:     0x5c3e6394fe11 - std::rt::lang_start::h323b15ce03982075
[INFO] [stdout]   50:     0x5c3e6395d605 - main
[INFO] [stdout]   51:     0x7fc09f6331ca - <unknown>
[INFO] [stdout]   52:     0x7fc09f63328b - __libc_start_main
[INFO] [stdout]   53:     0x5c3e6394eaa5 - _start
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/lib.rs:34:27:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NetworkError(reqwest::Error { kind: Request, url: "https://api.segment.io/v1/batch", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56a5978006a2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56a5978006a2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56a5978006a2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56a5978006a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56a597820ff3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56a597820ff3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x56a5977fd7f3 - std::io::default_write_fmt::h1470b6bb31d733fd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56a5977fd7f3 - std::io::Write::write_fmt::hd8146ab3991543d1
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56a5978004f2 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56a5978015c6 - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x56a5978013c9 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x56a597801fd2 - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x56a597801d6a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x56a597800ba9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   14:     0x56a5978019fd - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x56a59781fb20 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x56a59781fec6 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   17:     0x56a59763867e - rust_out::main::{{closure}}::h2d4c8021649ef9f0
[INFO] [stdout]   18:     0x56a59762fcf6 - <core::pin::Pin<P> as core::future::future::Future>::poll::h5e213cb20903928b
[INFO] [stdout]   19:     0x56a59762ebf9 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h2bb481433e56c91b
[INFO] [stdout]   20:     0x56a59762eb8f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h035268f0736f64fb
[INFO] [stdout]   21:     0x56a59762de25 - tokio::runtime::scheduler::current_thread::Context::enter::h0116bf8c08237804
[INFO] [stdout]   22:     0x56a59762e847 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h0e3686a8e98cccf5
[INFO] [stdout]   23:     0x56a59762e654 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hf98d9033b14a1868
[INFO] [stdout]   24:     0x56a59762d234 - tokio::runtime::context::scoped::Scoped<T>::set::h3fbe4b2869400c0a
[INFO] [stdout]   25:     0x56a59762d1d4 - tokio::runtime::context::set_scheduler::{{closure}}::hbdc34e3b62cf7a0c
[INFO] [stdout]   26:     0x56a59761b8aa - std::thread::local::LocalKey<T>::try_with::h3501dcf55c9c9ebc
[INFO] [stdout]   27:     0x56a59761b7a9 - std::thread::local::LocalKey<T>::with::hd70819f1db6f3f55
[INFO] [stdout]   28:     0x56a59762e4ba - tokio::runtime::scheduler::current_thread::CoreGuard::enter::had4a82a8ba031cf5
[INFO] [stdout]   29:     0x56a59762e66d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2f25daf03f9ae022
[INFO] [stdout]   30:     0x56a59762da32 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h94cabc66c2a51388
[INFO] [stdout]   31:     0x56a59762d3c2 - tokio::runtime::context::runtime::enter_runtime::h1c4085cc35cce4db
[INFO] [stdout]   32:     0x56a59762d884 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h5ff8ee7a17423960
[INFO] [stdout]   33:     0x56a59762d6fa - tokio::runtime::runtime::Runtime::block_on_inner::h7c9088c92f072528
[INFO] [stdout]   34:     0x56a59762d7b2 - tokio::runtime::runtime::Runtime::block_on::hc765f511f3a0d604
[INFO] [stdout]   35:     0x56a5976376f5 - rust_out::main::h707a703e23e8b691
[INFO] [stdout]   36:     0x56a59761c2b3 - core::ops::function::FnOnce::call_once::hacedfcda517d60ac
[INFO] [stdout]   37:     0x56a59761b726 - std::sys::backtrace::__rust_begin_short_backtrace::h4237a9aceaf0c727
[INFO] [stdout]   38:     0x56a59761b5d9 - std::rt::lang_start::{{closure}}::hd68394c0f7c71761
[INFO] [stdout]   39:     0x56a5977fa280 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h106557a9d245eb10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:284:21
[INFO] [stdout]   40:     0x56a5977fa280 - std::panicking::catch_unwind::do_call::h18100d9574045a86
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x56a5977fa280 - std::panicking::catch_unwind::hf9f86a2471d520c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x56a5977fa280 - std::panic::catch_unwind::h410688ae8e8348a9
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x56a5977fa280 - std::rt::lang_start_internal::{{closure}}::h42fee7344f1a80c6
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/rt.rs:175:24
[INFO] [stdout]   44:     0x56a5977fa280 - std::panicking::catch_unwind::do_call::h62b4ab9c433ebcfb
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   45:     0x56a5977fa280 - std::panicking::catch_unwind::h61ceb8228d4a4310
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   46:     0x56a5977fa280 - std::panic::catch_unwind::hf4a60a68b20bb306
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56a5977fa280 - std::rt::lang_start_internal::h3478bd2aa4cc9cb2
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/rt.rs:171:5
[INFO] [stdout]   48:     0x56a59761b5c1 - std::rt::lang_start::h323b15ce03982075
[INFO] [stdout]   49:     0x56a597638745 - main
[INFO] [stdout]   50:     0x712fe8c841ca - <unknown>
[INFO] [stdout]   51:     0x712fe8c8428b - __libc_start_main
[INFO] [stdout]   52:     0x56a597618a65 - _start
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout]     src/lib.rs - (line 49)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.43s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c2ba0459914e8bbf40d5ddbc13dae3b4a1b3c3d8771591069d81d179570221ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2ba0459914e8bbf40d5ddbc13dae3b4a1b3c3d8771591069d81d179570221ae", kill_on_drop: false }`
[INFO] [stdout] c2ba0459914e8bbf40d5ddbc13dae3b4a1b3c3d8771591069d81d179570221ae
