[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] 73067c693614328fded5fbf6e2caba734b8dd7bc
[INFO] testing LorenzoLeonardo/async-curl against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLorenzoLeonardo%2Fasync-curl" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/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-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LorenzoLeonardo/async-curl on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded assert-json-diff v2.0.2
[INFO] [stderr]   Downloaded env_logger v0.11.9
[INFO] [stderr]   Downloaded wiremock v0.6.5
[INFO] [stderr]   Downloaded env_filter v1.0.0
[INFO] [stderr]   Downloaded deadpool v0.12.3
[INFO] [stderr]   Downloaded curl v0.4.49
[INFO] [stderr]   Downloaded ctor v0.6.3
[INFO] [stderr]   Downloaded ctor-proc-macro v0.0.7
[INFO] [stderr]   Downloaded libz-sys v1.1.24
[INFO] [stderr]   Downloaded curl-sys v0.4.85+curl-8.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f4fabfd62cbd58c683af18ae14962abd610710001a6539387a9f82ebc789925
[INFO] running `Command { std: "docker" "start" "-a" "4f4fabfd62cbd58c683af18ae14962abd610710001a6539387a9f82ebc789925", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f4fabfd62cbd58c683af18ae14962abd610710001a6539387a9f82ebc789925", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f4fabfd62cbd58c683af18ae14962abd610710001a6539387a9f82ebc789925", kill_on_drop: false }`
[INFO] [stdout] 4f4fabfd62cbd58c683af18ae14962abd610710001a6539387a9f82ebc789925
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60aabb9f6fe96bec253598ce97d76430a635ac8ff5b80a8f61f81755d13d6d61
[INFO] running `Command { std: "docker" "start" "-a" "60aabb9f6fe96bec253598ce97d76430a635ac8ff5b80a8f61f81755d13d6d61", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling curl v0.4.49
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling libz-sys v1.1.24
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling curl-sys v0.4.85+curl-8.18.0
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling async-curl v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
[INFO] running `Command { std: "docker" "inspect" "60aabb9f6fe96bec253598ce97d76430a635ac8ff5b80a8f61f81755d13d6d61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60aabb9f6fe96bec253598ce97d76430a635ac8ff5b80a8f61f81755d13d6d61", kill_on_drop: false }`
[INFO] [stdout] 60aabb9f6fe96bec253598ce97d76430a635ac8ff5b80a8f61f81755d13d6d61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91ba1ec61f45e18e45097be80eebf567e205fc4ac7cfc29e0ef2559a68e40b74
[INFO] running `Command { std: "docker" "start" "-a" "91ba1ec61f45e18e45097be80eebf567e205fc4ac7cfc29e0ef2559a68e40b74", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling curl v0.4.49
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.7
[INFO] [stderr]    Compiling dtor v0.1.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ctor v0.6.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling async-curl v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.13s
[INFO] running `Command { std: "docker" "inspect" "91ba1ec61f45e18e45097be80eebf567e205fc4ac7cfc29e0ef2559a68e40b74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91ba1ec61f45e18e45097be80eebf567e205fc4ac7cfc29e0ef2559a68e40b74", kill_on_drop: false }`
[INFO] [stdout] 91ba1ec61f45e18e45097be80eebf567e205fc4ac7cfc29e0ef2559a68e40b74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 940ad7cc9dcf13ddcfd497b54060494ac74874242602e76f539cd9091130d952
[INFO] running `Command { std: "docker" "start" "-a" "940ad7cc9dcf13ddcfd497b54060494ac74874242602e76f539cd9091130d952", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/async_curl-5bce19170e426d8e)
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] HTTP task . . . .
[INFO] [stdout] 
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stdout] running 5 tests
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] HTTP task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2026-05-10T19:07:18Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stdout] test tests::test_error ... ok
[INFO] [stdout] test tests::test_curl_builder ... ok
[INFO] [stderr] [2026-05-10T19:07:18Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Easy { handle: 0x738d9c00c0c0, handler: ResponseHandler { data: Some([123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 49, 50, 51, 52, 53, 34, 125]) } }
[INFO] [stderr] [2026-05-10T19:07:18Z DEBUG wiremock::mock_server::exposed_server] Verify mock expectations.
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2026-05-10T19:07:18Z DEBUG wiremock::mock_set] Handling request.
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:18Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::actor] Warning! The receiver has been dropped. Ok(Easy { handle: 0x738da400c510, handler: ResponseHandler { data: Some([123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 49, 50, 51, 52, 53, 34, 125]) } })
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:19Z DEBUG wiremock::mock_server::exposed_server] Verify mock expectations.
[INFO] [stdout] test tests::test_async_requests ... ok
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::actor] Warning! The receiver has been dropped. Ok(Easy { handle: 0x738d8c01ad90, handler: ResponseHandler { data: Some([123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 49, 50, 51, 52, 53, 34, 125]) } })
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:19Z TRACE async_curl::tests] Other task . . . .
[INFO] [stderr] [2026-05-10T19:07:19Z DEBUG wiremock::mock_server::exposed_server] Verify mock expectations.
[INFO] [stdout] test tests::test_concurrency_abort ... ok
[INFO] [stderr] [2026-05-10T19:07:19Z DEBUG wiremock::mock_server::exposed_server] Verify mock expectations.
[INFO] [stdout] test tests::test_concurrency_abort_multi_threaded_runtime ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[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' (115) 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:     0x5f1c43f8a28a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1c43f8a28a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1c43f8a28a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f1c43f8a28a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f1c43f9ba9a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f1c43f9ba9a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5f1c43f8e402 - std[29689e6404d28ef9]::io::default_write_fmt::<std[29689e6404d28ef9]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5f1c43f8e402 - <std[29689e6404d28ef9]::sys::stdio::unix::Stderr as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5f1c43f7113f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f1c43f7113f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f1c43f82fe1 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5f1c43f8325b - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5f1c43f711f8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x5f1c43f665d9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5f1c43f71e7d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5f1c43f9c28c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5f1c43f9bfd2 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x5f1c43ed0571 - rust_out[a0c036232cb4117b]::main::{closure#0}
[INFO] [stdout]   18:     0x5f1c43ee15b7 - <core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]   19:     0x5f1c43ecf8d7 - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x5f1c43ecf2b3 - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x5f1c43eb060d - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>, <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x5f1c43ec8f4d - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}
[INFO] [stdout]   23:     0x5f1c43ec76eb - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>>::{closure#0}
[INFO] [stdout]   24:     0x5f1c43eaf290 - <tokio[b99598f7fe3529d3]::runtime::context::scoped::Scoped<tokio[b99598f7fe3529d3]::runtime::scheduler::Context>>::set::<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>)>
[INFO] [stdout]   25:     0x5f1c43ecd593 - tokio[b99598f7fe3529d3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>), <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x5f1c43eb393d - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[b99598f7fe3529d3]::runtime::context::Context>>::try_with::<tokio[b99598f7fe3529d3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>), <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>)>
[INFO] [stdout]   27:     0x5f1c43eb32a8 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[b99598f7fe3529d3]::runtime::context::Context>>::with::<tokio[b99598f7fe3529d3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>), <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>)>
[INFO] [stdout]   28:     0x5f1c43ec14bb - tokio[b99598f7fe3529d3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>), <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>>::{closure#0}>
[INFO] [stdout]   29:     0x5f1c43eb97ae - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>>
[INFO] [stdout]   30:     0x5f1c43eb9f47 - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut rust_out[a0c036232cb4117b]::main::{closure#0}>>
[INFO] [stdout]   31:     0x5f1c43ec67f6 - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<rust_out[a0c036232cb4117b]::main::{closure#0}>::{closure#0}
[INFO] [stdout]   32:     0x5f1c43ec4607 - tokio[b99598f7fe3529d3]::runtime::context::runtime::enter_runtime::<<tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CurrentThread>::block_on<rust_out[a0c036232cb4117b]::main::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>
[INFO] [stdout]   33:     0x5f1c43eafaa2 - <tokio[b99598f7fe3529d3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<rust_out[a0c036232cb4117b]::main::{closure#0}>
[INFO] [stdout]   34:     0x5f1c43eae698 - <tokio[b99598f7fe3529d3]::runtime::runtime::Runtime>::block_on_inner::<rust_out[a0c036232cb4117b]::main::{closure#0}>
[INFO] [stdout]   35:     0x5f1c43eae9f5 - <tokio[b99598f7fe3529d3]::runtime::runtime::Runtime>::block_on::<rust_out[a0c036232cb4117b]::main::{closure#0}>
[INFO] [stdout]   36:     0x5f1c43ed3f5e - rust_out[a0c036232cb4117b]::main
[INFO] [stdout]   37:     0x5f1c43ee2433 - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   38:     0x5f1c43ebf7c6 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>
[INFO] [stdout]   39:     0x5f1c43eca569 - std[29689e6404d28ef9]::rt::lang_start::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>::{closure#0}
[INFO] [stdout]   40:     0x5f1c43f82537 - <&dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   41:     0x5f1c43f82537 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<&dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5f1c43f82537 - std[29689e6404d28ef9]::panicking::catch_unwind::<i32, &dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5f1c43f82537 - std[29689e6404d28ef9]::panic::catch_unwind::<&dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5f1c43f82537 - std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/rt.rs:175:24
[INFO] [stdout]   45:     0x5f1c43f82537 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5f1c43f82537 - std[29689e6404d28ef9]::panicking::catch_unwind::<isize, std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5f1c43f82537 - std[29689e6404d28ef9]::panic::catch_unwind::<std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5f1c43f82537 - std[29689e6404d28ef9]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/rt.rs:171:5
[INFO] [stdout]   49:     0x5f1c43ebafc1 - std[29689e6404d28ef9]::rt::lang_start::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>
[INFO] [stdout]   50:     0x5f1c43ee2ca5 - main
[INFO] [stdout]   51:     0x70e9ecd471ca - <unknown>
[INFO] [stdout]   52:     0x70e9ecd4728b - __libc_start_main
[INFO] [stdout]   53:     0x5f1c43ead815 - _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 2.11s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "940ad7cc9dcf13ddcfd497b54060494ac74874242602e76f539cd9091130d952", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "940ad7cc9dcf13ddcfd497b54060494ac74874242602e76f539cd9091130d952", kill_on_drop: false }`
[INFO] [stdout] 940ad7cc9dcf13ddcfd497b54060494ac74874242602e76f539cd9091130d952
