[INFO] cloning repository https://github.com/mardiros/cabot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mardiros/cabot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e1c6ce20ebe4cdd47ca689f340fb3b883e1757af
[INFO] testing mardiros/cabot 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%2Fmardiros%2Fcabot" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mardiros/cabot
[INFO] finished tweaking git repo https://github.com/mardiros/cabot
[INFO] tweaked toml for git repo https://github.com/mardiros/cabot written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mardiros/cabot 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/mardiros/cabot 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3
[INFO] running `Command { std: "docker" "start" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3", 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" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3" "/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" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3", 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" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling libc v0.2.84
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling futures-core v0.3.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.4
[INFO] [stderr]    Compiling futures-io v0.3.12
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.6
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling fastrand v1.4.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling vec-arena v1.0.0
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling futures-sink v0.3.12
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling tinyvec v1.1.1
[INFO] [stderr]    Compiling async-channel v1.5.1
[INFO] [stderr]    Compiling futures-channel v0.3.12
[INFO] [stderr]    Compiling futures-task v0.3.12
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling async-lock v2.3.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling futures-lite v1.11.3
[INFO] [stderr]    Compiling nb-connect v1.0.2
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling ring v0.16.19
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.16
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling async-executor v1.4.0
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling url v2.2.0
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.0
[INFO] [stderr]    Compiling ctor v0.1.18
[INFO] [stderr]    Compiling futures-macro v0.3.12
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling webpki-roots v0.19.0
[INFO] [stderr]    Compiling polling v2.0.2
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling rustls v0.17.0
[INFO] [stderr]    Compiling futures-util v0.3.12
[INFO] [stderr]    Compiling async-io v1.3.1
[INFO] [stderr]    Compiling async-global-executor v2.0.2
[INFO] [stderr]    Compiling async-std v1.9.0
[INFO] [stderr]    Compiling futures-executor v0.3.12
[INFO] [stderr]    Compiling futures v0.3.12
[INFO] [stderr]    Compiling cabot v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.64s
[INFO] running `Command { std: "docker" "inspect" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3", 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" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3" "/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 cabot v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.53s
[INFO] running `Command { std: "docker" "inspect" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3", 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" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test request::tests::test_get_request_to_string ... ok
[INFO] [stdout] test request::tests::test_get_request_with_headers_to_string ... ok
[INFO] [stdout] test request::tests::test_get_request_with_host_to_string ... ok
[INFO] [stdout] test request::tests::test_post_request_with_headers_to_string ... ok
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stdout] test request::tests::test_request_builder_complete ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cabot-5dbada302e6ee7b3)
[INFO] [stdout] test response::tests::test_build_response_ok ... ok
[INFO] [stdout] test response::tests::test_response_ok ... ok
[INFO] [stdout] test response::tests::test_response_ok_no_body ... ok
[INFO] [stdout] test client::tests::test_build_http_response_from_string ... ok
[INFO] [stdout] test client::tests::test_build_http_header_obsolete_line_folding_tab ... ok
[INFO] [stdout] test client::tests::test_build_http_no_response_body ... ok
[INFO] [stdout] test client::tests::test_build_http_header_obsolete_line_folding ... ok
[INFO] [stdout] test request::tests::test_request_builder_simple ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin.rs (/opt/rustwide/target/debug/deps/cabot-6f3f8f55d6578558)
[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] [stderr]    Doc-tests cabot
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/request.rs - request (line 4) ... ok
[INFO] [stdout] test src/response.rs - response (line 6) ... ok
[INFO] [stdout] test src/lib.rs - (line 21) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 21) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1604) panicked at src/lib.rs:12:69:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DNSLookupError("could not resolve address `\"www.rust-lang.org:443\"`")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x641d432b37d1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x641d432b37d1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x641d432b37d1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x641d432b37d1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x641d432c6c0a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x641d432c6c0a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x641d432b7b2c - std[73adb7dc35730857]::io::default_write_fmt::<std[73adb7dc35730857]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x641d432b7b2c - <std[73adb7dc35730857]::sys::stdio::unix::Stderr as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x641d4329c616 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x641d4329c616 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x641d432ae431 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x641d432ae5eb - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:815:13
[INFO] [stdout]   12:     0x641d4329c6c2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   13:     0x641d432941b9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x641d4329d02d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   15:     0x641d432c73dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x641d432c7152 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   17:     0x641d4308ad25 - rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}
[INFO] [stdout]   18:     0x641d4308ae2a - <async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]   19:     0x641d430890b5 - <async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<cabot[b759f975ef181259]::response::Response>>::{closure#0}
[INFO] [stdout]   20:     0x641d43086849 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<*const async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<cabot[b759f975ef181259]::response::Response>>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<cabot[b759f975ef181259]::response::Response>>
[INFO] [stdout]   21:     0x641d430864f7 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<*const async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<cabot[b759f975ef181259]::response::Response>>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<cabot[b759f975ef181259]::response::Response>>
[INFO] [stdout]   22:     0x641d43085d55 - <async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<cabot[b759f975ef181259]::response::Response>>
[INFO] [stdout]   23:     0x641d4308d5b9 - <async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]   24:     0x641d4308d610 - <futures_lite[16bbee18e01fbe35]::future::Or<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>, <async_executor[3511957541d6cd5d]::Executor>::run<cabot[b759f975ef181259]::response::Response, async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>>::{closure#0}::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]   25:     0x641d4308953e - <async_executor[3511957541d6cd5d]::Executor>::run::<cabot[b759f975ef181259]::response::Response, async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>>::{closure#0}
[INFO] [stdout]   26:     0x641d430898aa - <async_executor[3511957541d6cd5d]::LocalExecutor>::run::<cabot[b759f975ef181259]::response::Response, async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>>::{closure#0}
[INFO] [stdout]   27:     0x641d43087c7f - async_io[99707fe9fb4fba36]::driver::block_on::<cabot[b759f975ef181259]::response::Response, <async_executor[3511957541d6cd5d]::LocalExecutor>::run<cabot[b759f975ef181259]::response::Response, async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>>::{closure#0}>
[INFO] [stdout]   28:     0x641d43089e08 - async_global_executor[3a6da5c02129322e]::reactor::block_on::<<async_executor[3511957541d6cd5d]::LocalExecutor>::run<cabot[b759f975ef181259]::response::Response, async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>>::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}
[INFO] [stdout]   29:     0x641d43087227 - async_global_executor[3a6da5c02129322e]::reactor::block_on::<<async_executor[3511957541d6cd5d]::LocalExecutor>::run<cabot[b759f975ef181259]::response::Response, async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>>::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   30:     0x641d43089e8a - async_global_executor[3a6da5c02129322e]::executor::block_on::<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>, cabot[b759f975ef181259]::response::Response>::{closure#0}
[INFO] [stdout]   31:     0x641d4308706c - <std[73adb7dc35730857]::thread::local::LocalKey<async_executor[3511957541d6cd5d]::LocalExecutor>>::try_with::<async_global_executor[3a6da5c02129322e]::executor::block_on<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>, cabot[b759f975ef181259]::response::Response>::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   32:     0x641d43086f17 - <std[73adb7dc35730857]::thread::local::LocalKey<async_executor[3511957541d6cd5d]::LocalExecutor>>::with::<async_global_executor[3a6da5c02129322e]::executor::block_on<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>, cabot[b759f975ef181259]::response::Response>::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   33:     0x641d43087294 - async_global_executor[3a6da5c02129322e]::executor::block_on::<async_std[9a5b5094aba933eb]::task::builder::SupportTaskLocals<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}>, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   34:     0x641d4308a145 - <async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking::<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}::{closure#0}
[INFO] [stdout]   35:     0x641d43088fb3 - <async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}
[INFO] [stdout]   36:     0x641d4308671e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<*const async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   37:     0x641d43086497 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<*const async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   38:     0x641d43085d12 - <async_std[9a5b5094aba933eb]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   39:     0x641d43089213 - <async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking::<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}
[INFO] [stdout]   40:     0x641d43086d6c - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<usize>>>::try_with::<<async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   41:     0x641d43086c17 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<usize>>>::with::<<async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   42:     0x641d43086062 - <async_std[9a5b5094aba933eb]::task::builder::Builder>::blocking::<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   43:     0x641d43088a39 - async_std[9a5b5094aba933eb]::task::block_on::block_on::<rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0::{closure#0}, cabot[b759f975ef181259]::response::Response>
[INFO] [stdout]   44:     0x641d4308c378 - rust_out[c5d83d26dbed9be7]::main::_doctest_main_src_lib_rs_21_0
[INFO] [stdout]   45:     0x641d4308ae76 - rust_out[c5d83d26dbed9be7]::main
[INFO] [stdout]   46:     0x641d4308df33 - <fn() as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   47:     0x641d43088986 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   48:     0x641d43089ea9 - std[73adb7dc35730857]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   49:     0x641d432adb87 - <&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   50:     0x641d432adb87 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x641d432adb87 - std[73adb7dc35730857]::panicking::catch_unwind::<i32, &dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x641d432adb87 - std[73adb7dc35730857]::panic::catch_unwind::<&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x641d432adb87 - std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:175:24
[INFO] [stdout]   54:     0x641d432adb87 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   55:     0x641d432adb87 - std[73adb7dc35730857]::panicking::catch_unwind::<isize, std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x641d432adb87 - std[73adb7dc35730857]::panic::catch_unwind::<std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x641d432adb87 - std[73adb7dc35730857]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:171:5
[INFO] [stdout]   58:     0x641d43087891 - std[73adb7dc35730857]::rt::lang_start::<()>
[INFO] [stdout]   59:     0x641d4308e1b5 - main
[INFO] [stdout]   60:     0x7313bfebc1ca - <unknown>
[INFO] [stdout]   61:     0x7313bfebc28b - __libc_start_main
[INFO] [stdout]   62:     0x641d430859e5 - _start
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 21)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3", kill_on_drop: false }`
[INFO] [stdout] 8a1e6893ac637461a870ae50fb343a245f29f2c8d3b02dd2481bff374f6cb1c3
