[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#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mardiros/cabot on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-5/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f40908674ea0c220b51642e33a633a5a0174a894a6a539c0969860ec28651c27 [INFO] running `Command { std: "docker" "start" "-a" "f40908674ea0c220b51642e33a633a5a0174a894a6a539c0969860ec28651c27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f40908674ea0c220b51642e33a633a5a0174a894a6a539c0969860ec28651c27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f40908674ea0c220b51642e33a633a5a0174a894a6a539c0969860ec28651c27", kill_on_drop: false }` [INFO] [stdout] f40908674ea0c220b51642e33a633a5a0174a894a6a539c0969860ec28651c27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 906b54391bab84eb110cf56ae8fda1468713ac9a2e82330c2dd4263533adefb8 [INFO] running `Command { std: "docker" "start" "-a" "906b54391bab84eb110cf56ae8fda1468713ac9a2e82330c2dd4263533adefb8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling libc v0.2.84 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling futures-core v0.3.12 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.6 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling futures-io v0.3.12 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling futures-sink v0.3.12 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling atomic-waker v1.0.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 ring v0.16.19 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling async-lock v2.3.0 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [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 async-executor v1.4.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling url v2.2.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 1m 37s [INFO] running `Command { std: "docker" "inspect" "906b54391bab84eb110cf56ae8fda1468713ac9a2e82330c2dd4263533adefb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "906b54391bab84eb110cf56ae8fda1468713ac9a2e82330c2dd4263533adefb8", kill_on_drop: false }` [INFO] [stdout] 906b54391bab84eb110cf56ae8fda1468713ac9a2e82330c2dd4263533adefb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3578272eeb85b710c1751e8e065f53158426915cf1606fa41f9545c7b47cc297 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3578272eeb85b710c1751e8e065f53158426915cf1606fa41f9545c7b47cc297", kill_on_drop: false }` [INFO] [stderr] Compiling cabot v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.07s [INFO] running `Command { std: "docker" "inspect" "3578272eeb85b710c1751e8e065f53158426915cf1606fa41f9545c7b47cc297", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3578272eeb85b710c1751e8e065f53158426915cf1606fa41f9545c7b47cc297", kill_on_drop: false }` [INFO] [stdout] 3578272eeb85b710c1751e8e065f53158426915cf1606fa41f9545c7b47cc297 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9417b1878006eb5a81b307409678c126aff55b415ca0b10333e772798b9a5ebc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9417b1878006eb5a81b307409678c126aff55b415ca0b10333e772798b9a5ebc", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cabot-a7e8498480ae324b) [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_request_builder_complete ... 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_response_ok_no_body ... ok [INFO] [stdout] test request::tests::test_get_request_with_host_to_string ... ok [INFO] [stdout] test client::tests::test_build_http_header_obsolete_line_folding ... 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 response::tests::test_build_response_ok ... ok [INFO] [stdout] test response::tests::test_response_ok ... 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.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cabot-c80f2c8f4acc548f) [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/response.rs - response (line 6) ... ok [INFO] [stdout] test src/request.rs - request (line 4) ... 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: 0x55739c22bc20 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55739c22bc20 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55739c22bc20 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55739c22bc20 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55739c24779c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55739c226b85 - std::io::Write::write_fmt::h00f38d9eb2c32e02 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55739c22dc1b - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55739c22dc1b - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55739c22dc1b - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55739c22d6f1 - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55739c22e2e4 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55739c22ddc7 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55739c22c11c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55739c22dd29 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55739bf5a201 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55739bf5a293 - core::result::unwrap_failed::he898b02f57993c42 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/result.rs:1355:5 [INFO] [stdout] 16: 0x55739bf5ed4d - core::result::Result::unwrap::h657f7fffb207c8bb [INFO] [stdout] 17: 0x55739bf638df - rust_out::main::_doctest_main_src_lib_rs_21_0::{{closure}}::hc69a582248aae8db [INFO] [stdout] 18: 0x55739bf621af - as core::future::future::Future>::poll::hcda027986c0ff627 [INFO] [stdout] 19: 0x55739bf5aaff - as core::future::future::Future>::poll::{{closure}}::h8ecbaad4342aabdf [INFO] [stdout] 20: 0x55739bf62613 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h470253990cf52ab4 [INFO] [stdout] 21: 0x55739bf5c59a - std::thread::local::LocalKey::try_with::h13546c95de40fcad [INFO] [stdout] 22: 0x55739bf5c355 - std::thread::local::LocalKey::with::ha370894bab9c611a [INFO] [stdout] 23: 0x55739bf624f5 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h2b6e87238181d81d [INFO] [stdout] 24: 0x55739bf5aab2 - as core::future::future::Future>::poll::ha39630832543e535 [INFO] [stdout] 25: 0x55739bf60496 - as core::future::future::Future>::poll::h1c27ae52b7a1a5e0 [INFO] [stdout] 26: 0x55739bf5b8d9 - async_executor::Executor::run::{{closure}}::h1ae21a6a4595624d [INFO] [stdout] 27: 0x55739bf61fcf - as core::future::future::Future>::poll::h0ac0fee9197f37a9 [INFO] [stdout] 28: 0x55739bf5b395 - async_executor::LocalExecutor::run::{{closure}}::h3a6f0c7804da7007 [INFO] [stdout] 29: 0x55739bf61edf - as core::future::future::Future>::poll::h03adb58d6f593508 [INFO] [stdout] 30: 0x55739bf60a7d - async_io::driver::block_on::h7bca82a5f80ba2e6 [INFO] [stdout] 31: 0x55739bf5bf94 - async_global_executor::reactor::block_on::{{closure}}::hce70ab32c07b96ee [INFO] [stdout] 32: 0x55739bf5bf4f - async_global_executor::reactor::block_on::h57a0e29e824a2443 [INFO] [stdout] 33: 0x55739bf5c072 - async_global_executor::executor::block_on::{{closure}}::h911d524ec08952b9 [INFO] [stdout] 34: 0x55739bf5c94b - std::thread::local::LocalKey::try_with::h3ad4db7364c2d82d [INFO] [stdout] 35: 0x55739bf5c462 - std::thread::local::LocalKey::with::hcdd3cf35d8a8100b [INFO] [stdout] 36: 0x55739bf5c00b - async_global_executor::executor::block_on::h45f4209859f0ad41 [INFO] [stdout] 37: 0x55739bf630ba - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::h82ffa3db8764c6fb [INFO] [stdout] 38: 0x55739bf6273e - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb66d939b5827c307 [INFO] [stdout] 39: 0x55739bf5cbad - std::thread::local::LocalKey::try_with::hb7a93208f2d484ca [INFO] [stdout] 40: 0x55739bf5c180 - std::thread::local::LocalKey::with::h0589911593b8ef49 [INFO] [stdout] 41: 0x55739bf6255c - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h90fc6d959f2847f5 [INFO] [stdout] 42: 0x55739bf63004 - async_std::task::builder::Builder::blocking::{{closure}}::h6fb0f8a94f50415d [INFO] [stdout] 43: 0x55739bf5cef3 - std::thread::local::LocalKey::try_with::hdcc1e798f221bc91 [INFO] [stdout] 44: 0x55739bf5c2d2 - std::thread::local::LocalKey::with::h7e9ab02cd22df7f5 [INFO] [stdout] 45: 0x55739bf62e75 - async_std::task::builder::Builder::blocking::h00544df2b096dbdb [INFO] [stdout] 46: 0x55739bf631e1 - async_std::task::block_on::block_on::hc506c57152d09d9b [INFO] [stdout] 47: 0x55739bf6349c - rust_out::main::_doctest_main_src_lib_rs_21_0::h7aa3d5c91cec9d72 [INFO] [stdout] 48: 0x55739bf63366 - rust_out::main::h61823b600df25383 [INFO] [stdout] 49: 0x55739bf5d433 - core::ops::function::FnOnce::call_once::h6cb22c19cf103035 [INFO] [stdout] 50: 0x55739bf5c089 - std::sys_common::backtrace::__rust_begin_short_backtrace::h755618c0981a0533 [INFO] [stdout] 51: 0x55739bf5c109 - std::rt::lang_start::{{closure}}::h3e3e948d2e1cdd2b [INFO] [stdout] 52: 0x55739c22e7ea - core::ops::function::impls:: for &F>::call_once::hcbe5785d54a49ce2 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 53: 0x55739c22e7ea - std::panicking::try::do_call::h1c15e7ee8563c29d [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 54: 0x55739c22e7ea - std::panicking::try::hb8b07cef009cb4fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 55: 0x55739c22e7ea - std::panic::catch_unwind::h65a8efbe596bcbb1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 56: 0x55739c22e7ea - std::rt::lang_start_internal::{{closure}}::h66ded7ab0f18e9fb [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/rt.rs:45:48 [INFO] [stdout] 57: 0x55739c22e7ea - std::panicking::try::do_call::h29cafa65efb3f3f3 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 58: 0x55739c22e7ea - std::panicking::try::h412fc5378b4dbfc4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 59: 0x55739c22e7ea - std::panic::catch_unwind::h555def6aac5bf192 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 60: 0x55739c22e7ea - std::rt::lang_start_internal::hfff48202d7fee6e3 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/rt.rs:45:20 [INFO] [stdout] 61: 0x55739bf5c0e1 - std::rt::lang_start::ha47a1fac43a2373f [INFO] [stdout] 62: 0x55739bf63933 - main [INFO] [stdout] 63: 0x7f566273f0b3 - __libc_start_main [INFO] [stdout] 64: 0x55739bf5a99e - _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 7.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "9417b1878006eb5a81b307409678c126aff55b415ca0b10333e772798b9a5ebc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9417b1878006eb5a81b307409678c126aff55b415ca0b10333e772798b9a5ebc", kill_on_drop: false }` [INFO] [stdout] 9417b1878006eb5a81b307409678c126aff55b415ca0b10333e772798b9a5ebc