[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.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mardiros/cabot on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-6-tc1/source/Cargo.toml [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.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ctor v0.1.18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a04c34e16e7cfcd7ff1ca97765ae80f6be2859951cd8c95d9321c082cba048c8 [INFO] running `Command { std: "docker" "start" "-a" "a04c34e16e7cfcd7ff1ca97765ae80f6be2859951cd8c95d9321c082cba048c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a04c34e16e7cfcd7ff1ca97765ae80f6be2859951cd8c95d9321c082cba048c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a04c34e16e7cfcd7ff1ca97765ae80f6be2859951cd8c95d9321c082cba048c8", kill_on_drop: false }` [INFO] [stdout] a04c34e16e7cfcd7ff1ca97765ae80f6be2859951cd8c95d9321c082cba048c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80d470069fc6c6c1f3742d04de88bbb16edc80687f54b242d95cfc28ff0a227f [INFO] running `Command { std: "docker" "start" "-a" "80d470069fc6c6c1f3742d04de88bbb16edc80687f54b242d95cfc28ff0a227f", 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 futures-io v0.3.12 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.6 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling spin v0.5.2 [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 matches v0.1.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.12 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling async-channel v1.5.1 [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 lazy_static v1.4.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling async-lock v2.3.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling ring v0.16.19 [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 atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling idna v0.2.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 url v2.2.0 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [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 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 33.88s [INFO] running `Command { std: "docker" "inspect" "80d470069fc6c6c1f3742d04de88bbb16edc80687f54b242d95cfc28ff0a227f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80d470069fc6c6c1f3742d04de88bbb16edc80687f54b242d95cfc28ff0a227f", kill_on_drop: false }` [INFO] [stdout] 80d470069fc6c6c1f3742d04de88bbb16edc80687f54b242d95cfc28ff0a227f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27d34e3df9f2eb200bf6954944f784b1cb8f115538d1e9d858dedc40e2d3c040 [INFO] running `Command { std: "docker" "start" "-a" "27d34e3df9f2eb200bf6954944f784b1cb8f115538d1e9d858dedc40e2d3c040", kill_on_drop: false }` [INFO] [stderr] Compiling cabot v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.83s [INFO] running `Command { std: "docker" "inspect" "27d34e3df9f2eb200bf6954944f784b1cb8f115538d1e9d858dedc40e2d3c040", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27d34e3df9f2eb200bf6954944f784b1cb8f115538d1e9d858dedc40e2d3c040", kill_on_drop: false }` [INFO] [stdout] 27d34e3df9f2eb200bf6954944f784b1cb8f115538d1e9d858dedc40e2d3c040 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 09ced76d0293cb82fe8aa4a151e9c26f5c1d9de05140cb5c54b4d8ab2846cbf2 [INFO] running `Command { std: "docker" "start" "-a" "09ced76d0293cb82fe8aa4a151e9c26f5c1d9de05140cb5c54b4d8ab2846cbf2", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cabot-1701aa79526e9585) [INFO] [stdout] running 13 tests [INFO] [stdout] test request::tests::test_post_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_get_request_with_headers_to_string ... ok [INFO] [stdout] test request::tests::test_get_request_to_string ... ok [INFO] [stdout] test response::tests::test_response_ok ... ok [INFO] [stdout] test response::tests::test_response_ok_no_body ... ok [INFO] [stdout] test request::tests::test_request_builder_complete ... ok [INFO] [stdout] test request::tests::test_request_builder_simple ... 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 client::tests::test_build_http_header_obsolete_line_folding_tab ... ok [INFO] [stdout] test client::tests::test_build_http_response_from_string ... ok [INFO] [stdout] test response::tests::test_build_response_ok ... 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-8f0556043dda991b) [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] thread 'main' 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: 0x5e74a14a674a - std::backtrace_rs::backtrace::libunwind::trace::h5a5b8284f2d0c266 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5e74a14a674a - std::backtrace_rs::backtrace::trace_unsynchronized::h76d4f1c9b0b875e3 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5e74a14a674a - std::sys::backtrace::_print_fmt::hc4546b8364a537c6 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e74a14a674a - ::fmt::h5b6bd5631a6d1f6b [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e74a14c61b3 - core::fmt::rt::Argument::fmt::h270f6602a2b96f62 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x5e74a14c61b3 - core::fmt::write::h7550c97b06c86515 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/fmt/mod.rs:1186:21 [INFO] [stdout] 6: 0x5e74a14a3a83 - std::io::Write::write_fmt::h7b09c64fe0be9c84 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/io/mod.rs:1839:15 [INFO] [stdout] 7: 0x5e74a14a6592 - std::sys::backtrace::BacktraceLock::print::h2395ccd2c84ba3aa [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5e74a14a753c - std::panicking::default_hook::{{closure}}::he19d4c7230e07961 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:268:22 [INFO] [stdout] 9: 0x5e74a14a7382 - std::panicking::default_hook::hf614597d3c67bbdb [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:295:9 [INFO] [stdout] 10: 0x5e74a14a7b17 - std::panicking::rust_panic_with_hook::h8942133a8b252070 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:801:13 [INFO] [stdout] 11: 0x5e74a14a79aa - std::panicking::begin_panic_handler::{{closure}}::hb5f5963570096b29 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:674:13 [INFO] [stdout] 12: 0x5e74a14a6c29 - std::sys::backtrace::__rust_end_short_backtrace::h6208cedc1922feda [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 13: 0x5e74a14a763c - rust_begin_unwind [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:665:5 [INFO] [stdout] 14: 0x5e74a12695d0 - core::panicking::panic_fmt::h0c3082644d1bf418 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/panicking.rs:74:14 [INFO] [stdout] 15: 0x5e74a1269a16 - core::result::unwrap_failed::hd20b4aa073bda1e2 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/result.rs:1700:5 [INFO] [stdout] 16: 0x5e74a12741b7 - rust_out::main::_doctest_main_src_lib_rs_21_0::{{closure}}::h572d18c0480eb3cb [INFO] [stdout] 17: 0x5e74a126aed7 - as core::future::future::Future>::poll::{{closure}}::h843fa84d9ecdb11c [INFO] [stdout] 18: 0x5e74a1272e49 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h6130b8cbcde47770 [INFO] [stdout] 19: 0x5e74a126cd5f - std::thread::local::LocalKey::try_with::ha475f00a911886ae [INFO] [stdout] 20: 0x5e74a126c527 - std::thread::local::LocalKey::with::h54ea4c8fdd33d4b2 [INFO] [stdout] 21: 0x5e74a1272d95 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hedf982ae41ea2bcd [INFO] [stdout] 22: 0x5e74a126ae89 - as core::future::future::Future>::poll::h2a4e309f6b30ddc2 [INFO] [stdout] 23: 0x5e74a1271550 - as core::future::future::Future>::poll::h806402eed7ea3021 [INFO] [stdout] 24: 0x5e74a126bc1c - async_executor::Executor::run::{{closure}}::h18e84a4b61c81f2b [INFO] [stdout] 25: 0x5e74a126b7e4 - async_executor::LocalExecutor::run::{{closure}}::h05fd015202c158e7 [INFO] [stdout] 26: 0x5e74a1271a4a - async_io::driver::block_on::he462cd4add4d967a [INFO] [stdout] 27: 0x5e74a126c268 - async_global_executor::reactor::block_on::{{closure}}::h4cec0815f88435fc [INFO] [stdout] 28: 0x5e74a126c1b8 - async_global_executor::reactor::block_on::h41af24dad52ba6b9 [INFO] [stdout] 29: 0x5e74a126c35a - async_global_executor::executor::block_on::{{closure}}::h0636dfc79dfe271d [INFO] [stdout] 30: 0x5e74a126c952 - std::thread::local::LocalKey::try_with::h1d63ee8c337356be [INFO] [stdout] 31: 0x5e74a126c487 - std::thread::local::LocalKey::with::h33cf9296d564c996 [INFO] [stdout] 32: 0x5e74a126c2d4 - async_global_executor::executor::block_on::h7def50b33b45848d [INFO] [stdout] 33: 0x5e74a1273865 - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::h8569876413ab220c [INFO] [stdout] 34: 0x5e74a1272f97 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h65bc28fb54bb2015 [INFO] [stdout] 35: 0x5e74a126c7f4 - std::thread::local::LocalKey::try_with::h1c9a1a985260002d [INFO] [stdout] 36: 0x5e74a126c577 - std::thread::local::LocalKey::with::h916d75d9c8cc5f92 [INFO] [stdout] 37: 0x5e74a1272d52 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hc33c7907eda3f5c8 [INFO] [stdout] 38: 0x5e74a1273761 - async_std::task::builder::Builder::blocking::{{closure}}::hfa9d39498a806ea9 [INFO] [stdout] 39: 0x5e74a126cb62 - std::thread::local::LocalKey::try_with::h67ade4283955c417 [INFO] [stdout] 40: 0x5e74a126c5f7 - std::thread::local::LocalKey::with::hfdaafc21062c98e8 [INFO] [stdout] 41: 0x5e74a127343c - async_std::task::builder::Builder::blocking::habf4370eb1b587f4 [INFO] [stdout] 42: 0x5e74a12739c9 - async_std::task::block_on::block_on::h272289f8bb429a8e [INFO] [stdout] 43: 0x5e74a1273c22 - rust_out::main::_doctest_main_src_lib_rs_21_0::hb7665fad686c0e24 [INFO] [stdout] 44: 0x5e74a1273a06 - rust_out::main::h86d391cc11b8a827 [INFO] [stdout] 45: 0x5e74a126d543 - core::ops::function::FnOnce::call_once::hd1e0b33d350e8c2e [INFO] [stdout] 46: 0x5e74a126c3d6 - std::sys::backtrace::__rust_begin_short_backtrace::hb7c4fd168269da08 [INFO] [stdout] 47: 0x5e74a126c3b9 - std::rt::lang_start::{{closure}}::h7630186e3858a44d [INFO] [stdout] 48: 0x5e74a14a10be - core::ops::function::impls:: for &F>::call_once::hfdb85f4ee94732d3 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/ops/function.rs:284:13 [INFO] [stdout] 49: 0x5e74a14a10be - std::panicking::try::do_call::h6e577310f330cbef [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:557:40 [INFO] [stdout] 50: 0x5e74a14a10be - std::panicking::try::ha588d438267d2645 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:520:19 [INFO] [stdout] 51: 0x5e74a14a10be - std::panic::catch_unwind::h429fda1e025f26d9 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panic.rs:358:14 [INFO] [stdout] 52: 0x5e74a14a10be - std::rt::lang_start_internal::{{closure}}::h7b731265e841c4bf [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/rt.rs:174:48 [INFO] [stdout] 53: 0x5e74a14a10be - std::panicking::try::do_call::hc0f6a675b7ae5a36 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:557:40 [INFO] [stdout] 54: 0x5e74a14a10be - std::panicking::try::h4c93b7ff0671f1ff [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:520:19 [INFO] [stdout] 55: 0x5e74a14a10be - std::panic::catch_unwind::hcc1e154961d16ce6 [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panic.rs:358:14 [INFO] [stdout] 56: 0x5e74a14a10be - std::rt::lang_start_internal::h1c66660c99c8424c [INFO] [stdout] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/rt.rs:174:20 [INFO] [stdout] 57: 0x5e74a126c397 - std::rt::lang_start::hcdb31f4834f76b8c [INFO] [stdout] 58: 0x5e74a1274275 - main [INFO] [stdout] 59: 0x727f10cd9d90 - [INFO] [stdout] 60: 0x727f10cd9e40 - __libc_start_main [INFO] [stdout] 61: 0x5e74a126ad85 - _start [INFO] [stdout] 62: 0x0 - [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 3.47s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "09ced76d0293cb82fe8aa4a151e9c26f5c1d9de05140cb5c54b4d8ab2846cbf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09ced76d0293cb82fe8aa4a151e9c26f5c1d9de05140cb5c54b4d8ab2846cbf2", kill_on_drop: false }` [INFO] [stdout] 09ced76d0293cb82fe8aa4a151e9c26f5c1d9de05140cb5c54b4d8ab2846cbf2