[INFO] cloning repository https://github.com/LorenzoLeonardo/async-curl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LorenzoLeonardo/async-curl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLorenzoLeonardo%2Fasync-curl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLorenzoLeonardo%2Fasync-curl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cbd02d01ed929058d22042d690a927cb1acf1594
[INFO] testing LorenzoLeonardo/async-curl against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLorenzoLeonardo%2Fasync-curl" "/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/LorenzoLeonardo/async-curl
[INFO] finished tweaking git repo https://github.com/LorenzoLeonardo/async-curl
[INFO] tweaked toml for git repo https://github.com/LorenzoLeonardo/async-curl written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LorenzoLeonardo/async-curl on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LorenzoLeonardo/async-curl 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" "+beta-2025-09-21" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ed0d998fceef042825acedd292a63184e551534c357d8360ebf543a6faa99824
[INFO] running `Command { std: "docker" "start" "-a" "ed0d998fceef042825acedd292a63184e551534c357d8360ebf543a6faa99824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed0d998fceef042825acedd292a63184e551534c357d8360ebf543a6faa99824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed0d998fceef042825acedd292a63184e551534c357d8360ebf543a6faa99824", kill_on_drop: false }`
[INFO] [stdout] ed0d998fceef042825acedd292a63184e551534c357d8360ebf543a6faa99824
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 032a58827a8adcc31f94703ef5ecd8dca7d3ba7afe37f3ca97be27752c5829f4
[INFO] running `Command { std: "docker" "start" "-a" "032a58827a8adcc31f94703ef5ecd8dca7d3ba7afe37f3ca97be27752c5829f4", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.24
[INFO] [stderr]    Compiling curl v0.4.47
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling curl-sys v0.4.80+curl-8.12.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling async-curl v0.4.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.87s
[INFO] running `Command { std: "docker" "inspect" "032a58827a8adcc31f94703ef5ecd8dca7d3ba7afe37f3ca97be27752c5829f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "032a58827a8adcc31f94703ef5ecd8dca7d3ba7afe37f3ca97be27752c5829f4", kill_on_drop: false }`
[INFO] [stdout] 032a58827a8adcc31f94703ef5ecd8dca7d3ba7afe37f3ca97be27752c5829f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0ac9432988b81252fad34fda9efcee96e3c9f0bc3fbfbb383ecfc98b6152ef5
[INFO] running `Command { std: "docker" "start" "-a" "f0ac9432988b81252fad34fda9efcee96e3c9f0bc3fbfbb383ecfc98b6152ef5", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.5
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.5
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling jiff v0.2.14
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling dtor v0.0.6
[INFO] [stderr]    Compiling ctor v0.4.2
[INFO] [stderr]    Compiling curl v0.4.47
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling async-curl v0.4.7 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.12
[INFO] [stderr]    Compiling wiremock v0.6.3
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.60s
[INFO] running `Command { std: "docker" "inspect" "f0ac9432988b81252fad34fda9efcee96e3c9f0bc3fbfbb383ecfc98b6152ef5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0ac9432988b81252fad34fda9efcee96e3c9f0bc3fbfbb383ecfc98b6152ef5", kill_on_drop: false }`
[INFO] [stdout] f0ac9432988b81252fad34fda9efcee96e3c9f0bc3fbfbb383ecfc98b6152ef5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3a001e7673a8e43ab18d896d542b674277e1b03b2868cafb3f6cbe64f580a14c
[INFO] running `Command { std: "docker" "start" "-a" "3a001e7673a8e43ab18d896d542b674277e1b03b2868cafb3f6cbe64f580a14c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/async_curl-0e50aff056fb6d2e)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] HTTP task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stdout] test tests::test_error ... ok
[INFO] [stderr] [2025-09-24T20:26:43Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2025-09-24T20:26:43Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2025-09-24T20:26:43Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::actor] Warning! The receiver has been dropped. Ok(Easy { handle: 0x7d0f6800c610, handler: ResponseHandler { data: Some([123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 49, 50, 51, 52, 53, 34, 125]) } })
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Easy { handle: 0x7d0f6c00c170, handler: ResponseHandler { data: Some([123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 49, 50, 51, 52, 53, 34, 125]) } }
[INFO] [stderr] [2025-09-24T20:26:43Z DEBUG wiremock::mock_server::exposed_server] Verify mock expectations.
[INFO] [stderr] [2025-09-24T20:26:43Z DEBUG wiremock::mock_server::exposed_server] Verify mock expectations.
[INFO] [stdout] test tests::test_async_requests ... ok
[INFO] [stdout] test tests::test_curl_builder ... ok
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2025-09-24T20:26:43Z DEBUG wiremock::mock_server::exposed_server] Verify mock expectations.
[INFO] [stdout] test tests::test_concurrency_abort ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests async_curl
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/actor.rs - actor::CurlActor (line 27) ... FAILED
[INFO] [stdout] test src/actor.rs - actor::CurlActor (line 77) ... ok
[INFO] [stdout] test src/lib.rs - (line 5) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/actor.rs - actor::CurlActor (line 27) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (83) panicked at src/actor.rs:43:47:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Curl(Error { description: "Couldn't resolve host name", code: 6, extra: None })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e1a33d67ff2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e1a33d67ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e1a33d67ff2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e1a33d67ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e1a33d7738f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e1a33d7738f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e1a33d43381 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e1a33d43381 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e1a33d49b92 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e1a33d4c0af - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e1a33d4bf09 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5e1a33d4c7e5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5e1a33d4c5ca - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x5e1a33d49cc9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5e1a33d37d4d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5e1a33d7ad70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5e1a33d7a306 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x5e1a33ce2c25 - rust_out::main::{{closure}}::h050b6057619f3aaf
[INFO] [stdout]   18:     0x5e1a33ce13a7 - <core::pin::Pin<P> as core::future::future::Future>::poll::ha321771fbcba47e6
[INFO] [stdout]   19:     0x5e1a33ce01e7 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hb941324bd31f0046
[INFO] [stdout]   20:     0x5e1a33cdfce3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h4fade0eff85b88c2
[INFO] [stdout]   21:     0x5e1a33cdae6d - tokio::runtime::scheduler::current_thread::Context::enter::he5468530dd3e9493
[INFO] [stdout]   22:     0x5e1a33cde92d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h812c95b51d8c43e5
[INFO] [stdout]   23:     0x5e1a33cdd02b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hee841c021a532efb
[INFO] [stdout]   24:     0x5e1a33cd69b0 - tokio::runtime::context::scoped::Scoped<T>::set::had15969a3bc64cf7
[INFO] [stdout]   25:     0x5e1a33cd6273 - tokio::runtime::context::set_scheduler::{{closure}}::h1362537ddff522d1
[INFO] [stdout]   26:     0x5e1a33cb674d - std::thread::local::LocalKey<T>::try_with::hca7945354522c8b0
[INFO] [stdout]   27:     0x5e1a33cb4a78 - std::thread::local::LocalKey<T>::with::h2e0adf3c99a7fa25
[INFO] [stdout]   28:     0x5e1a33cd61eb - tokio::runtime::context::set_scheduler::hd3a060872f7bcb92
[INFO] [stdout]   29:     0x5e1a33cdc92e - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h83b761be4a73c420
[INFO] [stdout]   30:     0x5e1a33cdd15c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf6292d0aad70d6fd
[INFO] [stdout]   31:     0x5e1a33cd8e99 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h58442432a3c27700
[INFO] [stdout]   32:     0x5e1a33cd72a3 - tokio::runtime::context::runtime::enter_runtime::hde67d8ddeefe5eb0
[INFO] [stdout]   33:     0x5e1a33cd84e2 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h8252bdd3873bcdf0
[INFO] [stdout]   34:     0x5e1a33cd7bad - tokio::runtime::runtime::Runtime::block_on_inner::h10ac1729d1517a65
[INFO] [stdout]   35:     0x5e1a33cd82b0 - tokio::runtime::runtime::Runtime::block_on::hac35bc0e3166d1b9
[INFO] [stdout]   36:     0x5e1a33ce267c - rust_out::main::h939f45c2448855e3
[INFO] [stdout]   37:     0x5e1a33cbaa73 - core::ops::function::FnOnce::call_once::h34b591de6fcd0257
[INFO] [stdout]   38:     0x5e1a33cb3466 - std::sys::backtrace::__rust_begin_short_backtrace::h126720145e0c19cf
[INFO] [stdout]   39:     0x5e1a33cb3449 - std::rt::lang_start::{{closure}}::hfd5a3744338f58f6
[INFO] [stdout]   40:     0x5e1a33d44c90 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   41:     0x5e1a33d44c90 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   42:     0x5e1a33d44c90 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   43:     0x5e1a33d44c90 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5e1a33d44c90 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   45:     0x5e1a33d44c90 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x5e1a33d44c90 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x5e1a33d44c90 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5e1a33d44c90 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   49:     0x5e1a33cb3431 - std::rt::lang_start::h714f917e8087f3b3
[INFO] [stdout]   50:     0x5e1a33ce3715 - main
[INFO] [stdout]   51:     0x7bf52d3a21ca - <unknown>
[INFO] [stdout]   52:     0x7bf52d3a228b - __libc_start_main
[INFO] [stdout]   53:     0x5e1a33cb1185 - _start
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/actor.rs - actor::CurlActor (line 27)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "3a001e7673a8e43ab18d896d542b674277e1b03b2868cafb3f6cbe64f580a14c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a001e7673a8e43ab18d896d542b674277e1b03b2868cafb3f6cbe64f580a14c", kill_on_drop: false }`
[INFO] [stdout] 3a001e7673a8e43ab18d896d542b674277e1b03b2868cafb3f6cbe64f580a14c
