[INFO] fetching crate giteki 0.1.2...
[INFO] testing giteki-0.1.2 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate giteki 0.1.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate giteki 0.1.2
[INFO] finished tweaking crates.io crate giteki 0.1.2
[INFO] tweaked toml for crates.io crate giteki 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate giteki 0.1.2 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 180 packages to latest compatible versions
[INFO] [stderr]       Adding bson v0.14.1 (available: v3.1.0)
[INFO] [stderr]       Adding bytes v0.5.6 (available: v1.11.0)
[INFO] [stderr]       Adding reqwest v0.10.10 (available: v0.13.1)
[INFO] [stderr]       Adding serde-aux v0.6.1 (available: v4.7.0)
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.49.0)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e93af59efdd07223132ac363db9b70d3920b9bd8750436167c9b5665ac9f2c86
[INFO] running `Command { std: "docker" "start" "-a" "e93af59efdd07223132ac363db9b70d3920b9bd8750436167c9b5665ac9f2c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e93af59efdd07223132ac363db9b70d3920b9bd8750436167c9b5665ac9f2c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e93af59efdd07223132ac363db9b70d3920b9bd8750436167c9b5665ac9f2c86", kill_on_drop: false }`
[INFO] [stdout] e93af59efdd07223132ac363db9b70d3920b9bd8750436167c9b5665ac9f2c86
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 05e681f0879064fc1a4e6b50d9c0484b6bfe2ae9c2c9e9306054ebcf3a6f4626
[INFO] running `Command { std: "docker" "start" "-a" "05e681f0879064fc1a4e6b50d9c0484b6bfe2ae9c2c9e9306054ebcf3a6f4626", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling hex v0.3.2
[INFO] [stderr]    Compiling md5 v0.6.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bson v0.14.1
[INFO] [stderr]    Compiling serde-aux v0.6.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling tokio-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling hyper-tls v0.4.3
[INFO] [stderr]    Compiling reqwest v0.10.10
[INFO] [stderr]    Compiling giteki v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v0.14.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "05e681f0879064fc1a4e6b50d9c0484b6bfe2ae9c2c9e9306054ebcf3a6f4626", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05e681f0879064fc1a4e6b50d9c0484b6bfe2ae9c2c9e9306054ebcf3a6f4626", kill_on_drop: false }`
[INFO] [stdout] 05e681f0879064fc1a4e6b50d9c0484b6bfe2ae9c2c9e9306054ebcf3a6f4626
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0f7b1e9288530dcc1ce3a60e13304b228a15afb74588785f80d93d17147e456
[INFO] running `Command { std: "docker" "start" "-a" "e0f7b1e9288530dcc1ce3a60e13304b228a15afb74588785f80d93d17147e456", kill_on_drop: false }`
[INFO] [stderr]    Compiling giteki v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.78s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v0.14.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "e0f7b1e9288530dcc1ce3a60e13304b228a15afb74588785f80d93d17147e456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0f7b1e9288530dcc1ce3a60e13304b228a15afb74588785f80d93d17147e456", kill_on_drop: false }`
[INFO] [stdout] e0f7b1e9288530dcc1ce3a60e13304b228a15afb74588785f80d93d17147e456
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2c1071b0e293d63182880028ccf609839c1f706208001378d11ca290bc2a4887
[INFO] running `Command { std: "docker" "start" "-a" "2c1071b0e293d63182880028ccf609839c1f706208001378d11ca290bc2a4887", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v0.14.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/giteki-9626ec24289a21b4)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test num::client::get_test ... FAILED
[INFO] [stdout] test list::client::get_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- num::client::get_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'num::client::get_test' (26) panicked at src/num/client.rs:20:49:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.tele.soumu.go.jp")), port: None, path: "/giteki/num", query: Some("OF=2&TEC=1&MC=1"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6464bfc8bc22 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6464bfc8bc22 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6464bfc8bc22 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6464bfc8bc22 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6464bfca270a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6464bfca270a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x6464bfc90e46 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6464bfc90e46 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6464bfc6945f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6464bfc6945f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6464bfc83889 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6464bfb7b20e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x6464bfb7b20e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6464bfc83af2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x6464bfc83af2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6464bfc69518 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6464bfc5e629 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6464bfc6a53d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6464bfca2e7c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6464bfca2bc2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6464bf800503 - <core[585f66e14d78f9ba]::result::Result<giteki[25767b031e32966b]::num::model::Response, alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6464bf800503 - giteki[25767b031e32966b]::num::client::get_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/num/client.rs:20:49
[INFO] [stdout]   22:     0x6464bf80cbbd - <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on::<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x6464bf80c640 - tokio[406974aff6f28f02]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x6464bf7e4815 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[406974aff6f28f02]::coop::Budget>>>::try_with::<tokio[406974aff6f28f02]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x6464bf7e422e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[406974aff6f28f02]::coop::Budget>>>::with::<tokio[406974aff6f28f02]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x6464bf80b33f - tokio[406974aff6f28f02]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x6464bf80b33f - tokio[406974aff6f28f02]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x6464bf80b33f - <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on::<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x6464bf80ca6e - tokio[406974aff6f28f02]::runtime::basic_scheduler::enter::<<tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}, (), tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x6464bf809d57 - <tokio[406974aff6f28f02]::macros::scoped_tls::ScopedKey<tokio[406974aff6f28f02]::runtime::basic_scheduler::Context>>::set::<tokio[406974aff6f28f02]::runtime::basic_scheduler::enter<<tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}, (), tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6464bf80a3a8 - tokio[406974aff6f28f02]::runtime::basic_scheduler::enter::<<tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}, (), tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x6464bf809860 - <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on::<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x6464bf7ff7be - <tokio[406974aff6f28f02]::runtime::Runtime>::block_on::<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x6464bf804a46 - tokio[406974aff6f28f02]::runtime::context::enter::<<tokio[406974aff6f28f02]::runtime::Runtime>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x6464bf8037aa - <tokio[406974aff6f28f02]::runtime::handle::Handle>::enter::<<tokio[406974aff6f28f02]::runtime::Runtime>::block_on<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x6464bf7fae57 - <tokio[406974aff6f28f02]::runtime::Runtime>::block_on::<giteki[25767b031e32966b]::num::client::get_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x6464bf800f69 - giteki[25767b031e32966b]::num::client::get_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/num/client.rs:15:1
[INFO] [stdout]   38:     0x6464bf800227 - giteki[25767b031e32966b]::num::client::get_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/num/client.rs:16:20
[INFO] [stdout]   39:     0x6464bf7f05c6 - <giteki[25767b031e32966b]::num::client::get_test::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x6464bfb6f5bb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x6464bfb6f5bb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x6464bfb7be1a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x6464bfb7be1a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x6464bfb7be1a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x6464bfb7be1a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x6464bfb7be1a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x6464bfb7be1a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x6464bfb7be1a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x6464bfb762e4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x6464bfb762e4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x6464bfb7e912 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x6464bfb7e912 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x6464bfc8b48f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x6464bfc8b48f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x77b2e8725aa4 - <unknown>
[INFO] [stdout]   61:     0x77b2e87b2a64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- list::client::get_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'list::client::get_test' (25) panicked at src/list/client.rs:31:49:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.tele.soumu.go.jp")), port: None, path: "/giteki/list", query: Some("SC=0&DC=1&OF=2&NAM=google&NUM=003-180123&TN=g013d&SK=1&MC=1"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6464bfc8bc22 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6464bfc8bc22 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6464bfc8bc22 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6464bfc8bc22 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6464bfca270a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6464bfca270a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x6464bfc90e46 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6464bfc90e46 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6464bfc6945f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6464bfc6945f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6464bfc83889 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6464bfb7b20e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x6464bfb7b20e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6464bfc83af2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x6464bfc83af2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6464bfc69518 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6464bfc5e629 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6464bfc6a53d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6464bfca2e7c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6464bfca2bc2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6464bf80dd2a - <core[585f66e14d78f9ba]::result::Result<giteki[25767b031e32966b]::list::model::Response, alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6464bf80dd2a - giteki[25767b031e32966b]::list::client::get_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/list/client.rs:31:49
[INFO] [stdout]   22:     0x6464bf80cccd - <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on::<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x6464bf80c770 - tokio[406974aff6f28f02]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x6464bf7e4915 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[406974aff6f28f02]::coop::Budget>>>::try_with::<tokio[406974aff6f28f02]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x6464bf7e427e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[406974aff6f28f02]::coop::Budget>>>::with::<tokio[406974aff6f28f02]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x6464bf80ba8f - tokio[406974aff6f28f02]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x6464bf80ba8f - tokio[406974aff6f28f02]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x6464bf80ba8f - <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on::<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x6464bf80cabc - tokio[406974aff6f28f02]::runtime::basic_scheduler::enter::<<tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}, (), tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x6464bf809e79 - <tokio[406974aff6f28f02]::macros::scoped_tls::ScopedKey<tokio[406974aff6f28f02]::runtime::basic_scheduler::Context>>::set::<tokio[406974aff6f28f02]::runtime::basic_scheduler::enter<<tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}, (), tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6464bf80a758 - tokio[406974aff6f28f02]::runtime::basic_scheduler::enter::<<tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}, (), tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x6464bf8098a2 - <tokio[406974aff6f28f02]::runtime::basic_scheduler::BasicScheduler<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::time::driver::Driver<tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>, tokio[406974aff6f28f02]::park::either::Either<tokio[406974aff6f28f02]::io::driver::Driver, tokio[406974aff6f28f02]::park::thread::ParkThread>>>>::block_on::<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x6464bf7ff8ee - <tokio[406974aff6f28f02]::runtime::Runtime>::block_on::<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x6464bf804b56 - tokio[406974aff6f28f02]::runtime::context::enter::<<tokio[406974aff6f28f02]::runtime::Runtime>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x6464bf80386c - <tokio[406974aff6f28f02]::runtime::handle::Handle>::enter::<<tokio[406974aff6f28f02]::runtime::Runtime>::block_on<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x6464bf7faea9 - <tokio[406974aff6f28f02]::runtime::Runtime>::block_on::<giteki[25767b031e32966b]::list::client::get_test::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x6464bf80eaa7 - giteki[25767b031e32966b]::list::client::get_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/list/client.rs:23:1
[INFO] [stdout]   38:     0x6464bf80d9f7 - giteki[25767b031e32966b]::list::client::get_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/list/client.rs:24:20
[INFO] [stdout]   39:     0x6464bf7f0606 - <giteki[25767b031e32966b]::list::client::get_test::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x6464bfb6f5bb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x6464bfb6f5bb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x6464bfb7be1a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x6464bfb7be1a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x6464bfb7be1a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x6464bfb7be1a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x6464bfb7be1a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x6464bfb7be1a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x6464bfb7be1a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x6464bfb762e4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x6464bfb762e4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x6464bfb7e912 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x6464bfb7e912 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x6464bfb7e912 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x6464bfc8b48f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x6464bfc8b48f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x77b2e8725aa4 - <unknown>
[INFO] [stdout]   61:     0x77b2e87b2a64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     list::client::get_test
[INFO] [stdout]     num::client::get_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2c1071b0e293d63182880028ccf609839c1f706208001378d11ca290bc2a4887", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c1071b0e293d63182880028ccf609839c1f706208001378d11ca290bc2a4887", kill_on_drop: false }`
[INFO] [stdout] 2c1071b0e293d63182880028ccf609839c1f706208001378d11ca290bc2a4887
