[INFO] fetching crate tron-api-client 0.0.5... [INFO] testing tron-api-client-0.0.5 against 1.44.0 for beta-1.45-1 [INFO] extracting crate tron-api-client 0.0.5 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate tron-api-client 0.0.5 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tron-api-client 0.0.5 [INFO] finished tweaking crates.io crate tron-api-client 0.0.5 [INFO] tweaked toml for crates.io crate tron-api-client 0.0.5 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate tron-api-client 0.0.5 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] fda33d3bf571f46ae76ad739784c1196bc4a7ec86512350083faaf4da390869c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "fda33d3bf571f46ae76ad739784c1196bc4a7ec86512350083faaf4da390869c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling arc-swap v0.4.5 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.50 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling tokio v0.2.15 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling hyper v0.13.4 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling reqwest v0.10.4 [INFO] [stderr] Compiling tron-api-client v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/client.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `die` [INFO] [stderr] --> src/main.rs:224:4 [INFO] [stderr] | [INFO] [stderr] 224 | fn die(msg: &str) -> ! { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 06s [INFO] running `"docker" "inspect" "fda33d3bf571f46ae76ad739784c1196bc4a7ec86512350083faaf4da390869c"` [INFO] running `"docker" "rm" "-f" "fda33d3bf571f46ae76ad739784c1196bc4a7ec86512350083faaf4da390869c"` [INFO] [stdout] fda33d3bf571f46ae76ad739784c1196bc4a7ec86512350083faaf4da390869c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 61a76dba0d01245dbeef59ff474e0a2dc80c8d10728db8a7fc5db59ff4f0ff0f [INFO] running `"docker" "start" "-a" "61a76dba0d01245dbeef59ff474e0a2dc80c8d10728db8a7fc5db59ff4f0ff0f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tron-api-client v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/client.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `die` [INFO] [stderr] --> src/main.rs:224:4 [INFO] [stderr] | [INFO] [stderr] 224 | fn die(msg: &str) -> ! { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | let info = client.list_nodes().await.expect("Error fetching node list"); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:109:9 [INFO] [stderr] | [INFO] [stderr] 109 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 121 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:167:9 [INFO] [stderr] | [INFO] [stderr] 167 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:179:9 [INFO] [stderr] | [INFO] [stderr] 179 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `die` [INFO] [stderr] --> src/main.rs:224:4 [INFO] [stderr] | [INFO] [stderr] 224 | fn die(msg: &str) -> ! { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/client.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.92s [INFO] running `"docker" "inspect" "61a76dba0d01245dbeef59ff474e0a2dc80c8d10728db8a7fc5db59ff4f0ff0f"` [INFO] running `"docker" "rm" "-f" "61a76dba0d01245dbeef59ff474e0a2dc80c8d10728db8a7fc5db59ff4f0ff0f"` [INFO] [stdout] 61a76dba0d01245dbeef59ff474e0a2dc80c8d10728db8a7fc5db59ff4f0ff0f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 659fcd1f01a01ea6802ed72745ee27f24b7c582adf118be9b02f8548618f6d09 [INFO] running `"docker" "start" "-a" "659fcd1f01a01ea6802ed72745ee27f24b7c582adf118be9b02f8548618f6d09"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/client.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/client.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | _ => unimplemented!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `die` [INFO] [stderr] --> src/main.rs:224:4 [INFO] [stderr] | [INFO] [stderr] 224 | fn die(msg: &str) -> ! { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `die` [INFO] [stderr] --> src/main.rs:224:4 [INFO] [stderr] | [INFO] [stderr] 224 | fn die(msg: &str) -> ! { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | let info = client.list_nodes().await.expect("Error fetching node list"); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:109:9 [INFO] [stderr] | [INFO] [stderr] 109 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 121 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:167:9 [INFO] [stderr] | [INFO] [stderr] 167 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:179:9 [INFO] [stderr] | [INFO] [stderr] 179 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `info` [INFO] [stderr] --> tests/client.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | let info = client [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_info` [INFO] [stderr] [INFO] [stderr] warning: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tron_api_client-2340300fcb4e1835 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test error::tests::error_send_sync ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tron-36c11efaec277371 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/client-1267b11aae1f2225 [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test get_contract ... FAILED [INFO] [stdout] test get_account_net ... FAILED [INFO] [stdout] test get_account_net2 ... FAILED [INFO] [stdout] test get_account_2 ... FAILED [INFO] [stdout] test get_account ... FAILED [INFO] [stdout] test get_block_by_num ... FAILED [INFO] [stdout] test get_account_2_base58 ... FAILED [INFO] [stdout] test get_block_by_latest_num ... FAILED [INFO] [stdout] test get_node_info ... FAILED [INFO] [stdout] test get_block_by_id ... FAILED [INFO] [stdout] test get_block_by_limit_next ... FAILED [INFO] [stdout] test get_chain_parameters ... FAILED [INFO] [stdout] test get_asset_issue_list ... FAILED [INFO] [stdout] test get_transaction_by_id ... FAILED [INFO] [stdout] test get_block_by_num_with_transactions ... FAILED [INFO] [stdout] test get_now_block ... FAILED [INFO] [stdout] test get_transaction_info_by_id ... FAILED [INFO] [stdout] test node_list ... FAILED [INFO] [stdout] test list_witnesses ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- get_contract stdout ---- [INFO] [stdout] thread 'get_contract' panicked at 'Error fetching contract: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getcontract", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:213:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b618c1 - core::result::Result::expect::he85d69f22c592812 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c1278b - client::get_contract::{{closure}}::h90d32c55a7224655 [INFO] [stdout] at tests/client.rs:213 [INFO] [stdout] 17: 0x55e825b84879 - as core::future::future::Future>::poll::h62f6ca64650d0fd4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa2e3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h5c5d01692adb8910 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9ce27 - tokio::coop::budget::{{closure}}::h024512a3dee1d729 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b5913f - std::thread::local::LocalKey::try_with::hd5b6682de872aea0 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4fe08 - std::thread::local::LocalKey::with::h69fe41105959894f [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba4783 - tokio::coop::budget::hf24d9820367a4775 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba4783 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h75e08f21ad97860f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baffe2 - tokio::runtime::basic_scheduler::enter::{{closure}}::hebaeb3ee00e72294 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c393ef - tokio::macros::scoped_tls::ScopedKey::set::h971873d4f5c34987 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825baf2a9 - tokio::runtime::basic_scheduler::enter::he4250aca13a976e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1abb - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h9b291c15f33b6767 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b94c43 - tokio::runtime::Runtime::block_on::{{closure}}::h1853cde1b7050f1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b75e07 - tokio::runtime::context::enter::h2d4b51fd81288736 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c094fb - tokio::runtime::handle::Handle::enter::hf6dc97fc9c96e7ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b943eb - tokio::runtime::Runtime::block_on::ha6d0ae3b9d66a805 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c124c4 - client::get_contract::h2c38e589669ce230 [INFO] [stdout] at tests/client.rs:209 [INFO] [stdout] 33: 0x55e825c123da - client::get_contract::{{closure}}::h5c69aae18fe01e47 [INFO] [stdout] at tests/client.rs:209 [INFO] [stdout] 34: 0x55e825c19cce - core::ops::function::FnOnce::call_once::hf322d066e9e984fe [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_account_net stdout ---- [INFO] [stdout] thread 'get_account_net' panicked at 'Error fetching account: HTTP(reqwest::Error { kind: Request, url: "https://api.trongrid.io/wallet/getaccountnet", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:133:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61411 - core::result::Result::expect::hb21b1b2c747a8b87 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c103b1 - client::get_account_net::{{closure}}::hae551d10423f7e3f [INFO] [stdout] at tests/client.rs:133 [INFO] [stdout] 17: 0x55e825b87609 - as core::future::future::Future>::poll::hebf16a9f4de0ef6c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baab23 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hb5efaa9cdfe37080 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9cb27 - tokio::coop::budget::{{closure}}::h015a213c2b05e6d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b52a7f - std::thread::local::LocalKey::try_with::h12d7a572d9d24b6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b50788 - std::thread::local::LocalKey::with::ha6d5991a9d3ab684 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba2613 - tokio::coop::budget::ha76b1ecef90a7744 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba2613 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h28285c522e0678b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafce0 - tokio::runtime::basic_scheduler::enter::{{closure}}::h780d94eb8353988e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c3876e - tokio::macros::scoped_tls::ScopedKey::set::h29dbb5121c13a1b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bac459 - tokio::runtime::basic_scheduler::enter::h2284c8994ca835e2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1a6d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h58803e66901a93fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95ff1 - tokio::runtime::Runtime::block_on::{{closure}}::hd01f10005d004641 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76207 - tokio::runtime::context::enter::h699cb390b4e703c1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c0899a - tokio::runtime::handle::Handle::enter::h46a3bead9f5be081 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9414d - tokio::runtime::Runtime::block_on::h64001d0b86c7891b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c100a4 - client::get_account_net::h717288a8bafc6ee5 [INFO] [stdout] at tests/client.rs:129 [INFO] [stdout] 33: 0x55e825c0ffba - client::get_account_net::{{closure}}::h76dd1d884594e980 [INFO] [stdout] at tests/client.rs:129 [INFO] [stdout] 34: 0x55e825c1940e - core::ops::function::FnOnce::call_once::h548b0aff5b82da4c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_account_net2 stdout ---- [INFO] [stdout] thread 'get_account_net2' panicked at 'Error fetching account: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getaccountnet", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:145:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61411 - core::result::Result::expect::hb21b1b2c747a8b87 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c10931 - client::get_account_net2::{{closure}}::h0e481a27de20bf54 [INFO] [stdout] at tests/client.rs:145 [INFO] [stdout] 17: 0x55e825b84ea9 - as core::future::future::Future>::poll::h6c1d84f0e4c3caf9 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baade3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hd94880b10b2da081 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9e7f7 - tokio::coop::budget::{{closure}}::h48f642999a93f101 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b5725f - std::thread::local::LocalKey::try_with::h98a3091a3af9a7e9 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b50ce8 - std::thread::local::LocalKey::with::hc8ed4abdf52878bd [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba83b3 - tokio::coop::budget::h4905b5786c27f16e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba83b3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hc5eacd7b415e2b58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baf860 - tokio::runtime::basic_scheduler::enter::{{closure}}::h17c4cfc9f6b0a302 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c39cae - tokio::macros::scoped_tls::ScopedKey::set::hfa2337027a6d0ba0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825babd39 - tokio::runtime::basic_scheduler::enter::h152b35d3a5f684c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba19cd - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h4c7a0c57fe91b848 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b94d91 - tokio::runtime::Runtime::block_on::{{closure}}::h19bf95ebc8f7c1b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76707 - tokio::runtime::context::enter::h9e2f7ccc7957b4ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c08c0a - tokio::runtime::handle::Handle::enter::h7e1144acba8610bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9468d - tokio::runtime::Runtime::block_on::he91a0402d7ca3a07 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c10624 - client::get_account_net2::h46e410cfb7ad5931 [INFO] [stdout] at tests/client.rs:141 [INFO] [stdout] 33: 0x55e825c1053a - client::get_account_net2::{{closure}}::h64e2bd2984e2084c [INFO] [stdout] at tests/client.rs:141 [INFO] [stdout] 34: 0x55e825c1968e - core::ops::function::FnOnce::call_once::h6bbc3690ecfc888f [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_account_2 stdout ---- [INFO] [stdout] thread 'get_account_2' panicked at 'Error fetching account: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/walletsolidity/getaccount", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:121:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b60e51 - core::result::Result::expect::h2219fb4dd24bd8ef [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0fe2c - client::get_account_2::{{closure}}::hd13df4705ad24e9f [INFO] [stdout] at tests/client.rs:121 [INFO] [stdout] 17: 0x55e825b86259 - as core::future::future::Future>::poll::ha765c8dec0b48dd5 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825ba9e83 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h165751e46450418b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9d047 - tokio::coop::budget::{{closure}}::h09886981f86e41ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b57b6f - std::thread::local::LocalKey::try_with::haf99b49597209c32 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4ed88 - std::thread::local::LocalKey::with::h13898c67b34b2c06 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba97c3 - tokio::coop::budget::h9230cc1ab2b776b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba97c3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hfce8926c8ccbb9a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafb60 - tokio::runtime::basic_scheduler::enter::{{closure}}::h6b7de3cb094edcfe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c3902e - tokio::macros::scoped_tls::ScopedKey::set::h920e877264a9b03f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bab619 - tokio::runtime::basic_scheduler::enter::h0e81b615bd9c6f55 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1d3d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hd7bb7aaf8ff35c7b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b952d1 - tokio::runtime::Runtime::block_on::{{closure}}::h539f4380699404c0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76a07 - tokio::runtime::context::enter::haff5e97896000524 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c08f4a - tokio::runtime::handle::Handle::enter::h9b518758f21c05bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b940dd - tokio::runtime::Runtime::block_on::h450be684b76675bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0fb64 - client::get_account_2::h5973a8c65f3ddebe [INFO] [stdout] at tests/client.rs:117 [INFO] [stdout] 33: 0x55e825c0fa7a - client::get_account_2::{{closure}}::hecda51312fb55705 [INFO] [stdout] at tests/client.rs:117 [INFO] [stdout] 34: 0x55e825c1912e - core::ops::function::FnOnce::call_once::h200a3880a8858b3a [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_account stdout ---- [INFO] [stdout] thread 'get_account' panicked at 'Error fetching account: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/walletsolidity/getaccount", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:109:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b60e51 - core::result::Result::expect::h2219fb4dd24bd8ef [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0f8ec - client::get_account::{{closure}}::h5cb2d72071afb573 [INFO] [stdout] at tests/client.rs:109 [INFO] [stdout] 17: 0x55e825b83779 - as core::future::future::Future>::poll::h3c86323dc4b66912 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825bab0d3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hf159cc1eb1c383ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9f2e7 - tokio::coop::budget::{{closure}}::h72c847e781f41983 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b56e7f - std::thread::local::LocalKey::try_with::h913e3b64306cfc98 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4ebc8 - std::thread::local::LocalKey::with::h0a82c64738e34013 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba7653 - tokio::coop::budget::h40e999023e85de70 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba7653 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hb465456edc771406 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baf760 - tokio::runtime::basic_scheduler::enter::{{closure}}::h02fade967d7a369d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c39b6e - tokio::macros::scoped_tls::ScopedKey::set::hed562708c44854c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bae7f9 - tokio::runtime::basic_scheduler::enter::hb2092851497c6226 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1bfd - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hb29ceac9e4880132 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95ea1 - tokio::runtime::Runtime::block_on::{{closure}}::hc79b568ad8dabb37 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76c07 - tokio::runtime::context::enter::hddc43e6e85fce91f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c08e7a - tokio::runtime::handle::Handle::enter::h91f55a047b8f5031 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9437d - tokio::runtime::Runtime::block_on::h963c014a61b392c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0f624 - client::get_account::h37cbf3eda18db8dc [INFO] [stdout] at tests/client.rs:105 [INFO] [stdout] 33: 0x55e825c0f53a - client::get_account::{{closure}}::hff616cc3f5a44482 [INFO] [stdout] at tests/client.rs:105 [INFO] [stdout] 34: 0x55e825c1955e - core::ops::function::FnOnce::call_once::h609a31970d5850d1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_block_by_num stdout ---- [INFO] [stdout] thread 'get_block_by_num' panicked at 'Error fetching block by num: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getblockbynum", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:55:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61791 - core::result::Result::expect::he51e107009e1ebe4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0dd30 - client::get_block_by_num::{{closure}}::h9e7948c345694d10 [INFO] [stdout] at tests/client.rs:55 [INFO] [stdout] 17: 0x55e825b86139 - as core::future::future::Future>::poll::h978dd633d37964ca [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825ba9ee3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h181b90e25214a4d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9f507 - tokio::coop::budget::{{closure}}::h752e63ce4e5c70ef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b59abf - std::thread::local::LocalKey::try_with::hf0b4c33380bb2633 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4ec28 - std::thread::local::LocalKey::with::h0abc2c787d01f951 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba54e3 - tokio::coop::budget::h2c6041bc85e74ee2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba54e3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h92e3d68ca32aee26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafee0 - tokio::runtime::basic_scheduler::enter::{{closure}}::hbb0c190969b7c08e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c3952e - tokio::macros::scoped_tls::ScopedKey::set::ha248fdaa4730ca29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bab9a9 - tokio::runtime::basic_scheduler::enter::h14b960012c858faf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1b5d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::ha8155296d552a915 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b949a1 - tokio::runtime::Runtime::block_on::{{closure}}::h0ed70c026b40c02a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76407 - tokio::runtime::context::enter::h72e9361fcb6629ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c0901a - tokio::runtime::handle::Handle::enter::hbd548bb85706095d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b941bd - tokio::runtime::Runtime::block_on::h7a65afa7f0dd733f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0dac4 - client::get_block_by_num::he09d77bbd420c86d [INFO] [stdout] at tests/client.rs:51 [INFO] [stdout] 33: 0x55e825c0d9da - client::get_block_by_num::{{closure}}::hec500f5b8ab9e771 [INFO] [stdout] at tests/client.rs:51 [INFO] [stdout] 34: 0x55e825c195ae - core::ops::function::FnOnce::call_once::h61ce334df070cb00 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_account_2_base58 stdout ---- [INFO] [stdout] thread 'get_account_2_base58' panicked at 'Error fetching account: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/walletsolidity/getaccount", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:157:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b60e51 - core::result::Result::expect::h2219fb4dd24bd8ef [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c10e6c - client::get_account_2_base58::{{closure}}::h95b370b444d4be39 [INFO] [stdout] at tests/client.rs:157 [INFO] [stdout] 17: 0x55e825b866d9 - as core::future::future::Future>::poll::hb4706341a671efab [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa913 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::ha8e5534f398060cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9e0b7 - tokio::coop::budget::{{closure}}::h36c20884fccde03e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b5777f - std::thread::local::LocalKey::try_with::h9c37f288209d8988 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b51a88 - std::thread::local::LocalKey::with::hff99712c65ce33e8 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba3373 - tokio::coop::budget::h158700dce7271323 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba3373 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h3afad096634a75cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafd60 - tokio::runtime::basic_scheduler::enter::{{closure}}::h7aa68f384a84f262 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c38b2e - tokio::macros::scoped_tls::ScopedKey::set::h5796466f20f2b833 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bad9b9 - tokio::runtime::basic_scheduler::enter::h53d9e3e1a79fb8fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba17ed - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h03db03f145741a1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95ab1 - tokio::runtime::Runtime::block_on::{{closure}}::ha47320f3be03d30a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76907 - tokio::runtime::context::enter::ha98098179f0b8499 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c087fa - tokio::runtime::handle::Handle::enter::h28a70418a927ceba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b944cd - tokio::runtime::Runtime::block_on::hbade04d58bf8b3ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c10ba4 - client::get_account_2_base58::h04f0b76e183969d4 [INFO] [stdout] at tests/client.rs:153 [INFO] [stdout] 33: 0x55e825c10aba - client::get_account_2_base58::{{closure}}::h2b641a9161fc1b2a [INFO] [stdout] at tests/client.rs:153 [INFO] [stdout] 34: 0x55e825c1978e - core::ops::function::FnOnce::call_once::h7795a2885cd07624 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_block_by_latest_num stdout ---- [INFO] [stdout] thread 'get_block_by_latest_num' panicked at 'Error fetching num latest blocks: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getblockbylatestnum", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:66:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b612e8 - core::result::Result::expect::h8f7b87a0c933aff1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0e1f2 - client::get_block_by_latest_num::{{closure}}::h38eb70ba884c3b8c [INFO] [stdout] at tests/client.rs:66 [INFO] [stdout] 17: 0x55e825b86fd9 - as core::future::future::Future>::poll::hd29587b7192e3b3d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baaea3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::he92dce444f821ed5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825ba0797 - tokio::coop::budget::{{closure}}::hc661be07e1a5da26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b52baf - std::thread::local::LocalKey::try_with::h13e832ffd0f7aa46 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b50668 - std::thread::local::LocalKey::with::h9ffcd916453e0ec0 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba6243 - tokio::coop::budget::hb4c8f8bb9f1e7daf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba6243 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h9d71f8e7e08dae0e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baf960 - tokio::runtime::basic_scheduler::enter::{{closure}}::h402ce7a6a417ab16 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c38dae - tokio::macros::scoped_tls::ScopedKey::set::h7bd1a1e1497734cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bacf09 - tokio::runtime::basic_scheduler::enter::h464988592f7ed6dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1b0d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::ha04df08e1126a835 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95031 - tokio::runtime::Runtime::block_on::{{closure}}::h3a0e9bff94cd2a44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76e07 - tokio::runtime::context::enter::hf2c9c28aa799ad15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c091ba - tokio::runtime::handle::Handle::enter::hc10bf183ac0ad51f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9406d - tokio::runtime::Runtime::block_on::h40c7e05cadb4dd93 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0df94 - client::get_block_by_latest_num::hf5fb7d432c86eb7d [INFO] [stdout] at tests/client.rs:62 [INFO] [stdout] 33: 0x55e825c0deaa - client::get_block_by_latest_num::{{closure}}::h533ebd5189d8175c [INFO] [stdout] at tests/client.rs:62 [INFO] [stdout] 34: 0x55e825c198ce - core::ops::function::FnOnce::call_once::h90cacf51467699ed [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_node_info stdout ---- [INFO] [stdout] thread 'get_node_info' panicked at 'Error fetching node info: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getnodeinfo", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:25:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b60f81 - core::result::Result::expect::h30c3cd6196152eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0cb7b - client::get_node_info::{{closure}}::h4fe895b48acb13cf [INFO] [stdout] at tests/client.rs:25 [INFO] [stdout] 17: 0x55e825b86d09 - as core::future::future::Future>::poll::hc3a51a74d314dcc1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baab93 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hbc863a4e44e4ac95 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9fe67 - tokio::coop::budget::{{closure}}::h933bb1c7bf27be61 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b56d4f - std::thread::local::LocalKey::try_with::h903ce30f47e9badc [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b50388 - std::thread::local::LocalKey::with::h9630705785660f91 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba8a63 - tokio::coop::budget::h253da32dddb1da4f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba8a63 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hee5fa965853b3027 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baf7e0 - tokio::runtime::basic_scheduler::enter::{{closure}}::h175f4537705a7cd4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c388ae - tokio::macros::scoped_tls::ScopedKey::set::h2c5698abab5cccbc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bae0d9 - tokio::runtime::basic_scheduler::enter::h76483f7df9fb1217 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba188d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h16f1bfa25e8ccd30 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95d51 - tokio::runtime::Runtime::block_on::{{closure}}::hb1210f79f2cd8bde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76107 - tokio::runtime::context::enter::h53e2a3a5adbc1ee7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c08cda - tokio::runtime::handle::Handle::enter::h8042a83a14821641 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b945ad - tokio::runtime::Runtime::block_on::hd19df68ea7c3b2e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0c914 - client::get_node_info::h35a3646009095e03 [INFO] [stdout] at tests/client.rs:21 [INFO] [stdout] 33: 0x55e825c0c82a - client::get_node_info::{{closure}}::h6ed9b6ea7fa1753f [INFO] [stdout] at tests/client.rs:21 [INFO] [stdout] 34: 0x55e825c191be - core::ops::function::FnOnce::call_once::h2aac75dc19c44736 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_block_by_id stdout ---- [INFO] [stdout] thread 'get_block_by_id' panicked at 'Error fetching block by id: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getblockbyid", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:99:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61791 - core::result::Result::expect::he51e107009e1ebe4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0f3c6 - client::get_block_by_id::{{closure}}::h6a082b4f99744c59 [INFO] [stdout] at tests/client.rs:99 [INFO] [stdout] 17: 0x55e825b83809 - as core::future::future::Future>::poll::h3c8b41831c553b76 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa083 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h310c8fbdd28bee8e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825ba08a7 - tokio::coop::budget::{{closure}}::hc69783b46f6d254d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b5364f - std::thread::local::LocalKey::try_with::h1f2c67fe1f9e4c51 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4f4a8 - std::thread::local::LocalKey::with::h3baea80adeecbea3 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba6fa3 - tokio::coop::budget::h53cd5e5ad071f817 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba6fa3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::haf2bfbc7ee6042ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafbe2 - tokio::runtime::basic_scheduler::enter::{{closure}}::h75a5587531f65e6c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c3916f - tokio::macros::scoped_tls::ScopedKey::set::h94c7609c6ae0194c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bae469 - tokio::runtime::basic_scheduler::enter::hafc42a358e1bb937 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1bab - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::ha86c88df9787f6e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95963 - tokio::runtime::Runtime::block_on::{{closure}}::h873427f7d93ab88d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76607 - tokio::runtime::context::enter::h94ec557f2df4a65d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c0865b - tokio::runtime::handle::Handle::enter::h0324aae24c4f3f2f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9429b - tokio::runtime::Runtime::block_on::h9415804468251544 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0f154 - client::get_block_by_id::h5d903736b5b3face [INFO] [stdout] at tests/client.rs:95 [INFO] [stdout] 33: 0x55e825c0f06a - client::get_block_by_id::{{closure}}::h8a8aa790ffc0e9af [INFO] [stdout] at tests/client.rs:95 [INFO] [stdout] 34: 0x55e825c190ce - core::ops::function::FnOnce::call_once::h0a82dafe0b15a031 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_block_by_limit_next stdout ---- [INFO] [stdout] thread 'get_block_by_limit_next' panicked at 'Error fetching block by limit next: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getblockbylimitnext", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:77:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b612e8 - core::result::Result::expect::h8f7b87a0c933aff1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0e705 - client::get_block_by_limit_next::{{closure}}::hc3236e7006201068 [INFO] [stdout] at tests/client.rs:77 [INFO] [stdout] 17: 0x55e825b859e9 - as core::future::future::Future>::poll::h8ca24f7b7aa93a6c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa283 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h518e2b868b95aa47 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9fd57 - tokio::coop::budget::{{closure}}::h91a649774b9348e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b55a5f - std::thread::local::LocalKey::try_with::h6496e1dcdebc1654 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4ee48 - std::thread::local::LocalKey::with::h19f2a76711aed950 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba4e33 - tokio::coop::budget::haf52adbc4a88d48d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba4e33 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h8359b714bfc44082 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bb0060 - tokio::runtime::basic_scheduler::enter::{{closure}}::hfce23fd633832517 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c397ae - tokio::macros::scoped_tls::ScopedKey::set::hc8a80b652aef6f87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bac0c9 - tokio::runtime::basic_scheduler::enter::h19e318631026b2a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1d8d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hde428e9aa5933dde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b94af1 - tokio::runtime::Runtime::block_on::{{closure}}::h10880c81d6319353 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b75d07 - tokio::runtime::context::enter::h28841d18d1f831da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c0942a - tokio::runtime::handle::Handle::enter::he9b5c4178addcee7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9422d - tokio::runtime::Runtime::block_on::h8f86e6deb178d32a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0e454 - client::get_block_by_limit_next::he24111c998305e35 [INFO] [stdout] at tests/client.rs:73 [INFO] [stdout] 33: 0x55e825c0e36a - client::get_block_by_limit_next::{{closure}}::h4ed928af86cb6df5 [INFO] [stdout] at tests/client.rs:73 [INFO] [stdout] 34: 0x55e825c192de - core::ops::function::FnOnce::call_once::h470780472e2dbb34 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_chain_parameters stdout ---- [INFO] [stdout] thread 'get_chain_parameters' panicked at 'Error fetching chain parameters: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getchainparameters", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:201:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b610a8 - core::result::Result::expect::h3c31650f694e0097 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c1225d - client::get_chain_parameters::{{closure}}::hd4ba42a5a6c4b613 [INFO] [stdout] at tests/client.rs:201 [INFO] [stdout] 17: 0x55e825b84fc9 - as core::future::future::Future>::poll::h71d40a00e2f8924b [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa783 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h87cc0308f4342908 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9e5d7 - tokio::coop::budget::{{closure}}::h444b4ab27d63207f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b57f6f - std::thread::local::LocalKey::try_with::hb32b7d0816592b2b [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b514c8 - std::thread::local::LocalKey::with::hee1ec81a0781ed48 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba3a23 - tokio::coop::budget::hbe48f415ac6d120a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba3a23 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h5b0ddabeb21a35ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baf8e0 - tokio::runtime::basic_scheduler::enter::{{closure}}::h3f86c6cce644357d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c38c6e - tokio::macros::scoped_tls::ScopedKey::set::h5fd22419b7fe4c08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bac7e9 - tokio::runtime::basic_scheduler::enter::h2b4aaffd993514d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba183d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h102893522786bc25 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b94851 - tokio::runtime::Runtime::block_on::{{closure}}::h0b8a7f3c87e681d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76b07 - tokio::runtime::context::enter::hb400e243c80ad91a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c08b3a - tokio::runtime::handle::Handle::enter::h4d51b7c43ee06688 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b93ffd - tokio::runtime::Runtime::block_on::h29eb08c17f94267f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c12004 - client::get_chain_parameters::h8de57c88069c6bd5 [INFO] [stdout] at tests/client.rs:197 [INFO] [stdout] 33: 0x55e825c11f1a - client::get_chain_parameters::{{closure}}::hfe12fa2a44714c0c [INFO] [stdout] at tests/client.rs:197 [INFO] [stdout] 34: 0x55e825c1972e - core::ops::function::FnOnce::call_once::h743c4ab341005756 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_asset_issue_list stdout ---- [INFO] [stdout] thread 'get_asset_issue_list' panicked at 'Error fetching asset issue list: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/walletsolidity/getassetissuelist", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:225:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61538 - core::result::Result::expect::hb71d0590fb1cd3d1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c12c5d - client::get_asset_issue_list::{{closure}}::h9e746845d934996c [INFO] [stdout] at tests/client.rs:225 [INFO] [stdout] 17: 0x55e825b86f49 - as core::future::future::Future>::poll::hd0dcedb4e9bde795 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baacd3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hcd301e3e910d3390 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825ba0497 - tokio::coop::budget::{{closure}}::hb82ad167ca4e94e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b54d9f - std::thread::local::LocalKey::try_with::h4a6bf72fc2f8343b [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4fce8 - std::thread::local::LocalKey::with::h63ce030af0268216 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba1f63 - tokio::coop::budget::hc0849abd3da08640 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba1f63 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h0c697137726c6fad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baff60 - tokio::runtime::basic_scheduler::enter::{{closure}}::hc5b77e820aee7776 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c38eee - tokio::macros::scoped_tls::ScopedKey::set::h90554e1b5d972a2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825baeb89 - tokio::runtime::basic_scheduler::enter::hbf300008ec722cef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1c4d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hcbfb6a255d8a00ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95571 - tokio::runtime::Runtime::block_on::{{closure}}::h7766c4dd4f51caba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76307 - tokio::runtime::context::enter::h7077040641568d23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c0928a - tokio::runtime::handle::Handle::enter::he3397f651ab2ead0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b946fd - tokio::runtime::Runtime::block_on::hec22fcce85095c92 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c12a04 - client::get_asset_issue_list::h2228c346a5085c6d [INFO] [stdout] at tests/client.rs:221 [INFO] [stdout] 33: 0x55e825c1291a - client::get_asset_issue_list::{{closure}}::h02ce5fc7e7c56288 [INFO] [stdout] at tests/client.rs:221 [INFO] [stdout] 34: 0x55e825c19c9e - core::ops::function::FnOnce::call_once::hf2d5ed8675abcf73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_transaction_by_id stdout ---- [INFO] [stdout] thread 'get_transaction_by_id' panicked at 'Error fetching tx by id: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/gettransactionbyid", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:167:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61b11 - core::result::Result::expect::hfce167e253ba0f32 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c113a0 - client::get_transaction_by_id::{{closure}}::h97ee17212732f3cb [INFO] [stdout] at tests/client.rs:167 [INFO] [stdout] 17: 0x55e825b861c9 - as core::future::future::Future>::poll::ha6b463ba593f59ea [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baaa93 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hb4be6d08c6f5c34c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825ba1367 - tokio::coop::budget::{{closure}}::hec40af7e16bc6e75 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b54c6f - std::thread::local::LocalKey::try_with::h48c56f6a0343a565 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4ffe8 - std::thread::local::LocalKey::with::h76559ad04811f962 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba9113 - tokio::coop::budget::h13ea520392589d46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba9113 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hf5e9f22772e58156 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafde0 - tokio::runtime::basic_scheduler::enter::{{closure}}::h87433cd0523cd95f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c398ee - tokio::macros::scoped_tls::ScopedKey::set::hd9d89c452efc4a12 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bacb79 - tokio::runtime::basic_scheduler::enter::h4086178d97e703dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba192d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h2735f53d0933a3d3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95811 - tokio::runtime::Runtime::block_on::{{closure}}::h7bafb0bd11d3cfc8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b75f07 - tokio::runtime::context::enter::h2f0ccbf67690f0e5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c08daa - tokio::runtime::handle::Handle::enter::h8f506eb6076683b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9461d - tokio::runtime::Runtime::block_on::hd2205d301be0756a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c110e4 - client::get_transaction_by_id::h610c0d274741a2ff [INFO] [stdout] at tests/client.rs:163 [INFO] [stdout] 33: 0x55e825c10ffa - client::get_transaction_by_id::{{closure}}::h130129206979b8f4 [INFO] [stdout] at tests/client.rs:163 [INFO] [stdout] 34: 0x55e825c19a4e - core::ops::function::FnOnce::call_once::hbcdb94bd134167c0 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_block_by_num_with_transactions stdout ---- [INFO] [stdout] thread 'get_block_by_num_with_transactions' panicked at 'Error fetching block by num: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getblockbynum", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:88:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61791 - core::result::Result::expect::he51e107009e1ebe4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0eef0 - client::get_block_by_num_with_transactions::{{closure}}::h6b90b0e549d138e8 [INFO] [stdout] at tests/client.rs:88 [INFO] [stdout] 17: 0x55e825b86d99 - as core::future::future::Future>::poll::hcc6e9693f226531a [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa723 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h87a837b529864721 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9d597 - tokio::coop::budget::{{closure}}::h1353969463ac280d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b5844f - std::thread::local::LocalKey::try_with::hbe604236219d034f [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b504e8 - std::thread::local::LocalKey::with::h994e5b446b794bf1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba40d3 - tokio::coop::budget::hc1785593db7f1655 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba40d3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h5b70ea193d142553 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafe60 - tokio::runtime::basic_scheduler::enter::{{closure}}::ha28854446a41f0e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c392ae - tokio::macros::scoped_tls::ScopedKey::set::h951dcbb3271cf564 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bad299 - tokio::runtime::basic_scheduler::enter::h46600aeaa7462234 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1c9d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hd01ebf39afcef774 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95c01 - tokio::runtime::Runtime::block_on::{{closure}}::hab2b2f748a0cd967 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76807 - tokio::runtime::context::enter::h9f88507ec325d5f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c0935a - tokio::runtime::handle::Handle::enter::he6d1f4585431109e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b93f8d - tokio::runtime::Runtime::block_on::h193b5d97fee98e70 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0ec84 - client::get_block_by_num_with_transactions::h616df78b8ea71213 [INFO] [stdout] at tests/client.rs:84 [INFO] [stdout] 33: 0x55e825c0eb9a - client::get_block_by_num_with_transactions::{{closure}}::h155204466a737621 [INFO] [stdout] at tests/client.rs:84 [INFO] [stdout] 34: 0x55e825c1936e - core::ops::function::FnOnce::call_once::h4cce8944b00dcdb9 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_now_block stdout ---- [INFO] [stdout] thread 'get_now_block' panicked at 'Error fetching now block: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/getnowblock", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:191:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61791 - core::result::Result::expect::he51e107009e1ebe4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c11dab - client::get_now_block::{{closure}}::h6d28240c99155fc7 [INFO] [stdout] at tests/client.rs:191 [INFO] [stdout] 17: 0x55e825b836e9 - as core::future::future::Future>::poll::h3393eaa50019991c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa6b3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h808485b010fd7d08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9dfa7 - tokio::coop::budget::{{closure}}::h313a16c794a18202 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b587cf - std::thread::local::LocalKey::try_with::hc8692f5678dacd58 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b4f5c8 - std::thread::local::LocalKey::with::h47412cc0ba7dfc1e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba5b93 - tokio::coop::budget::hc83e4aeb8b566b6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba5b93 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h9bcf514492613fb4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafae0 - tokio::runtime::basic_scheduler::enter::{{closure}}::h65e7f5bc84351962 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c389ee - tokio::macros::scoped_tls::ScopedKey::set::h54060ae5b0352194 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825baf639 - tokio::runtime::basic_scheduler::enter::hf8a57ba3ac745e0d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1a1d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h4fc0a88418a9d400 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95181 - tokio::runtime::Runtime::block_on::{{closure}}::h3c175004ef512f5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76d07 - tokio::runtime::context::enter::hebdfe1e4fa34d0b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c08a6a - tokio::runtime::handle::Handle::enter::h4b2465145efdbae3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9445d - tokio::runtime::Runtime::block_on::hacbd4cf80f800b20 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c11b44 - client::get_now_block::h1091c704ea677c8b [INFO] [stdout] at tests/client.rs:187 [INFO] [stdout] 33: 0x55e825c11a5a - client::get_now_block::{{closure}}::hd61c296313848d96 [INFO] [stdout] at tests/client.rs:187 [INFO] [stdout] 34: 0x55e825c1915e - core::ops::function::FnOnce::call_once::h2074390a0c237ea9 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- get_transaction_info_by_id stdout ---- [INFO] [stdout] thread 'get_transaction_info_by_id' panicked at 'Error fetching tx info by id: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/gettransactioninfobyid", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:179:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b61661 - core::result::Result::expect::hc4789590ba10e6d7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c118d0 - client::get_transaction_info_by_id::{{closure}}::hfe0704250ac2d31f [INFO] [stdout] at tests/client.rs:179 [INFO] [stdout] 17: 0x55e825b85959 - as core::future::future::Future>::poll::h8a1be6b6db0bd54a [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa7e3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h88987719be5524fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9cf37 - tokio::coop::budget::{{closure}}::h0921b9036bab7fa3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b55caf - std::thread::local::LocalKey::try_with::h67020df2eb645767 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b50328 - std::thread::local::LocalKey::with::h88ed484f6781d6fb [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba2cc3 - tokio::coop::budget::h05bb199f07da1ed6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba2cc3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h2f60b522ddcc38e2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825baf9e0 - tokio::runtime::basic_scheduler::enter::{{closure}}::h4543cd15dc5661eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c39a2e - tokio::macros::scoped_tls::ScopedKey::set::hebf49708bc4e9993 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825bad629 - tokio::runtime::basic_scheduler::enter::h490ddb683b509d15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba197d - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h374abab11a15c513 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b94ee1 - tokio::runtime::Runtime::block_on::{{closure}}::h29e48146bc8d0492 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76007 - tokio::runtime::context::enter::h4956a48ee55167a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c0872a - tokio::runtime::handle::Handle::enter::h1041868e303426c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b93f1d - tokio::runtime::Runtime::block_on::h0d4cb52f0f930a2e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c11614 - client::get_transaction_info_by_id::hc54c614fe09207df [INFO] [stdout] at tests/client.rs:175 [INFO] [stdout] 33: 0x55e825c1152a - client::get_transaction_info_by_id::{{closure}}::h6ea540c8bda24a31 [INFO] [stdout] at tests/client.rs:175 [INFO] [stdout] 34: 0x55e825c194be - core::ops::function::FnOnce::call_once::h5c7e072da583e983 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- node_list stdout ---- [INFO] [stdout] thread 'node_list' panicked at 'Error fetching node list: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/wallet/listnodes", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:36:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b619e8 - core::result::Result::expect::he9f2b369ab75a6a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0d02d - client::node_list::{{closure}}::hfa1283ec9da4b511 [INFO] [stdout] at tests/client.rs:36 [INFO] [stdout] 17: 0x55e825b86409 - as core::future::future::Future>::poll::hb0044a1b08543eea [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa883 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h979a2cac76bc2ea3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9fa27 - tokio::coop::budget::{{closure}}::h8e32298cb3d424d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b56c1f - std::thread::local::LocalKey::try_with::h8dbfb4df4e7523ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b50be8 - std::thread::local::LocalKey::with::hc25139a6a7f1ae36 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba68f3 - tokio::coop::budget::hf4b880b5c7fec066 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba68f3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::ha939d3ab2fb35198 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafa60 - tokio::runtime::basic_scheduler::enter::{{closure}}::h4716481e4699f93c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c3862e - tokio::macros::scoped_tls::ScopedKey::set::h00553178c6acf4da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825badd49 - tokio::runtime::basic_scheduler::enter::h5f32f06ea5835286 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba18dd - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h19aac3479b475bc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b95421 - tokio::runtime::Runtime::block_on::{{closure}}::h765e535bf778edbb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b75c07 - tokio::runtime::context::enter::h1cea1e0281b8a381 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c090ea - tokio::runtime::handle::Handle::enter::hbe33d845b3404802 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9453d - tokio::runtime::Runtime::block_on::hc50621d7b29017f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0cdd4 - client::node_list::h81accc533bd9c106 [INFO] [stdout] at tests/client.rs:32 [INFO] [stdout] 33: 0x55e825c0ccea - client::node_list::{{closure}}::hfbfc6d126456a1e6 [INFO] [stdout] at tests/client.rs:32 [INFO] [stdout] 34: 0x55e825c193de - core::ops::function::FnOnce::call_once::h54272816b6396a83 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- list_witnesses stdout ---- [INFO] [stdout] thread 'list_witnesses' panicked at 'Error fetching node list: HTTP(reqwest::Error { kind: Request, url: "https://api.shasta.trongrid.io/walletsolidity/listwitnesses", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) })', tests/client.rs:44:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e8260fe1b4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e8260fe1b4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e8260fe1b4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e8260fe1b4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e826127f4c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e825c5b7c5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e8260f4ae1 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e826100a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e826100a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e826100a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e82610077b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e8261010f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e826100cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e826126971 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e826126793 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55e825b611c8 - core::result::Result::expect::h8aa62c538e0d23ff [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x55e825c0d53b - client::list_witnesses::{{closure}}::hacede4f6161d3bb1 [INFO] [stdout] at tests/client.rs:44 [INFO] [stdout] 17: 0x55e825b84f39 - as core::future::future::Future>::poll::h6cae31108e074dde [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/future/mod.rs:66 [INFO] [stdout] 18: 0x55e825baa653 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h7bdb02602853f697 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 19: 0x55e825b9f3f7 - tokio::coop::budget::{{closure}}::h732357677a488c9c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:97 [INFO] [stdout] 20: 0x55e825b5415f - std::thread::local::LocalKey::try_with::h368b85d79dad1c23 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:263 [INFO] [stdout] 21: 0x55e825b51148 - std::thread::local::LocalKey::with::he2286120deee911c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/local.rs:239 [INFO] [stdout] 22: 0x55e825ba7d03 - tokio::coop::budget::ha30a062157e42e2e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/coop.rs:79 [INFO] [stdout] 23: 0x55e825ba7d03 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hc5d9b73b58510118 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 24: 0x55e825bafc60 - tokio::runtime::basic_scheduler::enter::{{closure}}::h776971a9a6581398 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 25: 0x55e825c3966e - tokio::macros::scoped_tls::ScopedKey::set::hbb1bb8bbf4a08070 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/macros/scoped_tls.rs:64 [INFO] [stdout] 26: 0x55e825baef19 - tokio::runtime::basic_scheduler::enter::hc03aba5ad5c88053 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: 0x55e825ba1ced - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hd742e26812305b0c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 28: 0x55e825b956c1 - tokio::runtime::Runtime::block_on::{{closure}}::h789319936cb815ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:418 [INFO] [stdout] 29: 0x55e825b76507 - tokio::runtime::context::enter::h8ed7cb7c7ba0aa7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/context.rs:72 [INFO] [stdout] 30: 0x55e825c088ca - tokio::runtime::handle::Handle::enter::h31d56f8b413864e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/handle.rs:39 [INFO] [stdout] 31: 0x55e825b9430d - tokio::runtime::Runtime::block_on::h945d43a1bbf34851 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.15/src/runtime/mod.rs:415 [INFO] [stdout] 32: 0x55e825c0d294 - client::list_witnesses::h6e3371fde985d4a5 [INFO] [stdout] at tests/client.rs:40 [INFO] [stdout] 33: 0x55e825c0d1aa - client::list_witnesses::{{closure}}::h09949b62615113b2 [INFO] [stdout] at tests/client.rs:40 [INFO] [stdout] 34: 0x55e825c19a1e - core::ops::function::FnOnce::call_once::hb8179209e5336208 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e825c82c56 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e825c82c56 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 37: 0x55e825c82c56 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 38: 0x55e825c82c56 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 39: 0x55e825c82c56 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 40: 0x55e825c82c56 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 41: 0x55e825c82c56 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 42: 0x55e825c5ac76 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 43: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 44: 0x55e825c60005 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x55e825c60005 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 46: 0x55e825c60005 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x55e825c60005 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x55e825c60005 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 49: 0x55e825c60005 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 50: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 51: 0x55e82610819a - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 52: 0x55e82610819a - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 53: 0x7ff21e761609 - start_thread [INFO] [stdout] 54: 0x7ff21e66b103 - __clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] get_account [INFO] [stdout] get_account_2 [INFO] [stdout] get_account_2_base58 [INFO] [stdout] get_account_net [INFO] [stdout] get_account_net2 [INFO] [stdout] get_asset_issue_list [INFO] [stdout] get_block_by_id [INFO] [stdout] get_block_by_latest_num [INFO] [stdout] get_block_by_limit_next [INFO] [stdout] get_block_by_num [INFO] [stdout] get_block_by_num_with_transactions [INFO] [stdout] get_chain_parameters [INFO] [stdout] get_contract [INFO] [stdout] get_node_info [INFO] [stdout] get_now_block [INFO] [stdout] get_transaction_by_id [INFO] [stdout] get_transaction_info_by_id [INFO] [stdout] list_witnesses [INFO] [stdout] node_list [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 19 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test client' [INFO] running `"docker" "inspect" "659fcd1f01a01ea6802ed72745ee27f24b7c582adf118be9b02f8548618f6d09"` [INFO] running `"docker" "rm" "-f" "659fcd1f01a01ea6802ed72745ee27f24b7c582adf118be9b02f8548618f6d09"` [INFO] [stdout] 659fcd1f01a01ea6802ed72745ee27f24b7c582adf118be9b02f8548618f6d09