[INFO] cloning repository https://github.com/majksa-dev/api-gateway [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/majksa-dev/api-gateway" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmajksa-dev%2Fapi-gateway", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmajksa-dev%2Fapi-gateway'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef528acfd28cb052e0997c4e1b43276bc541a996 [INFO] testing majksa-dev/api-gateway against try#7af779037716ae4125ceabb429791b4cf5dd0a43 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmajksa-dev%2Fapi-gateway" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/majksa-dev/api-gateway on toolchain 7af779037716ae4125ceabb429791b4cf5dd0a43 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/majksa-dev/api-gateway [INFO] finished tweaking git repo https://github.com/majksa-dev/api-gateway [INFO] tweaked toml for git repo https://github.com/majksa-dev/api-gateway written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/majksa-dev/api-gateway already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1145dd7c372825ab5bcb1ac7f4c1f9a68a92e02de0057ad1e76da6879de7e435 [INFO] running `Command { std: "docker" "start" "-a" "1145dd7c372825ab5bcb1ac7f4c1f9a68a92e02de0057ad1e76da6879de7e435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1145dd7c372825ab5bcb1ac7f4c1f9a68a92e02de0057ad1e76da6879de7e435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1145dd7c372825ab5bcb1ac7f4c1f9a68a92e02de0057ad1e76da6879de7e435", kill_on_drop: false }` [INFO] [stdout] 1145dd7c372825ab5bcb1ac7f4c1f9a68a92e02de0057ad1e76da6879de7e435 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 566fc8c88f4df06cc89cd5a7e38e4d277c9c59bcb576532421b3944018298b4c [INFO] running `Command { std: "docker" "start" "-a" "566fc8c88f4df06cc89cd5a7e38e4d277c9c59bcb576532421b3944018298b4c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde_json v1.0.121 [INFO] [stderr] Compiling zerocopy v0.7.34 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling cc v1.0.101 [INFO] [stderr] Compiling tinyvec v1.6.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling openssl-src v300.3.1+3.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling zstd-sys v2.0.11+zstd.1.5.6 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling uuid v1.9.1 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling sentry-types v0.26.0 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling trackable_derive v1.0.0 [INFO] [stderr] Compiling sentry-core v0.26.0 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling libz-ng-sys v1.1.15 [INFO] [stderr] Compiling trackable v1.3.0 [INFO] [stderr] Compiling hyper v0.14.29 [INFO] [stderr] Compiling sentry-contexts v0.26.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling tokio-openssl v0.6.4 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling rust_decimal v1.35.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling protobuf v2.28.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling trackable v0.2.24 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling sentry-backtrace v0.26.0 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling uname v0.1.1 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling pingora-error v0.3.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling pingora-http v0.3.0 [INFO] [stderr] Compiling sentry-panic v0.26.0 [INFO] [stderr] Compiling pingora-timeout v0.3.0 [INFO] [stderr] Compiling brotli-decompressor v2.5.1 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling hyper v1.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling lru v0.12.3 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling sfv v0.9.4 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling hyper-util v0.1.5 [INFO] [stderr] Compiling pingora-pool v0.3.0 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling rustracing v0.5.1 [INFO] [stderr] Compiling brotli v3.5.0 [INFO] [stderr] Compiling serde-env v0.1.1 [INFO] [stderr] Compiling sentry v0.26.0 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling color-eyre v0.6.3 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling thrift_codec v0.1.1 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling tracing-panic v0.1.2 [INFO] [stderr] Compiling pingora-runtime v0.3.0 [INFO] [stderr] Compiling daemonize v0.5.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling essentials v0.3.6 (https://github.com/majksa-dev/rust-essentials?tag=0.3.6#c1a0e2f6) [INFO] [stderr] Compiling rustracing_jaeger v0.7.0 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling redis v0.25.4 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling pingora-header-serde v0.3.0 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling pingora-lru v0.3.0 [INFO] [stderr] Compiling bb8 v0.8.5 [INFO] [stderr] Compiling sendfile v0.3.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling jsonwebtoken v9.3.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling redis v0.26.0 [INFO] [stderr] Compiling io v0.3.0 (https://github.com/majksa-dev/rust-io?tag=0.3.0#9d3222b2) [INFO] [stderr] Compiling bb8-redis v0.15.0 [INFO] [stderr] Compiling pingora-openssl v0.3.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling pingora-core v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling pingora-cache v0.3.0 [INFO] [stderr] Compiling gateway v0.8.1 (https://github.com/majksa-dev/rust-gateway?tag=0.8.1#bf781347) [INFO] [stderr] Compiling api-gateway v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 46s [INFO] running `Command { std: "docker" "inspect" "566fc8c88f4df06cc89cd5a7e38e4d277c9c59bcb576532421b3944018298b4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "566fc8c88f4df06cc89cd5a7e38e4d277c9c59bcb576532421b3944018298b4c", kill_on_drop: false }` [INFO] [stdout] 566fc8c88f4df06cc89cd5a7e38e4d277c9c59bcb576532421b3944018298b4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e7bb8c71ec65d11f413d4387f266bb3dc3dbba617762f15d2188a9b2f79f09b [INFO] running `Command { std: "docker" "start" "-a" "9e7bb8c71ec65d11f413d4387f266bb3dc3dbba617762f15d2188a9b2f79f09b", kill_on_drop: false }` [INFO] [stderr] Compiling value-bag v1.9.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling libnghttp2-sys v0.1.10+1.61.0 [INFO] [stderr] Compiling curl-sys v0.4.73+curl-8.8.0 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling event-listener-strategy v0.5.2 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling futures-lite v2.3.0 [INFO] [stderr] Compiling const_fn v0.4.10 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling async-lock v2.8.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling piper v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.92 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling curl v0.4.46 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling async-executor v1.12.0 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling isahc v0.9.14 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling http-types v2.12.0 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling polling v3.7.2 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.92 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling async-io v2.3.3 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling sluice v0.5.5 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling serde_json v1.0.121 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling uuid v1.9.1 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling sentry-types v0.26.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling wasm-bindgen v0.2.92 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling sentry-core v0.26.0 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.92 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling hyper v1.3.1 [INFO] [stderr] Compiling hyper v0.14.29 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling hyper-util v0.1.5 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling hickory-proto v0.24.1 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling sentry-backtrace v0.26.0 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling spinning_top v0.2.5 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling rustls-webpki v0.102.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling flume v0.9.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling sentry-contexts v0.26.0 [INFO] [stderr] Compiling hickory-resolver v0.24.1 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling js-sys v0.3.69 [INFO] [stderr] Compiling color-eyre v0.6.3 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling sentry-panic v0.26.0 [INFO] [stderr] Compiling serde_with_macros v3.8.1 [INFO] [stderr] Compiling async-std v1.12.0 [INFO] [stderr] Compiling tokio-openssl v0.6.4 [INFO] [stderr] Compiling tracing-panic v0.1.2 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling serde-env v0.1.1 [INFO] [stderr] Compiling serde_qs v0.8.5 [INFO] [stderr] Compiling pingora-timeout v0.3.0 [INFO] [stderr] Compiling structmeta-derive v0.3.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling rustracing v0.5.1 [INFO] [stderr] Compiling essentials v0.3.6 (https://github.com/majksa-dev/rust-essentials?tag=0.3.6#c1a0e2f6) [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling pingora-pool v0.3.0 [INFO] [stderr] Compiling structmeta v0.3.0 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling web-sys v0.3.69 [INFO] [stderr] Compiling serde_with v3.8.1 [INFO] [stderr] Compiling pingora-openssl v0.3.0 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Compiling tokio-rustls v0.25.0 [INFO] [stderr] Compiling sentry v0.26.0 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling ignore v0.4.22 [INFO] [stderr] Compiling rustls-native-certs v0.7.0 [INFO] [stderr] Compiling pingora-runtime v0.3.0 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling predicates v3.1.0 [INFO] [stderr] Compiling pingora-core v0.3.0 [INFO] [stderr] Compiling bollard-stubs v1.44.0-rc.2 [INFO] [stderr] Compiling hyper-rustls v0.26.0 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling rustracing_jaeger v0.7.0 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling http-client v6.5.3 [INFO] [stderr] Compiling parse-display-derive v0.9.1 [INFO] [stderr] Compiling redis v0.25.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling hyperlocal-next v0.9.0 [INFO] [stderr] Compiling bb8 v0.8.5 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling sendfile v0.3.0 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling env_logger v0.11.3 [INFO] [stderr] Compiling surf v2.3.2 [INFO] [stderr] Compiling parse-display v0.9.1 [INFO] [stderr] Compiling bb8-redis v0.15.0 [INFO] [stderr] Compiling io v0.3.0 (https://github.com/majksa-dev/rust-io?tag=0.3.0#9d3222b2) [INFO] [stderr] Compiling bollard v0.16.1 [INFO] [stderr] Compiling jsonwebtoken v9.3.0 [INFO] [stderr] Compiling assert_fs v1.1.1 [INFO] [stderr] Compiling pingora-cache v0.3.0 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling docker_credential v1.3.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling redis v0.26.0 [INFO] [stderr] Compiling deadpool v0.10.0 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling gateway v0.8.1 (https://github.com/majksa-dev/rust-gateway?tag=0.8.1#bf781347) [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling testcontainers v0.18.0 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling wiremock v0.6.1 [INFO] [stderr] Compiling test-macros v0.1.5 (https://github.com/majksa-dev/rust-testing-utils?tag=0.1.5#8ee4e3bf) [INFO] [stderr] Compiling testing-utils v0.1.5 (https://github.com/majksa-dev/rust-testing-utils?tag=0.1.5#8ee4e3bf) [INFO] [stderr] Compiling api-gateway v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 15s [INFO] running `Command { std: "docker" "inspect" "9e7bb8c71ec65d11f413d4387f266bb3dc3dbba617762f15d2188a9b2f79f09b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e7bb8c71ec65d11f413d4387f266bb3dc3dbba617762f15d2188a9b2f79f09b", kill_on_drop: false }` [INFO] [stdout] 9e7bb8c71ec65d11f413d4387f266bb3dc3dbba617762f15d2188a9b2f79f09b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cc09eb9c51bba4b39fab21bb89c2bf69670e52bef5eec5aa809b7d55e2cf4018 [INFO] running `Command { std: "docker" "start" "-a" "cc09eb9c51bba4b39fab21bb89c2bf69670e52bef5eec5aa809b7d55e2cf4018", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/api_gateway-377642291b4a0406) [INFO] [stdout] [INFO] [stderr] Running tests/single_server.rs (/opt/rustwide/target/debug/deps/single_server-72bb7a05409a99f5) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] 2025-02-13T09:27:43.675065Z DEBUG bollard::docker: {"ExposedPorts":{"6379/tcp":{}},"Env":[],"Image":"redis:7.2.4","HostConfig":{"ExtraHosts":[],"Privileged":false,"PublishAllPorts":true}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bollard-0.16.1/src/docker.rs:1061 [INFO] [stdout] [INFO] [stdout] 2025-02-13T09:27:43.675321Z DEBUG bollard::docker: unix://2f7661722f72756e2f646f636b65722e736f636b/containers/create [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bollard-0.16.1/src/docker.rs:1178 [INFO] [stdout] [INFO] [stdout] test should_fail_when_calling_valid_endpoint_without_token ... FAILED [INFO] [stdout] test should_fail_when_calling_valid_endpoint_without_origin ... FAILED [INFO] [stdout] test should_fail_when_calling_invalid_endpoint ... FAILED [INFO] [stdout] test should_succeed_when_calling_valid_endpoint_without_ip ... FAILED [INFO] [stdout] test should_succeed ... FAILED [INFO] [stdout] test should_fail_when_calling_endpoint_without_required_roles ... FAILED [INFO] [stdout] test should_fail_when_calling_without_host ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- should_fail_when_calling_valid_endpoint_without_token stdout ---- [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: failed to set global default subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set") [INFO] [stdout] Location: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:91 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 9 frames hidden ⋮  [INFO] [stdout] 10: core::result::Result::expect::hf281629b973a7dd4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/result.rs:1061 [INFO] [stdout] 11: tracing_subscriber::util::SubscriberInitExt::init::h09dfb9c64a1ee5c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:90 [INFO] [stdout] 88 │ /// [`log`]: https://crates.io/log [INFO] [stdout] 89 │ fn init(self) { [INFO] [stdout]  90 >  self.try_init() [INFO] [stdout] 91 │ .expect("failed to set global default subscriber") [INFO] [stdout] 92 │ } [INFO] [stdout] 12: essentials::log::install::hcf83c4af4efe6b32 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/log.rs:16 [INFO] [stdout] 14 │ tracing.init(); [INFO] [stdout] 15 │ } else if is_development { [INFO] [stdout]  16 >  tracing_subscriber::registry() [INFO] [stdout] 17 │ .with(fmt::layer().pretty()) [INFO] [stdout] 18 │ .with( [INFO] [stdout] 13: essentials::builder::Builder::install::h7d12c36973586982 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/builder.rs:43 [INFO] [stdout] 41 │ let context = self.context.unwrap_or_else(Context::load); [INFO] [stdout] 42 │ #[cfg(feature = "log")] [INFO] [stdout]  43 >  log::install(&context, self.log); [INFO] [stdout] 44 │ } [INFO] [stdout] 45 │ } [INFO] [stdout] 14: essentials::install::hf987e1be67ceda29 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/lib.rs:16 [INFO] [stdout] 14 │ [INFO] [stdout] 15 │ pub fn install() { [INFO] [stdout]  16 >  Builder::::default().install(); [INFO] [stdout] 17 │ } [INFO] [stdout] 18 │ [INFO] [stdout] 15: single_server::before_each::{{closure}}::h5232fa16ee1a1f36 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:228 [INFO] [stdout] 226 │ async fn before_each() -> Context { [INFO] [stdout] 227 │ env::set_var("RUST_LOG", "debug"); [INFO] [stdout]  228 >  essentials::install(); [INFO] [stdout] 229 │ let redis_cache: ContainerAsync = GenericImage::new("redis", "7.2.4") [INFO] [stdout] 230 │ .with_exposed_port(ContainerPort::Tcp(6379)) [INFO] [stdout] 16: testing_utils::test::{{closure}}::h63541a45c3b7f372 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-testing-utils-cba6b4729441702f/8ee4e3b/src/lib.rs:24 [INFO] [stdout] 22 │ EFut: Future, [INFO] [stdout] 23 │ { [INFO] [stdout]  24 >  let c1 = setup().await; [INFO] [stdout] 25 │ let c2 = test(c1).await; [INFO] [stdout] 26 │ teardown(c2).await; [INFO] [stdout] 17: single_server::should_fail_when_calling_valid_endpoint_without_token::{{closure}}::h47ac8a2977f1f366 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:52 [INFO] [stdout] 50 │ } [INFO] [stdout] 51 │ [INFO] [stdout]  52 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 53 │ async fn should_fail_when_calling_valid_endpoint_without_token(ctx: Context) -> Context { [INFO] [stdout] 54 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 18:  as core::future::future::Future>::poll::h6837f1be868edc2d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/future/future.rs:124 [INFO] [stdout] 19: tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h036e74d4ad9d6abd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 20: tokio::runtime::coop::with_budget::h91ee72a032cd8ddf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107 [INFO] [stdout] 105 │ // The function is called regardless even if the budget is not successfully [INFO] [stdout] 106 │ // set due to the thread-local being destroyed. [INFO] [stdout]  107 >  f() [INFO] [stdout] 108 │ } [INFO] [stdout] 109 │ [INFO] [stdout] 21: tokio::runtime::coop::budget::h4154a9ab522bf112 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73 [INFO] [stdout] 71 │ #[inline(always)] [INFO] [stdout] 72 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R { [INFO] [stdout]  73 >  with_budget(Budget::initial(), f) [INFO] [stdout] 74 │ } [INFO] [stdout] 75 │ [INFO] [stdout] 22: tokio::runtime::park::CachedParkThread::block_on::h6b1e83bf3dfa776a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 23: tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h59f4e9a2ab96cf1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/blocking.rs:66 [INFO] [stdout] 64 │ [INFO] [stdout] 65 │ let mut park = CachedParkThread::new(); [INFO] [stdout]  66 >  park.block_on(f) [INFO] [stdout] 67 │ } [INFO] [stdout] 68 │ [INFO] [stdout] 24: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h7cb3115d28435001 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:87 [INFO] [stdout] 85 │ { [INFO] [stdout] 86 │ crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout]  87 >  blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 89 │ } [INFO] [stdout] 25: tokio::runtime::context::runtime::enter_runtime::h23fc932831379505 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65 [INFO] [stdout] 63 │ [INFO] [stdout] 64 │ if let Some(mut guard) = maybe_guard { [INFO] [stdout]  65 >  return f(&mut guard.blocking); [INFO] [stdout] 66 │ } [INFO] [stdout] 67 │ [INFO] [stdout] 26: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::hfdac26801e638a28 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:86 [INFO] [stdout] 84 │ F: Future, [INFO] [stdout] 85 │ { [INFO] [stdout]  86 >  crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout] 87 │ blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 27: tokio::runtime::runtime::Runtime::block_on_inner::hbf99be1e9f12a6cb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:363 [INFO] [stdout] 361 │ Scheduler::CurrentThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 362 │ #[cfg(feature = "rt-multi-thread")] [INFO] [stdout]  363 >  Scheduler::MultiThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 364 │ #[cfg(all(tokio_unstable, feature = "rt-multi-thread"))] [INFO] [stdout] 365 │ Scheduler::MultiThreadAlt(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 28: tokio::runtime::runtime::Runtime::block_on::h579718f8c537a0e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333 [INFO] [stdout] 331 │ pub fn block_on(&self, future: F) -> F::Output { [INFO] [stdout] 332 │ if cfg!(debug_assertions) && std::mem::size_of::() > BOX_FUTURE_THRESHOLD { [INFO] [stdout]  333 >  self.block_on_inner(Box::pin(future)) [INFO] [stdout] 334 │ } else { [INFO] [stdout] 335 │ self.block_on_inner(future) [INFO] [stdout] 29: single_server::should_fail_when_calling_valid_endpoint_without_token::h3a7f803498f65c78 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:52 [INFO] [stdout] 50 │ } [INFO] [stdout] 51 │ [INFO] [stdout]  52 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 53 │ async fn should_fail_when_calling_valid_endpoint_without_token(ctx: Context) -> Context { [INFO] [stdout] 54 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 30: single_server::should_fail_when_calling_valid_endpoint_without_token::{{closure}}::h78c83132ce7af798 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:52 [INFO] [stdout] 50 │ } [INFO] [stdout] 51 │ [INFO] [stdout]  52 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 53 │ async fn should_fail_when_calling_valid_endpoint_without_token(ctx: Context) -> Context { [INFO] [stdout] 54 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 31: core::ops::function::FnOnce::call_once::h85c5d468aa9decc9 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 32: core::ops::function::FnOnce::call_once::h4f53344eaef367a7 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 33: test::__rust_begin_short_backtrace::hd74e5b45349ae0eb [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:637 [INFO] [stdout] 34: test::run_test_in_process::{{closure}}::h464496cd0c1c7008 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 35:  as core::ops::function::FnOnce<()>>::call_once::h783dbf339886dbb5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 36: std::panicking::try::do_call::h939d38eaf9984278 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 37: std::panicking::try::h7462749e6e425b58 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 38: std::panic::catch_unwind::hd7e0994ef35a8a51 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 39: test::run_test_in_process::hf0a6730e4eaf615d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 40: test::run_test::{{closure}}::h6563d57083dce3d5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:581 [INFO] [stdout] 41: test::run_test::{{closure}}::hd77e8481970892f0 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:611 [INFO] [stdout] 42: std::sys::backtrace::__rust_begin_short_backtrace::h3affc308abe149f2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/backtrace.rs:152 [INFO] [stdout] 43: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0bcb7f1fc989ad90 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:559 [INFO] [stdout] 44:  as core::ops::function::FnOnce<()>>::call_once::h7f1d3c81251e8f39 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 45: std::panicking::try::do_call::ha04f8c9df155cd96 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 46: std::panicking::try::hbac6309ffcaaa153 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 47: std::panic::catch_unwind::h05df0eec2faa6d0d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 48: std::thread::Builder::spawn_unchecked_::{{closure}}::h0931fb094701c63d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:557 [INFO] [stdout] 49: core::ops::function::FnOnce::call_once{{vtable.shim}}::h58033be664b55387 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 50:  as core::ops::function::FnOnce>::call_once::hc2b66a72ea953e16 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 51:  as core::ops::function::FnOnce>::call_once::h64ac890f18adb1a4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 52: std::sys::pal::unix::thread::Thread::new::thread_start::h8744afc3d48ab12e [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/pal/unix/thread.rs:106 [INFO] [stdout] 53: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- should_fail_when_calling_valid_endpoint_without_origin stdout ---- [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: failed to set global default subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set") [INFO] [stdout] Location: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:91 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 9 frames hidden ⋮  [INFO] [stdout] 10: core::result::Result::expect::hf281629b973a7dd4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/result.rs:1061 [INFO] [stdout] 11: tracing_subscriber::util::SubscriberInitExt::init::h09dfb9c64a1ee5c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:90 [INFO] [stdout] 88 │ /// [`log`]: https://crates.io/log [INFO] [stdout] 89 │ fn init(self) { [INFO] [stdout]  90 >  self.try_init() [INFO] [stdout] 91 │ .expect("failed to set global default subscriber") [INFO] [stdout] 92 │ } [INFO] [stdout] 12: essentials::log::install::hcf83c4af4efe6b32 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/log.rs:16 [INFO] [stdout] 14 │ tracing.init(); [INFO] [stdout] 15 │ } else if is_development { [INFO] [stdout]  16 >  tracing_subscriber::registry() [INFO] [stdout] 17 │ .with(fmt::layer().pretty()) [INFO] [stdout] 18 │ .with( [INFO] [stdout] 13: essentials::builder::Builder::install::h7d12c36973586982 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/builder.rs:43 [INFO] [stdout] 41 │ let context = self.context.unwrap_or_else(Context::load); [INFO] [stdout] 42 │ #[cfg(feature = "log")] [INFO] [stdout]  43 >  log::install(&context, self.log); [INFO] [stdout] 44 │ } [INFO] [stdout] 45 │ } [INFO] [stdout] 14: essentials::install::hf987e1be67ceda29 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/lib.rs:16 [INFO] [stdout] 14 │ [INFO] [stdout] 15 │ pub fn install() { [INFO] [stdout]  16 >  Builder::::default().install(); [INFO] [stdout] 17 │ } [INFO] [stdout] 18 │ [INFO] [stdout] 15: single_server::before_each::{{closure}}::h5232fa16ee1a1f36 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:228 [INFO] [stdout] 226 │ async fn before_each() -> Context { [INFO] [stdout] 227 │ env::set_var("RUST_LOG", "debug"); [INFO] [stdout]  228 >  essentials::install(); [INFO] [stdout] 229 │ let redis_cache: ContainerAsync = GenericImage::new("redis", "7.2.4") [INFO] [stdout] 230 │ .with_exposed_port(ContainerPort::Tcp(6379)) [INFO] [stdout] 16: testing_utils::test::{{closure}}::hd198ff33a08e78f3 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-testing-utils-cba6b4729441702f/8ee4e3b/src/lib.rs:24 [INFO] [stdout] 22 │ EFut: Future, [INFO] [stdout] 23 │ { [INFO] [stdout]  24 >  let c1 = setup().await; [INFO] [stdout] 25 │ let c2 = test(c1).await; [INFO] [stdout] 26 │ teardown(c2).await; [INFO] [stdout] 17: single_server::should_fail_when_calling_valid_endpoint_without_origin::{{closure}}::h9dcab28700332a68 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:80 [INFO] [stdout] 78 │ } [INFO] [stdout] 79 │ [INFO] [stdout]  80 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 81 │ async fn should_fail_when_calling_valid_endpoint_without_origin(ctx: Context) -> Context { [INFO] [stdout] 82 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 18:  as core::future::future::Future>::poll::h328d966bdfc76c2f [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/future/future.rs:124 [INFO] [stdout] 19: tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h657f70d9d88d2f4a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 20: tokio::runtime::coop::with_budget::hfd84660923721ffe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107 [INFO] [stdout] 105 │ // The function is called regardless even if the budget is not successfully [INFO] [stdout] 106 │ // set due to the thread-local being destroyed. [INFO] [stdout]  107 >  f() [INFO] [stdout] 108 │ } [INFO] [stdout] 109 │ [INFO] [stdout] 21: tokio::runtime::coop::budget::h26028297037857b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73 [INFO] [stdout] 71 │ #[inline(always)] [INFO] [stdout] 72 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R { [INFO] [stdout]  73 >  with_budget(Budget::initial(), f) [INFO] [stdout] 74 │ } [INFO] [stdout] 75 │ [INFO] [stdout] 22: tokio::runtime::park::CachedParkThread::block_on::hd2d3b3ce1c69d020 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 23: tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h4c84341a8bb6bccd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/blocking.rs:66 [INFO] [stdout] 64 │ [INFO] [stdout] 65 │ let mut park = CachedParkThread::new(); [INFO] [stdout]  66 >  park.block_on(f) [INFO] [stdout] 67 │ } [INFO] [stdout] 68 │ [INFO] [stdout] 24: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h2237ef4bd9b32279 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:87 [INFO] [stdout] 85 │ { [INFO] [stdout] 86 │ crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout]  87 >  blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 89 │ } [INFO] [stdout] 25: tokio::runtime::context::runtime::enter_runtime::h2f830d5e534b3606 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65 [INFO] [stdout] 63 │ [INFO] [stdout] 64 │ if let Some(mut guard) = maybe_guard { [INFO] [stdout]  65 >  return f(&mut guard.blocking); [INFO] [stdout] 66 │ } [INFO] [stdout] 67 │ [INFO] [stdout] 26: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h8a5d6981ddda8fc5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:86 [INFO] [stdout] 84 │ F: Future, [INFO] [stdout] 85 │ { [INFO] [stdout]  86 >  crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout] 87 │ blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 27: tokio::runtime::runtime::Runtime::block_on_inner::hed2bb086614ac8b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:363 [INFO] [stdout] 361 │ Scheduler::CurrentThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 362 │ #[cfg(feature = "rt-multi-thread")] [INFO] [stdout]  363 >  Scheduler::MultiThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 364 │ #[cfg(all(tokio_unstable, feature = "rt-multi-thread"))] [INFO] [stdout] 365 │ Scheduler::MultiThreadAlt(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 28: tokio::runtime::runtime::Runtime::block_on::hd0ad1286fb83ae11 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333 [INFO] [stdout] 331 │ pub fn block_on(&self, future: F) -> F::Output { [INFO] [stdout] 332 │ if cfg!(debug_assertions) && std::mem::size_of::() > BOX_FUTURE_THRESHOLD { [INFO] [stdout]  333 >  self.block_on_inner(Box::pin(future)) [INFO] [stdout] 334 │ } else { [INFO] [stdout] 335 │ self.block_on_inner(future) [INFO] [stdout] 29: single_server::should_fail_when_calling_valid_endpoint_without_origin::h5b5626e997250003 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:80 [INFO] [stdout] 78 │ } [INFO] [stdout] 79 │ [INFO] [stdout]  80 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 81 │ async fn should_fail_when_calling_valid_endpoint_without_origin(ctx: Context) -> Context { [INFO] [stdout] 82 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 30: single_server::should_fail_when_calling_valid_endpoint_without_origin::{{closure}}::h4afcd87023a259bf [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:80 [INFO] [stdout] 78 │ } [INFO] [stdout] 79 │ [INFO] [stdout]  80 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 81 │ async fn should_fail_when_calling_valid_endpoint_without_origin(ctx: Context) -> Context { [INFO] [stdout] 82 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 31: core::ops::function::FnOnce::call_once::h9c39e59dce1a69d2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 32: core::ops::function::FnOnce::call_once::h4f53344eaef367a7 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 33: test::__rust_begin_short_backtrace::hd74e5b45349ae0eb [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:637 [INFO] [stdout] 34: test::run_test_in_process::{{closure}}::h464496cd0c1c7008 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 35:  as core::ops::function::FnOnce<()>>::call_once::h783dbf339886dbb5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 36: std::panicking::try::do_call::h939d38eaf9984278 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 37: std::panicking::try::h7462749e6e425b58 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 38: std::panic::catch_unwind::hd7e0994ef35a8a51 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 39: test::run_test_in_process::hf0a6730e4eaf615d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 40: test::run_test::{{closure}}::h6563d57083dce3d5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:581 [INFO] [stdout] 41: test::run_test::{{closure}}::hd77e8481970892f0 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:611 [INFO] [stdout] 42: std::sys::backtrace::__rust_begin_short_backtrace::h3affc308abe149f2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/backtrace.rs:152 [INFO] [stdout] 43: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0bcb7f1fc989ad90 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:559 [INFO] [stdout] 44:  as core::ops::function::FnOnce<()>>::call_once::h7f1d3c81251e8f39 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 45: std::panicking::try::do_call::ha04f8c9df155cd96 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 46: std::panicking::try::hbac6309ffcaaa153 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 47: std::panic::catch_unwind::h05df0eec2faa6d0d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 48: std::thread::Builder::spawn_unchecked_::{{closure}}::h0931fb094701c63d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:557 [INFO] [stdout] 49: core::ops::function::FnOnce::call_once{{vtable.shim}}::h58033be664b55387 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 50:  as core::ops::function::FnOnce>::call_once::hc2b66a72ea953e16 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 51:  as core::ops::function::FnOnce>::call_once::h64ac890f18adb1a4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 52: std::sys::pal::unix::thread::Thread::new::thread_start::h8744afc3d48ab12e [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/pal/unix/thread.rs:106 [INFO] [stdout] 53: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- should_fail_when_calling_invalid_endpoint stdout ---- [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: failed to set global default subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set") [INFO] [stdout] Location: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:91 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 9 frames hidden ⋮  [INFO] [stdout] 10: core::result::Result::expect::hf281629b973a7dd4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/result.rs:1061 [INFO] [stdout] 11: tracing_subscriber::util::SubscriberInitExt::init::h09dfb9c64a1ee5c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:90 [INFO] [stdout] 88 │ /// [`log`]: https://crates.io/log [INFO] [stdout] 89 │ fn init(self) { [INFO] [stdout]  90 >  self.try_init() [INFO] [stdout] 91 │ .expect("failed to set global default subscriber") [INFO] [stdout] 92 │ } [INFO] [stdout] 12: essentials::log::install::hcf83c4af4efe6b32 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/log.rs:16 [INFO] [stdout] 14 │ tracing.init(); [INFO] [stdout] 15 │ } else if is_development { [INFO] [stdout]  16 >  tracing_subscriber::registry() [INFO] [stdout] 17 │ .with(fmt::layer().pretty()) [INFO] [stdout] 18 │ .with( [INFO] [stdout] 13: essentials::builder::Builder::install::h7d12c36973586982 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/builder.rs:43 [INFO] [stdout] 41 │ let context = self.context.unwrap_or_else(Context::load); [INFO] [stdout] 42 │ #[cfg(feature = "log")] [INFO] [stdout]  43 >  log::install(&context, self.log); [INFO] [stdout] 44 │ } [INFO] [stdout] 45 │ } [INFO] [stdout] 14: essentials::install::hf987e1be67ceda29 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/lib.rs:16 [INFO] [stdout] 14 │ [INFO] [stdout] 15 │ pub fn install() { [INFO] [stdout]  16 >  Builder::::default().install(); [INFO] [stdout] 17 │ } [INFO] [stdout] 18 │ [INFO] [stdout] 15: single_server::before_each::{{closure}}::h5232fa16ee1a1f36 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:228 [INFO] [stdout] 226 │ async fn before_each() -> Context { [INFO] [stdout] 227 │ env::set_var("RUST_LOG", "debug"); [INFO] [stdout]  228 >  essentials::install(); [INFO] [stdout] 229 │ let redis_cache: ContainerAsync = GenericImage::new("redis", "7.2.4") [INFO] [stdout] 230 │ .with_exposed_port(ContainerPort::Tcp(6379)) [INFO] [stdout] 16: testing_utils::test::{{closure}}::h6aef7068d809f17a [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-testing-utils-cba6b4729441702f/8ee4e3b/src/lib.rs:24 [INFO] [stdout] 22 │ EFut: Future, [INFO] [stdout] 23 │ { [INFO] [stdout]  24 >  let c1 = setup().await; [INFO] [stdout] 25 │ let c2 = test(c1).await; [INFO] [stdout] 26 │ teardown(c2).await; [INFO] [stdout] 17: single_server::should_fail_when_calling_invalid_endpoint::{{closure}}::h2c9e22e325205560 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:94 [INFO] [stdout] 92 │ } [INFO] [stdout] 93 │ [INFO] [stdout]  94 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 95 │ async fn should_fail_when_calling_invalid_endpoint(ctx: Context) -> Context { [INFO] [stdout] 96 │ let status = surf::get(format!("http://127.0.0.1:{}/unknown", &ctx.app)) [INFO] [stdout] 18:  as core::future::future::Future>::poll::hf592f2314c431faf [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/future/future.rs:124 [INFO] [stdout] 19: tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h8869d7e3dd969d98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 20: tokio::runtime::coop::with_budget::ha354b8f6a4c8b00c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107 [INFO] [stdout] 105 │ // The function is called regardless even if the budget is not successfully [INFO] [stdout] 106 │ // set due to the thread-local being destroyed. [INFO] [stdout]  107 >  f() [INFO] [stdout] 108 │ } [INFO] [stdout] 109 │ [INFO] [stdout] 21: tokio::runtime::coop::budget::heb5e361fd526e6b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73 [INFO] [stdout] 71 │ #[inline(always)] [INFO] [stdout] 72 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R { [INFO] [stdout]  73 >  with_budget(Budget::initial(), f) [INFO] [stdout] 74 │ } [INFO] [stdout] 75 │ [INFO] [stdout] 22: tokio::runtime::park::CachedParkThread::block_on::hd562fb105fb98092 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 23: tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h1e8b4ae0ad21c766 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/blocking.rs:66 [INFO] [stdout] 64 │ [INFO] [stdout] 65 │ let mut park = CachedParkThread::new(); [INFO] [stdout]  66 >  park.block_on(f) [INFO] [stdout] 67 │ } [INFO] [stdout] 68 │ [INFO] [stdout] 24: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::he76fa780c276e486 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:87 [INFO] [stdout] 85 │ { [INFO] [stdout] 86 │ crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout]  87 >  blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 89 │ } [INFO] [stdout] 25: tokio::runtime::context::runtime::enter_runtime::h2007a0aafde44958 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65 [INFO] [stdout] 63 │ [INFO] [stdout] 64 │ if let Some(mut guard) = maybe_guard { [INFO] [stdout]  65 >  return f(&mut guard.blocking); [INFO] [stdout] 66 │ } [INFO] [stdout] 67 │ [INFO] [stdout] 26: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h102ed9558613c3c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:86 [INFO] [stdout] 84 │ F: Future, [INFO] [stdout] 85 │ { [INFO] [stdout]  86 >  crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout] 87 │ blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 27: tokio::runtime::runtime::Runtime::block_on_inner::had9b19031f649f42 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:363 [INFO] [stdout] 361 │ Scheduler::CurrentThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 362 │ #[cfg(feature = "rt-multi-thread")] [INFO] [stdout]  363 >  Scheduler::MultiThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 364 │ #[cfg(all(tokio_unstable, feature = "rt-multi-thread"))] [INFO] [stdout] 365 │ Scheduler::MultiThreadAlt(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 28: tokio::runtime::runtime::Runtime::block_on::h903e73677e1b3fcc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333 [INFO] [stdout] 331 │ pub fn block_on(&self, future: F) -> F::Output { [INFO] [stdout] 332 │ if cfg!(debug_assertions) && std::mem::size_of::() > BOX_FUTURE_THRESHOLD { [INFO] [stdout]  333 >  self.block_on_inner(Box::pin(future)) [INFO] [stdout] 334 │ } else { [INFO] [stdout] 335 │ self.block_on_inner(future) [INFO] [stdout] 29: single_server::should_fail_when_calling_invalid_endpoint::h75543a6374dcb3f1 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:94 [INFO] [stdout] 92 │ } [INFO] [stdout] 93 │ [INFO] [stdout]  94 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 95 │ async fn should_fail_when_calling_invalid_endpoint(ctx: Context) -> Context { [INFO] [stdout] 96 │ let status = surf::get(format!("http://127.0.0.1:{}/unknown", &ctx.app)) [INFO] [stdout] 30: single_server::should_fail_when_calling_invalid_endpoint::{{closure}}::h65f3e4ce6d8a9de6 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:94 [INFO] [stdout] 92 │ } [INFO] [stdout] 93 │ [INFO] [stdout]  94 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 95 │ async fn should_fail_when_calling_invalid_endpoint(ctx: Context) -> Context { [INFO] [stdout] 96 │ let status = surf::get(format!("http://127.0.0.1:{}/unknown", &ctx.app)) [INFO] [stdout] 31: core::ops::function::FnOnce::call_once::ha1532e2a9cf1d158 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 32: core::ops::function::FnOnce::call_once::h4f53344eaef367a7 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 33: test::__rust_begin_short_backtrace::hd74e5b45349ae0eb [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:637 [INFO] [stdout] 34: test::run_test_in_process::{{closure}}::h464496cd0c1c7008 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 35:  as core::ops::function::FnOnce<()>>::call_once::h783dbf339886dbb5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 36: std::panicking::try::do_call::h939d38eaf9984278 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 37: std::panicking::try::h7462749e6e425b58 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 38: std::panic::catch_unwind::hd7e0994ef35a8a51 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 39: test::run_test_in_process::hf0a6730e4eaf615d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 40: test::run_test::{{closure}}::h6563d57083dce3d5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:581 [INFO] [stdout] 41: test::run_test::{{closure}}::hd77e8481970892f0 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:611 [INFO] [stdout] 42: std::sys::backtrace::__rust_begin_short_backtrace::h3affc308abe149f2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/backtrace.rs:152 [INFO] [stdout] 43: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0bcb7f1fc989ad90 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:559 [INFO] [stdout] 44:  as core::ops::function::FnOnce<()>>::call_once::h7f1d3c81251e8f39 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 45: std::panicking::try::do_call::ha04f8c9df155cd96 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 46: std::panicking::try::hbac6309ffcaaa153 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 47: std::panic::catch_unwind::h05df0eec2faa6d0d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 48: std::thread::Builder::spawn_unchecked_::{{closure}}::h0931fb094701c63d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:557 [INFO] [stdout] 49: core::ops::function::FnOnce::call_once{{vtable.shim}}::h58033be664b55387 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 50:  as core::ops::function::FnOnce>::call_once::hc2b66a72ea953e16 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 51:  as core::ops::function::FnOnce>::call_once::h64ac890f18adb1a4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 52: std::sys::pal::unix::thread::Thread::new::thread_start::h8744afc3d48ab12e [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/pal/unix/thread.rs:106 [INFO] [stdout] 53: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- should_succeed_when_calling_valid_endpoint_without_ip stdout ---- [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: failed to set global default subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set") [INFO] [stdout] Location: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:91 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 9 frames hidden ⋮  [INFO] [stdout] 10: core::result::Result::expect::hf281629b973a7dd4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/result.rs:1061 [INFO] [stdout] 11: tracing_subscriber::util::SubscriberInitExt::init::h09dfb9c64a1ee5c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:90 [INFO] [stdout] 88 │ /// [`log`]: https://crates.io/log [INFO] [stdout] 89 │ fn init(self) { [INFO] [stdout]  90 >  self.try_init() [INFO] [stdout] 91 │ .expect("failed to set global default subscriber") [INFO] [stdout] 92 │ } [INFO] [stdout] 12: essentials::log::install::hcf83c4af4efe6b32 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/log.rs:16 [INFO] [stdout] 14 │ tracing.init(); [INFO] [stdout] 15 │ } else if is_development { [INFO] [stdout]  16 >  tracing_subscriber::registry() [INFO] [stdout] 17 │ .with(fmt::layer().pretty()) [INFO] [stdout] 18 │ .with( [INFO] [stdout] 13: essentials::builder::Builder::install::h7d12c36973586982 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/builder.rs:43 [INFO] [stdout] 41 │ let context = self.context.unwrap_or_else(Context::load); [INFO] [stdout] 42 │ #[cfg(feature = "log")] [INFO] [stdout]  43 >  log::install(&context, self.log); [INFO] [stdout] 44 │ } [INFO] [stdout] 45 │ } [INFO] [stdout] 14: essentials::install::hf987e1be67ceda29 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/lib.rs:16 [INFO] [stdout] 14 │ [INFO] [stdout] 15 │ pub fn install() { [INFO] [stdout]  16 >  Builder::::default().install(); [INFO] [stdout] 17 │ } [INFO] [stdout] 18 │ [INFO] [stdout] 15: single_server::before_each::{{closure}}::h5232fa16ee1a1f36 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:228 [INFO] [stdout] 226 │ async fn before_each() -> Context { [INFO] [stdout] 227 │ env::set_var("RUST_LOG", "debug"); [INFO] [stdout]  228 >  essentials::install(); [INFO] [stdout] 229 │ let redis_cache: ContainerAsync = GenericImage::new("redis", "7.2.4") [INFO] [stdout] 230 │ .with_exposed_port(ContainerPort::Tcp(6379)) [INFO] [stdout] 16: testing_utils::test::{{closure}}::heb3024fd4e4c3475 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-testing-utils-cba6b4729441702f/8ee4e3b/src/lib.rs:24 [INFO] [stdout] 22 │ EFut: Future, [INFO] [stdout] 23 │ { [INFO] [stdout]  24 >  let c1 = setup().await; [INFO] [stdout] 25 │ let c2 = test(c1).await; [INFO] [stdout] 26 │ teardown(c2).await; [INFO] [stdout] 17: single_server::should_succeed_when_calling_valid_endpoint_without_ip::{{closure}}::hab5dbd5335c6eed2 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:66 [INFO] [stdout] 64 │ } [INFO] [stdout] 65 │ [INFO] [stdout]  66 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 67 │ async fn should_succeed_when_calling_valid_endpoint_without_ip(ctx: Context) -> Context { [INFO] [stdout] 68 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 18:  as core::future::future::Future>::poll::h45a0f62aba36dc3a [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/future/future.rs:124 [INFO] [stdout] 19: tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h85901a39e59fd454 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 20: tokio::runtime::coop::with_budget::h516d29f35b2b2a63 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107 [INFO] [stdout] 105 │ // The function is called regardless even if the budget is not successfully [INFO] [stdout] 106 │ // set due to the thread-local being destroyed. [INFO] [stdout]  107 >  f() [INFO] [stdout] 108 │ } [INFO] [stdout] 109 │ [INFO] [stdout] 21: tokio::runtime::coop::budget::h50fdb29a0f203140 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73 [INFO] [stdout] 71 │ #[inline(always)] [INFO] [stdout] 72 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R { [INFO] [stdout]  73 >  with_budget(Budget::initial(), f) [INFO] [stdout] 74 │ } [INFO] [stdout] 75 │ [INFO] [stdout] 22: tokio::runtime::park::CachedParkThread::block_on::h1b0b381025791827 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 23: tokio::runtime::context::blocking::BlockingRegionGuard::block_on::hd239cb1a1dfb9f7e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/blocking.rs:66 [INFO] [stdout] 64 │ [INFO] [stdout] 65 │ let mut park = CachedParkThread::new(); [INFO] [stdout]  66 >  park.block_on(f) [INFO] [stdout] 67 │ } [INFO] [stdout] 68 │ [INFO] [stdout] 24: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::he7b783d1c847d342 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:87 [INFO] [stdout] 85 │ { [INFO] [stdout] 86 │ crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout]  87 >  blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 89 │ } [INFO] [stdout] 25: tokio::runtime::context::runtime::enter_runtime::hbfbbb03af0f51d8d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65 [INFO] [stdout] 63 │ [INFO] [stdout] 64 │ if let Some(mut guard) = maybe_guard { [INFO] [stdout]  65 >  return f(&mut guard.blocking); [INFO] [stdout] 66 │ } [INFO] [stdout] 67 │ [INFO] [stdout] 26: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::hedb34ae3deadee83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:86 [INFO] [stdout] 84 │ F: Future, [INFO] [stdout] 85 │ { [INFO] [stdout]  86 >  crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout] 87 │ blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 27: tokio::runtime::runtime::Runtime::block_on_inner::h27df7c3e40c08f12 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:363 [INFO] [stdout] 361 │ Scheduler::CurrentThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 362 │ #[cfg(feature = "rt-multi-thread")] [INFO] [stdout]  363 >  Scheduler::MultiThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 364 │ #[cfg(all(tokio_unstable, feature = "rt-multi-thread"))] [INFO] [stdout] 365 │ Scheduler::MultiThreadAlt(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 28: tokio::runtime::runtime::Runtime::block_on::h12387cec02d4eaf3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333 [INFO] [stdout] 331 │ pub fn block_on(&self, future: F) -> F::Output { [INFO] [stdout] 332 │ if cfg!(debug_assertions) && std::mem::size_of::() > BOX_FUTURE_THRESHOLD { [INFO] [stdout]  333 >  self.block_on_inner(Box::pin(future)) [INFO] [stdout] 334 │ } else { [INFO] [stdout] 335 │ self.block_on_inner(future) [INFO] [stdout] 29: single_server::should_succeed_when_calling_valid_endpoint_without_ip::ha3b9d1b9d167424b [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:66 [INFO] [stdout] 64 │ } [INFO] [stdout] 65 │ [INFO] [stdout]  66 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 67 │ async fn should_succeed_when_calling_valid_endpoint_without_ip(ctx: Context) -> Context { [INFO] [stdout] 68 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 30: single_server::should_succeed_when_calling_valid_endpoint_without_ip::{{closure}}::h830e93b88df7ff4a [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:66 [INFO] [stdout] 64 │ } [INFO] [stdout] 65 │ [INFO] [stdout]  66 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 67 │ async fn should_succeed_when_calling_valid_endpoint_without_ip(ctx: Context) -> Context { [INFO] [stdout] 68 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 31: core::ops::function::FnOnce::call_once::h0c78102ff9863174 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 32: core::ops::function::FnOnce::call_once::h4f53344eaef367a7 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 33: test::__rust_begin_short_backtrace::hd74e5b45349ae0eb [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:637 [INFO] [stdout] 34: test::run_test_in_process::{{closure}}::h464496cd0c1c7008 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 35:  as core::ops::function::FnOnce<()>>::call_once::h783dbf339886dbb5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 36: std::panicking::try::do_call::h939d38eaf9984278 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 37: std::panicking::try::h7462749e6e425b58 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 38: std::panic::catch_unwind::hd7e0994ef35a8a51 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 39: test::run_test_in_process::hf0a6730e4eaf615d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 40: test::run_test::{{closure}}::h6563d57083dce3d5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:581 [INFO] [stdout] 41: test::run_test::{{closure}}::hd77e8481970892f0 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:611 [INFO] [stdout] 42: std::sys::backtrace::__rust_begin_short_backtrace::h3affc308abe149f2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/backtrace.rs:152 [INFO] [stdout] 43: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0bcb7f1fc989ad90 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:559 [INFO] [stdout] 44:  as core::ops::function::FnOnce<()>>::call_once::h7f1d3c81251e8f39 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 45: std::panicking::try::do_call::ha04f8c9df155cd96 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 46: std::panicking::try::hbac6309ffcaaa153 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 47: std::panic::catch_unwind::h05df0eec2faa6d0d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 48: std::thread::Builder::spawn_unchecked_::{{closure}}::h0931fb094701c63d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:557 [INFO] [stdout] 49: core::ops::function::FnOnce::call_once{{vtable.shim}}::h58033be664b55387 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 50:  as core::ops::function::FnOnce>::call_once::hc2b66a72ea953e16 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 51:  as core::ops::function::FnOnce>::call_once::h64ac890f18adb1a4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 52: std::sys::pal::unix::thread::Thread::new::thread_start::h8744afc3d48ab12e [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/pal/unix/thread.rs:106 [INFO] [stdout] 53: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- should_succeed stdout ---- [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: Redis started: Client(CreateContainer(HyperLegacyError { err: hyper_util::client::legacy::Error(Connect, Os { code: 2, kind: NotFound, message: "No such file or directory" }) })) [INFO] [stdout] Location: tests/single_server.rs:234 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 9 frames hidden ⋮  [INFO] [stdout] 10: core::result::Result::expect::heef9a429949fbc97 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/result.rs:1061 [INFO] [stdout] 11: single_server::before_each::{{closure}}::h5232fa16ee1a1f36 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:229 [INFO] [stdout] 227 │ env::set_var("RUST_LOG", "debug"); [INFO] [stdout] 228 │ essentials::install(); [INFO] [stdout]  229 >  let redis_cache: ContainerAsync = GenericImage::new("redis", "7.2.4") [INFO] [stdout] 230 │ .with_exposed_port(ContainerPort::Tcp(6379)) [INFO] [stdout] 231 │ .with_wait_for(WaitFor::message_on_stdout("Ready to accept connections")) [INFO] [stdout] 12: testing_utils::test::{{closure}}::h12a3655a98c653a6 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-testing-utils-cba6b4729441702f/8ee4e3b/src/lib.rs:24 [INFO] [stdout] 22 │ EFut: Future, [INFO] [stdout] 23 │ { [INFO] [stdout]  24 >  let c1 = setup().await; [INFO] [stdout] 25 │ let c2 = test(c1).await; [INFO] [stdout] 26 │ teardown(c2).await; [INFO] [stdout] 13: single_server::should_succeed::{{closure}}::h986be0c8f29e4c4a [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:27 [INFO] [stdout] 25 │ }; [INFO] [stdout] 26 │ [INFO] [stdout]  27 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 28 │ async fn should_succeed(ctx: Context) -> Context { [INFO] [stdout] 29 │ let mut response = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 14:  as core::future::future::Future>::poll::hd2114975bc952e1a [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/future/future.rs:124 [INFO] [stdout] 15: tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h5244794fe7521198 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 16: tokio::runtime::coop::with_budget::h7ea2e172c206139e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107 [INFO] [stdout] 105 │ // The function is called regardless even if the budget is not successfully [INFO] [stdout] 106 │ // set due to the thread-local being destroyed. [INFO] [stdout]  107 >  f() [INFO] [stdout] 108 │ } [INFO] [stdout] 109 │ [INFO] [stdout] 17: tokio::runtime::coop::budget::he70fd28b27fcc5e5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73 [INFO] [stdout] 71 │ #[inline(always)] [INFO] [stdout] 72 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R { [INFO] [stdout]  73 >  with_budget(Budget::initial(), f) [INFO] [stdout] 74 │ } [INFO] [stdout] 75 │ [INFO] [stdout] 18: tokio::runtime::park::CachedParkThread::block_on::hb7ea1994ce343d03 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 19: tokio::runtime::context::blocking::BlockingRegionGuard::block_on::hd0c90adee602eb07 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/blocking.rs:66 [INFO] [stdout] 64 │ [INFO] [stdout] 65 │ let mut park = CachedParkThread::new(); [INFO] [stdout]  66 >  park.block_on(f) [INFO] [stdout] 67 │ } [INFO] [stdout] 68 │ [INFO] [stdout] 20: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h3028bfe90880a9ff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:87 [INFO] [stdout] 85 │ { [INFO] [stdout] 86 │ crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout]  87 >  blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 89 │ } [INFO] [stdout] 21: tokio::runtime::context::runtime::enter_runtime::h5ce195ce8cc83adf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65 [INFO] [stdout] 63 │ [INFO] [stdout] 64 │ if let Some(mut guard) = maybe_guard { [INFO] [stdout]  65 >  return f(&mut guard.blocking); [INFO] [stdout] 66 │ } [INFO] [stdout] 67 │ [INFO] [stdout] 22: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::hb2e7ea8030538e1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:86 [INFO] [stdout] 84 │ F: Future, [INFO] [stdout] 85 │ { [INFO] [stdout]  86 >  crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout] 87 │ blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 23: tokio::runtime::runtime::Runtime::block_on_inner::h3584e82aeb451be3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:363 [INFO] [stdout] 361 │ Scheduler::CurrentThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 362 │ #[cfg(feature = "rt-multi-thread")] [INFO] [stdout]  363 >  Scheduler::MultiThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 364 │ #[cfg(all(tokio_unstable, feature = "rt-multi-thread"))] [INFO] [stdout] 365 │ Scheduler::MultiThreadAlt(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 24: tokio::runtime::runtime::Runtime::block_on::h61d93dc803196861 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333 [INFO] [stdout] 331 │ pub fn block_on(&self, future: F) -> F::Output { [INFO] [stdout] 332 │ if cfg!(debug_assertions) && std::mem::size_of::() > BOX_FUTURE_THRESHOLD { [INFO] [stdout]  333 >  self.block_on_inner(Box::pin(future)) [INFO] [stdout] 334 │ } else { [INFO] [stdout] 335 │ self.block_on_inner(future) [INFO] [stdout] 25: single_server::should_succeed::ha7385627c0934118 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:27 [INFO] [stdout] 25 │ }; [INFO] [stdout] 26 │ [INFO] [stdout]  27 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 28 │ async fn should_succeed(ctx: Context) -> Context { [INFO] [stdout] 29 │ let mut response = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 26: single_server::should_succeed::{{closure}}::h663965ebdbfcc67d [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:27 [INFO] [stdout] 25 │ }; [INFO] [stdout] 26 │ [INFO] [stdout]  27 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 28 │ async fn should_succeed(ctx: Context) -> Context { [INFO] [stdout] 29 │ let mut response = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 27: core::ops::function::FnOnce::call_once::h5312a5c458b4d78b [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 28: core::ops::function::FnOnce::call_once::h4f53344eaef367a7 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 29: test::__rust_begin_short_backtrace::hd74e5b45349ae0eb [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:637 [INFO] [stdout] 30: test::run_test_in_process::{{closure}}::h464496cd0c1c7008 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 31:  as core::ops::function::FnOnce<()>>::call_once::h783dbf339886dbb5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 32: std::panicking::try::do_call::h939d38eaf9984278 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 33: std::panicking::try::h7462749e6e425b58 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 34: std::panic::catch_unwind::hd7e0994ef35a8a51 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 35: test::run_test_in_process::hf0a6730e4eaf615d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 36: test::run_test::{{closure}}::h6563d57083dce3d5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:581 [INFO] [stdout] 37: test::run_test::{{closure}}::hd77e8481970892f0 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:611 [INFO] [stdout] 38: std::sys::backtrace::__rust_begin_short_backtrace::h3affc308abe149f2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/backtrace.rs:152 [INFO] [stdout] 39: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0bcb7f1fc989ad90 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:559 [INFO] [stdout] 40:  as core::ops::function::FnOnce<()>>::call_once::h7f1d3c81251e8f39 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 41: std::panicking::try::do_call::ha04f8c9df155cd96 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 42: std::panicking::try::hbac6309ffcaaa153 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 43: std::panic::catch_unwind::h05df0eec2faa6d0d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 44: std::thread::Builder::spawn_unchecked_::{{closure}}::h0931fb094701c63d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:557 [INFO] [stdout] 45: core::ops::function::FnOnce::call_once{{vtable.shim}}::h58033be664b55387 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 46:  as core::ops::function::FnOnce>::call_once::hc2b66a72ea953e16 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 47:  as core::ops::function::FnOnce>::call_once::h64ac890f18adb1a4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 48: std::sys::pal::unix::thread::Thread::new::thread_start::h8744afc3d48ab12e [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/pal/unix/thread.rs:106 [INFO] [stdout] 49: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- should_fail_when_calling_endpoint_without_required_roles stdout ---- [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: failed to set global default subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set") [INFO] [stdout] Location: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:91 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 9 frames hidden ⋮  [INFO] [stdout] 10: core::result::Result::expect::hf281629b973a7dd4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/result.rs:1061 [INFO] [stdout] 11: tracing_subscriber::util::SubscriberInitExt::init::h09dfb9c64a1ee5c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:90 [INFO] [stdout] 88 │ /// [`log`]: https://crates.io/log [INFO] [stdout] 89 │ fn init(self) { [INFO] [stdout]  90 >  self.try_init() [INFO] [stdout] 91 │ .expect("failed to set global default subscriber") [INFO] [stdout] 92 │ } [INFO] [stdout] 12: essentials::log::install::hcf83c4af4efe6b32 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/log.rs:16 [INFO] [stdout] 14 │ tracing.init(); [INFO] [stdout] 15 │ } else if is_development { [INFO] [stdout]  16 >  tracing_subscriber::registry() [INFO] [stdout] 17 │ .with(fmt::layer().pretty()) [INFO] [stdout] 18 │ .with( [INFO] [stdout] 13: essentials::builder::Builder::install::h7d12c36973586982 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/builder.rs:43 [INFO] [stdout] 41 │ let context = self.context.unwrap_or_else(Context::load); [INFO] [stdout] 42 │ #[cfg(feature = "log")] [INFO] [stdout]  43 >  log::install(&context, self.log); [INFO] [stdout] 44 │ } [INFO] [stdout] 45 │ } [INFO] [stdout] 14: essentials::install::hf987e1be67ceda29 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/lib.rs:16 [INFO] [stdout] 14 │ [INFO] [stdout] 15 │ pub fn install() { [INFO] [stdout]  16 >  Builder::::default().install(); [INFO] [stdout] 17 │ } [INFO] [stdout] 18 │ [INFO] [stdout] 15: single_server::before_each::{{closure}}::h5232fa16ee1a1f36 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:228 [INFO] [stdout] 226 │ async fn before_each() -> Context { [INFO] [stdout] 227 │ env::set_var("RUST_LOG", "debug"); [INFO] [stdout]  228 >  essentials::install(); [INFO] [stdout] 229 │ let redis_cache: ContainerAsync = GenericImage::new("redis", "7.2.4") [INFO] [stdout] 230 │ .with_exposed_port(ContainerPort::Tcp(6379)) [INFO] [stdout] 16: testing_utils::test::{{closure}}::hb612d079f48844ee [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-testing-utils-cba6b4729441702f/8ee4e3b/src/lib.rs:24 [INFO] [stdout] 22 │ EFut: Future, [INFO] [stdout] 23 │ { [INFO] [stdout]  24 >  let c1 = setup().await; [INFO] [stdout] 25 │ let c2 = test(c1).await; [INFO] [stdout] 26 │ teardown(c2).await; [INFO] [stdout] 17: single_server::should_fail_when_calling_endpoint_without_required_roles::{{closure}}::h9d18548580c063fc [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:109 [INFO] [stdout] 107 │ } [INFO] [stdout] 108 │ [INFO] [stdout]  109 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 110 │ async fn should_fail_when_calling_endpoint_without_required_roles(ctx: Context) -> Context { [INFO] [stdout] 111 │ let status = surf::get(format!("http://127.0.0.1:{}/private", &ctx.app)) [INFO] [stdout] 18:  as core::future::future::Future>::poll::h87d20a104d99cf0c [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/future/future.rs:124 [INFO] [stdout] 19: tokio::runtime::park::CachedParkThread::block_on::{{closure}}::ha5a5899b59ed1c5c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 20: tokio::runtime::coop::with_budget::h23e1dcc3e082bff0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107 [INFO] [stdout] 105 │ // The function is called regardless even if the budget is not successfully [INFO] [stdout] 106 │ // set due to the thread-local being destroyed. [INFO] [stdout]  107 >  f() [INFO] [stdout] 108 │ } [INFO] [stdout] 109 │ [INFO] [stdout] 21: tokio::runtime::coop::budget::hbd6581c02b6c97a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73 [INFO] [stdout] 71 │ #[inline(always)] [INFO] [stdout] 72 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R { [INFO] [stdout]  73 >  with_budget(Budget::initial(), f) [INFO] [stdout] 74 │ } [INFO] [stdout] 75 │ [INFO] [stdout] 22: tokio::runtime::park::CachedParkThread::block_on::hb9634021bd84d32d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 23: tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h76fca5c9c778b4f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/blocking.rs:66 [INFO] [stdout] 64 │ [INFO] [stdout] 65 │ let mut park = CachedParkThread::new(); [INFO] [stdout]  66 >  park.block_on(f) [INFO] [stdout] 67 │ } [INFO] [stdout] 68 │ [INFO] [stdout] 24: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h0ea57549b324e923 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:87 [INFO] [stdout] 85 │ { [INFO] [stdout] 86 │ crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout]  87 >  blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 89 │ } [INFO] [stdout] 25: tokio::runtime::context::runtime::enter_runtime::hfb4bafd22085a6a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65 [INFO] [stdout] 63 │ [INFO] [stdout] 64 │ if let Some(mut guard) = maybe_guard { [INFO] [stdout]  65 >  return f(&mut guard.blocking); [INFO] [stdout] 66 │ } [INFO] [stdout] 67 │ [INFO] [stdout] 26: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::he321bc433eb8cf72 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:86 [INFO] [stdout] 84 │ F: Future, [INFO] [stdout] 85 │ { [INFO] [stdout]  86 >  crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout] 87 │ blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 27: tokio::runtime::runtime::Runtime::block_on_inner::h6849aa14570115a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:363 [INFO] [stdout] 361 │ Scheduler::CurrentThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 362 │ #[cfg(feature = "rt-multi-thread")] [INFO] [stdout]  363 >  Scheduler::MultiThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 364 │ #[cfg(all(tokio_unstable, feature = "rt-multi-thread"))] [INFO] [stdout] 365 │ Scheduler::MultiThreadAlt(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 28: tokio::runtime::runtime::Runtime::block_on::hdd95c3ea548b6b94 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333 [INFO] [stdout] 331 │ pub fn block_on(&self, future: F) -> F::Output { [INFO] [stdout] 332 │ if cfg!(debug_assertions) && std::mem::size_of::() > BOX_FUTURE_THRESHOLD { [INFO] [stdout]  333 >  self.block_on_inner(Box::pin(future)) [INFO] [stdout] 334 │ } else { [INFO] [stdout] 335 │ self.block_on_inner(future) [INFO] [stdout] 29: single_server::should_fail_when_calling_endpoint_without_required_roles::h531857221d4efb69 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:109 [INFO] [stdout] 107 │ } [INFO] [stdout] 108 │ [INFO] [stdout]  109 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 110 │ async fn should_fail_when_calling_endpoint_without_required_roles(ctx: Context) -> Context { [INFO] [stdout] 111 │ let status = surf::get(format!("http://127.0.0.1:{}/private", &ctx.app)) [INFO] [stdout] 30: single_server::should_fail_when_calling_endpoint_without_required_roles::{{closure}}::h851afa59050d9a3c [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:109 [INFO] [stdout] 107 │ } [INFO] [stdout] 108 │ [INFO] [stdout]  109 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 110 │ async fn should_fail_when_calling_endpoint_without_required_roles(ctx: Context) -> Context { [INFO] [stdout] 111 │ let status = surf::get(format!("http://127.0.0.1:{}/private", &ctx.app)) [INFO] [stdout] 31: core::ops::function::FnOnce::call_once::hae8ada8c3c2a97c6 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 32: core::ops::function::FnOnce::call_once::h4f53344eaef367a7 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 33: test::__rust_begin_short_backtrace::hd74e5b45349ae0eb [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:637 [INFO] [stdout] 34: test::run_test_in_process::{{closure}}::h464496cd0c1c7008 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 35:  as core::ops::function::FnOnce<()>>::call_once::h783dbf339886dbb5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 36: std::panicking::try::do_call::h939d38eaf9984278 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 37: std::panicking::try::h7462749e6e425b58 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 38: std::panic::catch_unwind::hd7e0994ef35a8a51 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 39: test::run_test_in_process::hf0a6730e4eaf615d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 40: test::run_test::{{closure}}::h6563d57083dce3d5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:581 [INFO] [stdout] 41: test::run_test::{{closure}}::hd77e8481970892f0 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:611 [INFO] [stdout] 42: std::sys::backtrace::__rust_begin_short_backtrace::h3affc308abe149f2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/backtrace.rs:152 [INFO] [stdout] 43: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0bcb7f1fc989ad90 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:559 [INFO] [stdout] 44:  as core::ops::function::FnOnce<()>>::call_once::h7f1d3c81251e8f39 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 45: std::panicking::try::do_call::ha04f8c9df155cd96 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 46: std::panicking::try::hbac6309ffcaaa153 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 47: std::panic::catch_unwind::h05df0eec2faa6d0d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 48: std::thread::Builder::spawn_unchecked_::{{closure}}::h0931fb094701c63d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:557 [INFO] [stdout] 49: core::ops::function::FnOnce::call_once{{vtable.shim}}::h58033be664b55387 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 50:  as core::ops::function::FnOnce>::call_once::hc2b66a72ea953e16 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 51:  as core::ops::function::FnOnce>::call_once::h64ac890f18adb1a4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 52: std::sys::pal::unix::thread::Thread::new::thread_start::h8744afc3d48ab12e [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/pal/unix/thread.rs:106 [INFO] [stdout] 53: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] ---- should_fail_when_calling_without_host stdout ---- [INFO] [stdout] The application panicked (crashed). [INFO] [stdout] Message: failed to set global default subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set") [INFO] [stdout] Location: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:91 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout]  ⋮ 9 frames hidden ⋮  [INFO] [stdout] 10: core::result::Result::expect::hf281629b973a7dd4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/result.rs:1061 [INFO] [stdout] 11: tracing_subscriber::util::SubscriberInitExt::init::h09dfb9c64a1ee5c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.18/src/util.rs:90 [INFO] [stdout] 88 │ /// [`log`]: https://crates.io/log [INFO] [stdout] 89 │ fn init(self) { [INFO] [stdout]  90 >  self.try_init() [INFO] [stdout] 91 │ .expect("failed to set global default subscriber") [INFO] [stdout] 92 │ } [INFO] [stdout] 12: essentials::log::install::hcf83c4af4efe6b32 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/log.rs:16 [INFO] [stdout] 14 │ tracing.init(); [INFO] [stdout] 15 │ } else if is_development { [INFO] [stdout]  16 >  tracing_subscriber::registry() [INFO] [stdout] 17 │ .with(fmt::layer().pretty()) [INFO] [stdout] 18 │ .with( [INFO] [stdout] 13: essentials::builder::Builder::install::h7d12c36973586982 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/builder.rs:43 [INFO] [stdout] 41 │ let context = self.context.unwrap_or_else(Context::load); [INFO] [stdout] 42 │ #[cfg(feature = "log")] [INFO] [stdout]  43 >  log::install(&context, self.log); [INFO] [stdout] 44 │ } [INFO] [stdout] 45 │ } [INFO] [stdout] 14: essentials::install::hf987e1be67ceda29 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-essentials-b3676f35407a82c9/c1a0e2f/src/lib.rs:16 [INFO] [stdout] 14 │ [INFO] [stdout] 15 │ pub fn install() { [INFO] [stdout]  16 >  Builder::::default().install(); [INFO] [stdout] 17 │ } [INFO] [stdout] 18 │ [INFO] [stdout] 15: single_server::before_each::{{closure}}::h5232fa16ee1a1f36 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:228 [INFO] [stdout] 226 │ async fn before_each() -> Context { [INFO] [stdout] 227 │ env::set_var("RUST_LOG", "debug"); [INFO] [stdout]  228 >  essentials::install(); [INFO] [stdout] 229 │ let redis_cache: ContainerAsync = GenericImage::new("redis", "7.2.4") [INFO] [stdout] 230 │ .with_exposed_port(ContainerPort::Tcp(6379)) [INFO] [stdout] 16: testing_utils::test::{{closure}}::hb90e7183d9c58005 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rust-testing-utils-cba6b4729441702f/8ee4e3b/src/lib.rs:24 [INFO] [stdout] 22 │ EFut: Future, [INFO] [stdout] 23 │ { [INFO] [stdout]  24 >  let c1 = setup().await; [INFO] [stdout] 25 │ let c2 = test(c1).await; [INFO] [stdout] 26 │ teardown(c2).await; [INFO] [stdout] 17: single_server::should_fail_when_calling_without_host::{{closure}}::h7e346917bb7a5845 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:42 [INFO] [stdout] 40 │ } [INFO] [stdout] 41 │ [INFO] [stdout]  42 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 43 │ async fn should_fail_when_calling_without_host(ctx: Context) -> Context { [INFO] [stdout] 44 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 18:  as core::future::future::Future>::poll::h2b50876a6cb9b8d3 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/future/future.rs:124 [INFO] [stdout] 19: tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h45c600334489b086 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 20: tokio::runtime::coop::with_budget::hbb208bc14393a64e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107 [INFO] [stdout] 105 │ // The function is called regardless even if the budget is not successfully [INFO] [stdout] 106 │ // set due to the thread-local being destroyed. [INFO] [stdout]  107 >  f() [INFO] [stdout] 108 │ } [INFO] [stdout] 109 │ [INFO] [stdout] 21: tokio::runtime::coop::budget::he8776b35068d7bb0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73 [INFO] [stdout] 71 │ #[inline(always)] [INFO] [stdout] 72 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R { [INFO] [stdout]  73 >  with_budget(Budget::initial(), f) [INFO] [stdout] 74 │ } [INFO] [stdout] 75 │ [INFO] [stdout] 22: tokio::runtime::park::CachedParkThread::block_on::hc7f7b07616e56bd7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/park.rs:281 [INFO] [stdout] 279 │ [INFO] [stdout] 280 │ loop { [INFO] [stdout]  281 >  if let Ready(v) = crate::runtime::coop::budget(|| f.as_mut().poll(&mut cx)) { [INFO] [stdout] 282 │ return Ok(v); [INFO] [stdout] 283 │ } [INFO] [stdout] 23: tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h1411a28ceae59100 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/blocking.rs:66 [INFO] [stdout] 64 │ [INFO] [stdout] 65 │ let mut park = CachedParkThread::new(); [INFO] [stdout]  66 >  park.block_on(f) [INFO] [stdout] 67 │ } [INFO] [stdout] 68 │ [INFO] [stdout] 24: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h895eddddc64185c8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:87 [INFO] [stdout] 85 │ { [INFO] [stdout] 86 │ crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout]  87 >  blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 89 │ } [INFO] [stdout] 25: tokio::runtime::context::runtime::enter_runtime::h23dca82748198d5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65 [INFO] [stdout] 63 │ [INFO] [stdout] 64 │ if let Some(mut guard) = maybe_guard { [INFO] [stdout]  65 >  return f(&mut guard.blocking); [INFO] [stdout] 66 │ } [INFO] [stdout] 67 │ [INFO] [stdout] 26: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::hd50be3e8223adf68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/multi_thread/mod.rs:86 [INFO] [stdout] 84 │ F: Future, [INFO] [stdout] 85 │ { [INFO] [stdout]  86 >  crate::runtime::context::enter_runtime(handle, true, |blocking| { [INFO] [stdout] 87 │ blocking.block_on(future).expect("failed to park thread") [INFO] [stdout] 88 │ }) [INFO] [stdout] 27: tokio::runtime::runtime::Runtime::block_on_inner::h940938d3070ab3df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:363 [INFO] [stdout] 361 │ Scheduler::CurrentThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 362 │ #[cfg(feature = "rt-multi-thread")] [INFO] [stdout]  363 >  Scheduler::MultiThread(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 364 │ #[cfg(all(tokio_unstable, feature = "rt-multi-thread"))] [INFO] [stdout] 365 │ Scheduler::MultiThreadAlt(exec) => exec.block_on(&self.handle.inner, future), [INFO] [stdout] 28: tokio::runtime::runtime::Runtime::block_on::hfacc2710b9ce11a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333 [INFO] [stdout] 331 │ pub fn block_on(&self, future: F) -> F::Output { [INFO] [stdout] 332 │ if cfg!(debug_assertions) && std::mem::size_of::() > BOX_FUTURE_THRESHOLD { [INFO] [stdout]  333 >  self.block_on_inner(Box::pin(future)) [INFO] [stdout] 334 │ } else { [INFO] [stdout] 335 │ self.block_on_inner(future) [INFO] [stdout] 29: single_server::should_fail_when_calling_without_host::hcdce017bfb930082 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:42 [INFO] [stdout] 40 │ } [INFO] [stdout] 41 │ [INFO] [stdout]  42 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 43 │ async fn should_fail_when_calling_without_host(ctx: Context) -> Context { [INFO] [stdout] 44 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 30: single_server::should_fail_when_calling_without_host::{{closure}}::h0a07b55e54dab984 [INFO] [stdout] at /opt/rustwide/workdir/tests/single_server.rs:42 [INFO] [stdout] 40 │ } [INFO] [stdout] 41 │ [INFO] [stdout]  42 > #[utils::test(setup = before_each, teardown = after_each)] [INFO] [stdout] 43 │ async fn should_fail_when_calling_without_host(ctx: Context) -> Context { [INFO] [stdout] 44 │ let status = surf::get(format!("http://127.0.0.1:{}/hello", &ctx.app)) [INFO] [stdout] 31: core::ops::function::FnOnce::call_once::hfa82f37bf38a155c [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 32: core::ops::function::FnOnce::call_once::h4f53344eaef367a7 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 33: test::__rust_begin_short_backtrace::hd74e5b45349ae0eb [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:637 [INFO] [stdout] 34: test::run_test_in_process::{{closure}}::h464496cd0c1c7008 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 35:  as core::ops::function::FnOnce<()>>::call_once::h783dbf339886dbb5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 36: std::panicking::try::do_call::h939d38eaf9984278 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 37: std::panicking::try::h7462749e6e425b58 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 38: std::panic::catch_unwind::hd7e0994ef35a8a51 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 39: test::run_test_in_process::hf0a6730e4eaf615d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:660 [INFO] [stdout] 40: test::run_test::{{closure}}::h6563d57083dce3d5 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:581 [INFO] [stdout] 41: test::run_test::{{closure}}::hd77e8481970892f0 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/test/src/lib.rs:611 [INFO] [stdout] 42: std::sys::backtrace::__rust_begin_short_backtrace::h3affc308abe149f2 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/backtrace.rs:152 [INFO] [stdout] 43: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0bcb7f1fc989ad90 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:559 [INFO] [stdout] 44:  as core::ops::function::FnOnce<()>>::call_once::h7f1d3c81251e8f39 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/panic/unwind_safe.rs:272 [INFO] [stdout] 45: std::panicking::try::do_call::ha04f8c9df155cd96 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:587 [INFO] [stdout] 46: std::panicking::try::hbac6309ffcaaa153 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panicking.rs:550 [INFO] [stdout] 47: std::panic::catch_unwind::h05df0eec2faa6d0d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/panic.rs:358 [INFO] [stdout] 48: std::thread::Builder::spawn_unchecked_::{{closure}}::h0931fb094701c63d [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/thread/mod.rs:557 [INFO] [stdout] 49: core::ops::function::FnOnce::call_once{{vtable.shim}}::h58033be664b55387 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/core/src/ops/function.rs:250 [INFO] [stdout] 50:  as core::ops::function::FnOnce>::call_once::hc2b66a72ea953e16 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 51:  as core::ops::function::FnOnce>::call_once::h64ac890f18adb1a4 [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/alloc/src/boxed.rs:2016 [INFO] [stdout] 52: std::sys::pal::unix::thread::Thread::new::thread_start::h8744afc3d48ab12e [INFO] [stdout] at /rustc/7af779037716ae4125ceabb429791b4cf5dd0a43/library/std/src/sys/pal/unix/thread.rs:106 [INFO] [stdout] 53: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] should_fail_when_calling_endpoint_without_required_roles [INFO] [stdout] should_fail_when_calling_invalid_endpoint [INFO] [stdout] should_fail_when_calling_valid_endpoint_without_origin [INFO] [stdout] should_fail_when_calling_valid_endpoint_without_token [INFO] [stdout] should_fail_when_calling_without_host [INFO] [stdout] should_succeed [INFO] [stdout] should_succeed_when_calling_valid_endpoint_without_ip [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.89s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test single_server` [INFO] running `Command { std: "docker" "inspect" "cc09eb9c51bba4b39fab21bb89c2bf69670e52bef5eec5aa809b7d55e2cf4018", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc09eb9c51bba4b39fab21bb89c2bf69670e52bef5eec5aa809b7d55e2cf4018", kill_on_drop: false }` [INFO] [stdout] cc09eb9c51bba4b39fab21bb89c2bf69670e52bef5eec5aa809b7d55e2cf4018