[INFO] cloning repository https://github.com/ArseniyK/url_shortener [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArseniyK/url_shortener" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArseniyK%2Furl_shortener", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArseniyK%2Furl_shortener'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 01cebd2f14ae2819dcaee68d9f90ef1686e3f603 [INFO] testing ArseniyK/url_shortener against beta-2022-09-25 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArseniyK%2Furl_shortener" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ArseniyK/url_shortener on toolchain beta-2022-09-25 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ArseniyK/url_shortener [INFO] finished tweaking git repo https://github.com/ArseniyK/url_shortener [INFO] tweaked toml for git repo https://github.com/ArseniyK/url_shortener written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ArseniyK/url_shortener already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a7f38b0d1445893246ea5a9d2c4e424d228ddf1a7925a5a7e6f889d58513643 [INFO] running `Command { std: "docker" "start" "-a" "0a7f38b0d1445893246ea5a9d2c4e424d228ddf1a7925a5a7e6f889d58513643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a7f38b0d1445893246ea5a9d2c4e424d228ddf1a7925a5a7e6f889d58513643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a7f38b0d1445893246ea5a9d2c4e424d228ddf1a7925a5a7e6f889d58513643", kill_on_drop: false }` [INFO] [stdout] 0a7f38b0d1445893246ea5a9d2c4e424d228ddf1a7925a5a7e6f889d58513643 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cc6024a8910710748af17225b8eec5ad60583ad7f19837f92c0de34fa9b165e [INFO] running `Command { std: "docker" "start" "-a" "1cc6024a8910710748af17225b8eec5ad60583ad7f19837f92c0de34fa9b165e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling futures-core v0.3.12 [INFO] [stderr] Compiling futures-io v0.3.12 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling futures-sink v0.3.12 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling thread_local v1.1.2 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling time v0.2.25 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling sha2 v0.9.2 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling sha-1 v0.9.2 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling polling v2.0.2 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling v_escape v0.15.0 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling async-io v1.3.1 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling buf-min v0.4.0 [INFO] [stderr] Compiling v_htmlescape v0.12.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling ignore v0.4.17 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling async-lock v2.3.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling validator_types v0.12.0 [INFO] [stderr] Compiling if_chain v1.0.1 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling harsh v0.2.1 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.0.4 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling v_escape_derive v0.8.4 [INFO] [stderr] Compiling validator_derive v0.12.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling futures v0.3.12 [INFO] [stderr] Compiling combine v4.5.2 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling trust-dns-proto v0.19.6 [INFO] [stderr] Compiling pin-project v1.0.4 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling trust-dns-resolver v0.19.6 [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 v0.10.0 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling redis v0.17.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-router v0.2.6 [INFO] [stderr] Compiling actix-http v2.2.0 [INFO] [stderr] Compiling validator v0.12.0 [INFO] [stderr] Compiling tera v1.6.1 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.2 [INFO] [stderr] Compiling actix-cors v0.5.4 [INFO] [stderr] Compiling actix-files v0.5.0 [INFO] [stderr] Compiling actix-identity v0.3.1 [INFO] [stderr] Compiling url_shortener v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `Command { std: "docker" "inspect" "1cc6024a8910710748af17225b8eec5ad60583ad7f19837f92c0de34fa9b165e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cc6024a8910710748af17225b8eec5ad60583ad7f19837f92c0de34fa9b165e", kill_on_drop: false }` [INFO] [stdout] 1cc6024a8910710748af17225b8eec5ad60583ad7f19837f92c0de34fa9b165e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1968019a1b7a764f2e90f30e1e8d6847a98f28db69698dcf0cb35d88d2970de8 [INFO] running `Command { std: "docker" "start" "-a" "1968019a1b7a764f2e90f30e1e8d6847a98f28db69698dcf0cb35d88d2970de8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling predicates-core v1.0.1 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling mockall_derive v0.8.3 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling fragile v1.0.0 [INFO] [stderr] Compiling predicates-tree v1.0.1 [INFO] [stderr] Compiling predicates v1.0.6 [INFO] [stderr] Compiling mockall v0.8.3 [INFO] [stderr] Compiling url_shortener v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.44s [INFO] running `Command { std: "docker" "inspect" "1968019a1b7a764f2e90f30e1e8d6847a98f28db69698dcf0cb35d88d2970de8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1968019a1b7a764f2e90f30e1e8d6847a98f28db69698dcf0cb35d88d2970de8", kill_on_drop: false }` [INFO] [stdout] 1968019a1b7a764f2e90f30e1e8d6847a98f28db69698dcf0cb35d88d2970de8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c5b4365f2b02854a36f249c4e96e8ecdb98952521d087fc542df341f6e834d1b [INFO] running `Command { std: "docker" "start" "-a" "c5b4365f2b02854a36f249c4e96e8ecdb98952521d087fc542df341f6e834d1b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/url_shortener-3b562b3582a984e2) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test urls::api::tests::test_shorten_correct ... ok [INFO] [stdout] test urls::api::tests::test_redirect ... ok [INFO] [stdout] test urls::api::tests::test_shorten_wrong ... ok [INFO] [stdout] test urls::url_service::tests::test_shorten_and_get_success ... ok [INFO] [stdout] test urls::redis_url_repo::tests::test_generate ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::test_generate_and_get ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::get_urls_for_user ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::test_generate_for_user ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::test_incr ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::test_count_for_user ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::test_get_key ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::test_new_user ... FAILED [INFO] [stdout] test urls::redis_url_repo::tests::test_next_key ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_generate stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_generate' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a311446 - url_shortener::urls::redis_url_repo::tests::test_generate::{{closure}}::h0f3eae3ab38f0833 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:205:26 [INFO] [stdout] 20: 0x558b0a29cecc - as core::future::future::Future>::poll::ha5ba54f81272554b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30d000 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::hb655700b706e5b23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fedc0 - tokio::coop::with_budget::{{closure}}::h9893c19190ea83b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2cf0b0 - std::thread::local::LocalKey::try_with::h12a2c0d5d217243c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cde3d - std::thread::local::LocalKey::with::he825aba03fd0b255 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30bda9 - tokio::coop::with_budget::h75003b98ad7b22b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30bda9 - tokio::coop::budget::hf98a16f1acce51ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30bda9 - as core::future::future::Future>::poll::{{closure}}::h661e7e57445fb882 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28bd67 - tokio::macros::scoped_tls::ScopedKey::set::h1ee8b6ebf8334703 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a3050ba - tokio::task::local::LocalSet::with::h5de9af46e3a3fd19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30ad9d - as core::future::future::Future>::poll::hfd4cfdf092b04bfe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a306ac0 - tokio::task::local::LocalSet::run_until::{{closure}}::h5cd67bc793c96d5c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29b1ec - as core::future::future::Future>::poll::h19e48265888fd8c8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a273a20 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h9fcb25870528d58f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2fe1e0 - tokio::coop::with_budget::{{closure}}::h7849d31909b45828 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d23b0 - std::thread::local::LocalKey::try_with::h6494d4a3085cd40b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cd88d - std::thread::local::LocalKey::with::hc6d2a8a0324052ce [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a26ffc0 - tokio::coop::with_budget::h99a232bbfab9ee9a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a26ffc0 - tokio::coop::budget::h740bfeedca121c50 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a26ffc0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::haea244d2be61ccf8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a277041 - tokio::runtime::basic_scheduler::enter::{{closure}}::h5d1d2a0d05709000 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28c423 - tokio::macros::scoped_tls::ScopedKey::set::h55ce620136f370ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a275bf5 - tokio::runtime::basic_scheduler::enter::h775cf7cb8f11deb6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26c020 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h2830b2c3f2183387 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c1162 - tokio::runtime::Runtime::block_on::{{closure}}::ha8c5410d0e1b3b57 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a283d0b - tokio::runtime::context::enter::h50d1f6267b1bd5ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c061a - tokio::runtime::handle::Handle::enter::hcf0ee52f38654f22 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c099a - tokio::runtime::Runtime::block_on::h8558942d5c07be9e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a305756 - tokio::task::local::LocalSet::block_on::hbe8f23cfaf510669 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9d7e - actix_rt::runtime::Runtime::block_on::h86e45d57b424c44d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a3230a6 - actix_rt::builder::SystemRunner::block_on::h1037987fc0f82302 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a31123a - url_shortener::urls::redis_url_repo::tests::test_generate::h7183b594d98d7a6f [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:202:5 [INFO] [stdout] 52: 0x558b0a3111ba - url_shortener::urls::redis_url_repo::tests::test_generate::{{closure}}::h423ca1159dadc24f [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:202:5 [INFO] [stdout] 53: 0x558b0a32b74e - core::ops::function::FnOnce::call_once::h07692a7ec909add8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_generate_and_get stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_generate_and_get' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a311bd0 - url_shortener::urls::redis_url_repo::tests::test_generate_and_get::{{closure}}::h35543e33ab6c7766 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:213:26 [INFO] [stdout] 20: 0x558b0a29e0cc - as core::future::future::Future>::poll::hdad9cf56b9830651 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30cfc0 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::haddfc1dabac4f0d1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2ffad0 - tokio::coop::with_budget::{{closure}}::he3985244015507fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2d0c70 - std::thread::local::LocalKey::try_with::h402fed90e1780bef [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cc58d - std::thread::local::LocalKey::with::h314e31af8e13482d [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30af09 - tokio::coop::with_budget::h7e2fdb11c2ee917e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30af09 - tokio::coop::budget::hf11af7c89c3a0cd4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30af09 - as core::future::future::Future>::poll::{{closure}}::h1a8d797dc2cacce1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28c9d7 - tokio::macros::scoped_tls::ScopedKey::set::h8cda944abf2da4fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a30501a - tokio::task::local::LocalSet::with::h42ffaa521f4f20bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30ac1d - as core::future::future::Future>::poll::h8ea5eac99451a117 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a305fc0 - tokio::task::local::LocalSet::run_until::{{closure}}::h04b5e512cb1e957d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29c5ec - as core::future::future::Future>::poll::h8e3efe4ba6eab543 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a273720 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h84bd810ccb487eb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2fc560 - tokio::coop::with_budget::{{closure}}::h11b4844effcf85c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2cf380 - std::thread::local::LocalKey::try_with::h12e9c70b6b68072c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cce8d - std::thread::local::LocalKey::with::h6a52e32077a153db [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a271060 - tokio::coop::with_budget::hc18cd1571eefae29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a271060 - tokio::coop::budget::h6b169f27424427a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a271060 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hc2952dea53fb16a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a277121 - tokio::runtime::basic_scheduler::enter::{{closure}}::h86dfaf0a85b622fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28d753 - tokio::macros::scoped_tls::ScopedKey::set::hfbade70cce822864 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a274695 - tokio::runtime::basic_scheduler::enter::h2dab87e418874666 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26c060 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h3a342686a847a617 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c1002 - tokio::runtime::Runtime::block_on::{{closure}}::h7a53220e27c8ce74 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a2838cb - tokio::runtime::context::enter::h37b1f1665356c427 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c019a - tokio::runtime::handle::Handle::enter::h440ac675f71af615 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c09fa - tokio::runtime::Runtime::block_on::h92b41dd32ef52c1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a305594 - tokio::task::local::LocalSet::block_on::h491e325cebf946b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9ec0 - actix_rt::runtime::Runtime::block_on::h9b57d0dc154e050d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a322fb8 - actix_rt::builder::SystemRunner::block_on::h0b70c6b746d05613 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a3118ea - url_shortener::urls::redis_url_repo::tests::test_generate_and_get::hd265d615ed098380 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:210:5 [INFO] [stdout] 52: 0x558b0a31186a - url_shortener::urls::redis_url_repo::tests::test_generate_and_get::{{closure}}::h3cbf4b3c881904dd [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:210:5 [INFO] [stdout] 53: 0x558b0a32b94e - core::ops::function::FnOnce::call_once::h3692e532da456db9 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::get_urls_for_user stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::get_urls_for_user' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a3145a1 - url_shortener::urls::redis_url_repo::tests::get_urls_for_user::{{closure}}::h579f9e690697fb1f [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:255:26 [INFO] [stdout] 20: 0x558b0a29c67c - as core::future::future::Future>::poll::h901fc2c7d07c3f42 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30d080 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::hd06b07db1ec4769f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fea30 - tokio::coop::with_budget::{{closure}}::h900dea2b59e36fc6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2d1c70 - std::thread::local::LocalKey::try_with::h530647b43cf3b99e [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cd64d - std::thread::local::LocalKey::with::hb308f632906cc655 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30c019 - tokio::coop::with_budget::h1519ce2529ba2a20 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30c019 - tokio::coop::budget::h1cde01508feeba5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30c019 - as core::future::future::Future>::poll::{{closure}}::h79c716610c3e0407 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28d3e7 - tokio::macros::scoped_tls::ScopedKey::set::hf671cac80d120177 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a3051aa - tokio::task::local::LocalSet::with::h9cfaca0f6dfcca77 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30aafd - as core::future::future::Future>::poll::h6486a7380fda7f70 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a306546 - tokio::task::local::LocalSet::run_until::{{closure}}::h4d3eedd5d4b68a4e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29c79c - as core::future::future::Future>::poll::h92915449b6619303 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a273230 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h34ef4d1b6cd96086 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a3000c0 - tokio::coop::with_budget::{{closure}}::hf9a5384e12c76d21 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d5370 - std::thread::local::LocalKey::try_with::hc4ec2dbb78d8f053 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cc2ad - std::thread::local::LocalKey::with::h1c81feed400cf98c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a272100 - tokio::coop::with_budget::h491772b715d3910d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a272100 - tokio::coop::budget::hd292b5c5e74e1d41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a272100 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hd1f8473ee3e2776d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a276ef1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h1225f2645bb1bcb9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28c8c3 - tokio::macros::scoped_tls::ScopedKey::set::h845a5667f87e3ca4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a276a35 - tokio::runtime::basic_scheduler::enter::hc7a8f2f06b1a53ff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26c1a0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h785b1c25b23ad583 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c0d42 - tokio::runtime::Runtime::block_on::{{closure}}::h3120c5f5283a6ff7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a2839db - tokio::runtime::context::enter::h3adc739dea400363 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c055a - tokio::runtime::handle::Handle::enter::h9493d66743a2d2b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c08da - tokio::runtime::Runtime::block_on::h5f898ec342abab77 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a305366 - tokio::task::local::LocalSet::block_on::h0d6fc393d82a1040 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9e1e - actix_rt::runtime::Runtime::block_on::h902511c6f9dc74c1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a323466 - actix_rt::builder::SystemRunner::block_on::h5d0ab5da0fb37911 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a3141ba - url_shortener::urls::redis_url_repo::tests::get_urls_for_user::hfe1bd765b2766402 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:251:5 [INFO] [stdout] 52: 0x558b0a31413a - url_shortener::urls::redis_url_repo::tests::get_urls_for_user::{{closure}}::h9c56f10a27edfc3a [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:251:5 [INFO] [stdout] 53: 0x558b0a32be6e - core::ops::function::FnOnce::call_once::hed4a5ccebeb78b8e [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_generate_for_user stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_generate_for_user' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a313c2c - url_shortener::urls::redis_url_repo::tests::test_generate_for_user::{{closure}}::h8df473780ceae13b [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:245:26 [INFO] [stdout] 20: 0x558b0a29cf5c - as core::future::future::Future>::poll::ha7992f43e08c01ef [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30cf40 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h87f616667aade70a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fe900 - tokio::coop::with_budget::{{closure}}::h8bd8472a7e867078 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2d2510 - std::thread::local::LocalKey::try_with::h6960a56fe3f54e9e [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cd3dd - std::thread::local::LocalKey::with::ha6e3b7068188dbe8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30b659 - tokio::coop::with_budget::h2942aa758d374c6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30b659 - tokio::coop::budget::hb6682dbfb9a292d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30b659 - as core::future::future::Future>::poll::{{closure}}::h584a3617dea54a1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28c797 - tokio::macros::scoped_tls::ScopedKey::set::h73cb8e0a1e2a908e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a304fca - tokio::task::local::LocalSet::with::h3d5777dcc2bb21ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30a97d - as core::future::future::Future>::poll::h10e14f9fa09a2f55 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a306800 - tokio::task::local::LocalSet::run_until::{{closure}}::h5076a182be3ea385 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29abdc - as core::future::future::Future>::poll::h08688c24c0302d57 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a272f00 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h069d53b346995946 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2fd600 - tokio::coop::with_budget::{{closure}}::h5292947318746889 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d17f0 - std::thread::local::LocalKey::try_with::h4fa94b68f40d05e1 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cc51d - std::thread::local::LocalKey::with::h2710d0a0d90a9037 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a26f770 - tokio::coop::with_budget::h78a8e6a30bea93c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a26f770 - tokio::coop::budget::hea9dca19407e37ce [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a26f770 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::ha22d9f9869a3464c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a2773c1 - tokio::runtime::basic_scheduler::enter::{{closure}}::hf801e7a335424c7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28cf63 - tokio::macros::scoped_tls::ScopedKey::set::hbac094cd9bba0569 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a274305 - tokio::runtime::basic_scheduler::enter::h01734aa819c78286 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26c0a0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h3d1a70084d99d125 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c1372 - tokio::runtime::Runtime::block_on::{{closure}}::hcd2dbd88da24401e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a283e1b - tokio::runtime::context::enter::h539ddab94bbbcdfa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c00da - tokio::runtime::handle::Handle::enter::h3dfb89008f91116e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c075a - tokio::runtime::Runtime::block_on::h00a89b035c24afb7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a305676 - tokio::task::local::LocalSet::block_on::h9f933d6836789486 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9bfe - actix_rt::runtime::Runtime::block_on::h1f29606e2325bbb1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a323a06 - actix_rt::builder::SystemRunner::block_on::hee6d43049669cef4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a313a1a - url_shortener::urls::redis_url_repo::tests::test_generate_for_user::hfa3127ac64e3a641 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:242:5 [INFO] [stdout] 52: 0x558b0a31399a - url_shortener::urls::redis_url_repo::tests::test_generate_for_user::{{closure}}::h21c964182375fab4 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:242:5 [INFO] [stdout] 53: 0x558b0a32bd3e - core::ops::function::FnOnce::call_once::hd038bf57426dce6c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_incr stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_incr' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a312860 - url_shortener::urls::redis_url_repo::tests::test_incr::{{closure}}::hc86085bf84322a7d [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:224:26 [INFO] [stdout] 20: 0x558b0a29e34c - as core::future::future::Future>::poll::he6dfb7a0041cbcea [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30cf80 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h8b7dc20c2ac11a03 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fe0b0 - tokio::coop::with_budget::{{closure}}::h73b036c7b16ba026 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2cfa60 - std::thread::local::LocalKey::try_with::h183e40ea5f38405c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cd2ad - std::thread::local::LocalKey::with::h94135099c8ccdb3d [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30c4f9 - tokio::coop::with_budget::hc565239941605cd2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30c4f9 - tokio::coop::budget::h1b35005a995458b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30c4f9 - as core::future::future::Future>::poll::{{closure}}::h909b4edb47264b69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28cbf7 - tokio::macros::scoped_tls::ScopedKey::set::ha7b689208639c606 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a3052ea - tokio::task::local::LocalSet::with::hf940a584c0077ab1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30abbd - as core::future::future::Future>::poll::h85268b0e539fa509 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a306d80 - tokio::task::local::LocalSet::run_until::{{closure}}::h9279e26a6807aace [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29bcdc - as core::future::future::Future>::poll::h4823039b76d9d1d4 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a273c40 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hc16915b2f13aa841 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2fc7c0 - tokio::coop::with_budget::{{closure}}::h188508b79cfe4b5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d0420 - std::thread::local::LocalKey::try_with::h235cd0f5f9ac4cfc [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cd15d - std::thread::local::LocalKey::with::h7c7ca0d22236ce98 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a2718b0 - tokio::coop::with_budget::ha73ae0932abe59c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a2718b0 - tokio::coop::budget::hd368a5dbfec5185f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a2718b0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hce9721db22f189c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a277201 - tokio::runtime::basic_scheduler::enter::{{closure}}::hc3b8ea95e0d1880c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28d513 - tokio::macros::scoped_tls::ScopedKey::set::hf9d1d363ba9e0696 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a276dc5 - tokio::runtime::basic_scheduler::enter::he2411477fe0891f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26bfa0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h12ae2343f5b56adb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c0c92 - tokio::runtime::Runtime::block_on::{{closure}}::h0a8b05bef6647b7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a28403b - tokio::runtime::context::enter::hd79d8738b99aa590 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c06da - tokio::runtime::handle::Handle::enter::hed91e3d25750f3df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c0b1a - tokio::runtime::Runtime::block_on::ha9c7d1be984d5a3d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a305524 - tokio::task::local::LocalSet::block_on::h47a4fb652b935cda [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9f60 - actix_rt::runtime::Runtime::block_on::hac0e8db25a578ad2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a323918 - actix_rt::builder::SystemRunner::block_on::he0ca107110411815 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a31257a - url_shortener::urls::redis_url_repo::tests::test_incr::h549494104a49b77b [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:221:5 [INFO] [stdout] 52: 0x558b0a3124fa - url_shortener::urls::redis_url_repo::tests::test_incr::{{closure}}::h838559c04e1ff025 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:221:5 [INFO] [stdout] 53: 0x558b0a32bc9e - core::ops::function::FnOnce::call_once::hce6b3e9145eeb9ec [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_count_for_user stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_count_for_user' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a315b39 - url_shortener::urls::redis_url_repo::tests::test_count_for_user::{{closure}}::hb59b7fc7481e13fb [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:284:26 [INFO] [stdout] 20: 0x558b0a29c28c - as core::future::future::Future>::poll::h6e9301d0f9722dcc [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30ce80 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h76e32298fe9582aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fcb50 - tokio::coop::with_budget::{{closure}}::h25c88324ad501b83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2cf900 - std::thread::local::LocalKey::try_with::h15dcb815e4da9d4c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cdb4d - std::thread::local::LocalKey::with::hd765ba870f045bcb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30b179 - tokio::coop::with_budget::h60e1430c5e22c42e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30b179 - tokio::coop::budget::h5df5ffd130c36148 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30b179 - as core::future::future::Future>::poll::{{closure}}::h3169bbf3bc300c0b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28bfa7 - tokio::macros::scoped_tls::ScopedKey::set::h27b4e62ca39da83c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a30506a - tokio::task::local::LocalSet::with::h5039512e14018216 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30ac7d - as core::future::future::Future>::poll::h928314d9ddaba446 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a308150 - tokio::task::local::LocalSet::run_until::{{closure}}::hfd8f8239925057c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29de8c - as core::future::future::Future>::poll::hd2d7acb5e948222d [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a273900 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h93d1065b693f035b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2fc8f0 - tokio::coop::with_budget::{{closure}}::h202576d45c7d74e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d0160 - std::thread::local::LocalKey::try_with::h1f855781a13f8573 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cd8fd - std::thread::local::LocalKey::with::hcb237245a67d68b4 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a26e6d0 - tokio::coop::with_budget::ha003528b77f40e40 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a26e6d0 - tokio::coop::budget::hca5221c9fc15e8df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a26e6d0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h8fc5e982bf9fc86b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a277271 - tokio::runtime::basic_scheduler::enter::{{closure}}::he455621b8e48bb21 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28d1c3 - tokio::macros::scoped_tls::ScopedKey::set::hdcee3cee9bf9d6ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a274a25 - tokio::runtime::basic_scheduler::enter::h33789e1e9e2189e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26c220 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h96922661d5ea727d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c1212 - tokio::runtime::Runtime::block_on::{{closure}}::hc0e936438e637113 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a2837bb - tokio::runtime::context::enter::h33d15f55f132a037 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c031a - tokio::runtime::handle::Handle::enter::h474f9981864307cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c0a5a - tokio::runtime::Runtime::block_on::h93f30e66aca941f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a305444 - tokio::task::local::LocalSet::block_on::h377dcfc857d30f9c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9e70 - actix_rt::runtime::Runtime::block_on::h91a1d92a83d86201 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a323738 - actix_rt::builder::SystemRunner::block_on::ha7e18ac33034576a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a31579a - url_shortener::urls::redis_url_repo::tests::test_count_for_user::h2adb7fb006b798ea [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:280:5 [INFO] [stdout] 52: 0x558b0a31571a - url_shortener::urls::redis_url_repo::tests::test_count_for_user::{{closure}}::hc3ef7a80b85b5c6b [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:280:5 [INFO] [stdout] 53: 0x558b0a32b98e - core::ops::function::FnOnce::call_once::h433d2e8a90589094 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_get_key stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_get_key' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a31072b - url_shortener::urls::redis_url_repo::tests::test_get_key::{{closure}}::h4ac038f33db6f00e [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:187:26 [INFO] [stdout] 20: 0x558b0a29bd6c - as core::future::future::Future>::poll::h4883031eb4c2be42 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30d040 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::hc3e123b48841dab4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fdac0 - tokio::coop::with_budget::{{closure}}::h5e5cac8ec76e035d [INFO] [stderr] error: test failed, to rerun pass `--bin url_shortener` [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2d02c0 - std::thread::local::LocalKey::try_with::h227260f0d00df3db [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cc07d - std::thread::local::LocalKey::with::h0c9b1dc8f6a3c476 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30bb39 - tokio::coop::with_budget::h3fb9bf194fc92e6c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30bb39 - tokio::coop::budget::h932cc2e3e0f3c40b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30bb39 - as core::future::future::Future>::poll::{{closure}}::h65f772b631ec8380 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28bb27 - tokio::macros::scoped_tls::ScopedKey::set::h0583c239286e4ddb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a30529a - tokio::task::local::LocalSet::with::hefeeacdcde6705b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30ab5d - as core::future::future::Future>::poll::h6cda8036cef7c71c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a307bd7 - tokio::task::local::LocalSet::run_until::{{closure}}::he973ea858a66db21 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29d54c - as core::future::future::Future>::poll::hb6e297c8b64db942 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a273f00 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hfd003e3add2ddebd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2fd990 - tokio::coop::with_budget::{{closure}}::h58dcf160ef893f88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d34f0 - std::thread::local::LocalKey::try_with::h8e8fafdef08d2279 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cc1cd - std::thread::local::LocalKey::with::h15e7864eb6b20fb7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a272950 - tokio::coop::with_budget::h18ff06be3f195684 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a272950 - tokio::coop::budget::h7380cf42cbaed7e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a272950 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::hdc4c19d83f1040b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a277351 - tokio::runtime::basic_scheduler::enter::{{closure}}::hea39015946597f64 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28bc53 - tokio::macros::scoped_tls::ScopedKey::set::h10ad54bec3597dd7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a275f85 - tokio::runtime::basic_scheduler::enter::ha292d4a381423c13 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26c2a0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::ha55928f2dc4828f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c0ea2 - tokio::runtime::Runtime::block_on::{{closure}}::h687597e7ce1729e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a2836ab - tokio::runtime::context::enter::h32961544a76df420 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c03da - tokio::runtime::handle::Handle::enter::h600042543d85daa6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c07ba - tokio::runtime::Runtime::block_on::h127bb3369a747bc3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a3054b6 - tokio::task::local::LocalSet::block_on::h3a73021b40cf7be7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9d38 - actix_rt::runtime::Runtime::block_on::h76aaf250119396e5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a323b03 - actix_rt::builder::SystemRunner::block_on::hefe6bd671665cfb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a31056a - url_shortener::urls::redis_url_repo::tests::test_get_key::h18c405e16294c985 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:184:5 [INFO] [stdout] 52: 0x558b0a3104ea - url_shortener::urls::redis_url_repo::tests::test_get_key::{{closure}}::h383a84bd07e6d7ae [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:184:5 [INFO] [stdout] 53: 0x558b0a32be2e - core::ops::function::FnOnce::call_once::he8f3d29f3a5ed7cf [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_new_user stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_new_user' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a3133c3 - url_shortener::urls::redis_url_repo::tests::test_new_user::{{closure}}::h91b06524904cca87 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:235:26 [INFO] [stdout] 20: 0x558b0a29c1fc - as core::future::future::Future>::poll::h5d9e8ecafd58ded8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30ce00 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h2fc3dcb13752e9b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fd860 - tokio::coop::with_budget::{{closure}}::h57298b81625c022d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2d5630 - std::thread::local::LocalKey::try_with::hd2847c43cb4c3cad [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cc0ed - std::thread::local::LocalKey::with::h0d88d94791f7c861 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30b3e9 - tokio::coop::with_budget::ha395617f2c6d9060 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30b3e9 - tokio::coop::budget::h112a11122e1be3c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30b3e9 - as core::future::future::Future>::poll::{{closure}}::h31e5eb846ef3e1c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28d2d7 - tokio::macros::scoped_tls::ScopedKey::set::hf4747d4c0405d4b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a3051fa - tokio::task::local::LocalSet::with::hc0f727cfbae0471a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30ad3d - as core::future::future::Future>::poll::hd2b62bf0a92321f0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a3075c0 - tokio::task::local::LocalSet::run_until::{{closure}}::hbc4203f5129374c0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29e03c - as core::future::future::Future>::poll::hd9db8cfa81be1741 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a2733e0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h5f1f9778f3abb5b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2ffc00 - tokio::coop::with_budget::{{closure}}::he7718d33d63e8206 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d27d0 - std::thread::local::LocalKey::try_with::h6cc2bf463abd67e7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cdf0d - std::thread::local::LocalKey::with::hf64d4dd27f5de91f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a26c590 - tokio::coop::with_budget::hf3b2258a10c8ff3b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a26c590 - tokio::coop::budget::hb7a249004c63736f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a26c590 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h152b490fe96aaf47 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a276f61 - tokio::runtime::basic_scheduler::enter::{{closure}}::h219009cfd12db634 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28c0d3 - tokio::macros::scoped_tls::ScopedKey::set::h2d6bbee097f86ffd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a275865 - tokio::runtime::basic_scheduler::enter::h739b525bc32076ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26bfe0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h1af18fa416dcf030 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c12c2 - tokio::runtime::Runtime::block_on::{{closure}}::hc440188950379aca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a28425b - tokio::runtime::context::enter::heb6ccc77c9c9e94f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c001a - tokio::runtime::handle::Handle::enter::h17ae1500d77a4ecb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c0bda - tokio::runtime::Runtime::block_on::hd09f29b17b6c27da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a3053d6 - tokio::task::local::LocalSet::block_on::h15b210ec43ead0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9f0e - actix_rt::runtime::Runtime::block_on::h9c93ab5a875f24a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a323826 - actix_rt::builder::SystemRunner::block_on::hd365a4d584e2c836 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a31313a - url_shortener::urls::redis_url_repo::tests::test_new_user::hf66b75e17adaecf5 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:232:5 [INFO] [stdout] 52: 0x558b0a3130ba - url_shortener::urls::redis_url_repo::tests::test_new_user::{{closure}}::h8aa76d3a25807cd6 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:232:5 [INFO] [stdout] 53: 0x558b0a32bbee - core::ops::function::FnOnce::call_once::hbc3c478ff5d6873c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- urls::redis_url_repo::tests::test_next_key stdout ---- [INFO] [stdout] thread 'urls::redis_url_repo::tests::test_next_key' panicked at 'REDIS_URL env var needs to be set: NotPresent', src/urls/redis_url_repo.rs:175:52 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558b0a8ef830 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x558b0a8ef830 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558b0a8ef830 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558b0a8ef830 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558b0a9144de - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x558b0a8e9eb5 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x558b0a8f1323 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558b0a8f1323 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558b0a8f1323 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558b0a8f0f93 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558b0a8f19ca - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558b0a8f18c7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558b0a8efcdc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558b0a8f15e2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558b0a25c7f3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x558b0a25c943 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x558b0a2a1d1e - core::result::Result::expect::h06a10eb358c03062 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x558b0a310171 - url_shortener::urls::redis_url_repo::tests::setup::{{closure}}::h3d9ed16c3291b939 [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:25 [INFO] [stdout] 18: 0x558b0a29cce1 - as core::future::future::Future>::poll::h9f08d5add09921f8 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x558b0a310c41 - url_shortener::urls::redis_url_repo::tests::test_next_key::{{closure}}::h6829a054c6e31fdb [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:195:26 [INFO] [stdout] 20: 0x558b0a29d9ac - as core::future::future::Future>::poll::hc0b4ae064d7a47b7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 21: 0x558b0a30cf00 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h86e56d8606a7e504 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x558b0a2fd140 - tokio::coop::with_budget::{{closure}}::h3d2831a4107706f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 23: 0x558b0a2cf7a0 - std::thread::local::LocalKey::try_with::h153efd938719f26d [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 24: 0x558b0a2cce1d - std::thread::local::LocalKey::with::h6930f5d6d2dd334e [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 25: 0x558b0a30c769 - tokio::coop::with_budget::h8a1f51a8e25dd8d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 26: 0x558b0a30c769 - tokio::coop::budget::h7f47cede94f8471d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 27: 0x558b0a30c769 - as core::future::future::Future>::poll::{{closure}}::hc0488d7e8f3f9a82 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x558b0a28cd07 - tokio::macros::scoped_tls::ScopedKey::set::hab87c762d0d0c678 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x558b0a30515a - tokio::task::local::LocalSet::with::h6c9f0a0a8077b2c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x558b0a30a9dd - as core::future::future::Future>::poll::h2d1c632c26672bbc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x558b0a306280 - tokio::task::local::LocalSet::run_until::{{closure}}::h47e3f05a54f88a26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:392:18 [INFO] [stdout] 32: 0x558b0a29b98c - as core::future::future::Future>::poll::h3c24bee255554a91 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 33: 0x558b0a2732f0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h3f078512293770cb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x558b0a2ffd30 - tokio::coop::with_budget::{{closure}}::hee29dd2f33a9df3e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:127:9 [INFO] [stdout] 35: 0x558b0a2d4740 - std::thread::local::LocalKey::try_with::hb72ed9d74a54cd21 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:445:16 [INFO] [stdout] 36: 0x558b0a2cda1d - std::thread::local::LocalKey::with::hcea7b054a212631c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/local.rs:421:9 [INFO] [stdout] 37: 0x558b0a26cde0 - tokio::coop::with_budget::hf1c9c8b6b1228ea0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:120:5 [INFO] [stdout] 38: 0x558b0a26cde0 - tokio::coop::budget::h384ad6eba559c2e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/coop.rs:96:5 [INFO] [stdout] 39: 0x558b0a26cde0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h42928ba7dabf4008 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x558b0a2772e1 - tokio::runtime::basic_scheduler::enter::{{closure}}::he60ae8e9ab54c726 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x558b0a28c683 - tokio::macros::scoped_tls::ScopedKey::set::h67f192b3c775b96e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x558b0a275145 - tokio::runtime::basic_scheduler::enter::h6bcd6abdabb84a51 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x558b0a26c0e0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h3d3ca69cae0dfdcb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x558b0a2c0df2 - tokio::runtime::Runtime::block_on::{{closure}}::h5269b8205d76e414 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x558b0a28359b - tokio::runtime::context::enter::h1271498139e411ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x558b0a2c049a - tokio::runtime::handle::Handle::enter::h784a0f9a07cf10b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x558b0a2c087a - tokio::runtime::Runtime::block_on::h3ff90a2e9bd1ac27 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x558b0a305606 - tokio::task::local::LocalSet::block_on::h87335f1ee498e846 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x558b0a2e9cee - actix_rt::runtime::Runtime::block_on::h649cd25d4d40feb9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x558b0a323196 - actix_rt::builder::SystemRunner::block_on::h15d4a665c9f455af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x558b0a3109fa - url_shortener::urls::redis_url_repo::tests::test_next_key::h86bd1bb40f076e3a [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:192:5 [INFO] [stdout] 52: 0x558b0a31097a - url_shortener::urls::redis_url_repo::tests::test_next_key::{{closure}}::hc818fe4b3d2174fa [INFO] [stdout] at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:192:5 [INFO] [stdout] 53: 0x558b0a32b90e - core::ops::function::FnOnce::call_once::h34751196e8862f8a [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 54: 0x558b0a371423 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 55: 0x558b0a371423 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 56: 0x558b0a370100 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 57: 0x558b0a370100 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 58: 0x558b0a370100 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 59: 0x558b0a370100 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 60: 0x558b0a370100 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 61: 0x558b0a370100 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 62: 0x558b0a370100 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 63: 0x558b0a33b764 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 64: 0x558b0a33b764 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 65: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 66: 0x558b0a3410a7 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 67: 0x558b0a3410a7 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 68: 0x558b0a3410a7 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 69: 0x558b0a3410a7 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 70: 0x558b0a3410a7 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 71: 0x558b0a3410a7 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 72: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 73: 0x558b0a8f63a3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 74: 0x558b0a8f63a3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 75: 0x7fc7bca2b609 - start_thread [INFO] [stdout] 76: 0x7fc7bc7fb133 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] urls::redis_url_repo::tests::get_urls_for_user [INFO] [stdout] urls::redis_url_repo::tests::test_count_for_user [INFO] [stdout] urls::redis_url_repo::tests::test_generate [INFO] [stdout] urls::redis_url_repo::tests::test_generate_and_get [INFO] [stdout] urls::redis_url_repo::tests::test_generate_for_user [INFO] [stdout] urls::redis_url_repo::tests::test_get_key [INFO] [stdout] urls::redis_url_repo::tests::test_incr [INFO] [stdout] urls::redis_url_repo::tests::test_new_user [INFO] [stdout] urls::redis_url_repo::tests::test_next_key [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c5b4365f2b02854a36f249c4e96e8ecdb98952521d087fc542df341f6e834d1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5b4365f2b02854a36f249c4e96e8ecdb98952521d087fc542df341f6e834d1b", kill_on_drop: false }` [INFO] [stdout] c5b4365f2b02854a36f249c4e96e8ecdb98952521d087fc542df341f6e834d1b