[INFO] fetching crate stun-client 0.1.4...
[INFO] testing stun-client-0.1.4 against beta-2025-09-21 for beta-1.91-2
[INFO] extracting crate stun-client 0.1.4 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate stun-client 0.1.4
[INFO] finished tweaking crates.io crate stun-client 0.1.4
[INFO] tweaked toml for crates.io crate stun-client 0.1.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stun-client 0.1.4 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 crates.io crate stun-client 0.1.4 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 0f59a4750642396ad4b965fbf1fa1aa596511f62c8048646660449195b21cd42
[INFO] running `Command { std: "docker" "start" "-a" "0f59a4750642396ad4b965fbf1fa1aa596511f62c8048646660449195b21cd42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f59a4750642396ad4b965fbf1fa1aa596511f62c8048646660449195b21cd42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f59a4750642396ad4b965fbf1fa1aa596511f62c8048646660449195b21cd42", kill_on_drop: false }`
[INFO] [stdout] 0f59a4750642396ad4b965fbf1fa1aa596511f62c8048646660449195b21cd42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 577101bdd7c07fb49ff1937debb1ec7ed9aed58729455e814dd7c25c52eb96a2
[INFO] running `Command { std: "docker" "start" "-a" "577101bdd7c07fb49ff1937debb1ec7ed9aed58729455e814dd7c25c52eb96a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling pin-project-lite v0.2.10
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling value-bag v1.4.1
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling parking v2.1.0
[INFO] [stderr]    Compiling no-std-net v0.6.0
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling pnet_base v0.33.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]    Compiling async-lock v2.7.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling serde v1.0.171
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling concurrent-queue v2.2.0
[INFO] [stderr]    Compiling async-task v4.4.0
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling pnet_macros_support v0.33.0
[INFO] [stderr]    Compiling atomic-waker v1.1.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling pnet v0.33.0
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-macros v2.0.0
[INFO] [stderr]    Compiling quote v1.0.31
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling syn v2.0.26
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling blocking v1.3.1
[INFO] [stderr]    Compiling async-executor v1.5.1
[INFO] [stderr]    Compiling pnet_sys v0.33.0
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.3.3
[INFO] [stderr]    Compiling ipnetwork v0.20.0
[INFO] [stderr]    Compiling pnet_datalink v0.33.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling regex v1.9.1
[INFO] [stderr]    Compiling pnet_macros v0.33.0
[INFO] [stderr]    Compiling pnet_packet v0.33.0
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling pnet_transport v0.33.0
[INFO] [stderr]    Compiling stun-client v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/client.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 |     Stop(bool),
[INFO] [stdout]     |     ---- ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 232 -     Stop(bool),
[INFO] [stdout] 232 +     Stop(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.88s
[INFO] running `Command { std: "docker" "inspect" "577101bdd7c07fb49ff1937debb1ec7ed9aed58729455e814dd7c25c52eb96a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "577101bdd7c07fb49ff1937debb1ec7ed9aed58729455e814dd7c25c52eb96a2", kill_on_drop: false }`
[INFO] [stdout] 577101bdd7c07fb49ff1937debb1ec7ed9aed58729455e814dd7c25c52eb96a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] cf1eb7f153cc0038d8ea8ef18ddaa3f1020cd9e93121cf198aa431ab96ec72b4
[INFO] running `Command { std: "docker" "start" "-a" "cf1eb7f153cc0038d8ea8ef18ddaa3f1020cd9e93121cf198aa431ab96ec72b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling async-trait v0.1.71
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/client.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 |     Stop(bool),
[INFO] [stdout]     |     ---- ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 232 -     Stop(bool),
[INFO] [stdout] 232 +     Stop(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling sha1 v0.6.1
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling redis v0.20.2
[INFO] [stderr]    Compiling stun-client v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/client.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 |     Stop(bool),
[INFO] [stdout]     |     ---- ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 232 -     Stop(bool),
[INFO] [stdout] 232 +     Stop(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.94s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.20.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "cf1eb7f153cc0038d8ea8ef18ddaa3f1020cd9e93121cf198aa431ab96ec72b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf1eb7f153cc0038d8ea8ef18ddaa3f1020cd9e93121cf198aa431ab96ec72b4", kill_on_drop: false }`
[INFO] [stdout] cf1eb7f153cc0038d8ea8ef18ddaa3f1020cd9e93121cf198aa431ab96ec72b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e14d3af8f1654d8a83f1eee422bf96473849c4b2081dc471ae4821f70d94dead
[INFO] running `Command { std: "docker" "start" "-a" "e14d3af8f1654d8a83f1eee422bf96473849c4b2081dc471ae4821f70d94dead", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/client.rs:232:10
[INFO] [stderr]     |
[INFO] [stderr] 232 |     Stop(bool),
[INFO] [stderr]     |     ---- ^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 232 -     Stop(bool),
[INFO] [stderr] 232 +     Stop(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `stun-client` (lib) generated 1 warning
[INFO] [stderr] warning: `stun-client` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.20.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stun_client-7868e08646c76f0c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test message::tests::message_new_and_message_from_raw_are_equivalent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests stun_client
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 8) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 8) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (55) panicked at src/lib.rs:13:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: IOError(Custom { kind: Uncategorized, error: VerboseError { source: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }, message: "could not resolve address `\"stun.l.google.com:19302\"`" } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64ec3bf6fa02 - 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:     0x64ec3bf6fa02 - 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:     0x64ec3bf6fa02 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64ec3bf6fa02 - <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:     0x64ec3bf7fd8f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64ec3bf7fd8f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64ec3bf465a1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64ec3bf465a1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64ec3bf4ea22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64ec3bf5316f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64ec3bf52fc9 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x64ec3bf538a5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x64ec3bf5368a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x64ec3bf4eb59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x64ec3bf3abad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x64ec3bf84520 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x64ec3bf83b86 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x64ec3be366da - rust_out::main::_doctest_main_src_lib_rs_8_0::{{closure}}::hfd4a521c121d7f29
[INFO] [stdout]   18:     0x64ec3be24bb9 - <async_std::task::builder::SupportTaskLocals<F> as core::future::future::Future>::poll::{{closure}}::h41141f6553bd7b9b
[INFO] [stdout]   19:     0x64ec3be38068 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h0f0536ac5bc0d185
[INFO] [stdout]   20:     0x64ec3be2fafa - std::thread::local::LocalKey<T>::try_with::hb56260be891872c9
[INFO] [stdout]   21:     0x64ec3be2f1c6 - std::thread::local::LocalKey<T>::with::h6dd30e1360447986
[INFO] [stdout]   22:     0x64ec3be37fce - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hbf95f2e66122f710
[INFO] [stdout]   23:     0x64ec3be24b71 - <async_std::task::builder::SupportTaskLocals<F> as core::future::future::Future>::poll::h9d3182ed75a2a215
[INFO] [stdout]   24:     0x64ec3be3421e - <futures_lite::future::Or<F1,F2> as core::future::future::Future>::poll::h1cd70390e48c84db
[INFO] [stdout]   25:     0x64ec3be2cabb - async_executor::Executor::run::{{closure}}::h53dd56e3438b1352
[INFO] [stdout]   26:     0x64ec3be2c789 - async_executor::LocalExecutor::run::{{closure}}::h82902abfd89348c8
[INFO] [stdout]   27:     0x64ec3be35452 - async_io::driver::block_on::he847a7316ff22adc
[INFO] [stdout]   28:     0x64ec3be2e7cf - async_global_executor::reactor::block_on::{{closure}}::h20a70f2fe3631480
[INFO] [stdout]   29:     0x64ec3be2e79f - async_global_executor::reactor::block_on::he34743ca0b3ed01a
[INFO] [stdout]   30:     0x64ec3be2e913 - async_global_executor::executor::block_on::{{closure}}::h9dadbfa8196f6462
[INFO] [stdout]   31:     0x64ec3be2f7a7 - std::thread::local::LocalKey<T>::try_with::h68b31dfeee303c18
[INFO] [stdout]   32:     0x64ec3be2f136 - std::thread::local::LocalKey<T>::with::h2278a1d9c18eda75
[INFO] [stdout]   33:     0x64ec3be2e8c6 - async_global_executor::executor::block_on::h4d1e6a30f625c8b2
[INFO] [stdout]   34:     0x64ec3be39040 - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::h224e79144ccb9612
[INFO] [stdout]   35:     0x64ec3be38254 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h25bb105faa823b19
[INFO] [stdout]   36:     0x64ec3be2fa15 - std::thread::local::LocalKey<T>::try_with::ha15eb9e1b4123fe3
[INFO] [stdout]   37:     0x64ec3be2f166 - std::thread::local::LocalKey<T>::with::h51e99d0f5bba20fc
[INFO] [stdout]   38:     0x64ec3be37f57 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h91a71cea221fb2cf
[INFO] [stdout]   39:     0x64ec3be38fa4 - async_std::task::builder::Builder::blocking::{{closure}}::h37d96a29c2a12a39
[INFO] [stdout]   40:     0x64ec3be2f697 - std::thread::local::LocalKey<T>::try_with::h47dd8582878745f6
[INFO] [stdout]   41:     0x64ec3be2f266 - std::thread::local::LocalKey<T>::with::he0f026b4f0c565c7
[INFO] [stdout]   42:     0x64ec3be38cac - async_std::task::builder::Builder::blocking::hc7f05408f6eb0e86
[INFO] [stdout]   43:     0x64ec3be3914e - async_std::task::block_on::block_on::he54b1b4ad2fc0f49
[INFO] [stdout]   44:     0x64ec3be361c6 - rust_out::main::_doctest_main_src_lib_rs_8_0::h6343dc3a2732dd55
[INFO] [stdout]   45:     0x64ec3be361a6 - rust_out::main::h909c389308a13d94
[INFO] [stdout]   46:     0x64ec3be30283 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   47:     0x64ec3be2efa6 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   48:     0x64ec3be2ea19 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   49:     0x64ec3bf47e90 - 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]   50:     0x64ec3bf47e90 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x64ec3bf47e90 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x64ec3bf47e90 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x64ec3bf47e90 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   54:     0x64ec3bf47e90 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x64ec3bf47e90 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x64ec3bf47e90 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x64ec3bf47e90 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   58:     0x64ec3be2ea01 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   59:     0x64ec3be3b4d5 - main
[INFO] [stdout]   60:     0x7f9e867c91ca - <unknown>
[INFO] [stdout]   61:     0x7f9e867c928b - __libc_start_main
[INFO] [stdout]   62:     0x64ec3be24a35 - _start
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 8)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e14d3af8f1654d8a83f1eee422bf96473849c4b2081dc471ae4821f70d94dead", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e14d3af8f1654d8a83f1eee422bf96473849c4b2081dc471ae4821f70d94dead", kill_on_drop: false }`
[INFO] [stdout] e14d3af8f1654d8a83f1eee422bf96473849c4b2081dc471ae4821f70d94dead
