[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArseniyK%2Furl_shortener" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[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-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ArseniyK/url_shortener on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ArseniyK/url_shortener already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414
[INFO] running `Command { std: "docker" "start" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.82
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling log v0.4.13
[INFO] [stderr]    Compiling futures-io v0.3.12
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling tinyvec v1.1.1
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling subtle v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling futures-task v0.3.12
[INFO] [stderr]    Compiling thread_local v1.1.2
[INFO] [stderr]    Compiling lock_api v0.4.2
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling copyless v0.1.5
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling gimli v0.23.0
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling object v0.23.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.18
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling cpuid-bool v0.2.0
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling http v0.2.3
[INFO] [stderr]    Compiling time v0.2.25
[INFO] [stderr]    Compiling cpuid-bool v0.1.2
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling tracing v0.1.22
[INFO] [stderr]    Compiling cookie v0.14.3
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling concurrent-queue v1.2.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 getrandom v0.1.16
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling unicode-normalization 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_chacha v0.2.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling fastrand v1.4.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling cipher v0.2.5
[INFO] [stderr]    Compiling universal-hash v0.4.0
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]    Compiling polyval v0.4.5
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling tokio v0.2.24
[INFO] [stderr]    Compiling crypto-mac v0.10.0
[INFO] [stderr]    Compiling ghash v0.3.1
[INFO] [stderr]    Compiling aead v0.3.2
[INFO] [stderr]    Compiling aes-soft v0.6.4
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling ctr v0.6.0
[INFO] [stderr]    Compiling hkdf v0.10.0
[INFO] [stderr]    Compiling sha2 v0.9.2
[INFO] [stderr]    Compiling sha-1 v0.9.2
[INFO] [stderr]    Compiling futures-lite v1.11.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling url v2.2.0
[INFO] [stderr]    Compiling aes v0.6.0
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling aes-gcm v0.8.0
[INFO] [stderr]    Compiling flate2 v1.0.19
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling language-tags v0.2.2
[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 async-task v4.0.3
[INFO] [stderr]    Compiling vec-arena v1.0.0
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling async-channel v1.5.1
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling addr2line v0.14.1
[INFO] [stderr]    Compiling polling v2.0.2
[INFO] [stderr]    Compiling nb-connect v1.0.2
[INFO] [stderr]    Compiling bstr v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling backtrace v0.3.56
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling v_escape v0.15.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling async-io v1.3.1
[INFO] [stderr]    Compiling async-executor v1.4.0
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling rand_core v0.6.1
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling globset v0.4.6
[INFO] [stderr]    Compiling buf-min v0.4.0
[INFO] [stderr]    Compiling v_htmlescape v0.12.0
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling chrono-tz v0.5.3
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[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 rand v0.8.3
[INFO] [stderr]    Compiling crossbeam-channel v0.4.4
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling async-global-executor v2.0.2
[INFO] [stderr]    Compiling humansize v1.1.0
[INFO] [stderr]    Compiling ignore v0.4.17
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling dtoa v0.4.7
[INFO] [stderr]    Compiling async-std v1.9.0
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling env_logger v0.8.2
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling harsh v0.2.1
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.12
[INFO] [stderr]    Compiling pin-project-internal v0.4.27
[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 actix_derive v0.5.0
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling futures-util v0.3.12
[INFO] [stderr]    Compiling validator_derive v0.12.0
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.23
[INFO] [stderr]    Compiling pin-project v1.0.4
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling pin-project v0.4.27
[INFO] [stderr]    Compiling actix-codec v0.3.0
[INFO] [stderr]    Compiling tracing-futures v0.2.4
[INFO] [stderr]    Compiling actix-threadpool v0.3.3
[INFO] [stderr]    Compiling actix-rt v1.1.1
[INFO] [stderr]    Compiling actix-service v1.0.6
[INFO] [stderr]    Compiling futures v0.3.12
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling combine v4.5.2
[INFO] [stderr]    Compiling trust-dns-proto v0.19.6
[INFO] [stderr]    Compiling actix-utils v2.0.0
[INFO] [stderr]    Compiling actix-server v1.0.4
[INFO] [stderr]    Compiling actix-tls v2.0.0
[INFO] [stderr]    Compiling actix-testing v1.0.1
[INFO] [stderr]    Compiling trust-dns-resolver v0.19.6
[INFO] [stderr]    Compiling actix-connect v2.0.0
[INFO] [stderr]    Compiling actix v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.61
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling actix-router v0.2.6
[INFO] [stderr]    Compiling validator v0.12.0
[INFO] [stderr]    Compiling tera v1.6.1
[INFO] [stderr]    Compiling actix-http v2.2.0
[INFO] [stderr]    Compiling redis v0.17.0
[INFO] [stderr]    Compiling awc v2.0.3
[INFO] [stderr]    Compiling actix-web v3.3.2
[INFO] [stderr]    Compiling actix-identity v0.3.1
[INFO] [stderr]    Compiling actix-files v0.5.0
[INFO] [stderr]    Compiling actix-cors v0.5.4
[INFO] [stderr]    Compiling url_shortener v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/urls/redis_url_repo.rs:41:27
[INFO] [stdout]    |
[INFO] [stdout] 41 |             .map(|result| (self.hashids.encode(&[result])))
[INFO] [stdout]    |                           ^                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -             .map(|result| (self.hashids.encode(&[result])))
[INFO] [stdout] 41 +             .map(|result| self.hashids.encode(&[result]))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/urls/redis_url_repo.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     async fn generate(&self, url: &str) -> Result<Url, UrlError> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> src/urls/redis_url_repo.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 |         conn.hset_multiple(
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 71 |         conn.hset_multiple::<_, _, _, ()>(
[INFO] [stdout]    |                           +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, redis v0.17.0, url_shortener v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling predicates-core v1.0.1
[INFO] [stderr]    Compiling float-cmp v0.8.0
[INFO] [stderr]    Compiling treeline v0.1.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.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 v1.0.6
[INFO] [stderr]    Compiling predicates-tree v1.0.1
[INFO] [stderr]    Compiling mockall v0.8.3
[INFO] [stderr]    Compiling url_shortener v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/urls/redis_url_repo.rs:41:27
[INFO] [stdout]    |
[INFO] [stdout] 41 |             .map(|result| (self.hashids.encode(&[result])))
[INFO] [stdout]    |                           ^                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -             .map(|result| (self.hashids.encode(&[result])))
[INFO] [stdout] 41 +             .map(|result| self.hashids.encode(&[result]))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/urls/redis_url_repo.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     async fn generate(&self, url: &str) -> Result<Url, UrlError> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> src/urls/redis_url_repo.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 |         conn.hset_multiple(
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 71 |         conn.hset_multiple::<_, _, _, ()>(
[INFO] [stdout]    |                           +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/urls/url_service.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |             .with(eq(id.clone()))
[INFO] [stdout]    |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.71s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, redis v0.17.0, url_shortener v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/urls/redis_url_repo.rs:41:27
[INFO] [stderr]    |
[INFO] [stderr] 41 |             .map(|result| (self.hashids.encode(&[result])))
[INFO] [stderr]    |                           ^                              ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 41 -             .map(|result| (self.hashids.encode(&[result])))
[INFO] [stderr] 41 +             .map(|result| self.hashids.encode(&[result]))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]   --> src/urls/redis_url_repo.rs:65:5
[INFO] [stderr]    |
[INFO] [stderr] 65 |     async fn generate(&self, url: &str) -> Result<Url, UrlError> {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]   --> src/urls/redis_url_repo.rs:71:14
[INFO] [stderr]    |
[INFO] [stderr] 71 |         conn.hset_multiple(
[INFO] [stderr]    |              ^^^^^^^^^^^^^
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]    |
[INFO] [stderr] 71 |         conn.hset_multiple::<_, _, _, ()>(
[INFO] [stderr]    |                           +++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/urls/url_service.rs:81:24
[INFO] [stderr]    |
[INFO] [stderr] 81 |             .with(eq(id.clone()))
[INFO] [stderr]    |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `url_shortener` (bin "url_shortener" test) generated 3 warnings (run `cargo fix --bin "url_shortener" -p url_shortener --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, redis v0.17.0, url_shortener v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/url_shortener-a2ebe13da7f83745)
[INFO] [stdout] running 13 tests
[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::api::tests::test_shorten_correct ... ok
[INFO] [stdout] test urls::redis_url_repo::tests::test_generate ... FAILED
[INFO] [stdout] test urls::redis_url_repo::tests::test_incr ... FAILED
[INFO] [stdout] test urls::redis_url_repo::tests::test_generate_and_get ... 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] test urls::redis_url_repo::tests::get_urls_for_user ... FAILED
[INFO] [stdout] test urls::redis_url_repo::tests::test_count_for_user ... FAILED
[INFO] [stdout] test urls::redis_url_repo::tests::test_generate_for_user ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_generate stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_generate' (3509) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1fb5f5 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:205:27
[INFO] [stdout]   23:     0x6184bf259146 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f18b0 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7385 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e500e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf2597f2 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf2597f2 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf2597f2 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f6c5d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252bca - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25ba7b - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf25760c - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23d7bd - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f0940 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6685 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4bfe - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf2382e3 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf2382e3 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf2382e3 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d23e - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f79b7 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf234a38 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233ca0 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1eef79 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ece2b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf214bba - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec63a - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf253046 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf27208e - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf2155be - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf2010bc - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:202:5
[INFO] [stdout]   53:     0x6184bf1faa97 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:204:29
[INFO] [stdout]   54:     0x6184bf1e42d6 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_incr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_incr' (3513) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1ffe44 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:224:27
[INFO] [stdout]   23:     0x6184bf259226 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f2100 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7a85 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e523e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf25a6d2 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf25a6d2 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf25a6d2 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f735d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252dfa - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25bcab - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf25863c - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23df2d - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f1190 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6d85 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4e2e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf23b683 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf23b683 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf23b683 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d46e - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f8197 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf236408 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233e60 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1ef449 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ed52b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf2150fa - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec8da - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf253354 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf2722c0 - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf215bdc - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf2014aa - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:221:5
[INFO] [stdout]   53:     0x6184bf1fb147 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:223:25
[INFO] [stdout]   54:     0x6184bf1e4496 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_incr::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_generate_and_get stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_generate_and_get' (3510) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1fed54 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:213:27
[INFO] [stdout]   23:     0x6184bf2591e6 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f1ea0 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7885 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e519e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf25a292 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf25a292 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf25a292 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f715d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252d5a - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25bc0b - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf25819c - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23dd0d - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f0f30 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6b85 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4d8e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf23a7c3 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf23a7c3 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf23a7c3 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d3ce - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f7f57 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf235ca8 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233de0 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1ef2e9 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ed32b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf214f7a - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec81a - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf253274 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf272220 - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf215a1c - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf20138a - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:210:5
[INFO] [stdout]   53:     0x6184bf1fab87 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:212:37
[INFO] [stdout]   54:     0x6184bf1e4416 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_and_get::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_get_key stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_get_key' (3512) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1fb29f - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:187:27
[INFO] [stdout]   23:     0x6184bf259126 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f1780 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7285 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e4fbe - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf2595d2 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf2595d2 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf2595d2 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f6b5d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252b7a - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25ba2b - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf2573b8 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23d6ad - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f0810 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6585 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4bae - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf237b83 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf237b83 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf237b83 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d1ee - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f7897 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf234688 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233c60 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1eeec9 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ecd2b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf214afa - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec5da - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf252fd6 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf27204b - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf2154e1 - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf20102c - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:184:5
[INFO] [stdout]   53:     0x6184bf1faa67 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:186:28
[INFO] [stdout]   54:     0x6184bf1e4296 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_get_key::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_new_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_new_user' (3514) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1fbaec - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:235:27
[INFO] [stdout]   23:     0x6184bf259166 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f19e0 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7485 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e505e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf259a12 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf259a12 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf259a12 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f6d5d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252c1a - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25bacb - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf25785c - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23d8cd - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f0a70 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6785 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4c4e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf238a43 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf238a43 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf238a43 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d28e - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f7ad7 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf234de8 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233ce0 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1ef029 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ecf2b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf214c7a - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec69a - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf2530b6 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf2720de - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf21569e - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf20114c - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:232:5
[INFO] [stdout]   53:     0x6184bf1faac7 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:234:29
[INFO] [stdout]   54:     0x6184bf1e4316 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_new_user::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_next_key stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_next_key' (3515) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1fc190 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:195:27
[INFO] [stdout]   23:     0x6184bf259186 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f1b10 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7585 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e50ae - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf259c32 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf259c32 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf259c32 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f6e5d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252c6a - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25bb1b - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf257aac - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23d9dd - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f0ba0 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6885 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4c9e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf2391a3 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf2391a3 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf2391a3 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d2de - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f7bf7 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf235198 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233d20 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1ef0d9 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ed02b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf214d3a - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec6fa - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf253126 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf27212e - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf21577e - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf2011dc - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:192:5
[INFO] [stdout]   53:     0x6184bf1faaf7 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:194:29
[INFO] [stdout]   54:     0x6184bf1e4356 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_next_key::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::get_urls_for_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::get_urls_for_user' (3507) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1fc8cb - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:255:27
[INFO] [stdout]   23:     0x6184bf2591a6 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f1c40 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7685 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e50fe - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf259e52 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf259e52 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf259e52 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f6f5d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252cba - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25bb6b - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf257cfc - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23daed - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f0cd0 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6985 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4cee - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf239903 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf239903 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf239903 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d32e - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f7d17 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf235548 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233d60 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1ef189 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ed12b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf214dfa - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec75a - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf253196 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf27217e - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf21585e - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf20126c - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:251:5
[INFO] [stdout]   53:     0x6184bf1fab27 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:253:33
[INFO] [stdout]   54:     0x6184bf1e4396 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::get_urls_for_user::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_count_for_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_count_for_user' (3508) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1fdf06 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:284:27
[INFO] [stdout]   23:     0x6184bf2591c6 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f1d70 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7785 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e514e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf25a072 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf25a072 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf25a072 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f705d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252d0a - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25bbbb - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf257f4c - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23dbfd - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f0e00 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6a85 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4d3e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf23a063 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf23a063 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf23a063 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d37e - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f7e37 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf2358f8 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233da0 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1ef239 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ed22b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf214eba - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec7ba - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf253204 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf2721d0 - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf21593c - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf2012fa - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:280:5
[INFO] [stdout]   53:     0x6184bf1fab57 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:282:35
[INFO] [stdout]   54:     0x6184bf1e43d6 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_count_for_user::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- urls::redis_url_repo::tests::test_generate_for_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'urls::redis_url_repo::tests::test_generate_for_user' (3511) panicked at src/urls/redis_url_repo.rs:175:52:
[INFO] [stdout] REDIS_URL env var needs to be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6184bf70a871 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6184bf70a871 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6184bf70a871 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6184bf72125a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6184bf72125a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6184bf70f29c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6184bf70f29c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6184bf6e7f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6184bf6e7f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6184bf7023d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6184bf2880f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6184bf2880f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6184bf702592 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6184bf702592 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6184bf6e8022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6184bf6df669 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6184bf6e8ead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6184bf721a8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6184bf7217d2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6184bf22184e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x6184bf1facc4 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::setup::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:175:52
[INFO] [stdout]   22:     0x6184bf1ff7bd - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:245:27
[INFO] [stdout]   23:     0x6184bf259206 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:67
[INFO] [stdout]   24:     0x6184bf1f1fd0 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   25:     0x6184bf1e7985 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   26:     0x6184bf1e51ee - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   27:     0x6184bf25a4b2 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   28:     0x6184bf25a4b2 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   29:     0x6184bf25a4b2 - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:528:42
[INFO] [stdout]   30:     0x6184bf1f725d - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::task::local::Context>>::set::<<tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x6184bf252daa - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:442:17
[INFO] [stdout]   32:     0x6184bf25bc5b - <tokio[8f1d09b30bc17cf7]::task::local::RunUntil<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:518:22
[INFO] [stdout]   33:     0x6184bf2583ec - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:392:19
[INFO] [stdout]   34:     0x6184bf23de1d - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   35:     0x6184bf1f1060 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:127:9
[INFO] [stdout]   36:     0x6184bf1e6c85 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::try_with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x6184bf1e4dde - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[8f1d09b30bc17cf7]::coop::Budget>>>::with::<tokio[8f1d09b30bc17cf7]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x6184bf23af23 - tokio[8f1d09b30bc17cf7]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:120:13
[INFO] [stdout]   39:     0x6184bf23af23 - tokio[8f1d09b30bc17cf7]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/coop.rs:96:5
[INFO] [stdout]   40:     0x6184bf23af23 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   41:     0x6184bf23d41e - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   42:     0x6184bf1f8077 - <tokio[8f1d09b30bc17cf7]::macros::scoped_tls::ScopedKey<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::Context>>::set::<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   43:     0x6184bf236058 - tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::enter::<<tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   44:     0x6184bf233e20 - <tokio[8f1d09b30bc17cf7]::runtime::basic_scheduler::BasicScheduler<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::time::driver::Driver<tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>, tokio[8f1d09b30bc17cf7]::park::either::Either<tokio[8f1d09b30bc17cf7]::io::driver::Driver, tokio[8f1d09b30bc17cf7]::park::thread::ParkThread>>>>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   45:     0x6184bf1ef399 - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:444:39
[INFO] [stdout]   46:     0x6184bf1ed42b - tokio[8f1d09b30bc17cf7]::runtime::context::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/context.rs:72:5
[INFO] [stdout]   47:     0x6184bf21503a - <tokio[8f1d09b30bc17cf7]::runtime::handle::Handle>::enter::<<tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/handle.rs:76:9
[INFO] [stdout]   48:     0x6184bf1ec87a - <tokio[8f1d09b30bc17cf7]::runtime::Runtime>::block_on::<<tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::run_until<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/runtime/mod.rs:441:21
[INFO] [stdout]   49:     0x6184bf2532e6 - <tokio[8f1d09b30bc17cf7]::task::local::LocalSet>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.24/src/task/local.rs:353:12
[INFO] [stdout]   50:     0x6184bf27226e - <actix_rt[862da39efd18566a]::runtime::Runtime>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   51:     0x6184bf215afe - <actix_rt[862da39efd18566a]::builder::SystemRunner>::block_on::<url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   52:     0x6184bf20141c - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:242:5
[INFO] [stdout]   53:     0x6184bf1fabb7 - url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/urls/redis_url_repo.rs:244:38
[INFO] [stdout]   54:     0x6184bf1e4456 - <url_shortener[ab513e0256775a99]::urls::redis_url_repo::tests::test_generate_for_user::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6184bf27b42b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6184bf27b42b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x6184bf288a75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x6184bf288a75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x6184bf288a75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x6184bf288a75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x6184bf283524 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x6184bf283524 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x6184bf28bbc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   69:     0x6184bf28bbc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x6184bf28bbc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x6184bf28bbc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x6184bf28bbc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x6184bf709d5f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   74:     0x6184bf709d5f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   75:     0x700cf9fc6aa4 - <unknown>
[INFO] [stdout]   76:     0x700cfa053a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[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] [stderr] error: test failed, to rerun pass `--bin url_shortener`
[INFO] running `Command { std: "docker" "inspect" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414", kill_on_drop: false }`
[INFO] [stdout] 1e5b7809355dd311fa5c69d54b4754ac91df81c58ea05cbbc982884d4e2ac414
