[INFO] fetching crate aahc 0.1.1...
[INFO] testing aahc-0.1.1 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate aahc 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate aahc 0.1.1
[INFO] finished tweaking crates.io crate aahc 0.1.1
[INFO] tweaked toml for crates.io crate aahc 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate aahc 0.1.1 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aahc 0.1.1 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded async-compat v0.2.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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] 48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc
[INFO] running `Command { std: "docker" "start" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc", 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" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc", 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" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling aahc v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc", 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" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling async-compat v0.2.5
[INFO] [stderr]    Compiling aahc v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: extern crate `async_compat` is unused in crate `aahc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_compat as _;` to the crate root
[INFO] [stdout]   = note: requested on the command line with `-W unused-crate-dependencies`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tokio` is unused in crate `aahc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tokio as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.82s
[INFO] running `Command { std: "docker" "inspect" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc", 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" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: extern crate `async_compat` is unused in crate `aahc`
[INFO] [stderr]   |
[INFO] [stderr]   = help: remove the dependency or add `use async_compat as _;` to the crate root
[INFO] [stderr]   = note: requested on the command line with `-W unused-crate-dependencies`
[INFO] [stderr] 
[INFO] [stderr] warning: extern crate `tokio` is unused in crate `aahc`
[INFO] [stderr]   |
[INFO] [stderr]   = help: remove the dependency or add `use tokio as _;` to the crate root
[INFO] [stderr] 
[INFO] [stderr] warning: `aahc` (lib test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aahc-7e327bc89a5f008f)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test request::body::chunked::test::hint ... ok
[INFO] [stdout] test request::body::chunked::test::hint_overlap ... ok
[INFO] [stdout] test request::body::chunked::test::basic ... ok
[INFO] [stdout] test request::body::chunked::test::zero_bytes ... ok
[INFO] [stdout] test request::body::fixed::test::basic ... ok
[INFO] [stdout] test request::body::chunked::test::two_chunks ... ok
[INFO] [stdout] test request::body::fixed::test::two_parts ... ok
[INFO] [stdout] test request::headers::test::basic ... ok
[INFO] [stdout] test request::headers::test::transfer_encoding ... ok
[INFO] [stdout] test response::body::chunked::test::poll_read ... ok
[INFO] [stdout] test response::body::chunked::test::poll_read_vectored ... ok
[INFO] [stdout] test response::body::fixed::test::read_all ... ok
[INFO] [stdout] test response::body::fixed::test::read_some ... ok
[INFO] [stdout] test response::body::fixed::test::read_vectored_some ... ok
[INFO] [stdout] test response::body::chunked::test::poll_read_exts ... ok
[INFO] [stdout] test request::headers::test::content_length ... ok
[INFO] [stdout] test response::headers::test::is_chunked_all ... ok
[INFO] [stdout] test response::headers::test::get_content_length_all ... ok
[INFO] [stdout] test response::headers::test::parse_status_code_all ... ok
[INFO] [stdout] test response::headers::test::receive_bad_transfer_encoding ... ok
[INFO] [stdout] test response::headers::test::receive_basic ... ok
[INFO] [stdout] test response::headers::test::receive_too_long ... ok
[INFO] [stdout] test response::headers::test::receive_switching_protocols ... ok
[INFO] [stdout] test response::headers::test::receive_bad_length ... ok
[INFO] [stdout] test response::headers::test::headers_length_all ... ok
[INFO] [stdout] test util::io::test::poll_read_vectored_bounded_one_full ... ok
[INFO] [stdout] test util::io::test::poll_read_vectored_bounded_one_partial ... ok
[INFO] [stdout] test util::io::test::poll_read_vectored_bounded_two_full ... ok
[INFO] [stdout] test util::io::test::read ... ok
[INFO] [stdout] test util::io::test::read_vectored ... ok
[INFO] [stdout] test response::headers::test::receive_truncated ... ok
[INFO] [stdout] test util::io::test::write_all_error ... ok
[INFO] [stdout] test util::io::test::write_all_fast ... ok
[INFO] [stdout] test response::body::fixed::test::read_vectored_all ... ok
[INFO] [stdout] test response::body::fixed::test::read_vectored_all_multi ... ok
[INFO] [stdout] test response::headers::test::receive_100_continue ... ok
[INFO] [stdout] test util::io::test::write_all_slow ... ok
[INFO] [stdout] test response::body::fixed::test::read_all_multi ... ok
[INFO] [stdout] test request::body::fixed::test::truncated - should panic ... ok
[INFO] [stdout] test request::body::fixed::test::overflow - should panic ... ok
[INFO] [stdout] test request::body::chunked::test::truncate - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aahc
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 13) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 13) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (347) panicked at /tmp/rustdoctestOodycz/doctest_bundle_2024.rs:14:77:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c36d4bcdc18 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c36d4bcdc18 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c36d4bcdc18 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c36d4bcdc18 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c36d4be328a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c36d4be328a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5c36d4bd3572 - std[10d71ac2c42b111e]::io::default_write_fmt::<std[10d71ac2c42b111e]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5c36d4bd3572 - <std[10d71ac2c42b111e]::sys::stdio::unix::Stderr as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5c36d4bac246 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c36d4bac246 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c36d4bc5cf1 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5c36d4bc5eab - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5c36d4bac302 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x5c36d4ba1379 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5c36d4bad2fd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5c36d4be3a4c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5c36d4be37c2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x5c36d4af0ed5 - doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}
[INFO] [stdout]   18:     0x5c36d4af6677 - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]   19:     0x5c36d4af6698 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]   20:     0x5c36d4aefc78 - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x5c36d4aef5fc - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   22:     0x5c36d4ae5a34 - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   23:     0x5c36d4aeae81 - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}
[INFO] [stdout]   24:     0x5c36d4aeac08 - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]   25:     0x5c36d4ae5495 - <tokio[2a43c754c307b542]::runtime::context::scoped::Scoped<tokio[2a43c754c307b542]::runtime::scheduler::Context>>::set::<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]   26:     0x5c36d4aec368 - tokio[2a43c754c307b542]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   27:     0x5c36d4ae6a3f - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[2a43c754c307b542]::runtime::context::Context>>::try_with::<tokio[2a43c754c307b542]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]   28:     0x5c36d4ae67ea - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[2a43c754c307b542]::runtime::context::Context>>::with::<tokio[2a43c754c307b542]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]   29:     0x5c36d4ae8caf - tokio[2a43c754c307b542]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   30:     0x5c36d4ae7bc8 - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]   31:     0x5c36d4ae8212 - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>>
[INFO] [stdout]   32:     0x5c36d4aea4aa - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>::{closure#0}
[INFO] [stdout]   33:     0x5c36d4ae8f45 - tokio[2a43c754c307b542]::runtime::context::runtime::enter_runtime::<<tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]   34:     0x5c36d4ae57bb - <tokio[2a43c754c307b542]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>
[INFO] [stdout]   35:     0x5c36d4ae42fa - <tokio[2a43c754c307b542]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>>>
[INFO] [stdout]   36:     0x5c36d4ae46f2 - <tokio[2a43c754c307b542]::runtime::runtime::Runtime>::block_on::<doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main::{closure#0}>
[INFO] [stdout]   37:     0x5c36d4af4a3e - doctest_bundle_2024[322816e07dc56de6]::__doctest_0::main
[INFO] [stdout]   38:     0x5c36d4af4a76 - doctest_bundle_2024[322816e07dc56de6]::__doctest_0::__main_fn
[INFO] [stdout]   39:     0x5c36d4ae0210 - doctest_runner_2024[51c30c5b49b19dd0]::__doctest_0::TEST::{closure#0}
[INFO] [stdout]   40:     0x5c36d4ae3e36 - <doctest_runner_2024[51c30c5b49b19dd0]::__doctest_0::TEST::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   41:     0x5c36d4ae0741 - doctest_runner_2024[51c30c5b49b19dd0]::main
[INFO] [stdout]   42:     0x5c36d4ae3d93 - <fn() -> std[10d71ac2c42b111e]::process::ExitCode as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   43:     0x5c36d4adfab6 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[10d71ac2c42b111e]::process::ExitCode, std[10d71ac2c42b111e]::process::ExitCode>
[INFO] [stdout]   44:     0x5c36d4ae0049 - std[10d71ac2c42b111e]::rt::lang_start::<std[10d71ac2c42b111e]::process::ExitCode>::{closure#0}
[INFO] [stdout]   45:     0x5c36d4bc4a07 - <&dyn core[8fb95b77d25ab6c8]::ops::function::Fn<(), Output = i32> + core[8fb95b77d25ab6c8]::panic::unwind_safe::RefUnwindSafe + core[8fb95b77d25ab6c8]::marker::Sync as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   46:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<&dyn core[8fb95b77d25ab6c8]::ops::function::Fn<(), Output = i32> + core[8fb95b77d25ab6c8]::panic::unwind_safe::RefUnwindSafe + core[8fb95b77d25ab6c8]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::panicking::catch_unwind::<i32, &dyn core[8fb95b77d25ab6c8]::ops::function::Fn<(), Output = i32> + core[8fb95b77d25ab6c8]::panic::unwind_safe::RefUnwindSafe + core[8fb95b77d25ab6c8]::marker::Sync>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::panic::catch_unwind::<&dyn core[8fb95b77d25ab6c8]::ops::function::Fn<(), Output = i32> + core[8fb95b77d25ab6c8]::panic::unwind_safe::RefUnwindSafe + core[8fb95b77d25ab6c8]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/rt.rs:175:24
[INFO] [stdout]   50:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<std[10d71ac2c42b111e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::panicking::catch_unwind::<isize, std[10d71ac2c42b111e]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::panic::catch_unwind::<std[10d71ac2c42b111e]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5c36d4bc4a07 - std[10d71ac2c42b111e]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/rt.rs:171:5
[INFO] [stdout]   54:     0x5c36d4aded01 - std[10d71ac2c42b111e]::rt::lang_start::<std[10d71ac2c42b111e]::process::ExitCode>
[INFO] [stdout]   55:     0x5c36d4ae3f65 - main
[INFO] [stdout]   56:     0x77893170c1ca - <unknown>
[INFO] [stdout]   57:     0x77893170c28b - __libc_start_main
[INFO] [stdout]   58:     0x5c36d4addd45 - _start
[INFO] [stdout]   59:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 13)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.75s; merged doctests compilation took 0.71s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc", kill_on_drop: false }`
[INFO] [stdout] 48686bdb132a8eea7ed988349cdc9a7f6704e7a020bb80e97e0db2f0523b5bbc
