[INFO] cloning repository https://github.com/netology-group/event [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/netology-group/event" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnetology-group%2Fevent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnetology-group%2Fevent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bd7726a9b4229abbadbab3b208866c5ef29d5ce2 [INFO] testing netology-group/event against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnetology-group%2Fevent" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/netology-group/event on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/netology-group/event [INFO] finished tweaking git repo https://github.com/netology-group/event [INFO] tweaked toml for git repo https://github.com/netology-group/event written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/netology-group/event already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44ce1dc139efa07d453f1c1c81739d33e55b9eb6d1c6f549f02f2d48d50c7b0a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "44ce1dc139efa07d453f1c1c81739d33e55b9eb6d1c6f549f02f2d48d50c7b0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44ce1dc139efa07d453f1c1c81739d33e55b9eb6d1c6f549f02f2d48d50c7b0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44ce1dc139efa07d453f1c1c81739d33e55b9eb6d1c6f549f02f2d48d50c7b0a", kill_on_drop: false }` [INFO] [stdout] 44ce1dc139efa07d453f1c1c81739d33e55b9eb6d1c6f549f02f2d48d50c7b0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bf0197eb94ac22dc61fda2259e601c867bdaad5b99c38e31af31eda4e7d5bb6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3bf0197eb94ac22dc61fda2259e601c867bdaad5b99c38e31af31eda4e7d5bb6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.13 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling standback v0.2.8 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling data-encoding v2.2.1 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.23 [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling whoami v0.9.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling isahc v0.9.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling event-listener v2.4.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling metrics v0.11.1 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling metrics-core v0.5.2 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling route-recognizer v0.2.0 [INFO] [stderr] Compiling slog v1.7.1 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures-timer v1.0.3 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libnghttp2-sys v0.1.3 [INFO] [stderr] Compiling ring v0.16.13 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling blake3 v0.3.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling uname v0.1.1 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling async-channel v1.4.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling addr2line v0.12.0 [INFO] [stderr] Compiling lexical-core v0.6.2 [INFO] [stderr] Compiling sentry v0.18.1 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling slog-serde v1.0.0-alpha9 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling debug_stub_derive v0.3.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling infer v0.1.6 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ahash v0.5.6 [INFO] [stderr] Compiling slog-scope v4.3.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling universal-hash v0.3.0 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling aead v0.2.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.4 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling atoi v0.3.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.9.1 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling byte-pool v0.2.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling slog-async v2.5.0 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling polyval v0.3.3 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling r2d2 v0.8.8 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling hmac v0.9.0 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling hkdf v0.8.0 [INFO] [stderr] Compiling ghash v0.2.3 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.2 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling sized-chunks v0.5.3 [INFO] [stderr] Compiling sqlformat v0.1.0 [INFO] [stderr] Compiling pem v0.8.1 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling slog-stdlog v4.0.0 [INFO] [stderr] Compiling aes-gcm v0.5.0 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling bigdecimal v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling pin-project-internal v0.4.16 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling async-trait v0.1.40 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling cookie v0.14.1 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling tracing v0.1.14 [INFO] [stderr] Compiling pin-project v0.4.16 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.13.1 [INFO] [stderr] Compiling rumq-core v0.1.0-alpha.10 [INFO] [stderr] Compiling piper v0.1.3 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling sluice v0.5.2 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling svc-rumq-client v0.1.0-alpha.11 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling smol v0.1.11 [INFO] [stderr] Compiling async-std v1.6.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling serde_qs v0.6.1 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling rust_decimal v1.8.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling debugid v0.7.2 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling simple_asn1 v0.4.0 [INFO] [stderr] Compiling slog-term v2.6.0 [INFO] [stderr] Compiling quaint v0.1.13 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling sentry-types v0.14.1 [INFO] [stderr] Compiling femme v2.1.1 [INFO] [stderr] Compiling slog-json v2.3.0 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling slog-envlogger v2.2.0 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling reqwest v0.10.4 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling http-types v2.3.0 [INFO] [stderr] Compiling async-session v2.0.1 [INFO] [stderr] Compiling sqlx-rt v0.1.1 (https://github.com/launchbadge/sqlx?branch=master#5f793c6e) [INFO] [stderr] Compiling sqlx-core v0.4.0-beta.1 (https://github.com/launchbadge/sqlx?branch=master#5f793c6e) [INFO] [stderr] Compiling redis v0.13.0 [INFO] [stderr] Compiling async-h1 v2.1.0 [INFO] [stderr] Compiling async-sse v4.0.0 [INFO] [stderr] Compiling http-client v3.0.0 [INFO] [stderr] Compiling tide v0.13.0 [INFO] [stderr] Compiling surf v2.0.0-alpha.4 [INFO] [stderr] Compiling r2d2_redis v0.12.0 [INFO] [stderr] Compiling sqlx-macros v0.4.0-beta.1 (https://github.com/launchbadge/sqlx?branch=master#5f793c6e) [INFO] [stderr] Compiling sqlx v0.4.0-beta.1 (https://github.com/launchbadge/sqlx?branch=master#5f793c6e) [INFO] [stderr] Compiling svc-authn v0.6.3 [INFO] [stderr] Compiling svc-authz v0.10.6 [INFO] [stderr] Compiling svc-agent v0.14.10 [INFO] [stderr] Compiling svc-error v0.1.11 [INFO] [stderr] Compiling event v0.2.26 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7m 59s [INFO] running `Command { std: "docker" "inspect" "3bf0197eb94ac22dc61fda2259e601c867bdaad5b99c38e31af31eda4e7d5bb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bf0197eb94ac22dc61fda2259e601c867bdaad5b99c38e31af31eda4e7d5bb6", kill_on_drop: false }` [INFO] [stdout] 3bf0197eb94ac22dc61fda2259e601c867bdaad5b99c38e31af31eda4e7d5bb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2c198d03be6c7f97f251c5c024c8a29e26f930865ad616ecc775198063bebe8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b2c198d03be6c7f97f251c5c024c8a29e26f930865ad616ecc775198063bebe8", kill_on_drop: false }` [INFO] [stderr] Compiling event v0.2.26 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "b2c198d03be6c7f97f251c5c024c8a29e26f930865ad616ecc775198063bebe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2c198d03be6c7f97f251c5c024c8a29e26f930865ad616ecc775198063bebe8", kill_on_drop: false }` [INFO] [stdout] b2c198d03be6c7f97f251c5c024c8a29e26f930865ad616ecc775198063bebe8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7dc8cac63164c07d80abb7da67e7e38b12069a6d0a84565050725df3eb7ebe79 [INFO] running `Command { std: "docker" "start" "-a" "7dc8cac63164c07d80abb7da67e7e38b12069a6d0a84565050725df3eb7ebe79", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/event-65ce89c12affd53c [INFO] [stdout] [INFO] [stdout] running 84 tests [INFO] [stdout] test app::endpoint::authz::tests::create_authz_obj ... ok [INFO] [stdout] test app::endpoint::agent::tests::list_agents_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::agent::tests::list_agents_closed_room ... FAILED [INFO] [stdout] test app::endpoint::change::tests::create::create_change_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::change::tests::create::create_change_missing_edition ... FAILED [INFO] [stdout] test app::endpoint::change::tests::create::create_change_with_improper_event_id ... FAILED [INFO] [stdout] test app::endpoint::change::tests::create::create_modification_change ... FAILED [INFO] [stdout] test app::endpoint::change::tests::create::create_addition_change ... FAILED [INFO] [stdout] test app::endpoint::agent::tests::list_agents ... FAILED [INFO] [stdout] test app::endpoint::change::tests::delete::delete_change ... FAILED [INFO] [stdout] test app::endpoint::change::tests::create::create_removal_change ... FAILED [INFO] [stdout] test app::endpoint::change::tests::delete::delete_change_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::list::list_editions ... FAILED [INFO] [stdout] test app::endpoint::change::tests::delete::delete_change_with_wrong_uuid ... FAILED [INFO] [stdout] test app::endpoint::agent::tests::ban_agent ... FAILED [INFO] [stdout] test app::endpoint::event::tests::create_event ... FAILED [INFO] [stdout] test app::endpoint::change::tests::list::list_changes_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::change::tests::list::list_changes_missing_edition ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::create::create_edition ... FAILED [INFO] [stdout] test app::endpoint::change::tests::list::list_changes ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::create::create_edition_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::agent::tests::list_agents_missing_room ... FAILED [INFO] [stdout] test app::endpoint::event::tests::create_event_closed_room ... FAILED [INFO] [stdout] test app::endpoint::event::tests::list_events ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::list::list_editions_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::event::tests::create_event_missing_room ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::list::list_editions_missing_room ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::delete::delete_edition_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::delete::delete_edition ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::create::create_edition_missing_room ... FAILED [INFO] [stdout] test app::endpoint::event::tests::create_event_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::event::tests::create_event_not_entered ... FAILED [INFO] [stdout] test app::endpoint::event::tests::create_claim ... FAILED [INFO] [stdout] test app::endpoint::event::tests::create_next_event ... FAILED [INFO] [stdout] test app::endpoint::event::tests::parse_list_request ... ok [INFO] [stdout] test app::endpoint::event::tests::create_transient_event ... FAILED [INFO] [stdout] test app::endpoint::room::tests::adjust::adjust_room_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::event::tests::list_events_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::room::tests::enter::enter_room_missing ... FAILED [INFO] [stdout] test app::endpoint::room::tests::create::create_room ... FAILED [INFO] [stdout] test app::endpoint::event::tests::list_events_filter_by_attribute ... FAILED [INFO] [stdout] test app::endpoint::event::tests::list_events_missing_room ... FAILED [INFO] [stdout] test app::endpoint::edition::tests::delete::delete_editions_missing_room ... FAILED [INFO] [stdout] test app::endpoint::room::tests::leave::leave_room ... FAILED [INFO] [stdout] test app::endpoint::room::tests::enter::enter_room_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::room::tests::update::update_closed_at_in_open_room ... FAILED [INFO] [stdout] test app::endpoint::room::tests::update::update_room_closed ... FAILED [INFO] [stdout] test app::endpoint::room::tests::update::update_room_invalid_time ... FAILED [INFO] [stdout] test app::endpoint::room::tests::update::update_room_missing ... FAILED [INFO] [stdout] test app::endpoint::room::tests::update::update_room_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::room::tests::leave::leave_room_while_not_entered ... FAILED [INFO] [stdout] test app::endpoint::room::tests::read::read_room_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::room::tests::adjust::adjust_room_missing ... FAILED [INFO] [stdout] test app::endpoint::room::tests::enter::enter_room ... FAILED [INFO] [stdout] test app::endpoint::state::tests::read_state_collection ... FAILED [INFO] [stdout] test app::endpoint::state::tests::read_state_multiple_sets ... FAILED [INFO] [stdout] test app::endpoint::subscription::tests::create_subscription ... FAILED [INFO] [stdout] test app::endpoint::subscription::tests::create_subscription_closed_room ... FAILED [INFO] [stdout] test app::endpoint::event::tests::list_events_filtered_by_kinds ... FAILED [INFO] [stdout] test app::endpoint::state::tests::read_state_collection_with_occurred_at_filter ... FAILED [INFO] [stdout] test app::endpoint::state::tests::read_state_collection_with_attribute_filter ... FAILED [INFO] [stdout] test app::endpoint::state::tests::read_state_missing_room ... FAILED [INFO] [stdout] test app::endpoint::room::tests::read::read_room ... FAILED [INFO] [stdout] test app::endpoint::subscription::tests::create_subscription_missing_room ... FAILED [INFO] [stdout] test app::endpoint::subscription::tests::delete_subscription_missing_room ... FAILED [INFO] [stdout] test app::endpoint::subscription::tests::delete_subscription ... FAILED [INFO] [stdout] test app::endpoint::room::tests::create::create_room_invalid_time ... FAILED [INFO] [stdout] test app::endpoint::room::tests::enter::enter_room_closed ... FAILED [INFO] [stdout] test app::endpoint::room::tests::create::create_room_not_authorized ... FAILED [INFO] [stdout] test app::endpoint::room::tests::leave::leave_room_missing ... FAILED [INFO] [stdout] test app::endpoint::room::tests::read::read_room_missing ... FAILED [INFO] [stdout] test serde::test::serialize_milliseconds_bound_tuples ... ok [INFO] [stdout] test app::endpoint::subscription::tests::delete_subscription_missing_agent ... FAILED [INFO] [stdout] test serde::test::ts_seconds_option_bound_tuple ... ok [INFO] [stdout] test app::endpoint::state::tests::read_state_not_authorized ... FAILED [INFO] [stdout] test serde::test::deserialize_milliseconds_bound_tuples ... ok [INFO] [stdout] test app::operations::commit_edition::tests::commit_edition_with_intersecting_gaps ... FAILED [INFO] [stdout] test app::operations::commit_edition::tests::commit_edition_with_cut_changes ... FAILED [INFO] [stdout] test app::endpoint::room::tests::update::update_closed_at_in_the_past_in_already_open_room ... FAILED [INFO] [stdout] test app::endpoint::room::tests::update::update_room ... FAILED [INFO] [stdout] test profiler::tests::entry_flush ... ok [INFO] [stdout] test app::operations::commit_edition::tests::commit_edition ... FAILED [INFO] [stdout] test app::operations::adjust_room::tests::adjust_room ... FAILED [INFO] [stdout] test profiler::tests::profiler ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::agent::tests::list_agents_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::agent::tests::list_agents_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c74de75 - event::app::endpoint::agent::tests::list_agents_not_authorized::{{closure}}::hbf9bcf4976011f19 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:339:22 [INFO] [stdout] 20: 0x56465ca9ec99 - as core::future::future::Future>::poll::heab6907ebebc0479 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a8f9 - as core::future::future::Future>::poll::{{closure}}::h82bba3a6c44b53fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c661ee3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hdf47f92eb7b51283 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c623c05 - std::thread::local::LocalKey::try_with::h75807e3c730eb2a6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60da1d - std::thread::local::LocalKey::with::h9519a372d7683ccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6563fb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h614929f45e3ba538 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79098 - as core::future::future::Future>::poll::hc6a4924f46f380ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6afe73 - smol::run::run::{{closure}}::{{closure}}::hd6c05009124ceea9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c670f18 - scoped_tls_hkt::ScopedKey::set::hee09dbe9c5e32ad8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917ce0 - smol::throttle::setup::h8772c55e2fd02096 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a3720 - smol::run::run::{{closure}}::hc1f6896e8bc5307b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb22939 - core::ops::function::FnOnce::call_once::hf30c5cd753bdeed9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914f50 - smol::context::enter::h1213e7b53887469e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac3a9 - smol::run::run::{{closure}}::{{closure}}::h2914c9049c9bf21e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c671918 - scoped_tls_hkt::ScopedKey::set::hfc6573c93f96b0ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8571d3 - smol::thread_local::ThreadLocalExecutor::enter::hdecbb1201c8d96ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c695eea - smol::run::run::{{closure}}::h61497f702136cad9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0be1 - smol::run::run::{{closure}}::{{closure}}::hf9aad47ce71492b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca28298 - smol::work_stealing::WORKER::::set::h7b9c6b3baf32793e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d083 - smol::work_stealing::Worker::enter::h3f05f2b82cad5be5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69436a - smol::run::run::{{closure}}::h58b39b03c6357396 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c679d8c - smol::run::run::h0633549ec093600f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf133 - async_std::task::builder::Builder::blocking::{{closure}}::h155112db8a44de5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65d36b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h6f66ee9400c7fd76 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61efce - std::thread::local::LocalKey::try_with::h577404da94d40cc4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60e1cd - std::thread::local::LocalKey::with::ha0136c98755bbe69 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657e60 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hdf0b0140d37a8fd8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab1ab8 - async_std::task::builder::Builder::blocking::h1fc4efd355be3c7a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae16e6 - async_std::task::block_on::block_on::h29575bf4e09f962a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c74dd21 - event::app::endpoint::agent::tests::list_agents_not_authorized::hc5c968fb79d6f85a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:337:9 [INFO] [stdout] 50: 0x56465c74dcda - event::app::endpoint::agent::tests::list_agents_not_authorized::{{closure}}::ha5c225355861a389 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:336:5 [INFO] [stdout] 51: 0x56465cb1d61e - core::ops::function::FnOnce::call_once::h23c1205ae0024587 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::agent::tests::list_agents_closed_room stdout ---- [INFO] [stdout] thread 'app::endpoint::agent::tests::list_agents_closed_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c74ee04 - event::app::endpoint::agent::tests::list_agents_closed_room::{{closure}}::hf927f2f1687cc0a2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:366:22 [INFO] [stdout] 20: 0x56465ca96f89 - as core::future::future::Future>::poll::h70cb82c0ee5abc54 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a809 - as core::future::future::Future>::poll::{{closure}}::h82197021a347a605 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65d0e3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h6e211d26d8ff03c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c638835 - std::thread::local::LocalKey::try_with::hfd1517df91e0b318 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60976d - std::thread::local::LocalKey::with::h24a86a1f6322c1da [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6562ab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h5b5d7b49e76f98e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79698 - as core::future::future::Future>::poll::heb14da1c24de33ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ac2d3 - smol::run::run::{{closure}}::{{closure}}::h258d9da905ceaca6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66bc08 - scoped_tls_hkt::ScopedKey::set::h6624af55893c2c99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918a00 - smol::throttle::setup::hd6a918c4622784dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69c9d0 - smol::run::run::{{closure}}::h99d86f56a2e7f93c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1d469 - core::ops::function::FnOnce::call_once::h2142cef9c43ae690 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915ed0 - smol::context::enter::hf3edc524dfbc9fbe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ad249 - smol::run::run::{{closure}}::{{closure}}::h4c9d81dc83ba2869 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6689e8 - scoped_tls_hkt::ScopedKey::set::h09fba2ea967de3f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8546c3 - smol::thread_local::ThreadLocalExecutor::enter::h3ec5fabc2c33bccb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6979ca - smol::run::run::{{closure}}::h6895afb26c64b28d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6adea1 - smol::run::run::{{closure}}::{{closure}}::h7840fc320c2243db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca284b8 - smol::work_stealing::WORKER::::set::h846de316159fca56 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d7d3 - smol::work_stealing::Worker::enter::h5327939532834bde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69d00a - smol::run::run::{{closure}}::h9a0746d30282a3a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67b88c - smol::run::run::h201ea47a8b0716cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0233 - async_std::task::builder::Builder::blocking::{{closure}}::hc2f27dc203a07bea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65c02b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h58a182f4f83bceb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61336e - std::thread::local::LocalKey::try_with::h04b86b082be33181 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60bc9d - std::thread::local::LocalKey::with::h6831884b80494cf8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655fa0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h4f13de4cecf397e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab4eb8 - async_std::task::builder::Builder::blocking::h523f49225005ee7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1796 - async_std::task::block_on::block_on::h2e6aadc0df9da665 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c74ecb1 - event::app::endpoint::agent::tests::list_agents_closed_room::h8cd8d785172c9b1a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:364:9 [INFO] [stdout] 50: 0x56465c74ec6a - event::app::endpoint::agent::tests::list_agents_closed_room::{{closure}}::h1ae519f62f8b985d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:363:5 [INFO] [stdout] 51: 0x56465cb1d13e - core::ops::function::FnOnce::call_once::h19c4fe7f57e5bd2b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::create::create_change_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::create::create_change_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6c7e04 - event::app::endpoint::change::tests::create::create_change_not_authorized::{{closure}}::h7f9ad5cd82d3f785 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:581:26 [INFO] [stdout] 20: 0x56465ca9b959 - as core::future::future::Future>::poll::hbb271d036c54543d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79d59 - as core::future::future::Future>::poll::{{closure}}::h28edb2ef84dc3f8b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65eb43 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h940f2e64b571ab3f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6240a5 - std::thread::local::LocalKey::try_with::h79e2b464d519ff12 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60e4ed - std::thread::local::LocalKey::with::ha5e5115f24d4c45c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65614b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h5441ae45da739082 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78078 - as core::future::future::Future>::poll::h228b899717b6b8a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af973 - smol::run::run::{{closure}}::{{closure}}::hcb776f676ecbefc1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66e788 - scoped_tls_hkt::ScopedKey::set::hb15cca1840404ff0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c919040 - smol::throttle::setup::hfb752848d0fe90fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68dc00 - smol::run::run::{{closure}}::h234b79ec341244a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21529 - core::ops::function::FnOnce::call_once::hc3524e3c99c838dd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915810 - smol::context::enter::h9e4fc0cc0b7bcfe2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac3e9 - smol::run::run::{{closure}}::{{closure}}::h2a8221846fefc54c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66e498 - scoped_tls_hkt::ScopedKey::set::ha9d7225e3dba1298 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8558a3 - smol::thread_local::ThreadLocalExecutor::enter::h78099f12c94a9974 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68bcaa - smol::run::run::{{closure}}::h115b3df50f910092 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6acc01 - smol::run::run::{{closure}}::{{closure}}::h38a7cfea493b2713 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca283a8 - smol::work_stealing::WORKER::::set::h7f9149ee19d73214 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d2f3 - smol::work_stealing::Worker::enter::h47c72a67ad72ea69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a8d0a - smol::run::run::{{closure}}::he66bdac3907295e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68908e - smol::run::run::hf3ca926eec165020 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0575 - async_std::task::builder::Builder::blocking::{{closure}}::hd9bc74586be5d735 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c659d4a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h2373e6d9bc22de4a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62100e - std::thread::local::LocalKey::try_with::h6143fd396bcc47ce [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60a63d - std::thread::local::LocalKey::with::h3e07baa5f52d5055 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6564c2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h657d3e2a66f3bd2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab4b78 - async_std::task::builder::Builder::blocking::h4c632f46dba1dcb9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1c67 - async_std::task::block_on::block_on::h3bca69e24a81ae1a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6c7ce1 - event::app::endpoint::change::tests::create::create_change_not_authorized::hc828792b4275e5b7 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:580:13 [INFO] [stdout] 50: 0x56465c6c7c9a - event::app::endpoint::change::tests::create::create_change_not_authorized::{{closure}}::h58f0b067019b392d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:579:9 [INFO] [stdout] 51: 0x56465cb2190e - core::ops::function::FnOnce::call_once::hcc0ff6e71cccda3a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::create::create_change_missing_edition stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::create::create_change_missing_edition' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6c982b - event::app::endpoint::change::tests::create::create_change_missing_edition::{{closure}}::h8d102b08e3fa6660 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:620:52 [INFO] [stdout] 20: 0x56465ca9c9a9 - as core::future::future::Future>::poll::hc47ca3ba2d98c890 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a359 - as core::future::future::Future>::poll::{{closure}}::h523aff1c0cd18dd8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c660013 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb1f0a9475fb38f09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c629555 - std::thread::local::LocalKey::try_with::h98fb5ee32e9dcb6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60a21d - std::thread::local::LocalKey::with::h3a25066bf0a1a8d0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6586bb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hfca223e15d5f9ae7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78a38 - as core::future::future::Future>::poll::h8ebfef15630d0256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aedd3 - smol::run::run::{{closure}}::{{closure}}::ha9c993655567a45f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c671008 - scoped_tls_hkt::ScopedKey::set::hf3d173dd97fee65c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916980 - smol::throttle::setup::h3181223660c08ec5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68e3c0 - smol::run::run::{{closure}}::h283a11023462a14e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1ef69 - core::ops::function::FnOnce::call_once::h6af80bc38343f8c5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915610 - smol::context::enter::h802558a585fddd0e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6abd09 - smol::run::run::{{closure}}::{{closure}}::h11edac2767abf83f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c669918 - scoped_tls_hkt::ScopedKey::set::h1c5cad6c534bc04b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c857783 - smol::thread_local::ThreadLocalExecutor::enter::hf61b8150ca49992f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a53da - smol::run::run::{{closure}}::hcaab0f5abda17c5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6af261 - smol::run::run::{{closure}}::{{closure}}::hb2b5df43e0a0f501 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca28f58 - smol::work_stealing::WORKER::::set::hae65f2711dd0adec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f373 - smol::work_stealing::Worker::enter::hb9288691b70f055a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69bbaa - smol::run::run::{{closure}}::h98238416f7963018 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c681dce - smol::run::run::h8fd347dbf80bec5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0435 - async_std::task::builder::Builder::blocking::{{closure}}::hcc777c49adc7df80 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65e70a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h8da756d4d1621d1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63613e - std::thread::local::LocalKey::try_with::hea7b913503033333 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60d26d - std::thread::local::LocalKey::with::h85035648aa741ec8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655b12 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h3b1e20b53956542a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabb6b8 - async_std::task::builder::Builder::blocking::hbe138bd0b32ac399 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae0d47 - async_std::task::block_on::block_on::h08040a8c881c8bcc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6c96db - event::app::endpoint::change::tests::create::create_change_missing_edition::h17092c3a04a54fbf [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:618:13 [INFO] [stdout] 50: 0x56465c6c969a - event::app::endpoint::change::tests::create::create_change_missing_edition::{{closure}}::he9053351ab0bd1be [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:617:9 [INFO] [stdout] 51: 0x56465cb1f03e - core::ops::function::FnOnce::call_once::h6d51c9f714a93a74 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::create::create_change_with_improper_event_id stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::create::create_change_with_improper_event_id' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6c6182 - event::app::endpoint::change::tests::create::create_change_with_improper_event_id::{{closure}}::h18d55b3c4383ae5f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:537:26 [INFO] [stdout] 20: 0x56465ca95639 - as core::future::future::Future>::poll::h51189e9b8d8d43f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79d09 - as core::future::future::Future>::poll::{{closure}}::h23a4d9b8b311cf27 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65b4d3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h43f54d14385952d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c620af5 - std::thread::local::LocalKey::try_with::h60c72fd83fa00349 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c6087ad - std::thread::local::LocalKey::with::h0d9fdd6e3a89c09d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657a7b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hc89d1c2ddfbe74dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78798 - as core::future::future::Future>::poll::h7a9d2164581faabc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0e33 - smol::run::run::{{closure}}::{{closure}}::hfe16535b6be989d7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6706f8 - scoped_tls_hkt::ScopedKey::set::he0c669c0f99d504b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9180a0 - smol::throttle::setup::h9e4af2462d9e8e6c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68d430 - smol::run::run::{{closure}}::h1dd656dbc0f96dfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21679 - core::ops::function::FnOnce::call_once::hc55d48b52077118d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915550 - smol::context::enter::h6853ecbd8c55bf6a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ad0e9 - smol::run::run::{{closure}}::{{closure}}::h4838ed7ccc98686a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66ffe8 - scoped_tls_hkt::ScopedKey::set::hdada700024cf7197 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854fb3 - smol::thread_local::ThreadLocalExecutor::enter::h56f5fd754bc0ea17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a794a - smol::run::run::{{closure}}::he591d536069e886a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ae081 - smol::run::run::{{closure}}::{{closure}}::h7ac536c1773a1dc7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a7c8 - smol::work_stealing::WORKER::::set::hf7d0fa58869f74c8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e743 - smol::work_stealing::Worker::enter::h8aacdef0709b6eb0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c690bba - smol::run::run::{{closure}}::h362995ec1f59fbb1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6853ce - smol::run::run::hb8fc46a9803bf9ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf285 - async_std::task::builder::Builder::blocking::{{closure}}::h1f340fba21ab3479 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65d4ba - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h6f90f86aaa1e3536 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62f4fe - std::thread::local::LocalKey::try_with::hc3fc67df9e98ab1c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60eedd - std::thread::local::LocalKey::with::hafa0eacfec0422d4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6555e2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h161cd65b1e2cb00c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabda78 - async_std::task::builder::Builder::blocking::heec7ab463ab2eade [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1b07 - async_std::task::block_on::block_on::h354ef02a62869279 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6c6061 - event::app::endpoint::change::tests::create::create_change_with_improper_event_id::h91f99dd1d89b69b7 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:536:13 [INFO] [stdout] 50: 0x56465c6c601a - event::app::endpoint::change::tests::create::create_change_with_improper_event_id::{{closure}}::hb242ffd9885cff13 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:535:9 [INFO] [stdout] 51: 0x56465cb2236e - core::ops::function::FnOnce::call_once::he47bd9137c9599c0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::create::create_modification_change stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::create::create_modification_change' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6c26c2 - event::app::endpoint::change::tests::create::create_modification_change::{{closure}}::hffe0e025202c8a23 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:464:26 [INFO] [stdout] 20: 0x56465ca9a8e9 - as core::future::future::Future>::poll::ha98952df16281b90 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a4e9 - as core::future::future::Future>::poll::{{closure}}::h6df47374e8413e00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c659213 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h12f2247033b8a9a8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6378c5 - std::thread::local::LocalKey::try_with::hf7f689d642c9a448 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60f28d - std::thread::local::LocalKey::with::hb559ede58a125eca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65841b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hf456037b3e9f5c97 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78678 - as core::future::future::Future>::poll::h6f79b500cd32f120 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6adb93 - smol::run::run::{{closure}}::{{closure}}::h70d602673fa7ce76 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66ea78 - scoped_tls_hkt::ScopedKey::set::hb4d7e0ac87d81fe1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917ba0 - smol::throttle::setup::h78d57d4836dfae4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6ab240 - smol::run::run::{{closure}}::hfd723d53bafd7c15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1ff59 - core::ops::function::FnOnce::call_once::h908beecb363a76ea [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915510 - smol::context::enter::h5d6590444783b02f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae009 - smol::run::run::{{closure}}::{{closure}}::h79fbd7381c5ef696 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66ec98 - scoped_tls_hkt::ScopedKey::set::hb5e0b42b777796f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8560c3 - smol::thread_local::ThreadLocalExecutor::enter::h9a3887bde321b4e2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a5b3a - smol::run::run::{{closure}}::hcdb03d45feced46b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6aca01 - smol::run::run::{{closure}}::{{closure}}::h33c0ca9a8bbe914f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27a18 - smol::work_stealing::WORKER::::set::h636ac1c5c04b18ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2cc73 - smol::work_stealing::Worker::enter::h2f0fb8ed95ef3786 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68bbba - smol::run::run::{{closure}}::h0f09b14c18dec5a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68212e - smol::run::run::h912be1039b779448 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf705 - async_std::task::builder::Builder::blocking::{{closure}}::h4cf4abb1f4e5a0d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66201a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::he45e08552b9e66ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62a33e - std::thread::local::LocalKey::try_with::h9b8a601b94507290 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60c5fd - std::thread::local::LocalKey::with::h77b8cf2b0f74e981 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6571a2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h981160a0df3e1a00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabc6f8 - async_std::task::builder::Builder::blocking::hd10392fcbce7f95f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1bb7 - async_std::task::block_on::block_on::h3b1d7782481e0679 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6c2561 - event::app::endpoint::change::tests::create::create_modification_change::hc451220b2150097f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:463:13 [INFO] [stdout] 50: 0x56465c6c251a - event::app::endpoint::change::tests::create::create_modification_change::{{closure}}::h7967d0e7ba936017 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:462:9 [INFO] [stdout] 51: 0x56465cb1c81e - core::ops::function::FnOnce::call_once::h0623e5773dd66b04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::create::create_addition_change stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::create::create_addition_change' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6bccb2 - event::app::endpoint::change::tests::create::create_addition_change::{{closure}}::h4e19d56f6f9b659e [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:345:26 [INFO] [stdout] 20: 0x56465ca99639 - as core::future::future::Future>::poll::h977d30e1943d66d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7b029 - as core::future::future::Future>::poll::{{closure}}::hdbfe94094301f1fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c660503 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb56360dba0c5f146 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c614705 - std::thread::local::LocalKey::try_with::h0b4d5ffb0eb5760c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60be6d - std::thread::local::LocalKey::with::h6b7e3d340d10fe07 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c656c5b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h7b6d8d0ff5e0577e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78bb8 - as core::future::future::Future>::poll::ha0a9bef51c64aeae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af7d3 - smol::run::run::{{closure}}::{{closure}}::hc7f7d9aa4dd9a456 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66c2f8 - scoped_tls_hkt::ScopedKey::set::h6b2d1c9da6e26c5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918640 - smol::throttle::setup::hbbe4025a5ec2b5e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a9f10 - smol::run::run::{{closure}}::hfa6f4cfca773c12b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21d99 - core::ops::function::FnOnce::call_once::hd4e93ed01fefc428 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915390 - smol::context::enter::h40fa5905d2e55652 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b0029 - smol::run::run::{{closure}}::{{closure}}::hd989848fd940c69b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66eeb8 - scoped_tls_hkt::ScopedKey::set::hb7d9582cdc8b3eaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c857513 - smol::thread_local::ThreadLocalExecutor::enter::hee958dc5670143ff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a8cba - smol::run::run::{{closure}}::he667d08621d27ba4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ac7c1 - smol::run::run::{{closure}}::{{closure}}::h2d9b69cff37cc786 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27f68 - smol::work_stealing::WORKER::::set::h77ed76c3aca5663d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d3c3 - smol::work_stealing::Worker::enter::h4b36c690096daa2f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a4c2a - smol::run::run::{{closure}}::hc8d0bcedd6e920e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6813ae - smol::run::run::h88800e808b0676c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac03f5 - async_std::task::builder::Builder::blocking::{{closure}}::hcbe3ed933c5f8f5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c6609ca - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hbeacecdcb4dd1859 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63804e - std::thread::local::LocalKey::try_with::hf97241453fae555a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c609c9d - std::thread::local::LocalKey::with::h308596a49352443c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6556a2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h182279c4e95f6843 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabb9f8 - async_std::task::builder::Builder::blocking::hc84564c87b637361 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3e17 - async_std::task::block_on::block_on::hf8d89662627af807 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6bcb81 - event::app::endpoint::change::tests::create::create_addition_change::h0df9b498085bae57 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:344:13 [INFO] [stdout] 50: 0x56465c6bcb3a - event::app::endpoint::change::tests::create::create_addition_change::{{closure}}::hd16d6f14dc5cc0ef [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:343:9 [INFO] [stdout] 51: 0x56465cb20dae - core::ops::function::FnOnce::call_once::hb455d096bc0e4116 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::agent::tests::list_agents stdout ---- [INFO] [stdout] thread 'app::endpoint::agent::tests::list_agents' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c74ab0b - event::app::endpoint::agent::tests::list_agents::{{closure}}::hfdc6cde2c1a125a7 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:279:22 [INFO] [stdout] 20: 0x56465ca92819 - as core::future::future::Future>::poll::h163343d572da37fb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a3a9 - as core::future::future::Future>::poll::{{closure}}::h5d7841540f493eca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65e4e3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h88278725c3ae458b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62feb5 - std::thread::local::LocalKey::try_with::hc78c03de96fef4f5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60ecdd - std::thread::local::LocalKey::with::haee7f6061d28222b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65850b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hf779af845a77bbce [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79578 - as core::future::future::Future>::poll::he0e8655ef261309b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae153 - smol::run::run::{{closure}}::{{closure}}::h8101e7fc19b75315 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66de78 - scoped_tls_hkt::ScopedKey::set::ha091c3df9782ef43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9185a0 - smol::throttle::setup::hba704ec21f65b70b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a3ec0 - smol::run::run::{{closure}}::hc5019c794c144519 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb22759 - core::ops::function::FnOnce::call_once::heb60be53b83466c6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915490 - smol::context::enter::h55423d8e8dc64178 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b0a29 - smol::run::run::{{closure}}::{{closure}}::hf4d86b264a4253ff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66eb88 - scoped_tls_hkt::ScopedKey::set::hb5730e1851c353a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c853b63 - smol::thread_local::ThreadLocalExecutor::enter::h00dee9c99ff37314 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68bd5a - smol::run::run::{{closure}}::h1252fe9fb83fa06f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6af1a1 - smol::run::run::{{closure}}::{{closure}}::hb0d74256eb50c5de [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca261a8 - smol::work_stealing::WORKER::::set::h2266530ea6bc6cd4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2fac3 - smol::work_stealing::Worker::enter::hd7403fe2ed5d32a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69d81a - smol::run::run::{{closure}}::ha12bb892835769d7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67f54c - smol::run::run::h6db75b3888e2a569 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf7f3 - async_std::task::builder::Builder::blocking::{{closure}}::h5686cbd290e131bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65ec7b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h94f5a256310dab92 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c627d2e - std::thread::local::LocalKey::try_with::h948557dd742b2dcb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6091cd - std::thread::local::LocalKey::with::h1b6ae6555f0012cf [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c658210 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hed0c750559a21139 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabedf8 - async_std::task::builder::Builder::blocking::hff9d1c1b3c193dce [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2d96 - async_std::task::block_on::block_on::h973cb8f90a706cc1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c74a9e1 - event::app::endpoint::agent::tests::list_agents::h31586bc74c145b5d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:278:9 [INFO] [stdout] 50: 0x56465c74a99a - event::app::endpoint::agent::tests::list_agents::{{closure}}::hf62f2a7b23e82370 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:277:5 [INFO] [stdout] 51: 0x56465cb1f4ee - core::ops::function::FnOnce::call_once::h7791a26c107bbee0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::delete::delete_change stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::delete::delete_change' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6ecbb2 - event::app::endpoint::change::tests::delete::delete_change::{{closure}}::hed6285787e0c27dc [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:799:26 [INFO] [stdout] 20: 0x56465ca951b9 - as core::future::future::Future>::poll::h490f8fa65cec9e6e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a679 - as core::future::future::Future>::poll::{{closure}}::h77afea617bdebcaf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65ff23 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb01cd681a0646695 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61e6b5 - std::thread::local::LocalKey::try_with::h519bfbeaceaa143b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60ec6d - std::thread::local::LocalKey::with::haecd68d1bba27d00 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c656a9b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h7487cb994ee6bdcc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79938 - as core::future::future::Future>::poll::hfe56147b251ea9b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ac6b3 - smol::run::run::{{closure}}::{{closure}}::h2cbeb12b86ce7945 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66cbc8 - scoped_tls_hkt::ScopedKey::set::h7779ae601ff1f686 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916d40 - smol::throttle::setup::h4096adf038ed01b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6aa580 - smol::run::run::{{closure}}::hfb4d7bfb787cb96a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1e7a9 - core::ops::function::FnOnce::call_once::h503bbb17741eb6cb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915690 - smol::context::enter::h86639c01364296ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b0129 - smol::run::run::{{closure}}::{{closure}}::hde3f1b10c8a82239 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6686d8 - scoped_tls_hkt::ScopedKey::set::h062ee210265fe02e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855d83 - smol::thread_local::ThreadLocalExecutor::enter::h867b424dd943770d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68e2da - smol::run::run::{{closure}}::h24d4624f2176d958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0d61 - smol::run::run::{{closure}}::{{closure}}::hfc4b48f4ed800853 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a8d8 - smol::work_stealing::WORKER::::set::hf9249be33d277729 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2da43 - smol::work_stealing::Worker::enter::h58431ebd412997f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a8fca - smol::run::run::{{closure}}::hf0595e7e90c08910 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c681712 - smol::run::run::h898b5c6a624e082a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0b79 - async_std::task::builder::Builder::blocking::{{closure}}::hfe9a8ae5ef3a7bd1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c659011 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h08628611343b58d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62c154 - std::thread::local::LocalKey::try_with::ha83aad3530f1d73d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60d8e3 - std::thread::local::LocalKey::with::h91ca24a86ef2d5b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657ae6 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hcc3b7923994b249e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabeab8 - async_std::task::builder::Builder::blocking::hfc71e20596ec4b05 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae373c - async_std::task::block_on::block_on::hd0dfa174d05b61c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6eca41 - event::app::endpoint::change::tests::delete::delete_change::h57d568a853272af9 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:798:13 [INFO] [stdout] 50: 0x56465c6ec9fa - event::app::endpoint::change::tests::delete::delete_change::{{closure}}::h646f8e0330bc0b9b [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:797:9 [INFO] [stdout] 51: 0x56465cb1fd3e - core::ops::function::FnOnce::call_once::h8c5c89a444a22068 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::create::create_removal_change stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::create::create_removal_change' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6bf592 - event::app::endpoint::change::tests::create::create_removal_change::{{closure}}::h234450a482984285 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:401:26 [INFO] [stdout] 20: 0x56465ca9fb39 - as core::future::future::Future>::poll::hfb328b8a1021ca7f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a0d9 - as core::future::future::Future>::poll::{{closure}}::h42b73d08436669b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65c7e3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h5f20dfc76ba4ad2e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c614a75 - std::thread::local::LocalKey::try_with::h0ca5fd32b0731570 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60bffd - std::thread::local::LocalKey::with::h700d88cff7d934d2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c655ddb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h458f092a8b921a5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca790f8 - as core::future::future::Future>::poll::hc6e343645ac62308 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6addd3 - smol::run::run::{{closure}}::{{closure}}::h761e769c632bbe8b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c669608 - scoped_tls_hkt::ScopedKey::set::h1b6a417a3588482d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918fa0 - smol::throttle::setup::hf54b15750528b608 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69b400 - smol::run::run::{{closure}}::h8d5b4f0ae3787cfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1db19 - core::ops::function::FnOnce::call_once::h3196554b100fbbad [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9151d0 - smol::context::enter::h2d331b4c8e792253 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b0309 - smol::run::run::{{closure}}::{{closure}}::he1f432dd29ab1ba7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66faf8 - scoped_tls_hkt::ScopedKey::set::hca6b997ba9fce646 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855f23 - smol::thread_local::ThreadLocalExecutor::enter::h8aa09feab120ff87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68da1a - smol::run::run::{{closure}}::h1dd86dca563aca45 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6afbc1 - smol::run::run::{{closure}}::{{closure}}::hd2f6c4ba07571a79 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27908 - smol::work_stealing::WORKER::::set::h6176947abbdb9b1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d8a3 - smol::work_stealing::Worker::enter::h53ad0e6c329bb7e7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a146a - smol::run::run::{{closure}}::hb398a4d81679067c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c682eae - smol::run::run::h99ebe59d35e642db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0615 - async_std::task::builder::Builder::blocking::{{closure}}::hde8ee4241a2baba0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c658b2a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h02ed22dffd02a749 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62e44e - std::thread::local::LocalKey::try_with::hbcfd59a05da10ff4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c611dfd - std::thread::local::LocalKey::with::hf5a3f742a01c0554 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655912 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h2e318770ddf09978 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab00b8 - async_std::task::builder::Builder::blocking::h0d48853746d71b2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae39f7 - async_std::task::block_on::block_on::hd713b31414c6aa08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6bf441 - event::app::endpoint::change::tests::create::create_removal_change::h3c49a6d1615c6c8e [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:400:13 [INFO] [stdout] 50: 0x56465c6bf3fa - event::app::endpoint::change::tests::create::create_removal_change::{{closure}}::h60c53616fb9a21b2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:399:9 [INFO] [stdout] 51: 0x56465cb1eaae - core::ops::function::FnOnce::call_once::h5b4dfb6b4c135951 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::delete::delete_change_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::delete::delete_change_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6f01ac - event::app::endpoint::change::tests::delete::delete_change_not_authorized::{{closure}}::h61ab2e0f0e89c4d4 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:870:26 [INFO] [stdout] 20: 0x56465ca9d849 - as core::future::future::Future>::poll::hd4efddfa669b44f3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79f39 - as core::future::future::Future>::poll::{{closure}}::h36641a2a2cd50c23 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65f8f3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha698af49b8a558f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c613aa5 - std::thread::local::LocalKey::try_with::h06839cf254d17b88 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60e98d - std::thread::local::LocalKey::with::habf36cad64a5f6c9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c655f3b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h4ca89bcc617cbe3b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78d38 - as core::future::future::Future>::poll::ha40fdadd29d1a9d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0733 - smol::run::run::{{closure}}::{{closure}}::hec88f066149c57c4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66df68 - scoped_tls_hkt::ScopedKey::set::ha1fe7adcf96d99ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917740 - smol::throttle::setup::h6b49042d5bf28c2c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68ea20 - smol::run::run::{{closure}}::h288ff7aa0657a714 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20849 - core::ops::function::FnOnce::call_once::ha61d937a09cc670c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c916050 - smol::context::enter::hfd9dcfb7b256d0e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6abe09 - smol::run::run::{{closure}}::{{closure}}::h1b1b1e141fb7909d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66e278 - scoped_tls_hkt::ScopedKey::set::ha8026d0b03acde33 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856673 - smol::thread_local::ThreadLocalExecutor::enter::hb176c87407fce66a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c693afa - smol::run::run::{{closure}}::h4e6d767c28825ca8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6af041 - smol::run::run::{{closure}}::{{closure}}::hafa25a9f0b1dd30a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca28d38 - smol::work_stealing::WORKER::::set::ha09f3feebdc03628 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2db13 - smol::work_stealing::Worker::enter::h59663037cff9945c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69040a - smol::run::run::{{closure}}::h3231f02aff5acc58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6827f2 - smol::run::run::h95e038325368f584 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf749 - async_std::task::builder::Builder::blocking::{{closure}}::h4e3f8381510225bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65dc71 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h7ac2a3fc688790ce [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62db14 - std::thread::local::LocalKey::try_with::hb7434bda717d24a6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60b583 - std::thread::local::LocalKey::with::h5d0179745eb1e438 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656266 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h5b4fde434ff951b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab9ff8 - async_std::task::builder::Builder::blocking::h9908867fdc796b4b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2efc - async_std::task::block_on::block_on::ha24d329cd764efb0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6f0041 - event::app::endpoint::change::tests::delete::delete_change_not_authorized::h6b4bcb8cc33884d9 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:869:13 [INFO] [stdout] 50: 0x56465c6efffa - event::app::endpoint::change::tests::delete::delete_change_not_authorized::{{closure}}::h56b9b46a2630378e [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:868:9 [INFO] [stdout] 51: 0x56465cb2092e - core::ops::function::FnOnce::call_once::ha97fcf411a3d120b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::list::list_editions stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::list::list_editions' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7f40d1 - event::app::endpoint::edition::tests::list::list_editions::{{closure}}::hf2f4705670796ecf [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:510:26 [INFO] [stdout] 20: 0x56465ca99369 - as core::future::future::Future>::poll::h9583bb596d22d9d5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79bc9 - as core::future::future::Future>::poll::{{closure}}::h16b96df841a31ddc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c6594e3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h1946ff9eb0da2245 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62b355 - std::thread::local::LocalKey::try_with::ha22858eb37c1373f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c609ded - std::thread::local::LocalKey::with::h314c35249dd45eac [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65557b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h154910ad5806e3d3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77ef8 - as core::future::future::Future>::poll::h1b2f11e85d7a0933 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0513 - smol::run::run::{{closure}}::{{closure}}::he77fa461748b9b59 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66fde8 - scoped_tls_hkt::ScopedKey::set::hcf0d02537bbc14ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918c80 - smol::throttle::setup::hea268209984805e2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68b5d0 - smol::run::run::{{closure}}::h0e9c5656bce2f740 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20239 - core::ops::function::FnOnce::call_once::h97afc1228842bff8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915090 - smol::context::enter::h240a181f19b829c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae809 - smol::run::run::{{closure}}::{{closure}}::h9a4ca4b3d66e3187 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c668be8 - scoped_tls_hkt::ScopedKey::set::h0d8a7f0ce464ca84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8552f3 - smol::thread_local::ThreadLocalExecutor::enter::h5eddf561f9aab657 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68c5aa - smol::run::run::{{closure}}::h16fd04c6e0c9b4de [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6afd21 - smol::run::run::{{closure}}::{{closure}}::hd51352cc6002c810 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca29288 - smol::work_stealing::WORKER::::set::hc027aecc935e8aab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d153 - smol::work_stealing::Worker::enter::h42813bd5a6e1c81b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68c55a - smol::run::run::{{closure}}::h16ca7d5712d15726 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67ff6c - smol::run::run::h7984249f3ca61db4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0013 - async_std::task::builder::Builder::blocking::{{closure}}::ha1bc2ea5e0c2f015 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c660e4b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hc5ef517985539016 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c627a3e - std::thread::local::LocalKey::try_with::h934ff3edd13609c9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60d35d - std::thread::local::LocalKey::with::h889d0ae43047d347 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656c10 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h7ae04f177e0008aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab27b8 - async_std::task::builder::Builder::blocking::h2df1f171de528428 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1e76 - async_std::task::block_on::block_on::h49dfebe4d02b6fb3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7f3fa1 - event::app::endpoint::edition::tests::list::list_editions::h4191509141b5da98 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:509:13 [INFO] [stdout] 50: 0x56465c7f3f5a - event::app::endpoint::edition::tests::list::list_editions::{{closure}}::hb87af7afbbb2ff3f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:508:9 [INFO] [stdout] 51: 0x56465cb1d32e - core::ops::function::FnOnce::call_once::h1eeb4ff9a28f05d1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::delete::delete_change_with_wrong_uuid stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::delete::delete_change_with_wrong_uuid' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6f33b2 - event::app::endpoint::change::tests::delete::delete_change_with_wrong_uuid::{{closure}}::h747633c75ed41af2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:934:26 [INFO] [stdout] 20: 0x56465ca98669 - as core::future::future::Future>::poll::h8380c7bf9f0c73a2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79da9 - as core::future::future::Future>::poll::{{closure}}::h2945fb995c7512fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c663363 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hfbdd38c063805eca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c621bd5 - std::thread::local::LocalKey::try_with::h664598f8f4684f40 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c607f9d - std::thread::local::LocalKey::with::h044d584408b6428b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6562fb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h5e61025ebe23fb4b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77fb8 - as core::future::future::Future>::poll::h1ebb5e8df3d2f53b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aed73 - smol::run::run::{{closure}}::{{closure}}::ha804022c09d16f60 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66c3e8 - scoped_tls_hkt::ScopedKey::set::h6b5346fecbe23457 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917100 - smol::throttle::setup::h4cc13646587f251e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6966c0 - smol::run::run::{{closure}}::h64a530919b0f8e89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20c29 - core::ops::function::FnOnce::call_once::hb05f3f7e1f7e3566 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9157d0 - smol::context::enter::h9d3b67ef37a4235e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b0ce9 - smol::run::run::{{closure}}::{{closure}}::hfbfc4548caf784ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66a0f8 - scoped_tls_hkt::ScopedKey::set::h308fc8cd4c39a5aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855563 - smol::thread_local::ThreadLocalExecutor::enter::h64d0baecc198eab2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68e23a - smol::run::run::{{closure}}::h23ca89a3823b5cf1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6accc1 - smol::run::run::{{closure}}::{{closure}}::h3aad2307ccc3d944 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27088 - smol::work_stealing::WORKER::::set::h5273955fa5d7bc17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2fc63 - smol::work_stealing::Worker::enter::hdf64efec6d78ba84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c698f7a - smol::run::run::{{closure}}::h783586f7e6755fc6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c683212 - smol::run::run::h9e9c6aa95913e85c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac06d9 - async_std::task::builder::Builder::blocking::{{closure}}::he0db6aac74120a63 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65e2e1 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h816d36885c2af2cb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c625e74 - std::thread::local::LocalKey::try_with::h887695682ea5e784 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6101a3 - std::thread::local::LocalKey::with::hccbff8b93e0568bf [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657b46 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hcc74905774d65932 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab5bb8 - async_std::task::builder::Builder::blocking::h5759c47fdae27515 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3d6c - async_std::task::block_on::block_on::hf867af8862a95fe9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6f3241 - event::app::endpoint::change::tests::delete::delete_change_with_wrong_uuid::hbeca51a706aac6d6 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:933:13 [INFO] [stdout] 50: 0x56465c6f31fa - event::app::endpoint::change::tests::delete::delete_change_with_wrong_uuid::{{closure}}::h5c541207009b5811 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:932:9 [INFO] [stdout] 51: 0x56465cb1fb6e - core::ops::function::FnOnce::call_once::h887c4c7c6d9495b3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::agent::tests::ban_agent stdout ---- [INFO] [stdout] thread 'app::endpoint::agent::tests::ban_agent' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c75107f - event::app::endpoint::agent::tests::ban_agent::{{closure}}::hb1a884708fb916c7 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:426:22 [INFO] [stdout] 20: 0x56465ca92d09 - as core::future::future::Future>::poll::h1a382b501d42f95d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79ad9 - as core::future::future::Future>::poll::{{closure}}::h1240e788ac2b860a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65da43 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h735e48ef22a092e5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6314d5 - std::thread::local::LocalKey::try_with::hcec8f0c474eed0b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60873d - std::thread::local::LocalKey::with::h0d615ad8bc3328ff [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65526b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h018cd2638b9ba69b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca795d8 - as core::future::future::Future>::poll::he8bbb8f97d8467d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6add73 - smol::run::run::{{closure}}::{{closure}}::h74fc3fd2e64165f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66d3c8 - scoped_tls_hkt::ScopedKey::set::h87a150f7f8fd329e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916e80 - smol::throttle::setup::h45fcc2816f905dbe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69d1d0 - smol::run::run::{{closure}}::h9bc6ec75c60324b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1fbd9 - core::ops::function::FnOnce::call_once::h8a16063a2ead5b35 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915e10 - smol::context::enter::he8ce453a2eb2c4c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae389 - smol::run::run::{{closure}}::{{closure}}::h87b4cc67b29e9a32 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66d2d8 - scoped_tls_hkt::ScopedKey::set::h8654dab1bff96179 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c857853 - smol::thread_local::ThreadLocalExecutor::enter::hf7f40d94d8183c7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69c25a - smol::run::run::{{closure}}::h984be87a0c70213f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6acfe1 - smol::run::run::{{closure}}::{{closure}}::h46325c0c58307de8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca25e78 - smol::work_stealing::WORKER::::set::h1bd379df47878d08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f9f3 - smol::work_stealing::Worker::enter::hd5e3ec853a2b17a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68f66a - smol::run::run::{{closure}}::h294a26b24b4364c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c687234 - smol::run::run::hcfaf83671426755e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf17b - async_std::task::builder::Builder::blocking::{{closure}}::h183107cd952e609d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c659860 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h1ba06df7b3521b54 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c627bb4 - std::thread::local::LocalKey::try_with::h936434aa3b84db31 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60db03 - std::thread::local::LocalKey::with::h957caf77ce2b6a3d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656ec8 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h8e482bb6d030f5f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab78f8 - async_std::task::builder::Builder::blocking::h731dd42c2da24c85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae137d - async_std::task::block_on::block_on::h21876010c851728f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c750e71 - event::app::endpoint::agent::tests::ban_agent::he40e44166426aefd [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:425:9 [INFO] [stdout] 50: 0x56465c750e2a - event::app::endpoint::agent::tests::ban_agent::{{closure}}::h75596cf6107914bc [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:424:5 [INFO] [stdout] 51: 0x56465cb1eb9e - core::ops::function::FnOnce::call_once::h5c90a98902a1841d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_event stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_event' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6f6aea - event::app::endpoint::event::tests::create_event::{{closure}}::hb6ca3e240b9ddc7c [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:409:22 [INFO] [stdout] 20: 0x56465ca9b4b9 - as core::future::future::Future>::poll::hb6554be60914486f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7adf9 - as core::future::future::Future>::poll::{{closure}}::hb7f7d4c7dc8b4770 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65f383 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha058ab8f6e757a62 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6130e5 - std::thread::local::LocalKey::try_with::h042fb6484c3dfe30 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c6092ad - std::thread::local::LocalKey::with::h1d15b3b907997d8c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65866b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hfc26bd0db1b639be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78f18 - as core::future::future::Future>::poll::hb49f6b2396f61401 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0af3 - smol::run::run::{{closure}}::{{closure}}::hf6b75525403d6a63 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66b228 - scoped_tls_hkt::ScopedKey::set::h553f024dc262d6c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9186e0 - smol::throttle::setup::hbd9b705912386a1e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a8070 - smol::run::run::{{closure}}::he6346d54f609c6a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb22229 - core::ops::function::FnOnce::call_once::he2a6aee213b6ac4d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915fd0 - smol::context::enter::hfa69709d1d6b3f7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac949 - smol::run::run::{{closure}}::{{closure}}::h320fca90b263d01d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c669518 - scoped_tls_hkt::ScopedKey::set::h1aeae5c3dd1cdbc0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8572a3 - smol::thread_local::ThreadLocalExecutor::enter::he3a86fc8b03a349e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68bdba - smol::run::run::{{closure}}::h14c0dea36b62f30d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b02c1 - smol::run::run::{{closure}}::{{closure}}::he19fd7f39268a33f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca26098 - smol::work_stealing::WORKER::::set::h1fa9f3a72f0029b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d563 - smol::work_stealing::Worker::enter::h5059197bd88764a8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68b50a - smol::run::run::{{closure}}::h0d2855836606b01c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68758c - smol::run::run::hd181bfcd4e95986a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0373 - async_std::task::builder::Builder::blocking::{{closure}}::hc79efdf1e4dea3a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65d6fb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h701b15947591166a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63491e - std::thread::local::LocalKey::try_with::he39582ec7f49019b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c611e8d - std::thread::local::LocalKey::with::hf5f620365ec48948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657560 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hb02bde3da2b0a629 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab8938 - async_std::task::builder::Builder::blocking::h78b8bd2247cfe123 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae0ea6 - async_std::task::block_on::block_on::h0e8902a5f9e7da30 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6f69b1 - event::app::endpoint::event::tests::create_event::h93b325b014801e5d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:408:9 [INFO] [stdout] 50: 0x56465c6f696a - event::app::endpoint::event::tests::create_event::{{closure}}::h18bd7291b1ff0c50 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:407:5 [INFO] [stdout] 51: 0x56465cb1dc6e - core::ops::function::FnOnce::call_once::h3559fc3d0f5c44b5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::list::list_changes_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::list::list_changes_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c9b74f4 - event::app::endpoint::change::tests::list::list_changes_not_authorized::{{closure}}::h9ed1a840450dfb46 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:718:26 [INFO] [stdout] 20: 0x56465ca9cc79 - as core::future::future::Future>::poll::hc5b21bd9006f53c2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca799e9 - as core::future::future::Future>::poll::{{closure}}::h0963dd8712848560 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c6605f3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb5a2e6c8c0c5993d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62df05 - std::thread::local::LocalKey::try_with::hb968649a90bb7533 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c608c2d - std::thread::local::LocalKey::with::h13b5d11adc96b9ca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6560ab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h531bee17d9bcab00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77d78 - as core::future::future::Future>::poll::h0dfb1bb4011cecea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aba73 - smol::run::run::{{closure}}::{{closure}}::h065e6c6d4126c38e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66e058 - scoped_tls_hkt::ScopedKey::set::ha29ee7854bdb37d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918f00 - smol::throttle::setup::hf4ca7f6970ee0c99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69a5f0 - smol::run::run::{{closure}}::h88ed54f9352d5395 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1fc79 - core::ops::function::FnOnce::call_once::h8b555a499e902b6b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915c50 - smol::context::enter::hd1d1f46eeb6df73b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6abd49 - smol::run::run::{{closure}}::{{closure}}::h11faad196d11d0dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66bf18 - scoped_tls_hkt::ScopedKey::set::h68cce018a85b3e74 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856e93 - smol::thread_local::ThreadLocalExecutor::enter::hca2bc9160e5217dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69bb0a - smol::run::run::{{closure}}::h927f2194f37dab26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6abfe1 - smol::run::run::{{closure}}::{{closure}}::h204cd310282a0052 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca272a8 - smol::work_stealing::WORKER::::set::h599a1a1fd59ad703 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2c5f3 - smol::work_stealing::Worker::enter::h0782eade74635c68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69446a - smol::run::run::{{closure}}::h59b175b02b92544d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68464e - smol::run::run::hac8b8edbea57d3f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf005 - async_std::task::builder::Builder::blocking::{{closure}}::h0fabd3f6f33c2590 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65c43a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h5cb5df88ef374145 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62836e - std::thread::local::LocalKey::try_with::h951f21ebbfc456ab [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c608fed - std::thread::local::LocalKey::with::h17ec8699fe810abd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656b62 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h7950b2fbe31ecae5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab5538 - async_std::task::builder::Builder::blocking::h566422f9b9d376e7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1f27 - async_std::task::block_on::block_on::h5343339e085d36a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c9b7391 - event::app::endpoint::change::tests::list::list_changes_not_authorized::h5d9b8d726539f069 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:717:13 [INFO] [stdout] 50: 0x56465c9b734a - event::app::endpoint::change::tests::list::list_changes_not_authorized::{{closure}}::h98f90f217691788d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:716:9 [INFO] [stdout] 51: 0x56465cb1ca1e - core::ops::function::FnOnce::call_once::h0a8e9bf3b61d42dc [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::list::list_changes_missing_edition stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::list::list_changes_missing_edition' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c9b9dad - event::app::endpoint::change::tests::list::list_changes_missing_edition::{{closure}}::h8ca9de35b2e3b592 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:772:52 [INFO] [stdout] 20: 0x56465ca9ff39 - as core::future::future::Future>::poll::hff5b42339ceb6fc9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79c19 - as core::future::future::Future>::poll::{{closure}}::h1947469d6e72a6d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c659123 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h08af4f1a9cf34b68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c633425 - std::thread::local::LocalKey::try_with::hd9eae847f365c30f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60dbdd - std::thread::local::LocalKey::with::h95cbb84994efe0c1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657c3b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hcf21caef12d2d191 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78f78 - as core::future::future::Future>::poll::hb80b6bcdf1550538 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ac8f3 - smol::run::run::{{closure}}::{{closure}}::h31d541284e85f336 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6711e8 - scoped_tls_hkt::ScopedKey::set::hf64dc99c5e62b450 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9179c0 - smol::throttle::setup::h7372183a2d4ef045 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a22c0 - smol::run::run::{{closure}}::hbc0b7af5e36bf026 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1ca49 - core::ops::function::FnOnce::call_once::h0ad6c24a05cda979 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914e90 - smol::context::enter::h11356ed072add391 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6af5e9 - smol::run::run::{{closure}}::{{closure}}::hc4a3472b4a18d685 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66a718 - scoped_tls_hkt::ScopedKey::set::h3a9df05ced3a16e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855703 - smol::thread_local::ThreadLocalExecutor::enter::h730ba7fe05ec1bc1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6912ca - smol::run::run::{{closure}}::h39e1b80b1c8495c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad5e1 - smol::run::run::{{closure}}::{{closure}}::h5b1b60feb08a163d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27e58 - smol::work_stealing::WORKER::::set::h6f74551eaaa26bb9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f923 - smol::work_stealing::Worker::enter::hd007ea70a032fcef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c693cba - smol::run::run::{{closure}}::h56b45f0b819180f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67a44e - smol::run::run::h072c6d9735ec6b3b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0815 - async_std::task::builder::Builder::blocking::{{closure}}::he74be814ed9501a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c661a4a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hd7c769599e2a0e85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61612e - std::thread::local::LocalKey::try_with::h14cac323e3fa9402 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60841d - std::thread::local::LocalKey::with::h0a35ef818dc33779 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657402 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::ha717a8460505c33b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab10f8 - async_std::task::builder::Builder::blocking::h194e40f0fdfc2981 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2ad7 - async_std::task::block_on::block_on::h874ec9e685d0221f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c9b9c6b - event::app::endpoint::change::tests::list::list_changes_missing_edition::h5f457ea703815d11 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:770:13 [INFO] [stdout] 50: 0x56465c9b9c2a - event::app::endpoint::change::tests::list::list_changes_missing_edition::{{closure}}::hf714d3911337069a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:769:9 [INFO] [stdout] 51: 0x56465cb21ace - core::ops::function::FnOnce::call_once::hcf78d0df3514cfc7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::create::create_edition stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::create::create_edition' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c8f1262 - event::app::endpoint::edition::tests::create::create_edition::{{closure}}::h69d8cef9b8c8a47d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:431:26 [INFO] [stdout] 20: 0x56465ca92939 - as core::future::future::Future>::poll::h16d930a3238b7e6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a219 - as core::future::future::Future>::poll::{{closure}}::h46748123470570fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65e1a3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h7d807740925d232b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62aa55 - std::thread::local::LocalKey::try_with::h9e0f3448b74f4ae9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c6111cd - std::thread::local::LocalKey::with::he665ac0e238d41f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65530b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h06dad2fef7c2c492 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78cd8 - as core::future::future::Future>::poll::ha3a43e0e5b9ba03a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ad173 - smol::run::run::{{closure}}::{{closure}}::h492b338fe0c5c242 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66fed8 - scoped_tls_hkt::ScopedKey::set::hd7d9b2b61a9d1d61 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917c40 - smol::throttle::setup::h82a52ecdec60889d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a0710 - smol::run::run::{{closure}}::had03e2f822d0a148 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb22399 - core::ops::function::FnOnce::call_once::he5143c97b8bb0e14 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915010 - smol::context::enter::h1b762726c6942420 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6afa89 - smol::run::run::{{closure}}::{{closure}}::hcffff8d13976ac81 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66b718 - scoped_tls_hkt::ScopedKey::set::h5882d6df2d0200f0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8557d3 - smol::thread_local::ThreadLocalExecutor::enter::h77ef0b8d11fc1984 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69ec2a - smol::run::run::{{closure}}::ha4e9136fb06288f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad421 - smol::run::run::{{closure}}::{{closure}}::h5265c7cebde950b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca276e8 - smol::work_stealing::WORKER::::set::h5e5b53ac1381af50 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2fd33 - smol::work_stealing::Worker::enter::he2354b79bcc806dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68bd0a - smol::run::run::{{closure}}::h11eb9027251c9be1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67a7ac - smol::run::run::h0a11d19043945e64 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfa13 - async_std::task::builder::Builder::blocking::{{closure}}::h64047f6d25761a41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66029b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb4e701a5d9f2273e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61bc2e - std::thread::local::LocalKey::try_with::h3a0a838fc65b1e88 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c610a6d - std::thread::local::LocalKey::with::hd83afd57332141e6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656060 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h5308ada99bf8aaa4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabbd38 - async_std::task::builder::Builder::blocking::hcb024e7078b214a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2a26 - async_std::task::block_on::block_on::h841c8c1a240350cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c8f1141 - event::app::endpoint::edition::tests::create::create_edition::hffac99bb223f2421 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:430:13 [INFO] [stdout] 50: 0x56465c8f10fa - event::app::endpoint::edition::tests::create::create_edition::{{closure}}::heddf6c2c59aa9b0c [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:429:9 [INFO] [stdout] 51: 0x56465cb1de7e - core::ops::function::FnOnce::call_once::h38d5bb57b63442e3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::change::tests::list::list_changes stdout ---- [INFO] [stdout] thread 'app::endpoint::change::tests::list::list_changes' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c9b43a1 - event::app::endpoint::change::tests::list::list_changes::{{closure}}::h159688a4d4dfda34 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:654:26 [INFO] [stdout] 20: 0x56465ca94a69 - as core::future::future::Future>::poll::h440c67ad35115048 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7ab29 - as core::future::future::Future>::poll::{{closure}}::h9cdafa89f67359d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65a753 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h2fb0cab0db4a4dbb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61f3b5 - std::thread::local::LocalKey::try_with::h586b2ffdf094a41a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c610ded - std::thread::local::LocalKey::with::hdc9ffb64131e1fc5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65870b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hffc82f3cce4c863f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78df8 - as core::future::future::Future>::poll::had9910d77d078d3b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af093 - smol::run::run::{{closure}}::{{closure}}::hb03b3c0f4826ccbd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c671808 - scoped_tls_hkt::ScopedKey::set::hfb626a3640050a3e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918dc0 - smol::throttle::setup::hf179151514210aa1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c694b90 - smol::run::run::{{closure}}::h5a1cf277f2773978 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1ece9 - core::ops::function::FnOnce::call_once::h626d0c74d7492438 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915d10 - smol::context::enter::hdce78d42cc1b1d26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6aeec9 - smol::run::run::{{closure}}::{{closure}}::hacb8e724cfea3772 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66a408 - scoped_tls_hkt::ScopedKey::set::h32603829d0092a9a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856cf3 - smol::thread_local::ThreadLocalExecutor::enter::hc57fc41753e61b4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a8f6a - smol::run::run::{{closure}}::heedf2201bf83577b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad321 - smol::run::run::{{closure}}::{{closure}}::h5051f9fdec573d32 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca28c28 - smol::work_stealing::WORKER::::set::h9f5496815781ebab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e8e3 - smol::work_stealing::Worker::enter::h8f0e2d1e4e03540d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68ad6a - smol::run::run::{{closure}}::h076068c70da6282a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67e46e - smol::run::run::h509522d8ea483e5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfcb5 - async_std::task::builder::Builder::blocking::{{closure}}::h813c1351c3ab144b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c6625ba - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::he9d107ed95c32d87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62766e - std::thread::local::LocalKey::try_with::h92ff3556196461ca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6094cd - std::thread::local::LocalKey::with::h22aa6f625ffee04c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6551d2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h003bf9f9da01672b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabd3f8 - async_std::task::builder::Builder::blocking::hddb49bfc2125aca8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1007 - async_std::task::block_on::block_on::h11ba2b9815501b68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c9b41a1 - event::app::endpoint::change::tests::list::list_changes::h8dba113c60dd2cbc [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:653:13 [INFO] [stdout] 50: 0x56465c9b415a - event::app::endpoint::change::tests::list::list_changes::{{closure}}::h61c5dbc3f5d94d78 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/change.rs:652:9 [INFO] [stdout] 51: 0x56465cb1d10e - core::ops::function::FnOnce::call_once::h186a2e1d094468be [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::create::create_edition_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::create::create_edition_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c8f28cc - event::app::endpoint::edition::tests::create::create_edition_not_authorized::{{closure}}::ha03adbcb0f005c55 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:463:26 [INFO] [stdout] 20: 0x56465ca9ef69 - as core::future::future::Future>::poll::hec7a94208065ec4b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79e99 - as core::future::future::Future>::poll::{{closure}}::h2cb30baf97455054 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c658ed3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h055c7fdfaca106a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62a475 - std::thread::local::LocalKey::try_with::h9d298fe7662d6134 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60ab0d - std::thread::local::LocalKey::with::h49ee58010f2a4915 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65699b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h729be55afbe4b588 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78d98 - as core::future::future::Future>::poll::haa7d980c043e1383 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ac033 - smol::run::run::{{closure}}::{{closure}}::h21b33488b9ced907 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c668fe8 - scoped_tls_hkt::ScopedKey::set::h124c926db3012c3f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917a60 - smol::throttle::setup::h756a4727ef5cd19e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a3070 - smol::run::run::{{closure}}::hc185f7fc0a2285ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20b89 - core::ops::function::FnOnce::call_once::had35e2da883ac0f8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915990 - smol::context::enter::hb0125ff16895351a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6af509 - smol::run::run::{{closure}}::{{closure}}::hba6f7ef8034cd25c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66c208 - scoped_tls_hkt::ScopedKey::set::h6aba2cf9dd697267 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854863 - smol::thread_local::ThreadLocalExecutor::enter::h49a921fed6972305 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68b49a - smol::run::run::{{closure}}::h0b6aca94e41e6865 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6abdc1 - smol::run::run::{{closure}}::{{closure}}::h1476abdd2bf12c66 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a498 - smol::work_stealing::WORKER::::set::hf504f147ab3b3dec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f1d3 - smol::work_stealing::Worker::enter::hb4aa5c862fed4b20 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c693c0a - smol::run::run::{{closure}}::h504a26974daa40f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68830c - smol::run::run::heb2efdf1d8d8597b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac08b3 - async_std::task::builder::Builder::blocking::{{closure}}::hedd88f4302d8a919 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65afdb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h39e36d9d11b0b8da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c6386fe - std::thread::local::LocalKey::try_with::hfc437a94e7ff32b2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60fb9d - std::thread::local::LocalKey::with::hc4aff0ac20a7f76f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656000 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h5145f6dc78b0ec41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465caba678 - async_std::task::builder::Builder::blocking::h9e5e10f02f050a85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3ec6 - async_std::task::block_on::block_on::hfbba29db1f8a8861 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c8f27b1 - event::app::endpoint::edition::tests::create::create_edition_not_authorized::h5f7c0aad9d301e29 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:462:13 [INFO] [stdout] 50: 0x56465c8f276a - event::app::endpoint::edition::tests::create::create_edition_not_authorized::{{closure}}::h1bb9823bf3f013f3 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:461:9 [INFO] [stdout] 51: 0x56465cb1f16e - core::ops::function::FnOnce::call_once::h71240ab5c0e72f7f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::agent::tests::list_agents_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::agent::tests::list_agents_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7502bd - event::app::endpoint::agent::tests::list_agents_missing_room::{{closure}}::he51c8c464b057473 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:406:48 [INFO] [stdout] 20: 0x56465ca9ffc9 - as core::future::future::Future>::poll::hffa6d4ea8db9475b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79fd9 - as core::future::future::Future>::poll::{{closure}}::h4085aec9bd387953 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c661df3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hdcb0276f36dc1070 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c627005 - std::thread::local::LocalKey::try_with::h8d7f3c44d776b7c3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c61095d - std::thread::local::LocalKey::with::hd74e8ea05d52ac6f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65739b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::ha676f843514c4a09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79458 - as core::future::future::Future>::poll::hdcbb69b08bbe1a83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af2b3 - smol::run::run::{{closure}}::{{closure}}::hb359172be8513df5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66dd88 - scoped_tls_hkt::ScopedKey::set::h9d2b3f7b8cebf0b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918780 - smol::throttle::setup::hc061cc50bff4da28 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a9090 - smol::run::run::{{closure}}::hf05c27e0fcca31b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1e359 - core::ops::function::FnOnce::call_once::h42e2e792bc373bb9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915dd0 - smol::context::enter::he58d2a769c8a2db2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6abf69 - smol::run::run::{{closure}}::{{closure}}::h1d29cdd9287e49c0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66ab58 - scoped_tls_hkt::ScopedKey::set::h48afac3597f359f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854933 - smol::thread_local::ThreadLocalExecutor::enter::h4acf479fb6de300f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a547a - smol::run::run::{{closure}}::hccce96b970e8039b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6afca1 - smol::run::run::{{closure}}::{{closure}}::hd4c6177f7a1443e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27c38 - smol::work_stealing::WORKER::::set::h659a7beeddc43931 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e403 - smol::work_stealing::Worker::enter::h7bc4b9125a846c76 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a2f5a - smol::run::run::{{closure}}::hbf10cdb728225507 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c684d0e - smol::run::run::hae561c0b69ab980d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0a75 - async_std::task::builder::Builder::blocking::{{closure}}::hf811f60597774cbc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66216a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::he5112bcc3d70c098 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63703e - std::thread::local::LocalKey::try_with::hf1cdd022561a7de8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c610d6d - std::thread::local::LocalKey::with::hdb52ea96d8a866d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657bf2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hce6d0d9351be4368 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab2e38 - async_std::task::builder::Builder::blocking::h31a9ba8bfaf8fee1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1427 - async_std::task::block_on::block_on::h21a6033105fb3225 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c75017b - event::app::endpoint::agent::tests::list_agents_missing_room::hb55139d017228cb8 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:404:9 [INFO] [stdout] 50: 0x56465c75013a - event::app::endpoint::agent::tests::list_agents_missing_room::{{closure}}::h5fbea1b51b09f83d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/agent.rs:403:5 [INFO] [stdout] 51: 0x56465cb2138e - core::ops::function::FnOnce::call_once::hc0e8ce6097a200dc [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_event_closed_room stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_event_closed_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c709e8a - event::app::endpoint::event::tests::create_event_closed_room::{{closure}}::hdd97f2d0622d6043 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:799:22 [INFO] [stdout] 20: 0x56465ca95099 - as core::future::future::Future>::poll::h483d9372a78d5e53 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7b079 - as core::future::future::Future>::poll::{{closure}}::hdd233154140da846 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65ac63 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h353b78309c2e63b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c617235 - std::thread::local::LocalKey::try_with::h1c571d7527adba7e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60f65d - std::thread::local::LocalKey::with::hbb3f3edb8b9f9a19 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65535b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h06e771f7105d7156 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca782b8 - as core::future::future::Future>::poll::h37d35ddaf86b0d26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ad7d3 - smol::run::run::{{closure}}::{{closure}}::h65260debe1a3db9f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66d0b8 - scoped_tls_hkt::ScopedKey::set::h7d07e93230809471 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9181e0 - smol::throttle::setup::ha14ada16ab059aa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68bed0 - smol::run::run::{{closure}}::h15801a12812828d3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1ca79 - core::ops::function::FnOnce::call_once::h0c3ecd700b93cd16 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914f90 - smol::context::enter::h173c6221d1be394d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6aee29 - smol::run::run::{{closure}}::{{closure}}::ha9cf3efa98e45854 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66f9e8 - scoped_tls_hkt::ScopedKey::set::hc87a44975d13edd8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856a83 - smol::thread_local::ThreadLocalExecutor::enter::hc1c305740e0f273c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a2faa - smol::run::run::{{closure}}::hbf17df7d7fadee20 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b01a1 - smol::run::run::{{closure}}::{{closure}}::hdf4292a46a1e4533 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a388 - smol::work_stealing::WORKER::::set::hef179e155d5e96a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2c933 - smol::work_stealing::Worker::enter::h1403bae499ac8958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a9e3a - smol::run::run::{{closure}}::hfa04a021a97d877e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c685dec - smol::run::run::hc65424b79bcb2a3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf4e3 - async_std::task::builder::Builder::blocking::{{closure}}::h323da1ac5768ca87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c660b1b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hbee84d46cdbb4a3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63317e - std::thread::local::LocalKey::try_with::hd957142c81d0233e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60ce9d - std::thread::local::LocalKey::with::h8082a5e8c78810b1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656e60 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h8cbc1696b94f6d58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabcd78 - async_std::task::builder::Builder::blocking::hd31c5da59316fdf4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae33c6 - async_std::task::block_on::block_on::hb57b83516f03da69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c709d61 - event::app::endpoint::event::tests::create_event_closed_room::hc737fa1b8c6eb5a1 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:798:9 [INFO] [stdout] 50: 0x56465c709d1a - event::app::endpoint::event::tests::create_event_closed_room::{{closure}}::h8d4f80ed5478eba3 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:797:5 [INFO] [stdout] 51: 0x56465cb210ae - core::ops::function::FnOnce::call_once::hba5f28307c84cc1d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::list_events stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::list_events' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c70cdc2 - event::app::endpoint::event::tests::list_events::{{closure}}::h3bc04c862523d7bd [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:880:22 [INFO] [stdout] 20: 0x56465ca9e429 - as core::future::future::Future>::poll::he2b4a127b4924297 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79f89 - as core::future::future::Future>::poll::{{closure}}::h3a2123742d3ede9a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c662273 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::he748762c25693f4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c619ea5 - std::thread::local::LocalKey::try_with::h30504b3c0622902f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60defd - std::thread::local::LocalKey::with::h9b96e117d414e9fc [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657b8b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hcddd7c6d8af9697a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78198 - as core::future::future::Future>::poll::h2efe3227c0832ee9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aeab3 - smol::run::run::{{closure}}::{{closure}}::ha38727c034253ee0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6710f8 - scoped_tls_hkt::ScopedKey::set::hf4969b5dde9218ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917240 - smol::throttle::setup::h526d67d820507253 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68fdf0 - smol::run::run::{{closure}}::h2c6610d2b0ec3cad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1d829 - core::ops::function::FnOnce::call_once::h28d40a41844f9ac0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915650 - smol::context::enter::h81205d4872f83fc5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6acda9 - smol::run::run::{{closure}}::{{closure}}::h4009e2f811590b60 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c668cf8 - scoped_tls_hkt::ScopedKey::set::h0dd87cefae40e14b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854d43 - smol::thread_local::ThreadLocalExecutor::enter::h51bfdcc0d42733cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69b2ea - smol::run::run::{{closure}}::h8b2e81716e3e95d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b00a1 - smol::run::run::{{closure}}::{{closure}}::hdc620084fa919d12 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca29398 - smol::work_stealing::WORKER::::set::hc3b4c8b76073a1df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d973 - smol::work_stealing::Worker::enter::h57d4a3c228750b26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68acca - smol::run::run::{{closure}}::h0634f368b70cdb4f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6796d4 - smol::run::run::h00dc6b6a5f9b1915 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabeee5 - async_std::task::builder::Builder::blocking::{{closure}}::h02f90ce09fc4ba27 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65b3ca - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h3ee142648ea1905f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62b21e - std::thread::local::LocalKey::try_with::ha1da7e0078c78c31 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60eb8d - std::thread::local::LocalKey::with::hae9e5150eb5f2809 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655d92 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h4302b4968b2c9e9f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab0a78 - async_std::task::builder::Builder::blocking::h17e8b536e3b9a0bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3aa7 - async_std::task::block_on::block_on::hd737c714e2718eb4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c70cc71 - event::app::endpoint::event::tests::list_events::h1179fd45d9fa80a8 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:879:9 [INFO] [stdout] 50: 0x56465c70cc2a - event::app::endpoint::event::tests::list_events::{{closure}}::hd3da615f6b18c3e3 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:878:5 [INFO] [stdout] 51: 0x56465cb1da4e - core::ops::function::FnOnce::call_once::h2ef70a8c23c88d5f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::list::list_editions_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::list::list_editions_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7f60fb - event::app::endpoint::edition::tests::list::list_editions_not_authorized::{{closure}}::hdb53daf4e92d76a7 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:551:26 [INFO] [stdout] 20: 0x56465ca976d9 - as core::future::future::Future>::poll::h755e7a14ac044e4b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7b0c9 - as core::future::future::Future>::poll::{{closure}}::hdea7f218c916b016 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65f293 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h9fdcefde72942768 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6298b5 - std::thread::local::LocalKey::try_with::h99b475530e37ce4f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60a1ad - std::thread::local::LocalKey::with::h3a13ac722a64819a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657fab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::he4076f499eb34da1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77f58 - as core::future::future::Future>::poll::h1dbfdc27e9ed9f43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae653 - smol::run::run::{{closure}}::{{closure}}::h97c57836a9681a5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c671be8 - scoped_tls_hkt::ScopedKey::set::hfdd395c88b0fc74a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918280 - smol::throttle::setup::ha267e5228133076e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69f350 - smol::run::run::{{closure}}::ha5f26d7e95204419 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1f599 - core::ops::function::FnOnce::call_once::h7870a11ba8724ccd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915a50 - smol::context::enter::hbcac43decf12232b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae409 - smol::run::run::{{closure}}::{{closure}}::h8b2472bd4c316e2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c670c28 - scoped_tls_hkt::ScopedKey::set::hea932a20590257b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854ad3 - smol::thread_local::ThreadLocalExecutor::enter::h4b9da2633fb81dff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a704a - smol::run::run::{{closure}}::hda0e9ba4540c992e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6abb41 - smol::run::run::{{closure}}::{{closure}}::h087840235ebf7e0d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27b28 - smol::work_stealing::WORKER::::set::h64c80ed9090d2fea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e5a3 - smol::work_stealing::Worker::enter::h7eeb6f47c7b60059 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a542a - smol::run::run::{{closure}}::hcba0e7681344c704 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67ab0c - smol::run::run::h12e59f357577ee9b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0a33 - async_std::task::builder::Builder::blocking::{{closure}}::hf56f9316ea0534f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65f5ab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha14ffcf4fa9a2d39 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62ddce - std::thread::local::LocalKey::try_with::hb927da6dd17ca87e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60e3ad - std::thread::local::LocalKey::with::ha507a95210a9dec3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656200 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h5a6b7a4c11c67407 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab75b8 - async_std::task::builder::Builder::blocking::h72e7954609b34d15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae0be6 - async_std::task::block_on::block_on::h01f13a7abf23dc3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7f5fd1 - event::app::endpoint::edition::tests::list::list_editions_not_authorized::hfd8d1476b1e5571d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:550:13 [INFO] [stdout] 50: 0x56465c7f5f8a - event::app::endpoint::edition::tests::list::list_editions_not_authorized::{{closure}}::hf465490247a16c56 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:549:9 [INFO] [stdout] 51: 0x56465cb1e91e - core::ops::function::FnOnce::call_once::h54383f136e310256 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_event_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_event_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c70bcfb - event::app::endpoint::event::tests::create_event_missing_room::{{closure}}::h3f7afce892468700 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:853:48 [INFO] [stdout] 20: 0x56465ca9a189 - as core::future::future::Future>::poll::ha218c4d84ee9a86d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a719 - as core::future::future::Future>::poll::{{closure}}::h7d12d17fe70ab56d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65df63 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h7cca09a582b18240 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62b5a5 - std::thread::local::LocalKey::try_with::ha4fc3ba2af96febe [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60a34d - std::thread::local::LocalKey::with::h3b26f158cd24afc6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65578b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h262adf0883437d3e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79758 - as core::future::future::Future>::poll::hf73199fb272aaab8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ad293 - smol::run::run::{{closure}}::{{closure}}::h4e7e8382f8fe708b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66e878 - scoped_tls_hkt::ScopedKey::set::hb28b373a73139036 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916c00 - smol::throttle::setup::h3e7eb74edda010fa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69aca0 - smol::run::run::{{closure}}::h8a4f79a76bb2fbb8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb22ee9 - core::ops::function::FnOnce::call_once::hffec867fbcd87356 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915f50 - smol::context::enter::hf89666df0aa4a6f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac169 - smol::run::run::{{closure}}::{{closure}}::h23aa8815ac639824 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66ccd8 - scoped_tls_hkt::ScopedKey::set::h79b3d26f24319c86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854e13 - smol::thread_local::ThreadLocalExecutor::enter::h52b8dd923cad199a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c689f6a - smol::run::run::{{closure}}::h026842dbe8957641 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6afa41 - smol::run::run::{{closure}}::{{closure}}::hccf6a33e45b11699 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca25818 - smol::work_stealing::WORKER::::set::h0571adbd88a7acd3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2ef63 - smol::work_stealing::Worker::enter::had57dbbeb0df6738 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a0cfa - smol::run::run::{{closure}}::hadaeda0fb209e5be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67ddae - smol::run::run::h49756c28c7c52495 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfb35 - async_std::task::builder::Builder::blocking::{{closure}}::h72843d94329bd007 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65ccaa - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h650c67fb89ab838f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c6200fe - std::thread::local::LocalKey::try_with::h5c8cdeb7e50b190e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c610cdd - std::thread::local::LocalKey::with::hdaad506b160f9cb6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c658322 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hee7143ecee4b2954 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab7c38 - async_std::task::builder::Builder::blocking::h74e98ca38cd2faff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3317 - async_std::task::block_on::block_on::hb557d7479bfe7a10 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c70bbab - event::app::endpoint::event::tests::create_event_missing_room::h2de06f44b067cefe [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:851:9 [INFO] [stdout] 50: 0x56465c70bb6a - event::app::endpoint::event::tests::create_event_missing_room::{{closure}}::h9baa442ad664cb7f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:850:5 [INFO] [stdout] 51: 0x56465cb1fa1e - core::ops::function::FnOnce::call_once::h83a1213702c4f6e8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::list::list_editions_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::list::list_editions_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7f770d - event::app::endpoint::edition::tests::list::list_editions_missing_room::{{closure}}::hcb741d6c8f8ef3c5 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:585:52 [INFO] [stdout] 20: 0x56465ca91329 - as core::future::future::Future>::poll::h01cd45e3304af358 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a8a9 - as core::future::future::Future>::poll::{{closure}}::h82a647a5211bbfb3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c659723 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h1a92929878c643fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6369c5 - std::thread::local::LocalKey::try_with::heeefdeec71d2bca3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60a07d - std::thread::local::LocalKey::with::h3873352f59b860ba [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c655a5b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h35712cce9a650bca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78498 - as core::future::future::Future>::poll::h4d851c2dc175cd6b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ad4f3 - smol::run::run::{{closure}}::{{closure}}::h56f43531eee5666b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66a608 - scoped_tls_hkt::ScopedKey::set::h39ace1ab2101664c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9165c0 - smol::throttle::setup::h2170d210b8e9ab58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a86d0 - smol::run::run::{{closure}}::he641abc8b49db1f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21319 - core::ops::function::FnOnce::call_once::hbe737ca0b521c9b5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915050 - smol::context::enter::h1f01f1d349761f92 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6abea9 - smol::run::run::{{closure}}::{{closure}}::h1c2b36996ed68cba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66bd18 - scoped_tls_hkt::ScopedKey::set::h664c8abb933e3f9c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854453 - smol::thread_local::ThreadLocalExecutor::enter::h2c6803200c94703f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68e28a - smol::run::run::{{closure}}::h24b906f0d853dc8e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ac361 - smol::run::run::{{closure}}::{{closure}}::h28c2189786131937 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a278 - smol::work_stealing::WORKER::::set::hecefea4c14060aeb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2de53 - smol::work_stealing::Worker::enter::h6563b29aa6d58608 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69d06a - smol::run::run::{{closure}}::h9b3d556658c4155a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c680cee - smol::run::run::h829eb8894d7a01f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf665 - async_std::task::builder::Builder::blocking::{{closure}}::h46d88a6a8ddcdb76 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65961a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h1a0b141519268357 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61965e - std::thread::local::LocalKey::try_with::h2b4ed642b38acde9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c61198d - std::thread::local::LocalKey::with::hf1e22dc6c577c75a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655b72 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h3c3b2a589be52cb8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabddb8 - async_std::task::builder::Builder::blocking::hf0336cc72fc72713 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2297 - async_std::task::block_on::block_on::h5b846099d0849e1f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7f75cb - event::app::endpoint::edition::tests::list::list_editions_missing_room::h9d844a502256cbfb [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:583:13 [INFO] [stdout] 50: 0x56465c7f758a - event::app::endpoint::edition::tests::list::list_editions_missing_room::{{closure}}::h842363edbbb3338f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:582:9 [INFO] [stdout] 51: 0x56465cb20f0e - core::ops::function::FnOnce::call_once::hb829ca1e73fefecd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::delete::delete_edition_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::delete::delete_edition_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cac5494 - event::app::endpoint::edition::tests::delete::delete_edition_not_authorized::{{closure}}::h4b99365b6579b1d8 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:667:26 [INFO] [stdout] 20: 0x56465ca95759 - as core::future::future::Future>::poll::h535378a461222058 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a999 - as core::future::future::Future>::poll::{{closure}}::h88c7ad1e599b4ade [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65e3f3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h818b7d9439e9e668 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61a0f5 - std::thread::local::LocalKey::try_with::h30f15416d4b593e3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60e91d - std::thread::local::LocalKey::with::habd14fb144d4da71 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6574fb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hacec7685ef79878c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78a98 - as core::future::future::Future>::poll::h917fa1ba9d19226b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6affd3 - smol::run::run::{{closure}}::{{closure}}::hd899156beec55ff7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66fbe8 - scoped_tls_hkt::ScopedKey::set::hcabeb68b6f667584 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917600 - smol::throttle::setup::h6967ed5d92947ddc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a1590 - smol::run::run::{{closure}}::hb69bcb7fabeee71c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb227e9 - core::ops::function::FnOnce::call_once::hecaaad4415d8b23d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9159d0 - smol::context::enter::hb22ef65b32b9a498 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae609 - smol::run::run::{{closure}}::{{closure}}::h921fc5563909b382 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66a518 - scoped_tls_hkt::ScopedKey::set::h37f2826e83bf75cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8568e3 - smol::thread_local::ThreadLocalExecutor::enter::hba0aa31237617ec9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69659a - smol::run::run::{{closure}}::h62820a482a0ed0d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b06e1 - smol::run::run::{{closure}}::{{closure}}::hebfb4b17eb620906 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca287e8 - smol::work_stealing::WORKER::::set::h8ca4cdc4de7da78b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2fed3 - smol::work_stealing::Worker::enter::he87011a3818890ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c689f0a - smol::run::run::{{closure}}::h0193e6000c2b8aa4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c681a72 - smol::run::run::h8c231684b54b6e52 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0113 - async_std::task::builder::Builder::blocking::{{closure}}::hb3e944085b669453 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65cdfb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h659f316856e4e94f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62e6fe - std::thread::local::LocalKey::try_with::hbdf4722f6c111823 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60984d - std::thread::local::LocalKey::with::h24ea556e39e12697 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6579d0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hc2278e47661da89f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabc078 - async_std::task::builder::Builder::blocking::hcbcb33db2fca4edb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2086 - async_std::task::block_on::block_on::h55223ec40fa4c99d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cac5371 - event::app::endpoint::edition::tests::delete::delete_edition_not_authorized::h43d87442fdee50a5 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:666:13 [INFO] [stdout] 50: 0x56465cac532a - event::app::endpoint::edition::tests::delete::delete_edition_not_authorized::{{closure}}::h20303b5e66029060 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:665:9 [INFO] [stdout] 51: 0x56465cb22bde - core::ops::function::FnOnce::call_once::hf95d17b1453b9ee7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::delete::delete_edition stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::delete::delete_edition' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cac2cca - event::app::endpoint::edition::tests::delete::delete_edition::{{closure}}::he9e868d892df0df2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:611:26 [INFO] [stdout] 20: 0x56465ca96179 - as core::future::future::Future>::poll::h5bf5b39327f80a75 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7b169 - as core::future::future::Future>::poll::{{closure}}::he1095ecbc0432d46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65c8d3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h623f40e5f1e478e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6135e5 - std::thread::local::LocalKey::try_with::h04e54046bec70a8e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60b00d - std::thread::local::LocalKey::with::h53ba01009f63deee [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c656cab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h80d973723081a1ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79518 - as core::future::future::Future>::poll::hdef76e448e486d5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6abcb3 - smol::run::run::{{closure}}::{{closure}}::h0f018433b4138a88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66d8b8 - scoped_tls_hkt::ScopedKey::set::h93f79aeee3697618 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916ac0 - smol::throttle::setup::h36febbde37665b97 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c699f20 - smol::run::run::{{closure}}::h87b1a7f8ad10c46e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1f209 - core::ops::function::FnOnce::call_once::h72434be3a4bbb27f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9155d0 - smol::context::enter::h7de842bede757dbf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ade29 - smol::run::run::{{closure}}::{{closure}}::h76782ad860e4312f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66e988 - scoped_tls_hkt::ScopedKey::set::hb3cf9043752a6f39 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856403 - smol::thread_local::ThreadLocalExecutor::enter::ha8edf4d82efe1fa2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68c4ba - smol::run::run::{{closure}}::h161f4164979c97a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad781 - smol::run::run::{{closure}}::{{closure}}::h60147a72d1140c7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca28078 - smol::work_stealing::WORKER::::set::h78c4d320361b7515 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d223 - smol::work_stealing::Worker::enter::h476167acd4b20d10 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a141a - smol::run::run::{{closure}}::hb03307f2de1d4dbe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67d394 - smol::run::run::h407ac2a0125c6021 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf995 - async_std::task::builder::Builder::blocking::{{closure}}::h61ad8d690acd6df5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65c6da - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h5e290b99536f2ebb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61249e - std::thread::local::LocalKey::try_with::h017539705045453a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60dd4d - std::thread::local::LocalKey::with::h992e777ffdd4006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6553c2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h07429a1ee22c540f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab44f8 - async_std::task::builder::Builder::blocking::h466a3fb80911b9ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3267 - async_std::task::block_on::block_on::hb416e65d83de956b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cac2ba1 - event::app::endpoint::edition::tests::delete::delete_edition::haa5368c221491294 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:610:13 [INFO] [stdout] 50: 0x56465cac2b5a - event::app::endpoint::edition::tests::delete::delete_edition::{{closure}}::h90794b6fe552075f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:609:9 [INFO] [stdout] 51: 0x56465cb20ade - core::ops::function::FnOnce::call_once::hac0534319bbf1ccf [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::create::create_edition_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::create::create_edition_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c8f381d - event::app::endpoint::edition::tests::create::create_edition_missing_room::{{closure}}::hcc6d477e41973cb2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:486:52 [INFO] [stdout] 20: 0x56465ca98ae9 - as core::future::future::Future>::poll::h8d2f211939473946 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79b29 - as core::future::future::Future>::poll::{{closure}}::h1303aaece078965e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65a933 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h32efb955f9afb271 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61d065 - std::thread::local::LocalKey::try_with::h449f549bdbdf8422 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60aecd - std::thread::local::LocalKey::with::h50c6834b196ac1ac [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c655e2b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h476b63112f41f5a8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77c58 - as core::future::future::Future>::poll::h02219fdc5b7efbe6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0b53 - smol::run::run::{{closure}}::{{closure}}::hf878d0b5d343f467 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66c0f8 - scoped_tls_hkt::ScopedKey::set::h6a8f330220a0b7e7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918be0 - smol::throttle::setup::he866619099732531 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6913f0 - smol::run::run::{{closure}}::h3f3c38aa24fe9109 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1e589 - core::ops::function::FnOnce::call_once::h488178c58b296ac2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914d50 - smol::context::enter::h00b31aef912d1a1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae3c9 - smol::run::run::{{closure}}::{{closure}}::h889c290488a1181d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66b918 - scoped_tls_hkt::ScopedKey::set::h5bb1fe53414e8444 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855ff3 - smol::thread_local::ThreadLocalExecutor::enter::h8f70b16e94a152d4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69b33a - smol::run::run::{{closure}}::h8c5b9383550635e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6abf21 - smol::run::run::{{closure}}::{{closure}}::h1cda69ee96c2c643 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca26808 - smol::work_stealing::WORKER::::set::h3bdaa25250ed167e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2c6c3 - smol::work_stealing::Worker::enter::h081cdbd8075a64a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c699e4a - smol::run::run::{{closure}}::h86e69be16e5efaec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67ae6e - smol::run::run::h1a87250cd4c3c70d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf795 - async_std::task::builder::Builder::blocking::{{closure}}::h524f60f48815cfa1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c6614da - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hcfa7c1e9c3894113 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62531e - std::thread::local::LocalKey::try_with::h84a144a86c9a540e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6110ed - std::thread::local::LocalKey::with::he2dc018266ad4d60 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657092 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h944ccbdc981c1cae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab6f38 - async_std::task::builder::Builder::blocking::h653c053999b4855c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae0df7 - async_std::task::block_on::block_on::h0bfd7081b60776fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c8f36db - event::app::endpoint::edition::tests::create::create_edition_missing_room::hcdecf57fccbbc144 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:484:13 [INFO] [stdout] 50: 0x56465c8f369a - event::app::endpoint::edition::tests::create::create_edition_missing_room::{{closure}}::hc2bd5d72f0a65fd1 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:483:9 [INFO] [stdout] 51: 0x56465cb20a6e - core::ops::function::FnOnce::call_once::hab6b0d4b3fc21aa1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_event_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_event_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c706f94 - event::app::endpoint::event::tests::create_event_not_authorized::{{closure}}::h446e7bbb91125980 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:713:22 [INFO] [stdout] 20: 0x56465ca95129 - as core::future::future::Future>::poll::h48e6703a66e2133c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7af39 - as core::future::future::Future>::poll::{{closure}}::hc93a2a21a3cf7eb7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65ee73 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h9cbfb1a4023e10f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61cc95 - std::thread::local::LocalKey::try_with::h4125f88ca03d407a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c608a6d - std::thread::local::LocalKey::with::h10e9acd872823694 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65656b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h6a364d16d72b349a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77d18 - as core::future::future::Future>::poll::h057517ec387e2e9d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ac113 - smol::run::run::{{closure}}::{{closure}}::h2268e12cf60d6dbe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c669a08 - scoped_tls_hkt::ScopedKey::set::h1cacf2023dfed85e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9160c0 - smol::throttle::setup::h0640acc59e4c18d1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a7a10 - smol::run::run::{{closure}}::he5ab1cd7360e9c4f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1db89 - core::ops::function::FnOnce::call_once::h3296daa5d9197559 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915350 - smol::context::enter::h3e6b31f4acc4de98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6af3e9 - smol::run::run::{{closure}}::{{closure}}::hb65fa785f40cce67 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6703e8 - scoped_tls_hkt::ScopedKey::set::hdd64995f291841ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856263 - smol::thread_local::ThreadLocalExecutor::enter::h9b57f2b77b74b10d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69d10a - smol::run::run::{{closure}}::h9b6fd5e880a38eed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0de1 - smol::run::run::{{closure}}::{{closure}}::hfc50004e7df83d9d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca263c8 - smol::work_stealing::WORKER::::set::h2da4d46cc5dd833a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f5e3 - smol::work_stealing::Worker::enter::hc4e2f498a2cfdbca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a967a - smol::run::run::{{closure}}::hf0bc795539ec9263 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67b52c - smol::run::run::h1d96f731416bd0f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabef23 - async_std::task::builder::Builder::blocking::{{closure}}::h03fdf250780f7ddd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c658dcb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h04efacc11c531018 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c614d0e - std::thread::local::LocalKey::try_with::h0d69e8435242aebd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c610e6d - std::thread::local::LocalKey::with::hdcb50abe63bcb3d2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6585d0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hf9e95d36bb0fa508 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab7278 - async_std::task::builder::Builder::blocking::h7199efa9581cca66 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2b86 - async_std::task::block_on::block_on::h8948fe5fabdaed52 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c706e71 - event::app::endpoint::event::tests::create_event_not_authorized::h2aea2d6843ca38cd [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:712:9 [INFO] [stdout] 50: 0x56465c706e2a - event::app::endpoint::event::tests::create_event_not_authorized::{{closure}}::h492cfd4404ae129c [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:711:5 [INFO] [stdout] 51: 0x56465cb2266e - core::ops::function::FnOnce::call_once::hea3aeb2bc399c4cb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_event_not_entered stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_event_not_entered' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7086ca - event::app::endpoint::event::tests::create_event_not_entered::{{closure}}::h48a4581f23649429 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:749:22 [INFO] [stdout] 20: 0x56465ca9eff9 - as core::future::future::Future>::poll::hec901b2e9ee1797c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7ac19 - as core::future::future::Future>::poll::{{closure}}::ha4f864e4b1684294 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65d803 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h715f075424c2a120 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61b575 - std::thread::local::LocalKey::try_with::h367d775d5723793d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60b2bd - std::thread::local::LocalKey::with::h58b8d5cfb25b6a89 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65734b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::ha44696e985214c24 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78138 - as core::future::future::Future>::poll::h2db7bb7133da50fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0853 - smol::run::run::{{closure}}::{{closure}}::heef0fdd2b99da749 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c671cd8 - scoped_tls_hkt::ScopedKey::set::hfe26c237f54ecd99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9188c0 - smol::throttle::setup::hd0e24dcdf014abb4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a5c60 - smol::run::run::{{closure}}::hd259e7272b085253 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21fd9 - core::ops::function::FnOnce::call_once::hde02f993f2ee1474 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915790 - smol::context::enter::h9c8ce6d2a24c481e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6aecc9 - smol::run::run::{{closure}}::{{closure}}::ha656c17a9dd146ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c669808 - scoped_tls_hkt::ScopedKey::set::h1c0af5d671ad91b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c853f73 - smol::thread_local::ThreadLocalExecutor::enter::h19ff89b91634491e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68c50a - smol::run::run::{{closure}}::h1659013b7704d271 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0ec1 - smol::run::run::{{closure}}::{{closure}}::hfe9f0ab1f83ea3a1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca25928 - smol::work_stealing::WORKER::::set::h090c071772fd3456 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2fe03 - smol::work_stealing::Worker::enter::he7e7c2dbba4d52dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6996da - smol::run::run::{{closure}}::h7e672e6f06ed3cff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6849ac - smol::run::run::hae52cb94d618f47e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabefc3 - async_std::task::builder::Builder::blocking::{{closure}}::h0d32ec48516337ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65a64b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h2a8903068a5eb17b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62e05e - std::thread::local::LocalKey::try_with::hbbdf9886c880924d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6103ed - std::thread::local::LocalKey::with::hd0aaa69e579d7bb3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655c80 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h413358250108cab7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab1438 - async_std::task::builder::Builder::blocking::h19bd06bbfd4675b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae21e6 - async_std::task::block_on::block_on::h58d703d663e91284 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7085a1 - event::app::endpoint::event::tests::create_event_not_entered::h4b44c3b12a88af11 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:748:9 [INFO] [stdout] 50: 0x56465c70855a - event::app::endpoint::event::tests::create_event_not_entered::{{closure}}::h18e63d7440f2fc36 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:747:5 [INFO] [stdout] 51: 0x56465cb1fc0e - core::ops::function::FnOnce::call_once::h8afb22f20a2a46f8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_claim stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_claim' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6fde61 - event::app::endpoint::event::tests::create_claim::{{closure}}::hefa0ebcba91e17e0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:554:22 [INFO] [stdout] 20: 0x56465ca98d39 - as core::future::future::Future>::poll::h924b1faf01b7a71c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a3f9 - as core::future::future::Future>::poll::{{closure}}::h5ec128d5a270ca31 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65a093 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h25f092aaf2a3c24b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6145e5 - std::thread::local::LocalKey::try_with::h09cd3bd0f3a94a5f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60d09d - std::thread::local::LocalKey::with::h819a6a9a79fd26f1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65694b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h718f63d2b7479ccb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78318 - as core::future::future::Future>::poll::h3c1026cc7b0a7b2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aba13 - smol::run::run::{{closure}}::{{closure}}::h0638873aadc40d87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c671a08 - scoped_tls_hkt::ScopedKey::set::hfd014f9a4ad76f67 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916660 - smol::throttle::setup::h219403b1d570e236 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68f790 - smol::run::run::{{closure}}::h2b96c8b9a5cced30 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21e29 - core::ops::function::FnOnce::call_once::hd69ffee3952b9801 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915f10 - smol::context::enter::hf3fc412f0d4481ee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6af1e9 - smol::run::run::{{closure}}::{{closure}}::hb24044cb4add5553 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c670a08 - scoped_tls_hkt::ScopedKey::set::he71822453a8ed4ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8565a3 - smol::thread_local::ThreadLocalExecutor::enter::haeef7a34f378237e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69abda - smol::run::run::{{closure}}::h895ef45d6197e8f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ac661 - smol::run::run::{{closure}}::{{closure}}::h2c83a59549679016 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca273b8 - smol::work_stealing::WORKER::::set::h5a7dde40d19e7fa1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e673 - smol::work_stealing::Worker::enter::h83727ab6e4a79b4a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a4c7a - smol::run::run::{{closure}}::hc9824f12441bb9e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68866c - smol::run::run::hebe502a6cadb7ffc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf2c3 - async_std::task::builder::Builder::blocking::{{closure}}::h247765440d84d9d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c661b9b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hd863ee1dad7299ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61433e - std::thread::local::LocalKey::try_with::h0920fc761680c028 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60c96d - std::thread::local::LocalKey::with::h7b1685b8fa56fa39 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657030 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h92acdadecf596656 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabd0b8 - async_std::task::builder::Builder::blocking::hd9c44628fc19223c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae37e6 - async_std::task::block_on::block_on::hd2ae881f14379cea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6fdd31 - event::app::endpoint::event::tests::create_claim::he03db36584211043 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:553:9 [INFO] [stdout] 50: 0x56465c6fdcea - event::app::endpoint::event::tests::create_claim::{{closure}}::h028389a97ce449ba [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:552:5 [INFO] [stdout] 51: 0x56465cb1f96e - core::ops::function::FnOnce::call_once::h815bd8e1c8ee791f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_next_event stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_next_event' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c6fb60a - event::app::endpoint::event::tests::create_next_event::{{closure}}::h2e9c3c1efd31c4a0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:482:22 [INFO] [stdout] 20: 0x56465ca91de9 - as core::future::future::Future>::poll::h09a6081ccf13ddcf [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79b79 - as core::future::future::Future>::poll::{{closure}}::h132fa17ed0f3da93 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c660c23 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hc2247570770d1282 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61ffa5 - std::thread::local::LocalKey::try_with::h5bfde60d39eba425 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60ff9d - std::thread::local::LocalKey::with::hc7ac1bae58dc1b52 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6560fb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h53853e8bd73eccf9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78eb8 - as core::future::future::Future>::poll::hb2211cd1972b0c0f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae573 - smol::run::run::{{closure}}::{{closure}}::h8eaf137cc92a4be6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6684b8 - scoped_tls_hkt::ScopedKey::set::h013ab5f31c053f54 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916fc0 - smol::throttle::setup::h489e45001ac024aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68a690 - smol::run::run::{{closure}}::h039b292f33aa5d2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1e0d9 - core::ops::function::FnOnce::call_once::h3d59edc68b9aa218 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914d90 - smol::context::enter::h02763ad869afc8aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6acd09 - smol::run::run::{{closure}}::{{closure}}::h3de85d545ce3ab44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66dab8 - scoped_tls_hkt::ScopedKey::set::h9558456b15ed7b0f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856333 - smol::thread_local::ThreadLocalExecutor::enter::h9c48e754c2f871d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a13ca - smol::run::run::{{closure}}::hafada4377094bc28 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0661 - smol::run::run::{{closure}}::{{closure}}::hebb377bb234198bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca28a08 - smol::work_stealing::WORKER::::set::h99e2442e7cd21851 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2ec23 - smol::work_stealing::Worker::enter::ha2c48059676ef941 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a8d5a - smol::run::run::{{closure}}::he769f60e0e3e2342 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67bf4c - smol::run::run::h29e3abf39be8e860 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0af3 - async_std::task::builder::Builder::blocking::{{closure}}::hf9fd65e8edeb0913 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c662ceb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hefd5f8072d9fd60d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62664e - std::thread::local::LocalKey::try_with::h8bc84f5b93c59a36 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6085fd - std::thread::local::LocalKey::with::h0cbd400557b37603 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657880 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hbe35ccfddb21daeb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab6578 - async_std::task::builder::Builder::blocking::h5f78c824faf4f335 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae18f6 - async_std::task::block_on::block_on::h32a917a863546de3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c6fb4c1 - event::app::endpoint::event::tests::create_next_event::h4805789c62338936 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:481:9 [INFO] [stdout] 50: 0x56465c6fb47a - event::app::endpoint::event::tests::create_next_event::{{closure}}::h94a84e2d0a15807b [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:480:5 [INFO] [stdout] 51: 0x56465cb1c5ee - core::ops::function::FnOnce::call_once::h009452e39399475c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::create_transient_event stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::create_transient_event' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c702b7a - event::app::endpoint::event::tests::create_transient_event::{{closure}}::h105912f2001471aa [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:636:22 [INFO] [stdout] 20: 0x56465ca91e79 - as core::future::future::Future>::poll::h0a835cf77fff5943 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79e49 - as core::future::future::Future>::poll::{{closure}}::h2a44c1d94737d4f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65a513 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h29ef90fd1fafb8fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c629cb5 - std::thread::local::LocalKey::try_with::h9a1165a0a31e88aa [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60b78d - std::thread::local::LocalKey::with::h5e68486ab764f708 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c655aab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h385782599197ec19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77e38 - as core::future::future::Future>::poll::h14fbafbe667be99c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ab973 - smol::run::run::{{closure}}::{{closure}}::h026df9ab119169fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6683c8 - scoped_tls_hkt::ScopedKey::set::h00971455b39f60d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916de0 - smol::throttle::setup::h44f609fd1a76d990 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c698220 - smol::run::run::{{closure}}::h701cd92a0da366fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21ed9 - core::ops::function::FnOnce::call_once::hd9e6edf36bdcd6e0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914f10 - smol::context::enter::h11eb49e062b0db95 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b0249 - smol::run::run::{{closure}}::{{closure}}::he0d750d6e4fefae7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6704f8 - scoped_tls_hkt::ScopedKey::set::hdfe94ca1eb6e9957 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855083 - smol::thread_local::ThreadLocalExecutor::enter::h5831f582bb230bc3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68bc0a - smol::run::run::{{closure}}::h0f0dbd0f7acfc2ff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ae261 - smol::run::run::{{closure}}::{{closure}}::h838b76b31ff804c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca26f78 - smol::work_stealing::WORKER::::set::h5010f1e4e4668849 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2ee93 - smol::work_stealing::Worker::enter::haa0d2604dfd11cde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a9d7a - smol::run::run::{{closure}}::hf529babb4d2c20f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67cccc - smol::run::run::h3461c51e2e5e7b61 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfdf3 - async_std::task::builder::Builder::blocking::{{closure}}::h87b04e737ac5ebb0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66325b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hfa05f36d1f73e7cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61c7be - std::thread::local::LocalKey::try_with::h3f1e3c5e8d8cefcc [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60994d - std::thread::local::LocalKey::with::h288f41b9e3a08e24 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657670 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hb2e1d09da7aa6661 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab1778 - async_std::task::builder::Builder::blocking::h1fbec74109bd88d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2136 - async_std::task::block_on::block_on::h5790a45293ba925e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c702a41 - event::app::endpoint::event::tests::create_transient_event::h948a3de949c07f40 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:635:9 [INFO] [stdout] 50: 0x56465c7029fa - event::app::endpoint::event::tests::create_transient_event::{{closure}}::h64f73ae20499676f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:634:5 [INFO] [stdout] 51: 0x56465cb20c8e - core::ops::function::FnOnce::call_once::hb166b6262c139300 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::adjust::adjust_room_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::adjust::adjust_room_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c898eb5 - event::app::endpoint::room::tests::adjust::adjust_room_not_authorized::{{closure}}::h7079210cd6593f43 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1436:26 [INFO] [stdout] 20: 0x56465ca96b99 - as core::future::future::Future>::poll::h69b06f4ceda15a8c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a589 - as core::future::future::Future>::poll::{{closure}}::h7163d4e05d7ba524 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65be03 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h538857481be75705 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6269f5 - std::thread::local::LocalKey::try_with::h8cef773d6f3284dd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c61058d - std::thread::local::LocalKey::with::hd2ae264e2dfe1bc2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657f5b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hdfc4d1a40a833b6f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca794b8 - as core::future::future::Future>::poll::hdde9f09e87c894f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6abe53 - smol::run::run::{{closure}}::{{closure}}::h1bf2f913081a6b61 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66b808 - scoped_tls_hkt::ScopedKey::set::h59a55f3692d01d5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9162a0 - smol::throttle::setup::h0dd6668f2ece8254 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a69f0 - smol::run::run::{{closure}}::hd5dec7603b00c71a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1c8d9 - core::ops::function::FnOnce::call_once::h082186691f24cb85 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914ed0 - smol::context::enter::h113a09dea08d0e87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae109 - smol::run::run::{{closure}}::{{closure}}::h7ddd8fa91bc9b5b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66d6d8 - scoped_tls_hkt::ScopedKey::set::h8e0534e79bb8cd54 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8564d3 - smol::thread_local::ThreadLocalExecutor::enter::hae2b6ab4ac3ebd5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69e52a - smol::run::run::{{closure}}::ha1a751277d52c9c4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad8a1 - smol::run::run::{{closure}}::{{closure}}::h67aa248d4a6117af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca265e8 - smol::work_stealing::WORKER::::set::h32efc43a8a161dd7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d493 - smol::work_stealing::Worker::enter::h4f2ea79fac04d657 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6943ca - smol::run::run::{{closure}}::h5926c2e70a6ac137 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67c96c - smol::run::run::h2fd20ed9ccede0f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac02b3 - async_std::task::builder::Builder::blocking::{{closure}}::hc4140499053a64ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66087b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hbdc9695dbba8c897 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c636ece - std::thread::local::LocalKey::try_with::hf190ef853bc1e1fa [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6117cd - std::thread::local::LocalKey::with::hf049c3123a2f8345 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656460 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h64be10e4feaef273 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabacf8 - async_std::task::builder::Builder::blocking::ha571f0abdd30e87e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae12c6 - async_std::task::block_on::block_on::h20e8f9abef5a78ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c898d61 - event::app::endpoint::room::tests::adjust::adjust_room_not_authorized::h176b1c98bb3bd771 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1434:13 [INFO] [stdout] 50: 0x56465c898d1a - event::app::endpoint::room::tests::adjust::adjust_room_not_authorized::{{closure}}::h54e8068ba8dd10fa [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1433:9 [INFO] [stdout] 51: 0x56465cb1c9ae - core::ops::function::FnOnce::call_once::h09c20e297ecdd59f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::list_events_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::list_events_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c715f0c - event::app::endpoint::event::tests::list_events_not_authorized::{{closure}}::h4ed28ede53c0aaac [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1107:22 [INFO] [stdout] 20: 0x56465ca92789 - as core::future::future::Future>::poll::h16107b66003ca3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a499 - as core::future::future::Future>::poll::{{closure}}::h6cc184354a14b587 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65bbc3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h4f5d8ea14e707d99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c630255 - std::thread::local::LocalKey::try_with::hc8352c9ce6f28a0a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60e68d - std::thread::local::LocalKey::with::ha8a9629d7fc3b76b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657dab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hd6f0d35a1bf1b6c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca785b8 - as core::future::future::Future>::poll::h5e2fc494f82c6c56 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b01f3 - smol::run::run::{{closure}}::{{closure}}::he03647590592be99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6700d8 - scoped_tls_hkt::ScopedKey::set::hdb3db75dd9bffff7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916340 - smol::throttle::setup::h0e29a37a1da1c252 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6997f0 - smol::run::run::{{closure}}::h7f8954dcb2d01b81 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb214b9 - core::ops::function::FnOnce::call_once::hc28d819084ed7113 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915290 - smol::context::enter::h36e0aed7d3e84c86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b08a9 - smol::run::run::{{closure}}::{{closure}}::hef6b09169a547047 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66f6b8 - scoped_tls_hkt::ScopedKey::set::hc281a36613401c02 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c853d03 - smol::thread_local::ThreadLocalExecutor::enter::h0977c6977f9b566d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69441a - smol::run::run::{{closure}}::h59720b284c66e0f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0921 - smol::run::run::{{closure}}::{{closure}}::hf04b4f1e59dc0d87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca29d28 - smol::work_stealing::WORKER::::set::he3421e964cab6126 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e813 - smol::work_stealing::Worker::enter::h8d9c0cce2fb4fc5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a28aa - smol::run::run::{{closure}}::hbd6f0b948f0dc46d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67e7cc - smol::run::run::h50d485effdedbbef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabff33 - async_std::task::builder::Builder::blocking::{{closure}}::h95858dfe9d80758c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65e85b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h8ecf0008cebc53f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c628dee - std::thread::local::LocalKey::try_with::h979a4cc5b2da8275 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6109dd - std::thread::local::LocalKey::with::hd83a88bec8dd0323 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657610 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hb0e27a670575f132 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465caba338 - async_std::task::builder::Builder::blocking::h9c71a005c47d3869 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2e46 - async_std::task::block_on::block_on::ha0a1ee95889c46b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c715df1 - event::app::endpoint::event::tests::list_events_not_authorized::h14eeeccec253fa07 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1106:9 [INFO] [stdout] 50: 0x56465c715daa - event::app::endpoint::event::tests::list_events_not_authorized::{{closure}}::hebb8456dfa5bd8f4 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1105:5 [INFO] [stdout] 51: 0x56465cb1ef9e - core::ops::function::FnOnce::call_once::h6b3da928e7415682 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::enter::enter_room_missing stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::enter::enter_room_missing' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca6b48d - event::app::endpoint::room::tests::enter::enter_room_missing::{{closure}}::he5a7f9648da2526d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1286:52 [INFO] [stdout] 20: 0x56465ca98819 - as core::future::future::Future>::poll::h8509c2614c88d2ad [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7aa39 - as core::future::future::Future>::poll::{{closure}}::h95272111beed8228 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c658903 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h011db1ef9ebab4ef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61da85 - std::thread::local::LocalKey::try_with::h4b506189c4203365 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60fb1d - std::thread::local::LocalKey::with::hc41897cc31ba4fd1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65791b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hc06972e2102eebf8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78af8 - as core::future::future::Future>::poll::h92abf4244141af27 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aec73 - smol::run::run::{{closure}}::{{closure}}::ha492e3849a450029 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66ad58 - scoped_tls_hkt::ScopedKey::set::h519112794393ca9f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917f60 - smol::throttle::setup::h988de77090cddfdc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c695fb0 - smol::run::run::{{closure}}::h617a30ac26c20d75 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21599 - core::ops::function::FnOnce::call_once::hc40fc7449b14268e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915950 - smol::context::enter::hac0651ffbe0b9092 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac1a9 - smol::run::run::{{closure}}::{{closure}}::h23d2d45ca5a93eb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c670608 - scoped_tls_hkt::ScopedKey::set::he0150075e3cc5512 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854c73 - smol::thread_local::ThreadLocalExecutor::enter::h4f73a0f92f8fda30 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a21fa - smol::run::run::{{closure}}::hbac205da775697fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ae6e1 - smol::run::run::{{closure}}::{{closure}}::h98caad73ffc689bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca25a38 - smol::work_stealing::WORKER::::set::h0926adf19e0a9b5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2edc3 - smol::work_stealing::Worker::enter::ha4eff39106475885 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a14ba - smol::run::run::{{closure}}::hb5bdd1159fd26f26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67f8ae - smol::run::run::h72c409a906373e85 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf955 - async_std::task::builder::Builder::blocking::{{closure}}::h600749a82232279c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66171a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hd28ac04411800680 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61829e - std::thread::local::LocalKey::try_with::h2163515700fa3b73 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60a6cd - std::thread::local::LocalKey::with::h3e47a3e4b62886b5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656522 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h665e29d225b4d2ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab1df8 - async_std::task::builder::Builder::blocking::h1fdfb0131a5670d3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1217 - async_std::task::block_on::block_on::h1e40004e66f85eba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465ca6b34b - event::app::endpoint::room::tests::enter::enter_room_missing::h046ba2445ded13a2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1284:13 [INFO] [stdout] 50: 0x56465ca6b30a - event::app::endpoint::room::tests::enter::enter_room_missing::{{closure}}::h46f609e640a56408 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1283:9 [INFO] [stdout] 51: 0x56465cb1f2be - core::ops::function::FnOnce::call_once::h7378ebd7e787ed70 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::create::create_room stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::create::create_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cafaebc - event::app::endpoint::room::tests::create::create_room::{{closure}}::h96d85c3ce205d4d3 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:700:52 [INFO] [stdout] 20: 0x56465ca93c39 - as core::future::future::Future>::poll::h382836b6528caa6f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7aee9 - as core::future::future::Future>::poll::{{closure}}::hc8a06b2c2d775c68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65f803 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha658c0e03f5b9fb0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6368a5 - std::thread::local::LocalKey::try_with::hee9a6a1251efe2cd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60c81d - std::thread::local::LocalKey::with::h7a152329d18ffd14 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65796b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hc087ebbea830567b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79638 - as core::future::future::Future>::poll::hea039b383de28b93 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af773 - smol::run::run::{{closure}}::{{closure}}::hc74b7253dfe01d19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66b318 - scoped_tls_hkt::ScopedKey::set::h563408696050b7b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916200 - smol::throttle::setup::h0bee2e4f55ff31c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c695900 - smol::run::run::{{closure}}::h60b3c6392b225096 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20fd9 - core::ops::function::FnOnce::call_once::hb907f25a9264f9bf [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9158d0 - smol::context::enter::ha92828d70c64ac15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6adb49 - smol::run::run::{{closure}}::{{closure}}::h70c01bb96009e733 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66a2f8 - scoped_tls_hkt::ScopedKey::set::h3232837121dbc54b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856b53 - smol::thread_local::ThreadLocalExecutor::enter::hc22c2cdc578f48ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68bc5a - smol::run::run::{{closure}}::h10d2eacf064363cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6adf81 - smol::run::run::{{closure}}::{{closure}}::h79917d83ca1329b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27198 - smol::work_stealing::WORKER::::set::h52d6ae24485bd312 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2cd43 - smol::work_stealing::Worker::enter::h34526111f7f5d374 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c697a7a - smol::run::run::{{closure}}::h6c2ec5496df54cbb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67ee8e - smol::run::run::h6721e25de53e3b96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0315 - async_std::task::builder::Builder::blocking::{{closure}}::hc4c979d9b4a3f1f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65b8da - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h4c5a0bd05fa61a22 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62d4be - std::thread::local::LocalKey::try_with::hb2aec25f30beaf46 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6115ad - std::thread::local::LocalKey::with::heea10881abc7a5da [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655e92 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h4c15eafe8cb38191 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab03f8 - async_std::task::builder::Builder::blocking::h0d5b10ab34a33495 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae19a7 - async_std::task::block_on::block_on::h3441c1dc19b10afc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cafacbb - event::app::endpoint::room::tests::create::create_room::hbfcd73d4ea4b041d [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:693:13 [INFO] [stdout] 50: 0x56465cafac7a - event::app::endpoint::room::tests::create::create_room::{{closure}}::h75017296364335e4 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:692:9 [INFO] [stdout] 51: 0x56465cb22b6e - core::ops::function::FnOnce::call_once::hf87b74b4361938ec [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::list_events_filter_by_attribute stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::list_events_filter_by_attribute' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c713811 - event::app::endpoint::event::tests::list_events_filter_by_attribute::{{closure}}::hf240ba3bcb60cc6b [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1045:22 [INFO] [stdout] 20: 0x56465ca956c9 - as core::future::future::Future>::poll::h51aca434d0c20cf2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a1c9 - as core::future::future::Future>::poll::{{closure}}::h44561db6b40c54fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65a843 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h3234b11d7ee533af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c619d85 - std::thread::local::LocalKey::try_with::h304d30c4239d4dd9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60bbbd - std::thread::local::LocalKey::with::h6590e7c54b8a8c34 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65825b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hed43054f04e2b03d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78018 - as core::future::future::Future>::poll::h209fb1264f10f7a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ad973 - smol::run::run::{{closure}}::{{closure}}::h69ed335783dbe621 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66b048 - scoped_tls_hkt::ScopedKey::set::h534811ba496d4ef7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918d20 - smol::throttle::setup::hef93bc3cb57e7992 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68aeb0 - smol::run::run::{{closure}}::h0aa3d8d47edcbb06 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20599 - core::ops::function::FnOnce::call_once::h98f62c5d2c4d2b52 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915750 - smol::context::enter::h8fc142ad8ae7076e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ad0a9 - smol::run::run::{{closure}}::{{closure}}::h478f1caef16a94a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c668e08 - scoped_tls_hkt::ScopedKey::set::h105604dcbc270141 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855223 - smol::thread_local::ThreadLocalExecutor::enter::h5bb0d158b0acb7f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a624a - smol::run::run::{{closure}}::hd277325577fa03ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b04c1 - smol::run::run::{{closure}}::{{closure}}::he745bfa8bac55869 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca297d8 - smol::work_stealing::WORKER::::set::hcd9b0a76f469d63e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f2a3 - smol::work_stealing::Worker::enter::hb8a23cf67909afa1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a064a - smol::run::run::{{closure}}::hacc892bc8e3f95e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67e10c - smol::run::run::h4d6df78152093730 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfab3 - async_std::task::builder::Builder::blocking::{{closure}}::h6b3ce76bf8c31857 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65ca0b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h62c9ccb69357dbb5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61e94e - std::thread::local::LocalKey::try_with::h53451a77a8333132 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c61028d - std::thread::local::LocalKey::with::hcfca04fd2e96c38f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655ef0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h4c1b7200d1539293 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab8c78 - async_std::task::builder::Builder::blocking::h83d1fc60d14e7dc1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3896 - async_std::task::block_on::block_on::hd482e1625d32f528 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7136c1 - event::app::endpoint::event::tests::list_events_filter_by_attribute::hcac262a59792ac61 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1044:9 [INFO] [stdout] 50: 0x56465c71367a - event::app::endpoint::event::tests::list_events_filter_by_attribute::{{closure}}::h93ad2747bd97abce [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1043:5 [INFO] [stdout] 51: 0x56465cb20f6e - core::ops::function::FnOnce::call_once::hb89b52c79de11af4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::list_events_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::list_events_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c716fc3 - event::app::endpoint::event::tests::list_events_missing_room::{{closure}}::ha24ff5af40f928b8 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1140:48 [INFO] [stdout] 20: 0x56465ca9f6b9 - as core::future::future::Future>::poll::hf083604d5d5da163 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a179 - as core::future::future::Future>::poll::{{closure}}::h43f735478f5b0887 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c662ac3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hedcc9ec049b1b6b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c612885 - std::thread::local::LocalKey::try_with::h023759e5dad282c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c61211d - std::thread::local::LocalKey::with::hfaa29f7eaa744405 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6574ab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hab87c1e9e04f38d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77cb8 - as core::future::future::Future>::poll::h029d95cab00f8f8a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ac553 - smol::run::run::{{closure}}::{{closure}}::h2bff70d4679600f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66c6d8 - scoped_tls_hkt::ScopedKey::set::h71a77bb1de2fef91 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9183c0 - smol::throttle::setup::hadabbb408db00c59 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c690c80 - smol::run::run::{{closure}}::h369fbec70608f787 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1f199 - core::ops::function::FnOnce::call_once::h717ff360d7b6719d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9153d0 - smol::context::enter::h43dc0a2231a5f401 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac4c9 - smol::run::run::{{closure}}::{{closure}}::h2bcb9814181b1eb7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c669408 - scoped_tls_hkt::ScopedKey::set::h143e96db5c4b0d4b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855973 - smol::thread_local::ThreadLocalExecutor::enter::h79ffe2d0c05a10c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a70fa - smol::run::run::{{closure}}::he0085f9946b7f783 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6acf61 - smol::run::run::{{closure}}::{{closure}}::h449f055153ff355a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca28b18 - smol::work_stealing::WORKER::::set::h9c0165b69b45784e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2ecf3 - smol::work_stealing::Worker::enter::ha428fa5a97dfdf75 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6904aa - smol::run::run::{{closure}}::h334d4169e33f670e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68680e - smol::run::run::hca7fe7d79f27f39e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabffd5 - async_std::task::builder::Builder::blocking::{{closure}}::h9eeacd6e92a97450 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c659f8a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h259946772dec25c1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62efce - std::thread::local::LocalKey::try_with::hc1bd400615a33ade [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60ea0d - std::thread::local::LocalKey::with::had017ec780613ed4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6563b2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h60b55a803ade7293 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab3178 - async_std::task::builder::Builder::blocking::h3511279dc6e778be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3107 - async_std::task::block_on::block_on::hac8272bb90db5cf8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c716e7b - event::app::endpoint::event::tests::list_events_missing_room::h335932993630645a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1138:9 [INFO] [stdout] 50: 0x56465c716e3a - event::app::endpoint::event::tests::list_events_missing_room::{{closure}}::h86613c52e04dde5a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:1137:5 [INFO] [stdout] 51: 0x56465cb1f93e - core::ops::function::FnOnce::call_once::h7f7084a5d513dbe4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::edition::tests::delete::delete_editions_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::edition::tests::delete::delete_editions_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cac746d - event::app::endpoint::edition::tests::delete::delete_editions_missing_room::{{closure}}::h290bfa5498761901 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:717:52 [INFO] [stdout] 20: 0x56465ca9f749 - as core::future::future::Future>::poll::hf508d43e46bce5dc [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a769 - as core::future::future::Future>::poll::{{closure}}::h7dbab05fbbcc5996 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c661913 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hd6b2ff404795382d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c632675 - std::thread::local::LocalKey::try_with::hd4cb7988067047a9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c609d1d - std::thread::local::LocalKey::with::h30e05a1c6e445c61 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6572fb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h9f5ac328a5deee08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79878 - as core::future::future::Future>::poll::hfa6da4ec3d040558 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae993 - smol::run::run::{{closure}}::{{closure}}::h9ebcdd74331722fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6696f8 - scoped_tls_hkt::ScopedKey::set::h1bd51a5d7443ea52 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916520 - smol::throttle::setup::h1ccdeb7b13fb2961 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68f080 - smol::run::run::{{closure}}::h28a8e6fe29014ffb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb206e9 - core::ops::function::FnOnce::call_once::ha12670f03d6e78e8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9152d0 - smol::context::enter::h3ab593797c1a810f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ad469 - smol::run::run::{{closure}}::{{closure}}::h5370c732fe95adeb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c671608 - scoped_tls_hkt::ScopedKey::set::hf922440046da0f7a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855493 - smol::thread_local::ThreadLocalExecutor::enter::h6362fd9ab8297c14 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a5b9a - smol::run::run::{{closure}}::hcf8b8058ed1454b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6add21 - smol::run::run::{{closure}}::{{closure}}::h74ac609b7067ffcf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca25d68 - smol::work_stealing::WORKER::::set::h1494663cb503fd54 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2cee3 - smol::work_stealing::Worker::enter::h3c7ef6507b1d27be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c698f2a - smol::run::run::{{closure}}::h77e831b747753464 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67f1ee - smol::run::run::h69bafbade07d745d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0475 - async_std::task::builder::Builder::blocking::{{closure}}::hd1f9fabfc39c8ade [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65cb5a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h64f71570a056f931 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61274e - std::thread::local::LocalKey::try_with::h01eeb0f3ffbb3f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60cd1d - std::thread::local::LocalKey::with::h7f33b5c98aa775fb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657252 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h9c7392a45004d050 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabca38 - async_std::task::builder::Builder::blocking::hd2cf8b701308abf6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2fa7 - async_std::task::block_on::block_on::ha4743088dd498c1f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cac732b - event::app::endpoint::edition::tests::delete::delete_editions_missing_room::h2adc82ea509244e5 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:715:13 [INFO] [stdout] 50: 0x56465cac72ea - event::app::endpoint::edition::tests::delete::delete_editions_missing_room::{{closure}}::hdf26840d952ccc0e [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/edition.rs:714:9 [INFO] [stdout] 51: 0x56465cb1e32e - core::ops::function::FnOnce::call_once::h41d5672d95617475 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::leave::leave_room stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::leave::leave_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7a9f7c - event::app::endpoint::room::tests::leave::leave_room::{{closure}}::h30d3b2951cbb685b [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1343:26 [INFO] [stdout] 20: 0x56465ca957e9 - as core::future::future::Future>::poll::h54f87f5ba8946b05 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a7b9 - as core::future::future::Future>::poll::{{closure}}::h7f2a9978cc11f02b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65b6b3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h45e5eb0f28c4e83b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c618515 - std::thread::local::LocalKey::try_with::h2262c0e4c05ed046 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c609aed - std::thread::local::LocalKey::with::h2ded4abc930453ea [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65689b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h70e4c869aa8a7376 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78618 - as core::future::future::Future>::poll::h5f411ce0436534a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b03d3 - smol::run::run::{{closure}}::{{closure}}::he5080e167b06a7a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6707e8 - scoped_tls_hkt::ScopedKey::set::he24233e6bc3d8ec7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916a20 - smol::throttle::setup::h31b7ca4ccbd59a60 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a0dd0 - smol::run::run::{{closure}}::hae68de32e08e1880 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1dc39 - core::ops::function::FnOnce::call_once::h353e2f58bae454e5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915ad0 - smol::context::enter::hc879aa68a5e06ba5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6abc69 - smol::run::run::{{closure}}::{{closure}}::h0bc6e5a069c49c12 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66d5c8 - scoped_tls_hkt::ScopedKey::set::h8b7876bc024737cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c853ea3 - smol::thread_local::ThreadLocalExecutor::enter::h16f1957fbffbf323 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69f93a - smol::run::run::{{closure}}::ha75cf7b4a096ea1c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6af121 - smol::run::run::{{closure}}::{{closure}}::hb04563fb1a108220 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca29f48 - smol::work_stealing::WORKER::::set::hea5a1e965549e7b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e0c3 - smol::work_stealing::Worker::enter::h6f743b3eb335ba55 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69bb5a - smol::run::run::{{closure}}::h951fbf8c0cdee0a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6889cc - smol::run::run::hedb46756a15c53fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf853 - async_std::task::builder::Builder::blocking::{{closure}}::h59241e0b595eb2bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65ae8b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h38a8d4f19e4e0fda [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61fe6e - std::thread::local::LocalKey::try_with::h5ae91539892bf63b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60f3cd - std::thread::local::LocalKey::with::hb79708a15999467b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655a10 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h3299ebeaaa8b8fb6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab34b8 - async_std::task::builder::Builder::blocking::h397d0859d09d50b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3c06 - async_std::task::block_on::block_on::he83e709770caecf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7a9e61 - event::app::endpoint::room::tests::leave::leave_room::h6a760e5ca9d0ac87 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1342:13 [INFO] [stdout] 50: 0x56465c7a9e1a - event::app::endpoint::room::tests::leave::leave_room::{{closure}}::h4cae6d40292ac20b [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1341:9 [INFO] [stdout] 51: 0x56465cb21eae - core::ops::function::FnOnce::call_once::hd898d36604d7ba5f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::enter::enter_room_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::enter::enter_room_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca6a595 - event::app::endpoint::room::tests::enter::enter_room_not_authorized::{{closure}}::hb268ac64210747b0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1262:26 [INFO] [stdout] 20: 0x56465ca9d2a9 - as core::future::future::Future>::poll::hca084e829e43e0c1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a539 - as core::future::future::Future>::poll::{{closure}}::h6efd4f92240d32bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65f1a3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h9d85c4e6d14c5037 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c614825 - std::thread::local::LocalKey::try_with::h0b60e8c4e4b1d8b2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c6098cd - std::thread::local::LocalKey::with::h27ea3d15957de1a1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6578cb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hc01faca9ae00af2d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77dd8 - as core::future::future::Future>::poll::h12493404f3e8dc18 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0973 - smol::run::run::{{closure}}::{{closure}}::hf1fa98e2f692cc49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6690d8 - scoped_tls_hkt::ScopedKey::set::h12756a4b81c80040 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918460 - smol::throttle::setup::hb549146bc027b80f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69bc70 - smol::run::run::{{closure}}::h983ff7422eb088b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1d969 - core::ops::function::FnOnce::call_once::h2e07b166300eec14 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c916010 - smol::context::enter::hfd1bdb4705e3c312 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6af549 - smol::run::run::{{closure}}::{{closure}}::hbc1ef87aafb43f40 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c670b18 - scoped_tls_hkt::ScopedKey::set::he73cbd63be6a43d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854113 - smol::thread_local::ThreadLocalExecutor::enter::h2375b0344fcddf86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c699dda - smol::run::run::{{closure}}::h81a13042c6ef1a42 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6af921 - smol::run::run::{{closure}}::{{closure}}::hcb0f83125087e59e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca25b48 - smol::work_stealing::WORKER::::set::h121a08864e60d1bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e333 - smol::work_stealing::Worker::enter::h7218dda810b81c26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a456a - smol::run::run::{{closure}}::hc7765707cea4af3e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68356c - smol::run::run::ha2c5582c62443b5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0533 - async_std::task::builder::Builder::blocking::{{closure}}::hd945ad0e87dddb5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65fa2b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha69d73e806d3b9df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62548e - std::thread::local::LocalKey::try_with::h84b314d0dafaef9e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60ac5d - std::thread::local::LocalKey::with::h4cb3951228351243 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656b00 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h74bdcbae5334775f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab8fb8 - async_std::task::builder::Builder::blocking::h852af08d062557a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3f76 - async_std::task::block_on::block_on::hfefd63ebc4f22fa7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465ca6a441 - event::app::endpoint::room::tests::enter::enter_room_not_authorized::h3b46d02936df1354 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1260:13 [INFO] [stdout] 50: 0x56465ca6a3fa - event::app::endpoint::room::tests::enter::enter_room_not_authorized::{{closure}}::hbe50acc744aa1330 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1259:9 [INFO] [stdout] 51: 0x56465cb1de0e - core::ops::function::FnOnce::call_once::h382e2982b03703bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::update::update_closed_at_in_open_room stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::update::update_closed_at_in_open_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c94cd9b - event::app::endpoint::room::tests::update::update_closed_at_in_open_room::{{closure}}::he11f2467be8e258c [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:943:26 [INFO] [stdout] 20: 0x56465ca9bb09 - as core::future::future::Future>::poll::hbcbe7c7d5e4433b1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7ae99 - as core::future::future::Future>::poll::{{closure}}::hc2d8f7d991438ac1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65f473 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha144f0343d0f3479 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c635315 - std::thread::local::LocalKey::try_with::he705afa698b29b97 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c608d8d - std::thread::local::LocalKey::with::h1593dea18831ac0e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65836b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hef83d03aa1e80703 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79818 - as core::future::future::Future>::poll::hfa12504fc47117b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ada93 - smol::run::run::{{closure}}::{{closure}}::h6ed9f81dcf3e6dde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66f1c8 - scoped_tls_hkt::ScopedKey::set::hb9f859305f19a11f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917920 - smol::throttle::setup::h721ee6f08e0ab77c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a72c0 - smol::run::run::{{closure}}::he3e0aa614fd61fd2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20989 - core::ops::function::FnOnce::call_once::ha9fd7dc8d5782ebf [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915c10 - smol::context::enter::hd0da33fa63528735 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6adbe9 - smol::run::run::{{closure}}::{{closure}}::h7297467f86901563 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c669fe8 - scoped_tls_hkt::ScopedKey::set::h2ea240c5f117ddfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8542b3 - smol::thread_local::ThreadLocalExecutor::enter::h28917704c5b5892f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69ebda - smol::run::run::{{closure}}::ha4379d712f463c1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6adca1 - smol::run::run::{{closure}}::{{closure}}::h748a83867c04a307 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca26e68 - smol::work_stealing::WORKER::::set::h4eba1bfd1d6490e2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f513 - smol::work_stealing::Worker::enter::hc1490029bd87b374 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a8f1a - smol::run::run::{{closure}}::hee58287723cbf186 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c683f8e - smol::run::run::ha666def89cfdf798 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0655 - async_std::task::builder::Builder::blocking::{{closure}}::hdf78d4b2dc8ca2bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65ab5a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h353b0abc6df9d977 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61babe - std::thread::local::LocalKey::try_with::h388ebb07bdc3955f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60c1dd - std::thread::local::LocalKey::with::h71458f2d4b007b6f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656902 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h718090dc1cb8cadc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabe0f8 - async_std::task::builder::Builder::blocking::hf3dfa9a5605ee234 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1167 - async_std::task::block_on::block_on::h130d9a7da442fb3a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c94cc71 - event::app::endpoint::room::tests::update::update_closed_at_in_open_room::ha937bf77069a12a6 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:942:13 [INFO] [stdout] 50: 0x56465c94cc2a - event::app::endpoint::room::tests::update::update_closed_at_in_open_room::{{closure}}::h5933f1a116b07215 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:941:9 [INFO] [stdout] 51: 0x56465cb217ee - core::ops::function::FnOnce::call_once::hc8ed6e9a5fc7d877 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::update::update_room_closed stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::update::update_room_closed' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c955706 - event::app::endpoint::room::tests::update::update_room_closed::{{closure}}::ha02a697863c20b1f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1173:26 [INFO] [stdout] 20: 0x56465ca91d59 - as core::future::future::Future>::poll::h081f48ff647adca8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79a39 - as core::future::future::Future>::poll::{{closure}}::h0e7cf1e8ede58dd3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65b7a3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h48e7af55d03fa0c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61aa75 - std::thread::local::LocalKey::try_with::h33940b71ee59d00c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60d85d - std::thread::local::LocalKey::with::h910483d5095b85f5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6584bb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hf55dd33761c67bff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca792d8 - as core::future::future::Future>::poll::hd4ebb82979cc4830 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae9f3 - smol::run::run::{{closure}}::{{closure}}::h9f83e4f757495c57 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66d9a8 - scoped_tls_hkt::ScopedKey::set::h94d1433e9350c030 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9174c0 - smol::throttle::setup::h61f6abdad5942792 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69e5f0 - smol::run::run::{{closure}}::ha430288e277ddc8b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb20959 - core::ops::function::FnOnce::call_once::ha9e5a8fe3808db0d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915250 - smol::context::enter::h2e5e348dd1af9cc6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac509 - smol::run::run::{{closure}}::{{closure}}::h2be26dac5ebd3fcc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66c9e8 - scoped_tls_hkt::ScopedKey::set::h73c864933dbc8d6e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856c23 - smol::thread_local::ThreadLocalExecutor::enter::hc5698f7a889e1c2e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a365a - smol::run::run::{{closure}}::hc1b9864afe162ca2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0aa1 - smol::run::run::{{closure}}::{{closure}}::hf6391858a6c208b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca29c18 - smol::work_stealing::WORKER::::set::hdd6b541df9addcd2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2ffa3 - smol::work_stealing::Worker::enter::heac8de67d9ec1536 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a714a - smol::run::run::{{closure}}::he1ffc79b5fefebfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67c2ac - smol::run::run::h2d605dd87dc67835 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf433 - async_std::task::builder::Builder::blocking::{{closure}}::h31aec960e69944de [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c6610eb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hcc4f7795d0d350d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61cf2e - std::thread::local::LocalKey::try_with::h443ee5ac044bcc3c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c611c3d - std::thread::local::LocalKey::with::hf3c9a96decf6cbd5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6558b0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h2dc6683750e89ed6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465caaf6f8 - async_std::task::builder::Builder::blocking::h020b64688465897d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae23f6 - async_std::task::block_on::block_on::h5d05ac98bce237b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c9555c1 - event::app::endpoint::room::tests::update::update_room_closed::h7ebb63468635daaf [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1171:13 [INFO] [stdout] 50: 0x56465c95557a - event::app::endpoint::room::tests::update::update_room_closed::{{closure}}::h1a4712049faac337 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1170:9 [INFO] [stdout] 51: 0x56465cb1cbee - core::ops::function::FnOnce::call_once::h0e64c4e4b06e7832 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::update::update_room_invalid_time stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::update::update_room_invalid_time' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c951d6b - event::app::endpoint::room::tests::update::update_room_invalid_time::{{closure}}::h1fc85f5090782155 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1074:26 [INFO] [stdout] 20: 0x56465ca9d0f9 - as core::future::future::Future>::poll::hc9cc9a4245f6062e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79df9 - as core::future::future::Future>::poll::{{closure}}::h29900238c47fad89 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65ad53 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h37156f7bf5aeda4b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c629675 - std::thread::local::LocalKey::try_with::h993ed09b8bdb40c9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60c6dd - std::thread::local::LocalKey::with::h7833cfc39180342e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65846b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hf4b31c9a5cc1d631 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca796f8 - as core::future::future::Future>::poll::hf55b775517e6fcff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ad633 - smol::run::run::{{closure}}::{{closure}}::h5c61e26a090b732e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c669af8 - scoped_tls_hkt::ScopedKey::set::h1e5610534007a2f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9171a0 - smol::throttle::setup::h4df3f8ffdb087fdb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69ecf0 - smol::run::run::{{closure}}::ha52626b81decb715 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1cb79 - core::ops::function::FnOnce::call_once::h0da319bbf9546880 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914e10 - smol::context::enter::h0bc404cdc808b86e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6acee9 - smol::run::run::{{closure}}::{{closure}}::h44609717b939bb4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66f4b8 - scoped_tls_hkt::ScopedKey::set::hbea7db8c6d48734d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c857033 - smol::thread_local::ThreadLocalExecutor::enter::hd1cd469c9becf8f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a78fa - smol::run::run::{{closure}}::he501a81af3791ceb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6af661 - smol::run::run::{{closure}}::{{closure}}::hc570aceb40d1ad18 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca285c8 - smol::work_stealing::WORKER::::set::h856f816531619fac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e9b3 - smol::work_stealing::Worker::enter::h95144dcc9f470b29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68d31a - smol::run::run::{{closure}}::h1d83fccbc917074b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6864ae - smol::run::run::hca790ae3f3c65fbb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf245 - async_std::task::builder::Builder::blocking::{{closure}}::h1e695c14ac3725aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65a40a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h28c933fbd8167af9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63076e - std::thread::local::LocalKey::try_with::hc9d83e621efeca62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60f51d - std::thread::local::LocalKey::with::hb99f4ef10bf8d3b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c658572 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hf8a741b83c3fc722 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab9cb8 - async_std::task::builder::Builder::blocking::h93f2b2953496e653 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae31b7 - async_std::task::block_on::block_on::hae39375cf78a3022 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c951c41 - event::app::endpoint::room::tests::update::update_room_invalid_time::hc9017bd2d25d72a2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1073:13 [INFO] [stdout] 50: 0x56465c951bfa - event::app::endpoint::room::tests::update::update_room_invalid_time::{{closure}}::h1156f4507d7f4d67 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1072:9 [INFO] [stdout] 51: 0x56465cb1eebe - core::ops::function::FnOnce::call_once::h6962391806e63987 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::update::update_room_missing stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::update::update_room_missing' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c95498d - event::app::endpoint::room::tests::update::update_room_missing::{{closure}}::hae86148eda41df76 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1152:52 [INFO] [stdout] 20: 0x56465ca95ab9 - as core::future::future::Future>::poll::h5596d81738a43b23 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79c69 - as core::future::future::Future>::poll::{{closure}}::h1aa5b16fd41faa19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c660d13 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hc5daaba723bb9a75 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c630c45 - std::thread::local::LocalKey::try_with::hcaa69447df56b20e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60cbcd - std::thread::local::LocalKey::with::h7eca6d5ed5d29e99 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6571eb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h9acbfcd299843081 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca789d8 - as core::future::future::Future>::poll::h8cf9b8ff8beed063 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6afc13 - smol::run::run::{{closure}}::{{closure}}::hd39ebb2e214372b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66a1e8 - scoped_tls_hkt::ScopedKey::set::h3185abb8697e39f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918e60 - smol::throttle::setup::hf2f8c02dc28c6c15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c692140 - smol::run::run::{{closure}}::h46e4cef8a71388da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1cd29 - core::ops::function::FnOnce::call_once::h11417ce4a2a5a928 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915450 - smol::context::enter::h5264513f03fb2c29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae489 - smol::run::run::{{closure}}::{{closure}}::h8b3e9f49857ddf82 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c669c08 - scoped_tls_hkt::ScopedKey::set::h1f5b87bd68ab5af1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8545f3 - smol::thread_local::ThreadLocalExecutor::enter::h37b9beaacdd7c6c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a44ca - smol::run::run::{{closure}}::hc5d043087487e374 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ae7c1 - smol::run::run::{{closure}}::{{closure}}::h999649f5639e17fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca29b08 - smol::work_stealing::WORKER::::set::hd9a45b4e03c24804 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f443 - smol::work_stealing::Worker::enter::hb9e6b22ad0da6e51 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69ba4a - smol::run::run::{{closure}}::h8edb83a3832d17d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67eb2c - smol::run::run::h5d06f386768c0ae1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf603 - async_std::task::builder::Builder::blocking::{{closure}}::h3f3ca1dcdd95e2a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c661ceb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hdb224d40a440a208 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c631fde - std::thread::local::LocalKey::try_with::hd19d478a1e232110 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60955d - std::thread::local::LocalKey::with::h22acac0f2ded7b31 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657730 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hb37b32b43772ed59 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab2478 - async_std::task::builder::Builder::blocking::h29acef0148f9d6ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2346 - async_std::task::block_on::block_on::h5c84d8d284473575 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c95484b - event::app::endpoint::room::tests::update::update_room_missing::hdbe7192566069557 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1150:13 [INFO] [stdout] 50: 0x56465c95480a - event::app::endpoint::room::tests::update::update_room_missing::{{closure}}::h6c66450e3802f9ad [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1149:9 [INFO] [stdout] 51: 0x56465cb20cbe - core::ops::function::FnOnce::call_once::hb18466fcf5db19f7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::update::update_room_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::update::update_room_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c953995 - event::app::endpoint::room::tests::update::update_room_not_authorized::{{closure}}::h94752babc05e3a41 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1124:26 [INFO] [stdout] 20: 0x56465ca93219 - as core::future::future::Future>::poll::h268893d95323f02d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a2b9 - as core::future::future::Future>::poll::{{closure}}::h4e6c2116cc044eff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c6615e3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hd0a67fa88a2cf375 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61a5a5 - std::thread::local::LocalKey::try_with::h31f3687dceae25c1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60ae5d - std::thread::local::LocalKey::with::h504f4a9e2cd655d1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c655bbb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h3d46ed4e1c7268eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78e58 - as core::future::future::Future>::poll::hb181312dc5e318c0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae733 - smol::run::run::{{closure}}::{{closure}}::h991722ef8c19a990 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c668ef8 - scoped_tls_hkt::ScopedKey::set::h107f07e9b77cfb56 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918320 - smol::throttle::setup::ha68b7b1f7f33d3ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6927a0 - smol::run::run::{{closure}}::h474ed3429aa261fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1da19 - core::ops::function::FnOnce::call_once::h2ebcdddbbbc15977 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915850 - smol::context::enter::ha3c5b60a3aa89228 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ace69 - smol::run::run::{{closure}}::{{closure}}::h43f256a1e74b46ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66aa48 - scoped_tls_hkt::ScopedKey::set::h48715db546adfd99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855be3 - smol::thread_local::ThreadLocalExecutor::enter::h7f56f95ab7b74e29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69583a - smol::run::run::{{closure}}::h6071e6fc9a5a3703 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0381 - smol::run::run::{{closure}}::{{closure}}::he3187c6193b667c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca288f8 - smol::work_stealing::WORKER::::set::h90871d177c232f97 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2dd83 - smol::work_stealing::Worker::enter::h648bc4ccb49ffe15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69baba - smol::run::run::{{closure}}::h8f31c42cae69e37a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6893ec - smol::run::run::hf44990c94d7cdc4f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfe33 - async_std::task::builder::Builder::blocking::{{closure}}::h8b9e734de49b2d2f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c6629bb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hed1c28e69e36a1a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c6144ae - std::thread::local::LocalKey::try_with::h098aeb559cadd234 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60e31d - std::thread::local::LocalKey::with::ha47659ae2a5da7f9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656fd0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h91db241380421650 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab4838 - async_std::task::builder::Builder::blocking::h48edc6113ca3cb36 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3056 - async_std::task::block_on::block_on::hab3414a9a63d1273 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c953841 - event::app::endpoint::room::tests::update::update_room_not_authorized::h61d3a9a4c83ea85f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1122:13 [INFO] [stdout] 50: 0x56465c9537fa - event::app::endpoint::room::tests::update::update_room_not_authorized::{{closure}}::h3de8121c77e370d5 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1121:9 [INFO] [stdout] 51: 0x56465cb1d6fe - core::ops::function::FnOnce::call_once::h26df37b50b7535ce [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::leave::leave_room_while_not_entered stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::leave::leave_room_while_not_entered' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7ac065 - event::app::endpoint::room::tests::leave::leave_room_while_not_entered::{{closure}}::h93bdac8705e874eb [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1387:26 [INFO] [stdout] 20: 0x56465ca9afa9 - as core::future::future::Future>::poll::hb082005679490486 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7b209 - as core::future::future::Future>::poll::{{closure}}::hf7b387766d4528e1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65e5d3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h8a1683675cac5493 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62cfe5 - std::thread::local::LocalKey::try_with::hb1d50babaeda056e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c611d1d - std::thread::local::LocalKey::with::hf46285a26f48ed7c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65777b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hb7fae0d8b138aae0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78858 - as core::future::future::Future>::poll::h847f0e6670b898b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aed13 - smol::run::run::{{closure}}::{{closure}}::ha679895cb1043234 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66d4b8 - scoped_tls_hkt::ScopedKey::set::h8b4d82070fd74398 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917e20 - smol::throttle::setup::h89f7f14e3aa8f9f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c692e60 - smol::run::run::{{closure}}::h4b3204eb89f3ccfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb220a9 - core::ops::function::FnOnce::call_once::hdfbbdad74cc2d711 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915590 - smol::context::enter::h7599625a43fd6812 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b05e9 - smol::run::run::{{closure}}::{{closure}}::heafba82addc633ce [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66fcf8 - scoped_tls_hkt::ScopedKey::set::hce34f73ae2a5dcae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8575e3 - smol::thread_local::ThreadLocalExecutor::enter::heefca2ac34ecdc83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68e1ea - smol::run::run::{{closure}}::h23ba5648180ab467 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ac5e1 - smol::run::run::{{closure}}::{{closure}}::h2c345c20e72c2fd1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a5a8 - smol::work_stealing::WORKER::::set::hf5d120ca2e289186 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2fb93 - smol::work_stealing::Worker::enter::hd98dba48a4b0b7ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68d36a - smol::run::run::{{closure}}::h1da4de9554b02f6d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c688d2c - smol::run::run::hf209f18c032d46b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfd13 - async_std::task::builder::Builder::blocking::{{closure}}::h8510e4d9687b0648 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65fccb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::had931b474672370b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c622c1e - std::thread::local::LocalKey::try_with::h6ffb2acadac9a4c4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60d3ed - std::thread::local::LocalKey::with::h89b0d597b8dd6053 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656d60 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h84dd5fc4dee2d387 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab3b38 - async_std::task::builder::Builder::blocking::h3cbf0941696d09d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3476 - async_std::task::block_on::block_on::hc03d278d6ebb6354 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7abf11 - event::app::endpoint::room::tests::leave::leave_room_while_not_entered::h2b5d528efa9b3b34 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1385:13 [INFO] [stdout] 50: 0x56465c7abeca - event::app::endpoint::room::tests::leave::leave_room_while_not_entered::{{closure}}::h17be6aed1d707fd2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1384:9 [INFO] [stdout] 51: 0x56465cb1c6be - core::ops::function::FnOnce::call_once::h03054dd02ebb34d1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::read::read_room_not_authorized stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::read::read_room_not_authorized' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c897325 - event::app::endpoint::room::tests::read::read_room_not_authorized::{{closure}}::h39715cd1f83c45a0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:836:26 [INFO] [stdout] 20: 0x56465ca9d459 - as core::future::future::Future>::poll::hcc2c255f6b51f821 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7aa89 - as core::future::future::Future>::poll::{{closure}}::h97c4640d3c1cef88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c662483 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::he8a72111f37a479d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61e595 - std::thread::local::LocalKey::try_with::h509d534ebd917d56 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60e61d - std::thread::local::LocalKey::with::ha6d026009824481e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657ffb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::he6c81448a2c1d0b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79398 - as core::future::future::Future>::poll::hd7e910d3ceb36982 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aea53 - smol::run::run::{{closure}}::{{closure}}::ha153774388b84482 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66c7c8 - scoped_tls_hkt::ScopedKey::set::h7260302e657fc670 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916840 - smol::throttle::setup::h2f1dee15c001f282 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6951f0 - smol::run::run::{{closure}}::h5aeb9a92e77c0fb6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb22639 - core::ops::function::FnOnce::call_once::he963cb191754deb4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c914dd0 - smol::context::enter::h0b9b13b58445baa7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b00e9 - smol::run::run::{{closure}}::{{closure}}::hdca1edaeeafd9e45 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6708f8 - scoped_tls_hkt::ScopedKey::set::he2864fc1a4237308 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856193 - smol::thread_local::ThreadLocalExecutor::enter::h9adeffa3a92fde77 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69344a - smol::run::run::{{closure}}::h4c0b96a0e884250c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6abbc1 - smol::run::run::{{closure}}::{{closure}}::h09ec6d8ca793c2af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a6b8 - smol::work_stealing::WORKER::::set::hf638a11d543ebd5c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f033 - smol::work_stealing::Worker::enter::hb37cd7f1c0d18d32 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68be0a - smol::run::run::{{closure}}::h1539e199675349bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68614c - smol::run::run::hc8fd356be52ea164 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfbd3 - async_std::task::builder::Builder::blocking::{{closure}}::h7a62f0dffed83275 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65f6fb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha51c228a49e32f88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62b0ae - std::thread::local::LocalKey::try_with::ha12609da78327cfe [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c608cad - std::thread::local::LocalKey::with::h13d16012aa177346 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657d00 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hd361c4e26f8f250f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab5878 - async_std::task::builder::Builder::blocking::h572f0902a5f448d2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2766 - async_std::task::block_on::block_on::h6b6cb1d3d895c336 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c8971d1 - event::app::endpoint::room::tests::read::read_room_not_authorized::h97001fe44b157f9e [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:834:13 [INFO] [stdout] 50: 0x56465c89718a - event::app::endpoint::room::tests::read::read_room_not_authorized::{{closure}}::h86b79f71223da677 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:833:9 [INFO] [stdout] 51: 0x56465cb21cbe - core::ops::function::FnOnce::call_once::hd2ef9c9e5a1bd383 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::adjust::adjust_room_missing stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::adjust::adjust_room_missing' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c899eed - event::app::endpoint::room::tests::adjust::adjust_room_missing::{{closure}}::hbe51418477489cbe [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1466:52 [INFO] [stdout] 20: 0x56465ca9b039 - as core::future::future::Future>::poll::hb1fc02594ace6b7e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a859 - as core::future::future::Future>::poll::{{closure}}::h8246c848d0cd9a0d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65e963 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h8fb688d5fc7f7950 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c631995 - std::thread::local::LocalKey::try_with::hd043fd6faddd923b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c611f0d - std::thread::local::LocalKey::with::hf7a5ecf1fc8a2b16 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65546b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h0e87fb4b099d67ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78fd8 - as core::future::future::Future>::poll::hc0dfe0938a0fb73b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6b0433 - smol::run::run::{{closure}}::{{closure}}::he6e6462c80699922 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66ceb8 - scoped_tls_hkt::ScopedKey::set::h7a0c75dae1e664f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918000 - smol::throttle::setup::h9e12f2720287877b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c698890 - smol::run::run::{{closure}}::h71faa3ef5f3d934d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1ccf9 - core::ops::function::FnOnce::call_once::h1055e8985d944e78 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9156d0 - smol::context::enter::h8b2b888f15cbbc34 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ad829 - smol::run::run::{{closure}}::{{closure}}::h66b6da261a0fd074 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66a938 - scoped_tls_hkt::ScopedKey::set::h3f6ce8ac3fabb0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c857443 - smol::thread_local::ThreadLocalExecutor::enter::he6662b7a7192113b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69c2aa - smol::run::run::{{closure}}::h98dc125ca4103f74 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad3a1 - smol::run::run::{{closure}}::{{closure}}::h50673f3fc9dc490a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca262b8 - smol::work_stealing::WORKER::::set::h25b14eafa81e4664 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2df23 - smol::work_stealing::Worker::enter::h6dadb8c8e99537e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a719a - smol::run::run::{{closure}}::he26a933b87ab7648 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67b1ce - smol::run::run::h1c98101b3fbd112b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0b35 - async_std::task::builder::Builder::blocking::{{closure}}::hfc288d4fc69b255e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66270a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::he9feee6e5de64679 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c621e6e - std::thread::local::LocalKey::try_with::h67485d2cc92c82f3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60832d - std::thread::local::LocalKey::with::h0909ea1e7c08e815 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6570f2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h95589a8e0212b893 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab2138 - async_std::task::builder::Builder::blocking::h25084ce86d4e6c50 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2c37 - async_std::task::block_on::block_on::h8f4bf7a96212ddec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c899dab - event::app::endpoint::room::tests::adjust::adjust_room_missing::hc81082c8fbe9411f [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1464:13 [INFO] [stdout] 50: 0x56465c899d6a - event::app::endpoint::room::tests::adjust::adjust_room_missing::{{closure}}::h6a70eeedf7353dad [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1463:9 [INFO] [stdout] 51: 0x56465cb1cf0e - core::ops::function::FnOnce::call_once::h149a2ff1dd75b096 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::enter::enter_room stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::enter::enter_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca6862b - event::app::endpoint::room::tests::enter::enter_room::{{closure}}::h07069ae6726f13c0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1214:26 [INFO] [stdout] 20: 0x56465ca98269 - as core::future::future::Future>::poll::h8108057c55d2833f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a309 - as core::future::future::Future>::poll::{{closure}}::h4feacf4b66f2dc13 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65b9e3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h4cebd1e6847dc54d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c620895 - std::thread::local::LocalKey::try_with::h5ff6208379709a5f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60cc3d - std::thread::local::LocalKey::with::h7f02eff9cc67cf4b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65634b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h6015923bdb1eb14a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79158 - as core::future::future::Future>::poll::hc8da561fe37ba843 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6afb33 - smol::run::run::{{closure}}::{{closure}}::hd26084b9bb7eabe4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66bb18 - scoped_tls_hkt::ScopedKey::set::h61bca587989d7d58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916160 - smol::throttle::setup::h068b0313535e7273 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a0060 - smol::run::run::{{closure}}::habefff619f872485 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1f3f9 - core::ops::function::FnOnce::call_once::h74fbf165ed402b82 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915410 - smol::context::enter::h48a0d7787df89831 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae5c9 - smol::run::run::{{closure}}::{{closure}}::h8f03aa1b968f0f8a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6714f8 - scoped_tls_hkt::ScopedKey::set::hf8121f81c8508bb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c853dd3 - smol::thread_local::ThreadLocalExecutor::enter::h0ae9f67a2582b71a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c698fca - smol::run::run::{{closure}}::h7882bb58a33ef01d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6aef41 - smol::run::run::{{closure}}::{{closure}}::hae356f84514d3e7e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a168 - smol::work_stealing::WORKER::::set::hebed9d6dd3022bcc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2ca03 - smol::work_stealing::Worker::enter::h17266f45331a2524 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6904fa - smol::run::run::{{closure}}::h34326b4674cb98a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c683c2c - smol::run::run::ha4b76cb6a66efe6b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabeea3 - async_std::task::builder::Builder::blocking::{{closure}}::h02283df1f116ae13 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66349b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hfc1b16f2c40e0b95 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61738e - std::thread::local::LocalKey::try_with::h1c5fa2687ae4dd1f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c61235d - std::thread::local::LocalKey::with::hfe8112975c46dd5f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655420 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h0795e5ebdd1488e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab6bf8 - async_std::task::builder::Builder::blocking::h64164c1abce8f947 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1dc6 - async_std::task::block_on::block_on::h41cbe6f775466605 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465ca68511 - event::app::endpoint::room::tests::enter::enter_room::h550fe577bb7db1e0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1213:13 [INFO] [stdout] 50: 0x56465ca684ca - event::app::endpoint::room::tests::enter::enter_room::{{closure}}::h19237f66783ff860 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:1212:9 [INFO] [stdout] 51: 0x56465cb1c61e - core::ops::function::FnOnce::call_once::h018b685433d9909b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::state::tests::read_state_collection stdout ---- [INFO] [stdout] thread 'app::endpoint::state::tests::read_state_collection' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cb0401a - event::app::endpoint::state::tests::read_state_collection::{{closure}}::h3a09b274e1da3f7c [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:268:22 [INFO] [stdout] 20: 0x56465ca9ceb9 - as core::future::future::Future>::poll::hc806f0dab1cd8df8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79cb9 - as core::future::future::Future>::poll::{{closure}}::h1c8004d8a338330b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65d5c3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h6ffcc412e0246afc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c621395 - std::thread::local::LocalKey::try_with::h62cebd53a55140e3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60931d - std::thread::local::LocalKey::with::h1dbcd5648dbd0df8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6575ab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hb07a3b9a7ade5d18 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79278 - as core::future::future::Future>::poll::hd1d8dd7971393d21 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae333 - smol::run::run::{{closure}}::{{closure}}::h861b82e5ba7e4cd1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c670e28 - scoped_tls_hkt::ScopedKey::set::hed3c45b103596314 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917ec0 - smol::throttle::setup::h96fc2ae0346f0d59 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6aabe0 - smol::run::run::{{closure}}::hfc82a5ab3be0286d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1e9f9 - core::ops::function::FnOnce::call_once::h56b2f177b6503831 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915710 - smol::context::enter::h8f67503e700852a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae1a9 - smol::run::run::{{closure}}::{{closure}}::h81c1f81f58973526 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66f7c8 - scoped_tls_hkt::ScopedKey::set::hc3e0d5e12b2667cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8569b3 - smol::thread_local::ThreadLocalExecutor::enter::hbbdc92673796f4e7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69127a - smol::run::run::{{closure}}::h37fde4c57ca99ff5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b05a1 - smol::run::run::{{closure}}::{{closure}}::he83114ff0423961e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca2a058 - smol::work_stealing::WORKER::::set::heba8ec72dfca75fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d703 - smol::work_stealing::Worker::enter::h508f6e8cb5b5739f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a629a - smol::run::run::{{closure}}::hd4135cf217da4974 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c681054 - smol::run::run::h86527314ea5aad3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0175 - async_std::task::builder::Builder::blocking::{{closure}}::hb67ae89c4b343f13 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66123a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hcc60999b4f60e247 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62c8de - std::thread::local::LocalKey::try_with::had431609248958e3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c611a7d - std::thread::local::LocalKey::with::hf34833bf045f66f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657ca2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hd323857993cefad4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabc3b8 - async_std::task::builder::Builder::blocking::hcca63cc648a323c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae10b7 - async_std::task::block_on::block_on::h12b8249d12178fbf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cb03ec1 - event::app::endpoint::state::tests::read_state_collection::h324910eba9b363e0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:267:9 [INFO] [stdout] 50: 0x56465cb03e7a - event::app::endpoint::state::tests::read_state_collection::{{closure}}::h970f0d8e15a77101 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:266:5 [INFO] [stdout] 51: 0x56465cb21afe - core::ops::function::FnOnce::call_once::hd002023dc513953d [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::state::tests::read_state_multiple_sets stdout ---- [INFO] [stdout] thread 'app::endpoint::state::tests::read_state_multiple_sets' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cb001d2 - event::app::endpoint::state::tests::read_state_multiple_sets::{{closure}}::h0c80b21112c458d4 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:195:22 [INFO] [stdout] 20: 0x56465ca95249 - as core::future::future::Future>::poll::h4a02f969f34b6c47 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7ada9 - as core::future::future::Future>::poll::{{closure}}::hb7050f9ffc09f951 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c663123 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hf98f35cb7e7a2510 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c614f85 - std::thread::local::LocalKey::try_with::h0e848c6551d6b52b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60938d - std::thread::local::LocalKey::with::h1f30909163efeef1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c656bab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h795a0d107742571f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca797b8 - as core::future::future::Future>::poll::hf92a062822c84fc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af713 - smol::run::run::{{closure}}::{{closure}}::hc59edb17c49a199a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6687c8 - scoped_tls_hkt::ScopedKey::set::h069e13c9af5c8a5b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916ca0 - smol::throttle::setup::h40737164a7a72632 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a4d40 - smol::run::run::{{closure}}::hc9b111a6341c5c9e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1d049 - core::ops::function::FnOnce::call_once::h16e4a296e318bbaa [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915cd0 - smol::context::enter::hdb63a2fa6b35a8e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6adc29 - smol::run::run::{{closure}}::{{closure}}::h746ddd9f7ebf53cb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66af58 - scoped_tls_hkt::ScopedKey::set::h530ab9a3a60d83af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855cb3 - smol::thread_local::ThreadLocalExecutor::enter::h85b1d5302526881d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c68db3a - smol::run::run::{{closure}}::h20f6bb47a22a84fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6aefc1 - smol::run::run::{{closure}}::{{closure}}::hae9edd994f944074 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca266f8 - smol::work_stealing::WORKER::::set::h3ae46b16e4565134 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f103 - smol::work_stealing::Worker::enter::hb3f1c148e42a30d1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a9dda - smol::run::run::{{closure}}::hf5f566a805b28982 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c687c4c - smol::run::run::he453fb6a3596670f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf1e3 - async_std::task::builder::Builder::blocking::{{closure}}::h19ead5d11782717d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65b12b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h3b6d142f65c928b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61bf0e - std::thread::local::LocalKey::try_with::h3b7203772e72356c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60f08d - std::thread::local::LocalKey::with::hb30bdefe91cd3875 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655530 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h13d9f755de6b290d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465caba9b8 - async_std::task::builder::Builder::blocking::ha095f93a0dc774cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae26b6 - async_std::task::block_on::block_on::h6a48639d2fab44e5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cb00071 - event::app::endpoint::state::tests::read_state_multiple_sets::h6e4dbde031232fe9 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:194:9 [INFO] [stdout] 50: 0x56465cb0002a - event::app::endpoint::state::tests::read_state_multiple_sets::{{closure}}::h069e5331e6004775 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:193:5 [INFO] [stdout] 51: 0x56465cb2281e - core::ops::function::FnOnce::call_once::hecb7ac17d3447610 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::subscription::tests::create_subscription stdout ---- [INFO] [stdout] thread 'app::endpoint::subscription::tests::create_subscription' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca6d5da - event::app::endpoint::subscription::tests::create_subscription::{{closure}}::he876087faeab8dc4 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:222:22 [INFO] [stdout] 20: 0x56465ca9e6f9 - as core::future::future::Future>::poll::he38279f6f176e516 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79a89 - as core::future::future::Future>::poll::{{closure}}::h106b2061e7c89426 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c661823 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hd4d8fc1334792771 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c6155d5 - std::thread::local::LocalKey::try_with::h1040e567fea51391 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c6082ad - std::thread::local::LocalKey::with::h0909a3d49fe175e5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6559ab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h31ef7da5790283ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca786d8 - as core::future::future::Future>::poll::h7106dbd81a8bdcbe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae933 - smol::run::run::{{closure}}::{{closure}}::h9e7a84280bf41c84 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c669de8 - scoped_tls_hkt::ScopedKey::set::h24a279b842a89a19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9177e0 - smol::throttle::setup::h6e22e00bfeb98ab4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c697b40 - smol::run::run::{{closure}}::h6ce850290fd0a53c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21d29 - core::ops::function::FnOnce::call_once::hd3b120db5c0d9af4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915e50 - smol::context::enter::hee63fe4b9bfd51eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ad129 - smol::run::run::{{closure}}::{{closure}}::h48cbde2672551247 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6701e8 - scoped_tls_hkt::ScopedKey::set::hdb912b8288666ab1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854383 - smol::thread_local::ThreadLocalExecutor::enter::h2a9c8c62699e0f24 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a8eca - smol::run::run::{{closure}}::hecc9af56c78c2e36 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ae881 - smol::run::run::{{closure}}::{{closure}}::h9af694fa605f502b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca264d8 - smol::work_stealing::WORKER::::set::h324a1a47936f72fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca30213 - smol::work_stealing::Worker::enter::hf9c37b9c28522a42 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c68adca - smol::run::run::{{closure}}::h095a9de2d8eab986 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67d6f4 - smol::run::run::h42465971d5f14b2e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0ab5 - async_std::task::builder::Builder::blocking::{{closure}}::hf8e197c23d71b1c4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66014a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb44e40b58d905ef9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c6332ee - std::thread::local::LocalKey::try_with::hd9b3af174e83b016 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c6080dd - std::thread::local::LocalKey::with::h05f6b5c74c1dab79 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c657d62 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hd4ceff9ef9489c58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab3e78 - async_std::task::builder::Builder::blocking::h41cda022370d2310 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3687 - async_std::task::block_on::block_on::hcb84aa2fd09ff056 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465ca6d481 - event::app::endpoint::subscription::tests::create_subscription::had5a805c3b15aca1 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:221:9 [INFO] [stdout] 50: 0x56465ca6d43a - event::app::endpoint::subscription::tests::create_subscription::{{closure}}::hd1077963d0606893 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:220:5 [INFO] [stdout] 51: 0x56465cb1eb2e - core::ops::function::FnOnce::call_once::h5bff49d34cfd094e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::subscription::tests::create_subscription_closed_room stdout ---- [INFO] [stdout] thread 'app::endpoint::subscription::tests::create_subscription_closed_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca7143a - event::app::endpoint::subscription::tests::create_subscription_closed_room::{{closure}}::hda5587e562016662 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:308:22 [INFO] [stdout] 20: 0x56465ca97259 - as core::future::future::Future>::poll::h71e702a912651abf [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a129 - as core::future::future::Future>::poll::{{closure}}::h4353e961d3f270cb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65ed83 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h955f6b2aebbba68f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c627515 - std::thread::local::LocalKey::try_with::h92dacad67a39180b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60abdd - std::thread::local::LocalKey::with::h4c6c895f87c2f8eb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6566db - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h6caf79503b45aca1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca791b8 - as core::future::future::Future>::poll::hcce2b2c8f9e3a06b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ada33 - smol::run::run::{{closure}}::{{closure}}::h6b8fa0adb95ba0ce [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c669ed8 - scoped_tls_hkt::ScopedKey::set::h260f02696c817256 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917060 - smol::throttle::setup::h4bcd788e5dbffca6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c691a70 - smol::run::run::{{closure}}::h4367c93164e1337f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1f139 - core::ops::function::FnOnce::call_once::h70a535367c58a458 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9150d0 - smol::context::enter::h24b45cda8042a321 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac989 - smol::run::run::{{closure}}::{{closure}}::h3296c6a25ba9f1ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66e388 - scoped_tls_hkt::ScopedKey::set::ha97fe32c6c7b0655 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854ee3 - smol::thread_local::ThreadLocalExecutor::enter::h555fcc1fad96e958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a8e5a - smol::run::run::{{closure}}::heb337f865ce901d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6aeb81 - smol::run::run::{{closure}}::{{closure}}::ha3c77096c88dba81 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca27d48 - smol::work_stealing::WORKER::::set::h68bc9ea8800094b9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2c523 - smol::work_stealing::Worker::enter::h06bbc28ecaa2d19e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a78aa - smol::run::run::{{closure}}::he46316de177b76b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68248c - smol::run::run::h94ce5d914c220a14 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabfa73 - async_std::task::builder::Builder::blocking::{{closure}}::h6a19dccfc1c60bde [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c659aab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h2248f490bbb4b2bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61bd9e - std::thread::local::LocalKey::try_with::h3a4f964f07cb5511 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60a42d - std::thread::local::LocalKey::with::h3b4c8d81ddc6eb0e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6557f0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h264b9768429a6780 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabb378 - async_std::task::builder::Builder::blocking::hb53d92daca7c053a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3b56 - async_std::task::block_on::block_on::he021b8df8580f649 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465ca71311 - event::app::endpoint::subscription::tests::create_subscription_closed_room::hcc7bd96d21181230 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:307:9 [INFO] [stdout] 50: 0x56465ca712ca - event::app::endpoint::subscription::tests::create_subscription_closed_room::{{closure}}::hdafdc02a419414c0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:306:5 [INFO] [stdout] 51: 0x56465cb1ea7e - core::ops::function::FnOnce::call_once::h5aafed0b9c12ff64 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::event::tests::list_events_filtered_by_kinds stdout ---- [INFO] [stdout] thread 'app::endpoint::event::tests::list_events_filtered_by_kinds' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c7108ea - event::app::endpoint::event::tests::list_events_filtered_by_kinds::{{closure}}::h5794bff009a94abc [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:965:22 [INFO] [stdout] 20: 0x56465ca9b429 - as core::future::future::Future>::poll::hb5285ac9e8765b1a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7ad59 - as core::future::future::Future>::poll::{{closure}}::hb2f386fe5c506c0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c659303 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h1553e2acc945bb2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c618775 - std::thread::local::LocalKey::try_with::h2359198f8c36e317 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60fecd - std::thread::local::LocalKey::with::hc7650220359062ab [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6556eb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h1f8720e6ea05ab7a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78978 - as core::future::future::Future>::poll::h8c315e6a9f160983 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aca93 - smol::run::run::{{closure}}::{{closure}}::h34da2a7d747a99c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66cad8 - scoped_tls_hkt::ScopedKey::set::h764761d8740c130f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918140 - smol::throttle::setup::ha0d49b6461e468a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c68a030 - smol::run::run::{{closure}}::h034de71b43d330fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1e949 - core::ops::function::FnOnce::call_once::h54dc76ae1ff328a3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915f90 - smol::context::enter::hf9804ac941cd9459 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ad4a9 - smol::run::run::{{closure}}::{{closure}}::h56aef37565ae99e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66eda8 - scoped_tls_hkt::ScopedKey::set::hb6ca4a2f1a7d705a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856f63 - smol::thread_local::ThreadLocalExecutor::enter::hcef2cbd70a377841 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a538a - smol::run::run::{{closure}}::hca8cae64dd08ce9d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ace21 - smol::run::run::{{closure}}::{{closure}}::h41edb0c1386a6b08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca299f8 - smol::work_stealing::WORKER::::set::hd4d614e566cc3651 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2d633 - smol::work_stealing::Worker::enter::h5061ca5a9dd72eb2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a3daa - smol::run::run::{{closure}}::hc3c821872668c1f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67bbf2 - smol::run::run::h25c7e4a0a1f0960d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac08f3 - async_std::task::builder::Builder::blocking::{{closure}}::hee5dd2bd73bc6219 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65e09b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h7d7740595eb2900b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c61ebfe - std::thread::local::LocalKey::try_with::h5510eb7769ae94c9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60ef6d - std::thread::local::LocalKey::with::hb1bb6e387b9c786f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656a50 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h746450f01c49f12d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab68b8 - async_std::task::builder::Builder::blocking::h63af2ab6ba3d67e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae3946 - async_std::task::block_on::block_on::hd6b6396bd8f76f8b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c7107a1 - event::app::endpoint::event::tests::list_events_filtered_by_kinds::hfa5f90f231bc574a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:964:9 [INFO] [stdout] 50: 0x56465c71075a - event::app::endpoint::event::tests::list_events_filtered_by_kinds::{{closure}}::h9d5ba3a1b0ee4960 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/event.rs:963:5 [INFO] [stdout] 51: 0x56465cb1dc9e - core::ops::function::FnOnce::call_once::h357fe86ace1f9c87 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::state::tests::read_state_collection_with_occurred_at_filter stdout ---- [INFO] [stdout] thread 'app::endpoint::state::tests::read_state_collection_with_occurred_at_filter' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cb0b4ea - event::app::endpoint::state::tests::read_state_collection_with_occurred_at_filter::{{closure}}::h1e8d49447b979e48 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:422:22 [INFO] [stdout] 20: 0x56465ca924b9 - as core::future::future::Future>::poll::h11f8f15838391d44 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a269 - as core::future::future::Future>::poll::{{closure}}::h4bf184f09286abc8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c6589f3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h0234498d22b17510 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c613705 - std::thread::local::LocalKey::try_with::h056ea933a765b71c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60c88d - std::thread::local::LocalKey::with::h7ab64b436b3c3ff9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6569eb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h739cf9ef07d19d9d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca77e98 - as core::future::future::Future>::poll::h166abb724d816242 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af593 - smol::run::run::{{closure}}::{{closure}}::hbc5955438619dde8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c668ad8 - scoped_tls_hkt::ScopedKey::set::h0b78c42ad552798e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9168e0 - smol::throttle::setup::h302d4c0da154b018 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c693510 - smol::run::run::{{closure}}::h4df31699a1d40436 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1e5b9 - core::ops::function::FnOnce::call_once::h4aac2ef570435ea4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915210 - smol::context::enter::h2d336d70128094d8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae4c9 - smol::run::run::{{closure}}::{{closure}}::h8caf446b598401cb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66d1c8 - scoped_tls_hkt::ScopedKey::set::h814cda0d5e2c4b00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c856dc3 - smol::thread_local::ThreadLocalExecutor::enter::hc80a1b628e4c98d7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69a50a - smol::run::run::{{closure}}::h885a36950975e3a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad201 - smol::run::run::{{closure}}::{{closure}}::h4b2df2b3e2245dc7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca286d8 - smol::work_stealing::WORKER::::set::h87121a5bade29906 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2c863 - smol::work_stealing::Worker::enter::h0f7c5030367f32bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c697a1a - smol::run::run::{{closure}}::h68c9ea9c3ad04862 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c687fb4 - smol::run::run::he7b61d0e5c2e4047 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac09b5 - async_std::task::builder::Builder::blocking::{{closure}}::hf3161b740a4804af [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66138a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hcc9bf96cdbc29eb9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62298e - std::thread::local::LocalKey::try_with::h6b4d43000115824b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60ce0d - std::thread::local::LocalKey::with::h805dbe526e8de934 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6572b2 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h9e74afdd79825b6e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab2af8 - async_std::task::builder::Builder::blocking::h2ee041788115f0cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1a57 - async_std::task::block_on::block_on::h3447ba2f63f494d1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cb0b391 - event::app::endpoint::state::tests::read_state_collection_with_occurred_at_filter::ha9deab178c39cc83 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:421:9 [INFO] [stdout] 50: 0x56465cb0b34a - event::app::endpoint::state::tests::read_state_collection_with_occurred_at_filter::{{closure}}::hfb807525881fa227 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:420:5 [INFO] [stdout] 51: 0x56465cb2081e - core::ops::function::FnOnce::call_once::ha54113e281c91cbb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::state::tests::read_state_collection_with_attribute_filter stdout ---- [INFO] [stdout] thread 'app::endpoint::state::tests::read_state_collection_with_attribute_filter' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cb086c0 - event::app::endpoint::state::tests::read_state_collection_with_attribute_filter::{{closure}}::h47bf065ccb204f34 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:355:22 [INFO] [stdout] 20: 0x56465ca99099 - as core::future::future::Future>::poll::h9423845c79c13205 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7abc9 - as core::future::future::Future>::poll::{{closure}}::h9e2471d0aace650a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65f0b3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h9d085a0de3285c77 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c622ac5 - std::thread::local::LocalKey::try_with::h6cc6c909c75aa955 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60f9ed - std::thread::local::LocalKey::with::hc1851b14e1e7863a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c657eab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hdf3b6bee5991a86d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78c78 - as core::future::future::Future>::poll::ha2fbb19ce1c69559 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6aee73 - smol::run::run::{{closure}}::{{closure}}::habe41ff906b3c36c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66dba8 - scoped_tls_hkt::ScopedKey::set::h96868e4aef3910dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c9176a0 - smol::throttle::setup::h6aaece5e93964b1f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a9790 - smol::run::run::{{closure}}::hf42e846e64b6ebd6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1fda9 - core::ops::function::FnOnce::call_once::h8d39ff7ea5c13a68 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915150 - smol::context::enter::h283bc7305bbdaabd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6af9c9 - smol::run::run::{{closure}}::{{closure}}::hcbba3ededa0466ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6685c8 - scoped_tls_hkt::ScopedKey::set::h0148178c580a076a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c855a43 - smol::thread_local::ThreadLocalExecutor::enter::h7bbf818e699d8b72 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a71ea - smol::run::run::{{closure}}::he3932511e8c63189 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ad061 - smol::run::run::{{closure}}::{{closure}}::h46df17de81ba6bfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca25c58 - smol::work_stealing::WORKER::::set::h146ebb064f6622f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2c453 - smol::work_stealing::Worker::enter::h048392837e5973e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a3d5a - smol::run::run::{{closure}}::hc29126160457821a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c682b4c - smol::run::run::h96379ed181531682 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0053 - async_std::task::builder::Builder::blocking::{{closure}}::ha381b5729394d5e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65fb7b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::ha9a642720b873812 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63227e - std::thread::local::LocalKey::try_with::hd274428efa03b22f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60d7dd - std::thread::local::LocalKey::with::h90abd7d8554849c3 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6567a0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h6fff7743398eedd7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465caafd78 - async_std::task::builder::Builder::blocking::h0cf3969211f66d49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2556 - async_std::task::block_on::block_on::h5f354dddd840f0cc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cb08561 - event::app::endpoint::state::tests::read_state_collection_with_attribute_filter::hae82abf57862bb1a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:354:9 [INFO] [stdout] 50: 0x56465cb0851a - event::app::endpoint::state::tests::read_state_collection_with_attribute_filter::{{closure}}::hed6cbc4feb09f725 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:353:5 [INFO] [stdout] 51: 0x56465cb21f0e - core::ops::function::FnOnce::call_once::hda551d428fb17f39 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::state::tests::read_state_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::state::tests::read_state_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465cb10cdd - event::app::endpoint::state::tests::read_state_missing_room::{{closure}}::hdbd4cdb554579354 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:540:48 [INFO] [stdout] 20: 0x56465ca99009 - as core::future::future::Future>::poll::h93e6b78d007baca0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7b1b9 - as core::future::future::Future>::poll::{{closure}}::heed5335ecae793de [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c6593f3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h17347d3b71469cc0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c624d05 - std::thread::local::LocalKey::try_with::h816dcb0defc81370 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c609c1d - std::thread::local::LocalKey::with::h2f5548bc14c73d6e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65573b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h240f4b52d7f8ccb6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca784f8 - as core::future::future::Future>::poll::h4f34052bb882de09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6acd53 - smol::run::run::{{closure}}::{{closure}}::h3fae807922a28180 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66e698 - scoped_tls_hkt::ScopedKey::set::haf4effd48527c0d7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918500 - smol::throttle::setup::hba117b2cce6efb42 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c696d20 - smol::run::run::{{closure}}::h6600de48484947df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb21a19 - core::ops::function::FnOnce::call_once::hcee6b9b4b93b6b90 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915a90 - smol::context::enter::hc0de59097a3058f2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ac429 - smol::run::run::{{closure}}::{{closure}}::h2ab0e4115f1f0261 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66cfc8 - scoped_tls_hkt::ScopedKey::set::h7a5619831bcfbe4d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c857923 - smol::thread_local::ThreadLocalExecutor::enter::hf8af774143450029 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6a8daa - smol::run::run::{{closure}}::hea791931835052d4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6b0c61 - smol::run::run::{{closure}}::{{closure}}::hfb563e89b86a0ad0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca26b38 - smol::work_stealing::WORKER::::set::h4b4a143702c07951 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2f783 - smol::work_stealing::Worker::enter::hc711f0325a6290db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c693bba - smol::run::run::{{closure}}::h501f9b979a6defae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67c60e - smol::run::run::h2ea184dc1b8829c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0935 - async_std::task::builder::Builder::blocking::{{closure}}::hef642e08f487ad60 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65d21a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h6e8e01e83d3e5b1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c63585e - std::thread::local::LocalKey::try_with::he8111a99c9af2422 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60c4ad - std::thread::local::LocalKey::with::h733bac57fa51db86 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c656692 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h6c2665dd62044991 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cabe778 - async_std::task::builder::Builder::blocking::hf99d6b6d57129b13 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1d17 - async_std::task::block_on::block_on::h3e3bd4d5fb09de47 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465cb10b9b - event::app::endpoint::state::tests::read_state_missing_room::h87383b42d4807af8 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:538:9 [INFO] [stdout] 50: 0x56465cb10b5a - event::app::endpoint::state::tests::read_state_missing_room::{{closure}}::he92e83c0dd2bdbd2 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/state.rs:537:5 [INFO] [stdout] 51: 0x56465cb215fe - core::ops::function::FnOnce::call_once::hc4fc75b27d408b05 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::room::tests::read::read_room stdout ---- [INFO] [stdout] thread 'app::endpoint::room::tests::read::read_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465c8957cb - event::app::endpoint::room::tests::read::read_room::{{closure}}::h9e39ced4bf514a5b [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:801:26 [INFO] [stdout] 20: 0x56465ca93849 - as core::future::future::Future>::poll::h3458e088df88d434 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a949 - as core::future::future::Future>::poll::{{closure}}::h8821216a274da4ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c662df3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hf00c12b4a319ca74 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61fbf5 - std::thread::local::LocalKey::try_with::h5aa72816049cb498 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c61036d - std::thread::local::LocalKey::with::hcffb794cdad30aad [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c65521b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h0075b0bb10204e1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79038 - as core::future::future::Future>::poll::hc504ae4c60a89e14 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ae513 - smol::run::run::{{closure}}::{{closure}}::h8e8c6cb7e00f5952 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c6702d8 - scoped_tls_hkt::ScopedKey::set::hdccae373f166d73b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c918820 - smol::throttle::setup::hcf34b7f1ded078ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c69c370 - smol::run::run::{{closure}}::h99059a55616c4105 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1f339 - core::ops::function::FnOnce::call_once::h73cc23fc2870a712 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c9154d0 - smol::context::enter::h5c801eaa6961342a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6b0809 - smol::run::run::{{closure}}::{{closure}}::heebc734d91c66b31 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6692f8 - scoped_tls_hkt::ScopedKey::set::h136c5671b5349bd0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c857103 - smol::thread_local::ThreadLocalExecutor::enter::hd554925c375a506d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c69045a - smol::run::run::{{closure}}::h32e5538a2a9d33f1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6af341 - smol::run::run::{{closure}}::{{closure}}::hb39b0481fbe4e0d1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca26c48 - smol::work_stealing::WORKER::::set::h4dab4683fc0c8c5c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e193 - smol::work_stealing::Worker::enter::h7146277880fd96b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c69972a - smol::run::run::{{closure}}::h7f26a82f92055494 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c6878ec - smol::run::run::he0de3d76b8948279 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac0783 - async_std::task::builder::Builder::blocking::{{closure}}::he6d09181bd7e3b5e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65efab - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h9ce420a798931ae6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c6284de - std::thread::local::LocalKey::try_with::h952a5f77492bb08e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c610c4d - std::thread::local::LocalKey::with::hd9cc887d55f5c636 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655850 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h2cf42e97224c5654 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab9638 - async_std::task::builder::Builder::blocking::h8e71ebe277605e08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae14d6 - async_std::task::block_on::block_on::h21e2ac092a54318b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465c8956b1 - event::app::endpoint::room::tests::read::read_room::hca40b4bc799b7fdf [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:800:13 [INFO] [stdout] 50: 0x56465c89566a - event::app::endpoint::room::tests::read::read_room::{{closure}}::h6d10f9b383893dd0 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/room.rs:799:9 [INFO] [stdout] 51: 0x56465cb1d66e - core::ops::function::FnOnce::call_once::h243d807a10380503 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::subscription::tests::create_subscription_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::subscription::tests::create_subscription_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca7036d - event::app::endpoint::subscription::tests::create_subscription_missing_room::{{closure}}::h7128c37e36fc58c6 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:285:48 [INFO] [stdout] 20: 0x56465ca94799 - as core::future::future::Future>::poll::h41e22f4d727d2d7a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a5d9 - as core::future::future::Future>::poll::{{closure}}::h7686b531a8ac0f35 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65bef3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h53ef470a3b2d3a9a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c632ee5 - std::thread::local::LocalKey::try_with::hd7c50c8305ccecca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c61168d - std::thread::local::LocalKey::with::hefc7ff5ef5663add [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c656cfb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h830e4404eede30c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79998 - as core::future::future::Future>::poll::hffb14012e517f605 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6af6b3 - smol::run::run::{{closure}}::{{closure}}::hc59835a605f5cc03 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66f3a8 - scoped_tls_hkt::ScopedKey::set::hbd7a488f5348e438 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c917b00 - smol::throttle::setup::h780c2f99c4235f15 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c6a4640 - smol::run::run::{{closure}}::hc8088a5e38339b64 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb1ced9 - core::ops::function::FnOnce::call_once::h1457ec3becaa89f8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915b90 - smol::context::enter::hcd602c3298e1d362 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6aca49 - smol::run::run::{{closure}}::{{closure}}::h34983d87daef049f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c6713e8 - scoped_tls_hkt::ScopedKey::set::hf6fef4cac75575f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c854793 - smol::thread_local::ThreadLocalExecutor::enter::h47e8528e6fa9a2a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c6ab82a - smol::run::run::{{closure}}::hfd830ab737dd7072 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6aff01 - smol::run::run::{{closure}}::{{closure}}::hd79f1354a8e34d24 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca295b8 - smol::work_stealing::WORKER::::set::hca26bd081658fc69 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca2e4d3 - smol::work_stealing::Worker::enter::h7d9f24fa57bdd5fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c6a96ca - smol::run::run::{{closure}}::hf329d22321a4d709 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c68506c - smol::run::run::hb0441df3908a4142 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cac01d3 - async_std::task::builder::Builder::blocking::{{closure}}::hbdda0dc62faa746b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c66072b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hb5f3e9e78de27266 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62026e - std::thread::local::LocalKey::try_with::h5d4c579524d043aa [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60ba7d - std::thread::local::LocalKey::with::h63fa4dcbf7242bfa [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c6582c0 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hed59d1ddf03083f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab85f8 - async_std::task::builder::Builder::blocking::h785b7f6a77aa863b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae1636 - async_std::task::block_on::block_on::h250a0bb56e420a5b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465ca7021b - event::app::endpoint::subscription::tests::create_subscription_missing_room::he752c5418365f881 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:283:9 [INFO] [stdout] 50: 0x56465ca701da - event::app::endpoint::subscription::tests::create_subscription_missing_room::{{closure}}::ha9b888512898cb7a [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:282:5 [INFO] [stdout] 51: 0x56465cb1c56e - core::ops::function::FnOnce::call_once::h00111b327597fb4e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::subscription::tests::delete_subscription_missing_room stdout ---- [INFO] [stdout] thread 'app::endpoint::subscription::tests::delete_subscription_missing_room' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca76cbd - event::app::endpoint::subscription::tests::delete_subscription_missing_room::{{closure}}::h1d237b1d95a75301 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:427:48 [INFO] [stdout] 20: 0x56465ca9d069 - as core::future::future::Future>::poll::hc9215b33a8840376 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca7a629 - as core::future::future::Future>::poll::{{closure}}::h76f630a6709426e5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c65a2d3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h287ec60613452cc7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c61c2c5 - std::thread::local::LocalKey::try_with::h3cbbea570f5c96ac [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c611afd - std::thread::local::LocalKey::with::hf38b9b438aa1b44e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6552bb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h04609a38fa78ff51 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca79338 - as core::future::future::Future>::poll::hd622d5f63168c681 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6ad9d3 - smol::run::run::{{closure}}::{{closure}}::h6b5a6efdb19f03fa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66be08 - scoped_tls_hkt::ScopedKey::set::h679cbfb3c72062e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 29: 0x56465c916700 - smol::throttle::setup::h25bceadb5e5078bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/throttle.rs:31:5 [INFO] [stdout] 30: 0x56465c689920 - smol::run::run::{{closure}}::h012f2d3496b51021 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:39 [INFO] [stdout] 31: 0x56465cb227b9 - core::ops::function::FnOnce::call_once::hec810f4ab4c16cd5 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 32: 0x56465c915110 - smol::context::enter::h28102365776b5cbd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/context.rs:8:12 [INFO] [stdout] 33: 0x56465c6ae449 - smol::run::run::{{closure}}::{{closure}}::h8b300d5465baa2bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:36 [INFO] [stdout] 34: 0x56465c66ac68 - scoped_tls_hkt::ScopedKey::set::h4f2586bf2fb97989 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:488:9 [INFO] [stdout] 35: 0x56465c8553c3 - smol::thread_local::ThreadLocalExecutor::enter::h6053afa2ee16f2ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/thread_local.rs:57:9 [INFO] [stdout] 36: 0x56465c698e7a - smol::run::run::{{closure}}::h7304d3bc0d68e82f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:112:21 [INFO] [stdout] 37: 0x56465c6ab8a1 - smol::run::run::{{closure}}::{{closure}}::h01249371d3ee0349 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:37 [INFO] [stdout] 38: 0x56465ca275d8 - smol::work_stealing::WORKER::::set::h5df81e0a17b88368 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-hkt-0.1.2/src/lib.rs:264:25 [INFO] [stdout] 39: 0x56465ca30143 - smol::work_stealing::Worker::enter::hf43a5bcda365c515 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/work_stealing.rs:149:9 [INFO] [stdout] 40: 0x56465c693b5a - smol::run::run::{{closure}}::h4f1275ecf720e09d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:113:21 [INFO] [stdout] 41: 0x56465c67da4c - smol::run::run::h48130b1ba9e46088 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:115:5 [INFO] [stdout] 42: 0x56465cabf523 - async_std::task::builder::Builder::blocking::{{closure}}::h32723ed7426813f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:66 [INFO] [stdout] 43: 0x56465c65fe1b - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::haeae7692f9eb542c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 44: 0x56465c62864e - std::thread::local::LocalKey::try_with::h95af290fc5e48fe1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 45: 0x56465c60c07d - std::thread::local::LocalKey::with::h70bae891f4a338b0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 46: 0x56465c655c20 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h40c747decbf210c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 47: 0x56465cab9978 - async_std::task::builder::Builder::blocking::h91f23a2b0a19d9a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:154:18 [INFO] [stdout] 48: 0x56465cae2606 - async_std::task::block_on::block_on::h64cbbec1e6b301a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/block_on.rs:33:5 [INFO] [stdout] 49: 0x56465ca76b6b - event::app::endpoint::subscription::tests::delete_subscription_missing_room::h0842e93ad18cee60 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:425:9 [INFO] [stdout] 50: 0x56465ca76b2a - event::app::endpoint::subscription::tests::delete_subscription_missing_room::{{closure}}::h8e305531e30b2fe1 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:424:5 [INFO] [stdout] 51: 0x56465cb1d2be - core::ops::function::FnOnce::call_once::h1e2ed7041a08f7af [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 52: 0x56465cbea643 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 53: 0x56465cbea643 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:516:5 [INFO] [stdout] 54: 0x56465cbe8d38 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 55: 0x56465cbe8d38 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 56: 0x56465cbe8d38 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 57: 0x56465cbe8d38 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 58: 0x56465cbe8d38 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x56465cbe8d38 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:538:18 [INFO] [stdout] 60: 0x56465cbe8d38 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/test/src/lib.rs:449:39 [INFO] [stdout] 61: 0x56465cbc3326 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 62: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 63: 0x56465cbc7aed - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:322:9 [INFO] [stdout] 64: 0x56465cbc7aed - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 65: 0x56465cbc7aed - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 66: 0x56465cbc7aed - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x56465cbc7aed - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 68: 0x56465cbc7aed - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 69: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 70: 0x56465d4d4c8a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 71: 0x56465d4d4c8a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 72: 0x7ff43c782609 - start_thread [INFO] [stdout] 73: 0x7ff43c55a293 - clone [INFO] [stdout] 74: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- app::endpoint::subscription::tests::delete_subscription stdout ---- [INFO] [stdout] thread 'app::endpoint::subscription::tests::delete_subscription' panicked at 'DATABASE_URL must be specified: NotPresent', src/test_helpers/db.rs:18:39 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56465d4cb330 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56465d4cb330 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56465d4cb330 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56465d4cb330 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56465d4f1b7c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56465d4c35c2 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56465d4cdbf5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56465d4cdbf5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56465d4cdbf5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56465d4cd782 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56465d4ce391 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56465d4cded7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x56465d4cb7ec - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56465d4cde39 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x56465d4efa71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56465d4ef893 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x56465c8c2a0d - core::result::Result::expect::hec554bb37f5b1a77 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/result.rs:933:23 [INFO] [stdout] 17: 0x56465c7f2937 - event::test_helpers::db::TestDb::new::{{closure}}::h1b50df455d6159a0 [INFO] [stdout] at /opt/rustwide/workdir/src/test_helpers/db.rs:18:19 [INFO] [stdout] 18: 0x56465ca921db - as core::future::future::Future>::poll::h0d1486534d34608c [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x56465ca72ae2 - event::app::endpoint::subscription::tests::delete_subscription::{{closure}}::hcb539fb668730214 [INFO] [stdout] at /opt/rustwide/workdir/src/app/endpoint/subscription.rs:341:22 [INFO] [stdout] 20: 0x56465ca9f2c9 - as core::future::future::Future>::poll::heded0e436d6513d2 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x56465ca79ee9 - as core::future::future::Future>::poll::{{closure}}::h3234bf4d6958a9ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:174:17 [INFO] [stdout] 22: 0x56465c662bb3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::heec1f43586498a7b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 23: 0x56465c62fc65 - std::thread::local::LocalKey::try_with::hc695a9db230b1a86 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 24: 0x56465c60899d - std::thread::local::LocalKey::with::h0ed194bf8e54f22f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 25: 0x56465c6567eb - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h70772e7712556bb9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 26: 0x56465ca78558 - as core::future::future::Future>::poll::h56af4b011a8ad745 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.0/src/task/builder.rs:172:13 [INFO] [stdout] 27: 0x56465c6adef3 - smol::run::run::{{closure}}::{{closure}}::h7917b8590385cb64 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smol-0.1.11/src/run.rs:144:58 [INFO] [stdout] 28: 0x56465c66ae48 - scoped_tls_hkt::ScopedKey::set::h529ee62ddd9947a0 [WARN] too many lines in the log, truncating it