[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 master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mardiros/cabot on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-13/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: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1442648d8d81a5e01524875267587b2ac7076b229161775f30f3a19096fc7fd2 [INFO] running `Command { std: "docker" "start" "-a" "1442648d8d81a5e01524875267587b2ac7076b229161775f30f3a19096fc7fd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1442648d8d81a5e01524875267587b2ac7076b229161775f30f3a19096fc7fd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1442648d8d81a5e01524875267587b2ac7076b229161775f30f3a19096fc7fd2", kill_on_drop: false }` [INFO] [stdout] 1442648d8d81a5e01524875267587b2ac7076b229161775f30f3a19096fc7fd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45ba83787b7ee5ad4d05ebc678bc8f97ff359c3ad2a7725076fc8d0b85add245 [INFO] running `Command { std: "docker" "start" "-a" "45ba83787b7ee5ad4d05ebc678bc8f97ff359c3ad2a7725076fc8d0b85add245", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [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 futures-core v0.3.12 [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 cfg-if v1.0.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling futures-sink v0.3.12 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling async-lock v2.3.0 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling quote v1.0.8 [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 unicode-normalization v0.1.16 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling ring v0.16.19 [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 webpki-roots v0.19.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 futures-util v0.3.12 [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 [unoptimized + debuginfo] target(s) in 21.30s [INFO] running `Command { std: "docker" "inspect" "45ba83787b7ee5ad4d05ebc678bc8f97ff359c3ad2a7725076fc8d0b85add245", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45ba83787b7ee5ad4d05ebc678bc8f97ff359c3ad2a7725076fc8d0b85add245", kill_on_drop: false }` [INFO] [stdout] 45ba83787b7ee5ad4d05ebc678bc8f97ff359c3ad2a7725076fc8d0b85add245 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c79958089c6818d698985a9eece8155ec24e43cbd1b95487df02ab623746a8e3 [INFO] running `Command { std: "docker" "start" "-a" "c79958089c6818d698985a9eece8155ec24e43cbd1b95487df02ab623746a8e3", kill_on_drop: false }` [INFO] [stderr] Compiling cabot v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.19s [INFO] running `Command { std: "docker" "inspect" "c79958089c6818d698985a9eece8155ec24e43cbd1b95487df02ab623746a8e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c79958089c6818d698985a9eece8155ec24e43cbd1b95487df02ab623746a8e3", kill_on_drop: false }` [INFO] [stdout] c79958089c6818d698985a9eece8155ec24e43cbd1b95487df02ab623746a8e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3d82b245ce2cbb1d1f67c8058cc37425bc5a4592222eee6941b24bbe5240f035 [INFO] running `Command { std: "docker" "start" "-a" "3d82b245ce2cbb1d1f67c8058cc37425bc5a4592222eee6941b24bbe5240f035", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cabot-1557bb571659b232) [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] [stdout] test request::tests::test_request_builder_simple ... ok [INFO] [stdout] test response::tests::test_build_response_ok ... ok [INFO] [stdout] test request::tests::test_request_builder_complete ... 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_no_response_body ... ok [INFO] [stdout] test client::tests::test_build_http_header_obsolete_line_folding_tab ... ok [INFO] [stdout] test client::tests::test_build_http_header_obsolete_line_folding ... ok [INFO] [stdout] test client::tests::test_build_http_response_from_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cabot-0c08de300cdaf57c) [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 code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: DNSLookupError("could not resolve address `\"www.rust-lang.org:443\"`")', src/lib.rs:11:69 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55af9aad581c - std::backtrace_rs::backtrace::libunwind::trace::h7630ba4cba718aa0 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55af9aad581c - std::backtrace_rs::backtrace::trace_unsynchronized::he7498e79c157f5ac [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55af9aad581c - std::sys_common::backtrace::_print_fmt::hdaebadaee17bca49 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55af9aad581c - ::fmt::h82b0e3aaf8a96140 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55af9aaf196c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55af9aacfdf5 - std::io::Write::write_fmt::hc2da38dc44811df8 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x55af9aad71d0 - std::sys_common::backtrace::_print::h1c9a1d19c48821c1 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55af9aad71d0 - std::sys_common::backtrace::print::h7ce8802039fa9d0e [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55af9aad71d0 - std::panicking::default_hook::{{closure}}::hb2a74a8c1499c326 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55af9aad6d7b - std::panicking::default_hook::hf4f180b00076f2b2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:228:9 [INFO] [stdout] 10: 0x55af9aad7884 - std::panicking::rust_panic_with_hook::he85ce8435493b711 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55af9aad7360 - std::panicking::begin_panic_handler::{{closure}}::h31e15f69e6235bd2 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55af9aad5cd4 - std::sys_common::backtrace::__rust_end_short_backtrace::hfce2fadb61aaa3ae [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55af9aad72c9 - rust_begin_unwind [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55af9a80d071 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/panicking.rs:107:14 [INFO] [stdout] 15: 0x55af9a80d103 - core::result::unwrap_failed::h885d3f7beb571353 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/result.rs:1613:5 [INFO] [stdout] 16: 0x55af9a811a5c - core::result::Result::unwrap::h4d65c171e5a71a1a [INFO] [stdout] 17: 0x55af9a8164ec - rust_out::main::_doctest_main_src_lib_rs_21_0::{{closure}}::h5ebd88031e622b8b [INFO] [stdout] 18: 0x55af9a814b1f - as core::future::future::Future>::poll::h084d6f4b2ff7926e [INFO] [stdout] 19: 0x55af9a80d92f - as core::future::future::Future>::poll::{{closure}}::hdb1998726fa02d5a [INFO] [stdout] 20: 0x55af9a81524d - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h08b1596bd1584489 [INFO] [stdout] 21: 0x55af9a80fbde - std::thread::local::LocalKey::try_with::hb9481fa449cec4a2 [INFO] [stdout] 22: 0x55af9a80f135 - std::thread::local::LocalKey::with::h87f7af58762956cd [INFO] [stdout] 23: 0x55af9a815135 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h7e2881b23fa2b74e [INFO] [stdout] 24: 0x55af9a80d8e2 - as core::future::future::Future>::poll::hb74c759b87021775 [INFO] [stdout] 25: 0x55af9a813176 - as core::future::future::Future>::poll::h8fe9034b037cbb80 [INFO] [stdout] 26: 0x55af9a80e6ef - async_executor::Executor::run::{{closure}}::hb6c34d64a6035d51 [INFO] [stdout] 27: 0x55af9a814c0f - as core::future::future::Future>::poll::h2172d4631a87bcd2 [INFO] [stdout] 28: 0x55af9a80e1bf - async_executor::LocalExecutor::run::{{closure}}::ha34a906b76025303 [INFO] [stdout] 29: 0x55af9a814cff - as core::future::future::Future>::poll::h3c4cf90109acc936 [INFO] [stdout] 30: 0x55af9a81373a - async_io::driver::block_on::h83f824132d7e65e3 [INFO] [stdout] 31: 0x55af9a80ed94 - async_global_executor::reactor::block_on::{{closure}}::h188c40be305cd102 [INFO] [stdout] 32: 0x55af9a80ed4f - async_global_executor::reactor::block_on::h454d07d9dca2f52c [INFO] [stdout] 33: 0x55af9a80ee72 - async_global_executor::executor::block_on::{{closure}}::h4e0cb1f24d98007b [INFO] [stdout] 34: 0x55af9a80f7af - std::thread::local::LocalKey::try_with::h5b6e37893be2de89 [INFO] [stdout] 35: 0x55af9a80f0b2 - std::thread::local::LocalKey::with::h7c4d0d250bc2881b [INFO] [stdout] 36: 0x55af9a80ee0b - async_global_executor::executor::block_on::hda96bfe0bf5969fc [INFO] [stdout] 37: 0x55af9a815cda - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::heefe5a85c0d4f3f7 [INFO] [stdout] 38: 0x55af9a815378 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h5d22f042c7fc99f5 [INFO] [stdout] 39: 0x55af9a80fd41 - std::thread::local::LocalKey::try_with::he2a5c10cacf60704 [INFO] [stdout] 40: 0x55af9a80efb0 - std::thread::local::LocalKey::with::h3899495da6f64028 [INFO] [stdout] 41: 0x55af9a81519c - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::he696d84811e6fbf7 [INFO] [stdout] 42: 0x55af9a815c2e - async_std::task::builder::Builder::blocking::{{closure}}::h82352da646fbb3cc [INFO] [stdout] 43: 0x55af9a80f467 - std::thread::local::LocalKey::try_with::h1eac263ca7921cdb [INFO] [stdout] 44: 0x55af9a80f1c2 - std::thread::local::LocalKey::with::h8e6341b7a4cfd6f3 [INFO] [stdout] 45: 0x55af9a8158fd - async_std::task::builder::Builder::blocking::h06620f4ed924b677 [INFO] [stdout] 46: 0x55af9a815e01 - async_std::task::block_on::block_on::heff618f49acc7d0e [INFO] [stdout] 47: 0x55af9a8160bc - rust_out::main::_doctest_main_src_lib_rs_21_0::h7aa3d5c91cec9d72 [INFO] [stdout] 48: 0x55af9a815f86 - rust_out::main::h61823b600df25383 [INFO] [stdout] 49: 0x55af9a810133 - core::ops::function::FnOnce::call_once::h827fb1f4029b40e6 [INFO] [stdout] 50: 0x55af9a80ee89 - std::sys_common::backtrace::__rust_begin_short_backtrace::h14f53ef84fb8b5f7 [INFO] [stdout] 51: 0x55af9a80eef9 - std::rt::lang_start::{{closure}}::h5922618cc8a7ae58 [INFO] [stdout] 52: 0x55af9aad5061 - core::ops::function::impls:: for &F>::call_once::h0e73392810ecd318 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 53: 0x55af9aad5061 - std::panicking::try::do_call::h12dcb4a4f352a507 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stdout] 54: 0x55af9aad5061 - std::panicking::try::h0d978c76ab4a3863 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stdout] 55: 0x55af9aad5061 - std::panic::catch_unwind::hab40227675186980 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stdout] 56: 0x55af9aad5061 - std::rt::lang_start_internal::{{closure}}::hc34786299e7d2cf7 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:128:48 [INFO] [stdout] 57: 0x55af9aad5061 - std::panicking::try::do_call::h38e7a9128f21d387 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stdout] 58: 0x55af9aad5061 - std::panicking::try::h32d4e72fd8922bce [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stdout] 59: 0x55af9aad5061 - std::panic::catch_unwind::h9a345671d889d41f [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stdout] 60: 0x55af9aad5061 - std::rt::lang_start_internal::h9e691a4f557eb2a3 [INFO] [stdout] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:128:20 [INFO] [stdout] 61: 0x55af9a80eee1 - std::rt::lang_start::h886614fd12d1e379 [INFO] [stdout] 62: 0x55af9a816533 - main [INFO] [stdout] 63: 0x7f03cf06a0b3 - __libc_start_main [INFO] [stdout] 64: 0x55af9a80d7ce - _start [INFO] [stdout] 65: 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 1.52s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "3d82b245ce2cbb1d1f67c8058cc37425bc5a4592222eee6941b24bbe5240f035", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d82b245ce2cbb1d1f67c8058cc37425bc5a4592222eee6941b24bbe5240f035", kill_on_drop: false }` [INFO] [stdout] 3d82b245ce2cbb1d1f67c8058cc37425bc5a4592222eee6941b24bbe5240f035