[INFO] fetching crate reqwest_cookie_store 0.9.0...
[INFO] testing reqwest_cookie_store-0.9.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate reqwest_cookie_store 0.9.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate reqwest_cookie_store 0.9.0
[INFO] finished tweaking crates.io crate reqwest_cookie_store 0.9.0
[INFO] tweaked toml for crates.io crate reqwest_cookie_store 0.9.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate reqwest_cookie_store 0.9.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reqwest_cookie_store 0.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cookie_store v0.22.0
[INFO] [stderr]   Downloaded hyper-util v0.1.15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] caa90ede57b293c3456b805c227b27d9e18587c9345ea0fad2765b17c1816556
[INFO] running `Command { std: "docker" "start" "-a" "caa90ede57b293c3456b805c227b27d9e18587c9345ea0fad2765b17c1816556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "caa90ede57b293c3456b805c227b27d9e18587c9345ea0fad2765b17c1816556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "caa90ede57b293c3456b805c227b27d9e18587c9345ea0fad2765b17c1816556", kill_on_drop: false }`
[INFO] [stdout] caa90ede57b293c3456b805c227b27d9e18587c9345ea0fad2765b17c1816556
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0dbb07f01dcfb6d14da1ccbbdf58825a4cb38feae7601dddce343dfefd03d997
[INFO] running `Command { std: "docker" "start" "-a" "0dbb07f01dcfb6d14da1ccbbdf58825a4cb38feae7601dddce343dfefd03d997", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.15
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling publicsuffix v2.3.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling cookie_store v0.21.1
[INFO] [stderr]    Compiling cookie_store v0.22.0
[INFO] [stderr]    Compiling reqwest v0.12.22
[INFO] [stderr]    Compiling reqwest_cookie_store v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.25s
[INFO] running `Command { std: "docker" "inspect" "0dbb07f01dcfb6d14da1ccbbdf58825a4cb38feae7601dddce343dfefd03d997", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dbb07f01dcfb6d14da1ccbbdf58825a4cb38feae7601dddce343dfefd03d997", kill_on_drop: false }`
[INFO] [stdout] 0dbb07f01dcfb6d14da1ccbbdf58825a4cb38feae7601dddce343dfefd03d997
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b653c5aa55e86e4199eb72b4c862832b2b1a11ca8e1a0472929db5d8428c45c3
[INFO] running `Command { std: "docker" "start" "-a" "b653c5aa55e86e4199eb72b4c862832b2b1a11ca8e1a0472929db5d8428c45c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling publicsuffix v2.3.0
[INFO] [stderr]    Compiling cookie_store v0.21.1
[INFO] [stderr]    Compiling cookie_store v0.22.0
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling hyper-util v0.1.15
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.22
[INFO] [stderr]    Compiling reqwest_cookie_store v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.10s
[INFO] running `Command { std: "docker" "inspect" "b653c5aa55e86e4199eb72b4c862832b2b1a11ca8e1a0472929db5d8428c45c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b653c5aa55e86e4199eb72b4c862832b2b1a11ca8e1a0472929db5d8428c45c3", kill_on_drop: false }`
[INFO] [stdout] b653c5aa55e86e4199eb72b4c862832b2b1a11ca8e1a0472929db5d8428c45c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 17f8d88ae5b5722bf985ec66cbfb8253c287d7330e8df0a6fa0967d5f0ff69c4
[INFO] running `Command { std: "docker" "start" "-a" "17f8d88ae5b5722bf985ec66cbfb8253c287d7330e8df0a6fa0967d5f0ff69c4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reqwest_cookie_store-d20678808910487f)
[INFO] [stderr]    Doc-tests reqwest_cookie_store
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 8) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 8) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stdout:
[INFO] [stdout] initial load
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (55) panicked at src/lib.rs:34:47:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: "https://google.com/", 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:     0x6126e7ce7af2 - std::backtrace_rs::backtrace::libunwind::trace::h62f3c6bea0fedab3
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6126e7ce7af2 - std::backtrace_rs::backtrace::trace_unsynchronized::hc41aaca6c0af0bde
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6126e7ce7af2 - std::sys::backtrace::_print_fmt::h33ac2b97007106cc
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6126e7ce7af2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h4e0a3aeea0f9c085
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6126e7cf948f - core::fmt::rt::Argument::fmt::h1edd6a3e00b22f10
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6126e7cf948f - core::fmt::write::hecf68a131630c74d
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6126e7cc1421 - std::io::default_write_fmt::haf8355dc2afbec95
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6126e7cc1421 - std::io::Write::write_fmt::h93c9a261259c931a
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6126e7cc89e2 - std::sys::backtrace::BacktraceLock::print::h75160192768e5621
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6126e7ccb40f - std::panicking::default_hook::{{closure}}::h14d82797cfb1ddcb
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x6126e7ccb269 - std::panicking::default_hook::h63f9bf8161c5d325
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x6126e7ccbb45 - std::panicking::panic_with_hook::h3173740e06bd0752
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x6126e7ccb92a - std::panicking::panic_handler::{{closure}}::hbac492c61eb56a87
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x6126e7cc8b29 - std::sys::backtrace::__rust_end_short_backtrace::haa3eac3df9535320
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x6126e7cb5abd - __rustc[de0091b922c53d7e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x6126e7d01f30 - core::panicking::panic_fmt::h5138da2ef87be35b
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x6126e7d01406 - core::result::unwrap_failed::h5d9b16b0b732a2ac
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x6126e79c4543 - rust_out::main::_doctest_main_src_lib_rs_8_0::{{closure}}::ha5c0ffb8bb6e2856
[INFO] [stdout]   18:     0x6126e79bf456 - <core::pin::Pin<P> as core::future::future::Future>::poll::ha9b24095b606398e
[INFO] [stdout]   19:     0x6126e79beae6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h5dc31f9949cc13d9
[INFO] [stdout]   20:     0x6126e79be904 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hc3253a2b28a6d1ad
[INFO] [stdout]   21:     0x6126e79bbda0 - tokio::runtime::scheduler::current_thread::Context::enter::h53c1001f67365c45
[INFO] [stdout]   22:     0x6126e79be00d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hafb1356327cb2529
[INFO] [stdout]   23:     0x6126e79bd2a4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2a23719446901c08
[INFO] [stdout]   24:     0x6126e79ba471 - tokio::runtime::context::scoped::Scoped<T>::set::h20e00f9d95c8221f
[INFO] [stdout]   25:     0x6126e79ba264 - tokio::runtime::context::set_scheduler::{{closure}}::h3774436b3a3f1b4c
[INFO] [stdout]   26:     0x6126e79b275a - std::thread::local::LocalKey<T>::try_with::h1db407216290f86a
[INFO] [stdout]   27:     0x6126e79b2529 - std::thread::local::LocalKey<T>::with::h543762e05a3a8861
[INFO] [stdout]   28:     0x6126e79ba22b - tokio::runtime::context::set_scheduler::hff763ad0c40bf789
[INFO] [stdout]   29:     0x6126e79bd064 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha96322331a5dc209
[INFO] [stdout]   30:     0x6126e79bd32e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h5079290bdd4fc6d5
[INFO] [stdout]   31:     0x6126e79bb3e6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h0e8c4727bebeb8d3
[INFO] [stdout]   32:     0x6126e79ba6ea - tokio::runtime::context::runtime::enter_runtime::h27b02f79765f1e76
[INFO] [stdout]   33:     0x6126e79bb1cc - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::he409254fdf9c0573
[INFO] [stdout]   34:     0x6126e79badfb - tokio::runtime::runtime::Runtime::block_on_inner::h75ce6c4b5f8615cd
[INFO] [stdout]   35:     0x6126e79baff6 - tokio::runtime::runtime::Runtime::block_on::hee6c831d92038510
[INFO] [stdout]   36:     0x6126e79ac679 - tokio_test::block_on::hd495c78fefdd30af
[INFO] [stdout]   37:     0x6126e79c3941 - rust_out::main::_doctest_main_src_lib_rs_8_0::h911ff5464989deef
[INFO] [stdout]   38:     0x6126e79c3926 - rust_out::main::hcbdc0960c876f2af
[INFO] [stdout]   39:     0x6126e79b36d3 - core::ops::function::FnOnce::call_once::hfb4119cacd246208
[INFO] [stdout]   40:     0x6126e79b2516 - std::sys::backtrace::__rust_begin_short_backtrace::h410c329a888fe2f7
[INFO] [stdout]   41:     0x6126e79b24f9 - std::rt::lang_start::{{closure}}::h39fc2126d871a896
[INFO] [stdout]   42:     0x6126e7cc2e30 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hc7ed5622678f5124
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   43:     0x6126e7cc2e30 - std::panicking::catch_unwind::do_call::hc59414a11cf2a25a
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   44:     0x6126e7cc2e30 - std::panicking::catch_unwind::hff67b45e0819a036
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   45:     0x6126e7cc2e30 - std::panic::catch_unwind::hec0fb0db85f7fd60
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x6126e7cc2e30 - std::rt::lang_start_internal::{{closure}}::h74bea026352620a3
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/rt.rs:175:24
[INFO] [stdout]   47:     0x6126e7cc2e30 - std::panicking::catch_unwind::do_call::h931ef1bf7bdfcae2
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x6126e7cc2e30 - std::panicking::catch_unwind::h3816830c825cbe04
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x6126e7cc2e30 - std::panic::catch_unwind::h408406c8f02ebb9d
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x6126e7cc2e30 - std::rt::lang_start_internal::hce2b8b328837374b
[INFO] [stdout]                                at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/rt.rs:171:5
[INFO] [stdout]   51:     0x6126e79b24e1 - std::rt::lang_start::h866de1957bb2b812
[INFO] [stdout]   52:     0x6126e79c9695 - main
[INFO] [stdout]   53:     0x76865572b1ca - <unknown>
[INFO] [stdout]   54:     0x76865572b28b - __libc_start_main
[INFO] [stdout]   55:     0x6126e79a9c75 - _start
[INFO] [stdout]   56:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 8)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "17f8d88ae5b5722bf985ec66cbfb8253c287d7330e8df0a6fa0967d5f0ff69c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17f8d88ae5b5722bf985ec66cbfb8253c287d7330e8df0a6fa0967d5f0ff69c4", kill_on_drop: false }`
[INFO] [stdout] 17f8d88ae5b5722bf985ec66cbfb8253c287d7330e8df0a6fa0967d5f0ff69c4
