[INFO] cloning repository https://github.com/herp-app/herp-service-skeleton-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/herp-app/herp-service-skeleton-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fherp-app%2Fherp-service-skeleton-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fherp-app%2Fherp-service-skeleton-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a51d6183d4e214570223ee325e1e5372430d8177 [INFO] testing herp-app/herp-service-skeleton-rust against try#c3758fdc4730d7700b25a13cccff296a08f42c00 for pr-91743 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fherp-app%2Fherp-service-skeleton-rust" "/workspace/builds/worker-104/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-104/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/herp-app/herp-service-skeleton-rust on toolchain c3758fdc4730d7700b25a13cccff296a08f42c00 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/herp-app/herp-service-skeleton-rust [INFO] finished tweaking git repo https://github.com/herp-app/herp-service-skeleton-rust [INFO] tweaked toml for git repo https://github.com/herp-app/herp-service-skeleton-rust written to /workspace/builds/worker-104/source/Cargo.toml [INFO] crate git repo https://github.com/herp-app/herp-service-skeleton-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b888ca3a0da205aa17fe55a5c201b076f9bdf7860c5f02b3a85874a9000199e3 [INFO] running `Command { std: "docker" "start" "-a" "b888ca3a0da205aa17fe55a5c201b076f9bdf7860c5f02b3a85874a9000199e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b888ca3a0da205aa17fe55a5c201b076f9bdf7860c5f02b3a85874a9000199e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b888ca3a0da205aa17fe55a5c201b076f9bdf7860c5f02b3a85874a9000199e3", kill_on_drop: false }` [INFO] [stdout] b888ca3a0da205aa17fe55a5c201b076f9bdf7860c5f02b3a85874a9000199e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83e32d27d42f055d063a5c64de82de6aaa504151830fa2a08a0cb411d936cd0b [INFO] running `Command { std: "docker" "start" "-a" "83e32d27d42f055d063a5c64de82de6aaa504151830fa2a08a0cb411d936cd0b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling pin-project-internal v0.4.26 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling const_fn v0.4.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling rustc-demangle v0.1.17 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling instant v0.1.7 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling backtrace v0.3.52 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling pin-project v0.4.26 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling actix-router v0.2.5 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling confy v0.4.0 [INFO] [stderr] Compiling actix-http v2.0.0 [INFO] [stderr] Compiling awc v2.0.0 [INFO] [stderr] Compiling actix-web v3.1.0 [INFO] [stderr] Compiling herp_my_service_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/main.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn new(service: Service, herp:Herp, service_interface: Value) -> Config{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load_config_from_file` [INFO] [stdout] --> src/main.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | fn load_config_from_file(filename:&str) -> Config{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/herp_proxy.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(host : String, endpoints: Value) -> Herp{ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_token` [INFO] [stdout] --> src/herp_proxy.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | async fn get_token(&self) -> Result{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_service_id` [INFO] [stdout] --> src/herp_proxy.rs:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | async fn get_service_id(&self, token: &str, service : &Service) -> Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `klick_install` [INFO] [stdout] --> src/herp_proxy.rs:73:14 [INFO] [stdout] | [INFO] [stdout] 73 | async fn klick_install(&self, service : &Service) -> Result{ [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/main.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn new(name: String, password: String) -> Credentials{ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load` [INFO] [stdout] --> src/main.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | pub (super) fn load() -> Credentials{ [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "83e32d27d42f055d063a5c64de82de6aaa504151830fa2a08a0cb411d936cd0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83e32d27d42f055d063a5c64de82de6aaa504151830fa2a08a0cb411d936cd0b", kill_on_drop: false }` [INFO] [stdout] 83e32d27d42f055d063a5c64de82de6aaa504151830fa2a08a0cb411d936cd0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ff33bf517b96b82df200d35331788dbd8ba7aaaf3f03ddd9a225c9642841db2 [INFO] running `Command { std: "docker" "start" "-a" "8ff33bf517b96b82df200d35331788dbd8ba7aaaf3f03ddd9a225c9642841db2", kill_on_drop: false }` [INFO] [stderr] Compiling herp_my_service_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/main.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn new(service: Service, herp:Herp, service_interface: Value) -> Config{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/herp_proxy.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(host : String, endpoints: Value) -> Herp{ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.06s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/herp_my_service_rust-ba94cf92671d09e7) [INFO] running `Command { std: "docker" "inspect" "8ff33bf517b96b82df200d35331788dbd8ba7aaaf3f03ddd9a225c9642841db2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ff33bf517b96b82df200d35331788dbd8ba7aaaf3f03ddd9a225c9642841db2", kill_on_drop: false }` [INFO] [stdout] 8ff33bf517b96b82df200d35331788dbd8ba7aaaf3f03ddd9a225c9642841db2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f41866833676b0075571e4424c3bb480df3adc210f5b4c94de94f9a9beabbccb [INFO] running `Command { std: "docker" "start" "-a" "f41866833676b0075571e4424c3bb480df3adc210f5b4c94de94f9a9beabbccb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/main.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | fn new(service: Service, herp:Herp, service_interface: Value) -> Config{ [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/herp_proxy.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn new(host : String, endpoints: Value) -> Herp{ [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `herp_my_service_rust` (bin "herp_my_service_rust" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 39.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/herp_my_service_rust-ba94cf92671d09e7) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test::load_service_test ... ok [INFO] [stdout] test test::server_endpoint_do_post_test ... ok [INFO] [stdout] test test::server_endpoint_install_get_test ... ok [INFO] [stdout] test test::load_config_test ... ok [INFO] [stdout] test herp_proxy::test::register_test_wrong_port - should panic ... ok [INFO] [stdout] test herp_proxy::test::register_integrationtest ... FAILED [INFO] [stdout] test test::register_integrationtest ... FAILED [INFO] [stdout] test herp_proxy::test::get_service_id_integrationtest ... FAILED [INFO] [stdout] test herp_proxy::test::klick_install_integrationtest - should panic ... FAILED [INFO] [stdout] test herp_proxy::test::login_integrationtest ... FAILED [INFO] [stdout] test test::server_endpoint_install_post_test ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- herp_proxy::test::register_integrationtest stdout ---- [INFO] [stdout] thread 'herp_proxy::test::register_integrationtest' panicked at 'called `Result::unwrap()` on an `Err` value: Connect(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))', src/herp_proxy.rs:118:46 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e2aac811a0 - std::backtrace_rs::backtrace::libunwind::trace::h2c3bc9c840656a34 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x55e2aac811a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h0a70f522b5a3463e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e2aac811a0 - std::sys_common::backtrace::_print_fmt::he249a79bec407477 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55e2aac811a0 - ::fmt::ha9d1970820f5c713 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55e2aaca688c - core::fmt::write::hc4fc655621d59c6c [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55e2aac7b465 - std::io::Write::write_fmt::h766156bfd5935712 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55e2aac82c41 - std::sys_common::backtrace::_print::hfbedb7d14540afb9 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55e2aac82c41 - std::sys_common::backtrace::print::h1d12b345ae925adb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55e2aac82c41 - std::panicking::default_hook::{{closure}}::hbfa91b7f831744dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55e2aac82898 - std::panicking::default_hook::h5186cc1a78166015 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55e2aac8330d - std::panicking::rust_panic_with_hook::h1b346e6d62a347dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55e2aac831d7 - std::panicking::begin_panic_handler::{{closure}}::hc131d07490c3ebd7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55e2aac81674 - std::sys_common::backtrace::__rust_end_short_backtrace::hd18b4525708c825e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55e2aac82f02 - rust_begin_unwind [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55e2aa37f3e3 - core::panicking::panic_fmt::h2bdc1e1473e094d6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x55e2aa37f4d3 - core::result::unwrap_failed::h78dab976b32b845a [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55e2aa3a4e38 - core::result::Result::unwrap::h5fdb1bea8ceb5e8e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55e2aa4249a7 - herp_my_service_rust::herp_proxy::test::register_integrationtest::{{closure}}::h69f650730cfb198e [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:118:13 [INFO] [stdout] 18: 0x55e2aa400b8c - as core::future::future::Future>::poll::h91b8b659bda16ecf [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x55e2aa3fdfe6 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::hf1e6b16af69b224e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:65 [INFO] [stdout] 20: 0x55e2aa3ddff0 - tokio::coop::with_budget::{{closure}}::h81294a88b483b852 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 21: 0x55e2aa399c75 - std::thread::local::LocalKey::try_with::hf7348901d6887e1e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 22: 0x55e2aa3937cd - std::thread::local::LocalKey::with::h96cf51bbf748485e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 23: 0x55e2aa3fc9e9 - tokio::coop::with_budget::h28af2000a0809962 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 24: 0x55e2aa3fc9e9 - tokio::coop::budget::hd91de304b36803b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 25: 0x55e2aa3fc9e9 - as core::future::future::Future>::poll::{{closure}}::h010570cff143a89a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:42 [INFO] [stdout] 26: 0x55e2aa4212c7 - tokio::macros::scoped_tls::ScopedKey::set::h12576e2ae4e20f34 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 27: 0x55e2aa3fa2aa - tokio::task::local::LocalSet::with::hb65f23428c535656 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:442:9 [INFO] [stdout] 28: 0x55e2aa3fc642 - as core::future::future::Future>::poll::h60d93786de6bc06f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:518:9 [INFO] [stdout] 29: 0x55e2aa3fbdfe - tokio::task::local::LocalSet::run_until::{{closure}}::h8e7676e5b42d4156 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:392:18 [INFO] [stdout] 30: 0x55e2aa40153c - as core::future::future::Future>::poll::hd410d760afc4be21 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 31: 0x55e2aa3c3b00 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h95a08e15afa6e6b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 32: 0x55e2aa3dd410 - tokio::coop::with_budget::{{closure}}::h37548318b39a7fd5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 33: 0x55e2aa397cc5 - std::thread::local::LocalKey::try_with::hb3d1673b5b7f603b [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 34: 0x55e2aa392bfd - std::thread::local::LocalKey::with::h12cce541fecd7c04 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 35: 0x55e2aa3c1ed0 - tokio::coop::with_budget::hab2e02f2ce8595f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 36: 0x55e2aa3c1ed0 - tokio::coop::budget::h9d4178e908cd6ba6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 37: 0x55e2aa3c1ed0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hb14ecfa7554570f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 38: 0x55e2aa3c6121 - tokio::runtime::basic_scheduler::enter::{{closure}}::h3657377c20d192b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 39: 0x55e2aa421cf3 - tokio::macros::scoped_tls::ScopedKey::set::h90f2683021943f95 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 40: 0x55e2aa3c55b5 - tokio::runtime::basic_scheduler::enter::h9e02f0c71a2ec477 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 41: 0x55e2aa3be940 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h96fef6f0e474255f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 42: 0x55e2aa3baec2 - tokio::runtime::Runtime::block_on::{{closure}}::h6f125d7c98adcb8b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 43: 0x55e2aa41224b - tokio::runtime::context::enter::h3f89b6b9092a2689 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 44: 0x55e2aa3b25ea - tokio::runtime::handle::Handle::enter::h6307366995f88210 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 45: 0x55e2aa3ba8fd - tokio::runtime::Runtime::block_on::h030177f5c005dba7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 46: 0x55e2aa3fa706 - tokio::task::local::LocalSet::block_on::he0ebd478bfb47f13 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:353:9 [INFO] [stdout] 47: 0x55e2aa3d0c51 - actix_rt::runtime::Runtime::block_on::h6b45accba10996d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 48: 0x55e2aa3f6856 - actix_rt::builder::SystemRunner::block_on::h52feb32a8a764b31 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 49: 0x55e2aa4246ca - herp_my_service_rust::herp_proxy::test::register_integrationtest::h111bc12033be3800 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:113:5 [INFO] [stdout] 50: 0x55e2aa42464a - herp_my_service_rust::herp_proxy::test::register_integrationtest::{{closure}}::h10f17dedf389e649 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:113:5 [INFO] [stdout] 51: 0x55e2aa40afae - core::ops::function::FnOnce::call_once::h078d7f68a515a1a4 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 52: 0x55e2aa4a3d03 - core::ops::function::FnOnce::call_once::hfa464e74fccacfdb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 53: 0x55e2aa4a3d03 - test::__rust_begin_short_backtrace::h2b9d08a5d60802a7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:573:5 [INFO] [stdout] 54: 0x55e2aa4a2a5d - as core::ops::function::FnOnce>::call_once::h11665ca350597984 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 55: 0x55e2aa4a2a5d - as core::ops::function::FnOnce<()>>::call_once::h1dd74fd619996a6d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 56: 0x55e2aa4a2a5d - std::panicking::try::do_call::h545949b41f3cafdf [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 57: 0x55e2aa4a2a5d - std::panicking::try::h8a4eee9e99747cca [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 58: 0x55e2aa4a2a5d - std::panic::catch_unwind::h7a2d4c4bb98e2a33 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 59: 0x55e2aa4a2a5d - test::run_test_in_process::h43cdbd88d3031d2d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:596:18 [INFO] [stdout] 60: 0x55e2aa4a2a5d - test::run_test::run_test_inner::{{closure}}::h7a35ff2a2ef1be40 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:490:39 [INFO] [stdout] 61: 0x55e2aa46e8bc - test::run_test::run_test_inner::{{closure}}::h99fa578161f25342 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:517:37 [INFO] [stdout] 62: 0x55e2aa46e8bc - std::sys_common::backtrace::__rust_begin_short_backtrace::h51d96e3583c91997 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 63: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h901e06481c3928e8 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:500:17 [INFO] [stdout] 64: 0x55e2aa474a6f - as core::ops::function::FnOnce<()>>::call_once::h2ab169c9508acc57 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 65: 0x55e2aa474a6f - std::panicking::try::do_call::hf0f60551a514f390 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 66: 0x55e2aa474a6f - std::panicking::try::h50e945932a8cf417 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 67: 0x55e2aa474a6f - std::panic::catch_unwind::hfd1bd35215287444 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 68: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::h79c8bb59e9e6d53e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:499:30 [INFO] [stdout] 69: 0x55e2aa474a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc427cbf183995ee4 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 70: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h03e1f93a163dfab7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 71: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h498bd6c4b6ddeafc [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 72: 0x55e2aac87ca3 - std::sys::unix::thread::Thread::new::thread_start::h36a191afeb7eed3f [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 73: 0x7f19aaa74609 - start_thread [INFO] [stdout] 74: 0x7f19aa844163 - clone [INFO] [stdout] 75: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- test::register_integrationtest stdout ---- [INFO] [stdout] thread 'test::register_integrationtest' panicked at 'called `Result::unwrap()` on an `Err` value: Connect(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))', src/main.rs:233:66 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e2aac811a0 - std::backtrace_rs::backtrace::libunwind::trace::h2c3bc9c840656a34 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x55e2aac811a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h0a70f522b5a3463e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e2aac811a0 - std::sys_common::backtrace::_print_fmt::he249a79bec407477 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55e2aac811a0 - ::fmt::ha9d1970820f5c713 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55e2aaca688c - core::fmt::write::hc4fc655621d59c6c [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55e2aac7b465 - std::io::Write::write_fmt::h766156bfd5935712 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55e2aac82c41 - std::sys_common::backtrace::_print::hfbedb7d14540afb9 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55e2aac82c41 - std::sys_common::backtrace::print::h1d12b345ae925adb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55e2aac82c41 - std::panicking::default_hook::{{closure}}::hbfa91b7f831744dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55e2aac82898 - std::panicking::default_hook::h5186cc1a78166015 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55e2aac8330d - std::panicking::rust_panic_with_hook::h1b346e6d62a347dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55e2aac831d7 - std::panicking::begin_panic_handler::{{closure}}::hc131d07490c3ebd7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55e2aac81674 - std::sys_common::backtrace::__rust_end_short_backtrace::hd18b4525708c825e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55e2aac82f02 - rust_begin_unwind [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55e2aa37f3e3 - core::panicking::panic_fmt::h2bdc1e1473e094d6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x55e2aa37f4d3 - core::result::unwrap_failed::h78dab976b32b845a [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55e2aa3a4e38 - core::result::Result::unwrap::h5fdb1bea8ceb5e8e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55e2aa419667 - herp_my_service_rust::test::register_integrationtest::{{closure}}::h296e750a2f376afb [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:233:13 [INFO] [stdout] 18: 0x55e2aa4008bc - as core::future::future::Future>::poll::h4fc5d29c52146f48 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x55e2aa3fde96 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h1d012529a1bc40fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:65 [INFO] [stdout] 20: 0x55e2aa3dee30 - tokio::coop::with_budget::{{closure}}::he941966f199f998f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 21: 0x55e2aa395a85 - std::thread::local::LocalKey::try_with::h4fea96ab9db07532 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 22: 0x55e2aa392f2d - std::thread::local::LocalKey::with::h3cc54b950ae48202 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 23: 0x55e2aa3fd139 - tokio::coop::with_budget::h99d3e5a215dd89de [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 24: 0x55e2aa3fd139 - tokio::coop::budget::hda3c6f3ad5311b5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 25: 0x55e2aa3fd139 - as core::future::future::Future>::poll::{{closure}}::h2ace9e652141a2a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:42 [INFO] [stdout] 26: 0x55e2aa422067 - tokio::macros::scoped_tls::ScopedKey::set::ha538a67a100b2de2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 27: 0x55e2aa3fa25a - tokio::task::local::LocalSet::with::h7c56e1d19ce09520 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:442:9 [INFO] [stdout] 28: 0x55e2aa3fc872 - as core::future::future::Future>::poll::hf9a4ec6dbcfaa3e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:518:9 [INFO] [stdout] 29: 0x55e2aa3fc0be - tokio::task::local::LocalSet::run_until::{{closure}}::hd6a5cb9a61480283 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:392:18 [INFO] [stdout] 30: 0x55e2aa4017fc - as core::future::future::Future>::poll::hee48ea0f703fabe8 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 31: 0x55e2aa3c3e10 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hc8219c567bb19a57 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 32: 0x55e2aa3dd1b0 - tokio::coop::with_budget::{{closure}}::h23c720cb3cadd7bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 33: 0x55e2aa395d65 - std::thread::local::LocalKey::try_with::h5d65728d65801096 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 34: 0x55e2aa39383d - std::thread::local::LocalKey::with::h96d0cbbbef73eef7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 35: 0x55e2aa3becf0 - tokio::coop::with_budget::hbec42eab8799f73d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 36: 0x55e2aa3becf0 - tokio::coop::budget::h7c9dff55970b09b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 37: 0x55e2aa3becf0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h0a37d3857f383849 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 38: 0x55e2aa3c6271 - tokio::runtime::basic_scheduler::enter::{{closure}}::h7eff038d434212ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 39: 0x55e2aa421e23 - tokio::macros::scoped_tls::ScopedKey::set::h9e02f641e8f4f172 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 40: 0x55e2aa3c6065 - tokio::runtime::basic_scheduler::enter::hef1eda3755184cd9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 41: 0x55e2aa3be980 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hbc9da70bc0c8c1e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 42: 0x55e2aa3bb0d2 - tokio::runtime::Runtime::block_on::{{closure}}::hc4dd11a4ab751f48 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 43: 0x55e2aa41279b - tokio::runtime::context::enter::hd21d80ebe3282db0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 44: 0x55e2aa3b282a - tokio::runtime::handle::Handle::enter::h8ad3e72e714b5b44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 45: 0x55e2aa3ba95d - tokio::runtime::Runtime::block_on::h19aa5a427621043d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 46: 0x55e2aa3fa4d6 - tokio::task::local::LocalSet::block_on::h12f9db5e765749ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:353:9 [INFO] [stdout] 47: 0x55e2aa3d0d91 - actix_rt::runtime::Runtime::block_on::hdc7f6e71b90f6c28 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 48: 0x55e2aa3f6766 - actix_rt::builder::SystemRunner::block_on::h4c5f9a8a84979804 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 49: 0x55e2aa41937a - herp_my_service_rust::test::register_integrationtest::h0f1941ec336a4cd0 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:231:5 [INFO] [stdout] 50: 0x55e2aa4192fa - herp_my_service_rust::test::register_integrationtest::{{closure}}::h623ba532759f75cc [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:231:5 [INFO] [stdout] 51: 0x55e2aa40b18e - core::ops::function::FnOnce::call_once::h371d11dce958a217 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 52: 0x55e2aa4a3d03 - core::ops::function::FnOnce::call_once::hfa464e74fccacfdb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 53: 0x55e2aa4a3d03 - test::__rust_begin_short_backtrace::h2b9d08a5d60802a7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:573:5 [INFO] [stdout] 54: 0x55e2aa4a2a5d - as core::ops::function::FnOnce>::call_once::h11665ca350597984 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 55: 0x55e2aa4a2a5d - as core::ops::function::FnOnce<()>>::call_once::h1dd74fd619996a6d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 56: 0x55e2aa4a2a5d - std::panicking::try::do_call::h545949b41f3cafdf [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 57: 0x55e2aa4a2a5d - std::panicking::try::h8a4eee9e99747cca [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 58: 0x55e2aa4a2a5d - std::panic::catch_unwind::h7a2d4c4bb98e2a33 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 59: 0x55e2aa4a2a5d - test::run_test_in_process::h43cdbd88d3031d2d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:596:18 [INFO] [stdout] 60: 0x55e2aa4a2a5d - test::run_test::run_test_inner::{{closure}}::h7a35ff2a2ef1be40 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:490:39 [INFO] [stdout] 61: 0x55e2aa46e8bc - test::run_test::run_test_inner::{{closure}}::h99fa578161f25342 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:517:37 [INFO] [stdout] 62: 0x55e2aa46e8bc - std::sys_common::backtrace::__rust_begin_short_backtrace::h51d96e3583c91997 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 63: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h901e06481c3928e8 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:500:17 [INFO] [stdout] 64: 0x55e2aa474a6f - as core::ops::function::FnOnce<()>>::call_once::h2ab169c9508acc57 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 65: 0x55e2aa474a6f - std::panicking::try::do_call::hf0f60551a514f390 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 66: 0x55e2aa474a6f - std::panicking::try::h50e945932a8cf417 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 67: 0x55e2aa474a6f - std::panic::catch_unwind::hfd1bd35215287444 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 68: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::h79c8bb59e9e6d53e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:499:30 [INFO] [stdout] 69: 0x55e2aa474a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc427cbf183995ee4 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 70: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h03e1f93a163dfab7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 71: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h498bd6c4b6ddeafc [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 72: 0x55e2aac87ca3 - std::sys::unix::thread::Thread::new::thread_start::h36a191afeb7eed3f [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 73: 0x7f19aaa74609 - start_thread [INFO] [stdout] 74: 0x7f19aa844163 - clone [INFO] [stdout] 75: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- herp_proxy::test::get_service_id_integrationtest stdout ---- [INFO] [stdout] thread 'herp_proxy::test::get_service_id_integrationtest' panicked at 'called `Result::unwrap()` on an `Err` value: Connect(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))', src/herp_proxy.rs:152:32 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e2aac811a0 - std::backtrace_rs::backtrace::libunwind::trace::h2c3bc9c840656a34 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x55e2aac811a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h0a70f522b5a3463e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e2aac811a0 - std::sys_common::backtrace::_print_fmt::he249a79bec407477 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55e2aac811a0 - ::fmt::ha9d1970820f5c713 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55e2aaca688c - core::fmt::write::hc4fc655621d59c6c [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55e2aac7b465 - std::io::Write::write_fmt::h766156bfd5935712 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55e2aac82c41 - std::sys_common::backtrace::_print::hfbedb7d14540afb9 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55e2aac82c41 - std::sys_common::backtrace::print::h1d12b345ae925adb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55e2aac82c41 - std::panicking::default_hook::{{closure}}::hbfa91b7f831744dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55e2aac82898 - std::panicking::default_hook::h5186cc1a78166015 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55e2aac8330d - std::panicking::rust_panic_with_hook::h1b346e6d62a347dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55e2aac831d7 - std::panicking::begin_panic_handler::{{closure}}::hc131d07490c3ebd7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55e2aac81674 - std::sys_common::backtrace::__rust_end_short_backtrace::hd18b4525708c825e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55e2aac82f02 - rust_begin_unwind [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55e2aa37f3e3 - core::panicking::panic_fmt::h2bdc1e1473e094d6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x55e2aa37f4d3 - core::result::unwrap_failed::h78dab976b32b845a [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55e2aa3a4d0e - core::result::Result::unwrap::h1a06f8e17e878ab6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55e2aa425941 - herp_my_service_rust::herp_proxy::test::get_service_id_integrationtest::{{closure}}::hae839ad58fe97d74 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:152:6 [INFO] [stdout] 18: 0x55e2aa40082c - as core::future::future::Future>::poll::h39b72fc2e250de26 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x55e2aa3fdf26 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h5e409be1ba6ee061 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:65 [INFO] [stdout] 20: 0x55e2aa3de250 - tokio::coop::with_budget::{{closure}}::h82a4c0285abf5150 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 21: 0x55e2aa399995 - std::thread::local::LocalKey::try_with::he6f7023a81e022ba [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 22: 0x55e2aa392e4d - std::thread::local::LocalKey::with::h2f4ad0a57e915682 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 23: 0x55e2aa3fcec9 - tokio::coop::with_budget::hc0ccafe252aebbe1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 24: 0x55e2aa3fcec9 - tokio::coop::budget::h700fd9b2d8e098ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 25: 0x55e2aa3fcec9 - as core::future::future::Future>::poll::{{closure}}::h1cb2319d061d263b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:42 [INFO] [stdout] 26: 0x55e2aa421987 - tokio::macros::scoped_tls::ScopedKey::set::h7c8fa354d0b587b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 27: 0x55e2aa3fa39a - tokio::task::local::LocalSet::with::hf4c61c3719ebec8a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:442:9 [INFO] [stdout] 28: 0x55e2aa3fc722 - as core::future::future::Future>::poll::hc8294ad7b2ff7c4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:518:9 [INFO] [stdout] 29: 0x55e2aa3fbb44 - tokio::task::local::LocalSet::run_until::{{closure}}::h7523be61f979e8ef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:392:18 [INFO] [stdout] 30: 0x55e2aa40110c - as core::future::future::Future>::poll::hc65d021107c3fc3c [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 31: 0x55e2aa3c39f0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h7b3ed90319e0c155 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 32: 0x55e2aa3dcbc0 - tokio::coop::with_budget::{{closure}}::h0ce748ac912c96ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 33: 0x55e2aa399b05 - std::thread::local::LocalKey::try_with::hf5b5ada8f090a920 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 34: 0x55e2aa393f9d - std::thread::local::LocalKey::with::he66f98ea759e8833 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 35: 0x55e2aa3c1680 - tokio::coop::with_budget::h77b1b9b026aaf38a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 36: 0x55e2aa3c1680 - tokio::coop::budget::h96abf3b9899ca8f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 37: 0x55e2aa3c1680 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::ha85fe622eb8e023e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 38: 0x55e2aa3c6351 - tokio::runtime::basic_scheduler::enter::{{closure}}::hb820030e77049ea6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 39: 0x55e2aa421633 - tokio::macros::scoped_tls::ScopedKey::set::h3366e69443fd48d7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 40: 0x55e2aa3c4b05 - tokio::runtime::basic_scheduler::enter::h5c6f4214757efef9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 41: 0x55e2aa3be900 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h881d2ba63cefa3eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 42: 0x55e2aa3baf72 - tokio::runtime::Runtime::block_on::{{closure}}::h8c8cd445acf2c5db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 43: 0x55e2aa41235b - tokio::runtime::context::enter::h48b5cfb2abb3bd26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 44: 0x55e2aa3b246a - tokio::runtime::handle::Handle::enter::h1401553c780c650f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 45: 0x55e2aa3ba9bd - tokio::runtime::Runtime::block_on::h1bfa406b1afc270c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 46: 0x55e2aa3fa5b4 - tokio::task::local::LocalSet::block_on::h54b71c86682d7f1f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:353:9 [INFO] [stderr] error: test failed, to rerun pass '--bin herp_my_service_rust' [INFO] [stdout] 47: 0x55e2aa3d0ca3 - actix_rt::runtime::Runtime::block_on::h6b48b6481b51abaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 48: 0x55e2aa3f6948 - actix_rt::builder::SystemRunner::block_on::h8007d2b1ba9e9639 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 49: 0x55e2aa42551a - herp_my_service_rust::herp_proxy::test::get_service_id_integrationtest::hda5b788aa40637a5 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:140:5 [INFO] [stdout] 50: 0x55e2aa42549a - herp_my_service_rust::herp_proxy::test::get_service_id_integrationtest::{{closure}}::h018299f9456b4220 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:140:5 [INFO] [stdout] 51: 0x55e2aa40b1ce - core::ops::function::FnOnce::call_once::h3bf832274c912c22 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 52: 0x55e2aa4a3d03 - core::ops::function::FnOnce::call_once::hfa464e74fccacfdb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 53: 0x55e2aa4a3d03 - test::__rust_begin_short_backtrace::h2b9d08a5d60802a7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:573:5 [INFO] [stdout] 54: 0x55e2aa4a2a5d - as core::ops::function::FnOnce>::call_once::h11665ca350597984 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 55: 0x55e2aa4a2a5d - as core::ops::function::FnOnce<()>>::call_once::h1dd74fd619996a6d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 56: 0x55e2aa4a2a5d - std::panicking::try::do_call::h545949b41f3cafdf [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 57: 0x55e2aa4a2a5d - std::panicking::try::h8a4eee9e99747cca [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 58: 0x55e2aa4a2a5d - std::panic::catch_unwind::h7a2d4c4bb98e2a33 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 59: 0x55e2aa4a2a5d - test::run_test_in_process::h43cdbd88d3031d2d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:596:18 [INFO] [stdout] 60: 0x55e2aa4a2a5d - test::run_test::run_test_inner::{{closure}}::h7a35ff2a2ef1be40 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:490:39 [INFO] [stdout] 61: 0x55e2aa46e8bc - test::run_test::run_test_inner::{{closure}}::h99fa578161f25342 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:517:37 [INFO] [stdout] 62: 0x55e2aa46e8bc - std::sys_common::backtrace::__rust_begin_short_backtrace::h51d96e3583c91997 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 63: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h901e06481c3928e8 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:500:17 [INFO] [stdout] 64: 0x55e2aa474a6f - as core::ops::function::FnOnce<()>>::call_once::h2ab169c9508acc57 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 65: 0x55e2aa474a6f - std::panicking::try::do_call::hf0f60551a514f390 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 66: 0x55e2aa474a6f - std::panicking::try::h50e945932a8cf417 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 67: 0x55e2aa474a6f - std::panic::catch_unwind::hfd1bd35215287444 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 68: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::h79c8bb59e9e6d53e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:499:30 [INFO] [stdout] 69: 0x55e2aa474a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc427cbf183995ee4 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 70: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h03e1f93a163dfab7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 71: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h498bd6c4b6ddeafc [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 72: 0x55e2aac87ca3 - std::sys::unix::thread::Thread::new::thread_start::h36a191afeb7eed3f [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 73: 0x7f19aaa74609 - start_thread [INFO] [stdout] 74: 0x7f19aa844163 - clone [INFO] [stdout] 75: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- herp_proxy::test::klick_install_integrationtest stdout ---- [INFO] [stdout] thread 'herp_proxy::test::klick_install_integrationtest' panicked at 'called `Result::unwrap()` on an `Err` value: "Authorization failed."', src/herp_proxy.rs:172:40 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e2aac811a0 - std::backtrace_rs::backtrace::libunwind::trace::h2c3bc9c840656a34 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x55e2aac811a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h0a70f522b5a3463e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e2aac811a0 - std::sys_common::backtrace::_print_fmt::he249a79bec407477 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55e2aac811a0 - ::fmt::ha9d1970820f5c713 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55e2aaca688c - core::fmt::write::hc4fc655621d59c6c [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55e2aac7b465 - std::io::Write::write_fmt::h766156bfd5935712 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55e2aac82c41 - std::sys_common::backtrace::_print::hfbedb7d14540afb9 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55e2aac82c41 - std::sys_common::backtrace::print::h1d12b345ae925adb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55e2aac82c41 - std::panicking::default_hook::{{closure}}::hbfa91b7f831744dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55e2aac82898 - std::panicking::default_hook::h5186cc1a78166015 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55e2aac8330d - std::panicking::rust_panic_with_hook::h1b346e6d62a347dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55e2aac831d7 - std::panicking::begin_panic_handler::{{closure}}::hc131d07490c3ebd7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55e2aac81674 - std::sys_common::backtrace::__rust_end_short_backtrace::hd18b4525708c825e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55e2aac82f02 - rust_begin_unwind [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55e2aa37f3e3 - core::panicking::panic_fmt::h2bdc1e1473e094d6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x55e2aa37f4d3 - core::result::unwrap_failed::h78dab976b32b845a [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55e2aa3a4d0e - core::result::Result::unwrap::h1a06f8e17e878ab6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55e2aa426183 - herp_my_service_rust::herp_proxy::test::klick_install_integrationtest::{{closure}}::hb1532722631a2ea7 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:172:2 [INFO] [stdout] 18: 0x55e2aa40122c - as core::future::future::Future>::poll::hc9bae0d6874de892 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x55e2aa3fe016 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::hf5009b2d64405272 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:65 [INFO] [stdout] 20: 0x55e2aa3ddc60 - tokio::coop::with_budget::{{closure}}::h7da0a1e629d53721 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 21: 0x55e2aa398ed5 - std::thread::local::LocalKey::try_with::hd78a5df2467dd7e2 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 22: 0x55e2aa39307d - std::thread::local::LocalKey::with::h46174b13dd9f28c9 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 23: 0x55e2aa3fd889 - tokio::coop::with_budget::h9061170c670fb450 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 24: 0x55e2aa3fd889 - tokio::coop::budget::h61529f96e8799b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 25: 0x55e2aa3fd889 - as core::future::future::Future>::poll::{{closure}}::h33c5f7191d0b14e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:42 [INFO] [stdout] 26: 0x55e2aa4224e7 - tokio::macros::scoped_tls::ScopedKey::set::hffb14c0798481b88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 27: 0x55e2aa3fa34a - tokio::task::local::LocalSet::with::hd8de4b40873b032b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:442:9 [INFO] [stdout] 28: 0x55e2aa3fc792 - as core::future::future::Future>::poll::hf24897e6a6979f85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:518:9 [INFO] [stdout] 29: 0x55e2aa3fb5c4 - tokio::task::local::LocalSet::run_until::{{closure}}::h7181fb6b1b917927 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:392:18 [INFO] [stdout] 30: 0x55e2aa4012bc - as core::future::future::Future>::poll::hca0aab1aaf179551 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 31: 0x55e2aa3c3f80 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hdac927452ad6999f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 32: 0x55e2aa3dda00 - tokio::coop::with_budget::{{closure}}::h6ae20ec1190579c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 33: 0x55e2aa397fa5 - std::thread::local::LocalKey::try_with::hb9a5dfe5a6b1eb7b [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 34: 0x55e2aa392abd - std::thread::local::LocalKey::with::h08b2a4d769b0523b [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 35: 0x55e2aa3bf540 - tokio::coop::with_budget::h42caf269c3065e49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 36: 0x55e2aa3bf540 - tokio::coop::budget::h212e8214c1b499e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 37: 0x55e2aa3bf540 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h1e1ba69571867609 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 38: 0x55e2aa3c62e1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h9772451d987cca3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 39: 0x55e2aa421bc3 - tokio::macros::scoped_tls::ScopedKey::set::h8f1e72ab8e063538 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 40: 0x55e2aa3c5945 - tokio::runtime::basic_scheduler::enter::hbd09dbf07909f584 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 41: 0x55e2aa3be9c0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hc7efd14f42805973 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 42: 0x55e2aa3bad62 - tokio::runtime::Runtime::block_on::{{closure}}::h591f96c937f34092 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 43: 0x55e2aa41202b - tokio::runtime::context::enter::h306cb75730dc0b3e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 44: 0x55e2aa3b252a - tokio::runtime::handle::Handle::enter::h474c9fe2121ce0ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 45: 0x55e2aa3bab9d - tokio::runtime::Runtime::block_on::hb7e5008251b3217b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 46: 0x55e2aa3fa776 - tokio::task::local::LocalSet::block_on::hf8a87851b11576d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:353:9 [INFO] [stdout] 47: 0x55e2aa3d0b61 - actix_rt::runtime::Runtime::block_on::h01a89c6721de2a80 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 48: 0x55e2aa3f6676 - actix_rt::builder::SystemRunner::block_on::h401520c340bad48f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 49: 0x55e2aa425dca - herp_my_service_rust::herp_proxy::test::klick_install_integrationtest::h5c07e4ab878c2224 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:160:5 [INFO] [stdout] 50: 0x55e2aa425d4a - herp_my_service_rust::herp_proxy::test::klick_install_integrationtest::{{closure}}::hc784e72204a0942a [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:160:5 [INFO] [stdout] 51: 0x55e2aa40b4ce - core::ops::function::FnOnce::call_once::hd8dfde51c7dcc79a [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 52: 0x55e2aa4a3d03 - core::ops::function::FnOnce::call_once::hfa464e74fccacfdb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 53: 0x55e2aa4a3d03 - test::__rust_begin_short_backtrace::h2b9d08a5d60802a7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:573:5 [INFO] [stdout] 54: 0x55e2aa4a2a5d - as core::ops::function::FnOnce>::call_once::h11665ca350597984 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 55: 0x55e2aa4a2a5d - as core::ops::function::FnOnce<()>>::call_once::h1dd74fd619996a6d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 56: 0x55e2aa4a2a5d - std::panicking::try::do_call::h545949b41f3cafdf [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 57: 0x55e2aa4a2a5d - std::panicking::try::h8a4eee9e99747cca [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 58: 0x55e2aa4a2a5d - std::panic::catch_unwind::h7a2d4c4bb98e2a33 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 59: 0x55e2aa4a2a5d - test::run_test_in_process::h43cdbd88d3031d2d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:596:18 [INFO] [stdout] 60: 0x55e2aa4a2a5d - test::run_test::run_test_inner::{{closure}}::h7a35ff2a2ef1be40 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:490:39 [INFO] [stdout] 61: 0x55e2aa46e8bc - test::run_test::run_test_inner::{{closure}}::h99fa578161f25342 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:517:37 [INFO] [stdout] 62: 0x55e2aa46e8bc - std::sys_common::backtrace::__rust_begin_short_backtrace::h51d96e3583c91997 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 63: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h901e06481c3928e8 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:500:17 [INFO] [stdout] 64: 0x55e2aa474a6f - as core::ops::function::FnOnce<()>>::call_once::h2ab169c9508acc57 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 65: 0x55e2aa474a6f - std::panicking::try::do_call::hf0f60551a514f390 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 66: 0x55e2aa474a6f - std::panicking::try::h50e945932a8cf417 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 67: 0x55e2aa474a6f - std::panic::catch_unwind::hfd1bd35215287444 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 68: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::h79c8bb59e9e6d53e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:499:30 [INFO] [stdout] 69: 0x55e2aa474a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc427cbf183995ee4 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 70: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h03e1f93a163dfab7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 71: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h498bd6c4b6ddeafc [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 72: 0x55e2aac87ca3 - std::sys::unix::thread::Thread::new::thread_start::h36a191afeb7eed3f [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 73: 0x7f19aaa74609 - start_thread [INFO] [stdout] 74: 0x7f19aa844163 - clone [INFO] [stdout] 75: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"called `Result::unwrap()` on an `Err` value: \"Authorization failed.\""`, [INFO] [stdout] expected substring: `"called `Result::unwrap()` on an `Err` value: \"Installaton rejected.\""` [INFO] [stdout] ---- herp_proxy::test::login_integrationtest stdout ---- [INFO] [stdout] thread 'herp_proxy::test::login_integrationtest' panicked at 'called `Result::unwrap()` on an `Err` value: Connect(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))', src/herp_proxy.rs:136:50 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e2aac811a0 - std::backtrace_rs::backtrace::libunwind::trace::h2c3bc9c840656a34 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x55e2aac811a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h0a70f522b5a3463e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e2aac811a0 - std::sys_common::backtrace::_print_fmt::he249a79bec407477 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55e2aac811a0 - ::fmt::ha9d1970820f5c713 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55e2aaca688c - core::fmt::write::hc4fc655621d59c6c [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55e2aac7b465 - std::io::Write::write_fmt::h766156bfd5935712 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55e2aac82c41 - std::sys_common::backtrace::_print::hfbedb7d14540afb9 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55e2aac82c41 - std::sys_common::backtrace::print::h1d12b345ae925adb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55e2aac82c41 - std::panicking::default_hook::{{closure}}::hbfa91b7f831744dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55e2aac82898 - std::panicking::default_hook::h5186cc1a78166015 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55e2aac8330d - std::panicking::rust_panic_with_hook::h1b346e6d62a347dd [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55e2aac831d7 - std::panicking::begin_panic_handler::{{closure}}::hc131d07490c3ebd7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55e2aac81674 - std::sys_common::backtrace::__rust_end_short_backtrace::hd18b4525708c825e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55e2aac82f02 - rust_begin_unwind [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55e2aa37f3e3 - core::panicking::panic_fmt::h2bdc1e1473e094d6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x55e2aa37f4d3 - core::result::unwrap_failed::h78dab976b32b845a [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55e2aa3a4d0e - core::result::Result::unwrap::h1a06f8e17e878ab6 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x55e2aa42533e - herp_my_service_rust::herp_proxy::test::login_integrationtest::{{closure}}::h71e6ae3b0fa6b93c [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:136:14 [INFO] [stdout] 18: 0x55e2aa40188c - as core::future::future::Future>::poll::hf514bffeb6668954 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x55e2aa3fdef6 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h43403b977d1386d4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:65 [INFO] [stdout] 20: 0x55e2aa3dcf50 - tokio::coop::with_budget::{{closure}}::h1e55471eda8dacff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 21: 0x55e2aa394775 - std::thread::local::LocalKey::try_with::h1b1570dde36e4422 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 22: 0x55e2aa393c3d - std::thread::local::LocalKey::with::hb52fb30f12fc91ff [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 23: 0x55e2aa3fd619 - tokio::coop::with_budget::hceaf00f217a817fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 24: 0x55e2aa3fd619 - tokio::coop::budget::h66fdb600034b4f58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 25: 0x55e2aa3fd619 - as core::future::future::Future>::poll::{{closure}}::h3310d8a57909a0a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:528:42 [INFO] [stdout] 26: 0x55e2aa422177 - tokio::macros::scoped_tls::ScopedKey::set::hadf9de30872102a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 27: 0x55e2aa3fa20a - tokio::task::local::LocalSet::with::h674f96e7698bf316 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:442:9 [INFO] [stdout] 28: 0x55e2aa3fc6b2 - as core::future::future::Future>::poll::h66f44e681ba3a834 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:518:9 [INFO] [stdout] 29: 0x55e2aa3fb03e - tokio::task::local::LocalSet::run_until::{{closure}}::h38efcdec4e0e8ef2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:392:18 [INFO] [stdout] 30: 0x55e2aa400f1c - as core::future::future::Future>::poll::hbd8a6bff983e9248 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 31: 0x55e2aa3c3720 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h70e534e38da02bdd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 32: 0x55e2aa3dca90 - tokio::coop::with_budget::{{closure}}::h040024f946af75b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 33: 0x55e2aa395bf5 - std::thread::local::LocalKey::try_with::h5cfe5a9e4972fd1c [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:443:16 [INFO] [stdout] 34: 0x55e2aa393cad - std::thread::local::LocalKey::with::hc16248443ac41db1 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/local.rs:419:9 [INFO] [stdout] 35: 0x55e2aa3bfd90 - tokio::coop::with_budget::hd5c66cb909c5d17c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 36: 0x55e2aa3bfd90 - tokio::coop::budget::hb2c4b2c2b52af652 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 37: 0x55e2aa3bfd90 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h4900dd0db400ef9a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 38: 0x55e2aa3c6191 - tokio::runtime::basic_scheduler::enter::{{closure}}::h38bae102e07923f1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 39: 0x55e2aa4223d3 - tokio::macros::scoped_tls::ScopedKey::set::hec94e033be67ea83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 40: 0x55e2aa3c5225 - tokio::runtime::basic_scheduler::enter::h95d1296addf97bd8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 41: 0x55e2aa3be800 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h218090a7940862ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 42: 0x55e2aa3bacb2 - tokio::runtime::Runtime::block_on::{{closure}}::h13e2327f31216cdd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 43: 0x55e2aa41268b - tokio::runtime::context::enter::ha6e5d76cd3e44193 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 44: 0x55e2aa3b28ea - tokio::runtime::handle::Handle::enter::h90a5b1456c9e877f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 45: 0x55e2aa3babfd - tokio::runtime::Runtime::block_on::he5a9cc7c61749b08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 46: 0x55e2aa3fa696 - tokio::task::local::LocalSet::block_on::hca6c5c99fd6a763d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/local.rs:353:9 [INFO] [stdout] 47: 0x55e2aa3d0bb1 - actix_rt::runtime::Runtime::block_on::h1f313a722fe94d01 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 48: 0x55e2aa3f6496 - actix_rt::builder::SystemRunner::block_on::h13756985b5694f60 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 49: 0x55e2aa424f9a - herp_my_service_rust::herp_proxy::test::login_integrationtest::h6085a168090a24b9 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:132:5 [INFO] [stdout] 50: 0x55e2aa424f1a - herp_my_service_rust::herp_proxy::test::login_integrationtest::{{closure}}::h534fa6eef526f090 [INFO] [stdout] at /opt/rustwide/workdir/src/herp_proxy.rs:132:5 [INFO] [stdout] 51: 0x55e2aa40b2ce - core::ops::function::FnOnce::call_once::h5ff0c320b9a55f1e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 52: 0x55e2aa4a3d03 - core::ops::function::FnOnce::call_once::hfa464e74fccacfdb [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 53: 0x55e2aa4a3d03 - test::__rust_begin_short_backtrace::h2b9d08a5d60802a7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:573:5 [INFO] [stdout] 54: 0x55e2aa4a2a5d - as core::ops::function::FnOnce>::call_once::h11665ca350597984 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 55: 0x55e2aa4a2a5d - as core::ops::function::FnOnce<()>>::call_once::h1dd74fd619996a6d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 56: 0x55e2aa4a2a5d - std::panicking::try::do_call::h545949b41f3cafdf [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 57: 0x55e2aa4a2a5d - std::panicking::try::h8a4eee9e99747cca [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 58: 0x55e2aa4a2a5d - std::panic::catch_unwind::h7a2d4c4bb98e2a33 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 59: 0x55e2aa4a2a5d - test::run_test_in_process::h43cdbd88d3031d2d [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:596:18 [INFO] [stdout] 60: 0x55e2aa4a2a5d - test::run_test::run_test_inner::{{closure}}::h7a35ff2a2ef1be40 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:490:39 [INFO] [stdout] 61: 0x55e2aa46e8bc - test::run_test::run_test_inner::{{closure}}::h99fa578161f25342 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/test/src/lib.rs:517:37 [INFO] [stdout] 62: 0x55e2aa46e8bc - std::sys_common::backtrace::__rust_begin_short_backtrace::h51d96e3583c91997 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 63: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h901e06481c3928e8 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:500:17 [INFO] [stdout] 64: 0x55e2aa474a6f - as core::ops::function::FnOnce<()>>::call_once::h2ab169c9508acc57 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 65: 0x55e2aa474a6f - std::panicking::try::do_call::hf0f60551a514f390 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:492:40 [INFO] [stdout] 66: 0x55e2aa474a6f - std::panicking::try::h50e945932a8cf417 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panicking.rs:456:19 [INFO] [stdout] 67: 0x55e2aa474a6f - std::panic::catch_unwind::hfd1bd35215287444 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/panic.rs:137:14 [INFO] [stdout] 68: 0x55e2aa474a6f - std::thread::Builder::spawn_unchecked_::{{closure}}::h79c8bb59e9e6d53e [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/thread/mod.rs:499:30 [INFO] [stdout] 69: 0x55e2aa474a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc427cbf183995ee4 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 70: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h03e1f93a163dfab7 [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 71: 0x55e2aac87ca3 - as core::ops::function::FnOnce>::call_once::h498bd6c4b6ddeafc [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/alloc/src/boxed.rs:1866:9 [INFO] [stdout] 72: 0x55e2aac87ca3 - std::sys::unix::thread::Thread::new::thread_start::h36a191afeb7eed3f [INFO] [stdout] at /rustc/c3758fdc4730d7700b25a13cccff296a08f42c00/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 73: 0x7f19aaa74609 - start_thread [INFO] [stdout] 74: 0x7f19aa844163 - clone [INFO] [stdout] 75: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] herp_proxy::test::get_service_id_integrationtest [INFO] [stdout] herp_proxy::test::klick_install_integrationtest [INFO] [stdout] herp_proxy::test::login_integrationtest [INFO] [stdout] herp_proxy::test::register_integrationtest [INFO] [stdout] test::register_integrationtest [INFO] [stdout] [INFO] [stdout] test result: FAILED. 6 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f41866833676b0075571e4424c3bb480df3adc210f5b4c94de94f9a9beabbccb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f41866833676b0075571e4424c3bb480df3adc210f5b4c94de94f9a9beabbccb", kill_on_drop: false }` [INFO] [stdout] f41866833676b0075571e4424c3bb480df3adc210f5b4c94de94f9a9beabbccb