[INFO] cloning repository https://github.com/yagince/rust-app-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yagince/rust-app-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyagince%2Frust-app-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyagince%2Frust-app-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eabc9f79766bfa4b484d3da94009cbc88fef8c69
[INFO] testing yagince/rust-app-example against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyagince%2Frust-app-example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yagince/rust-app-example
[INFO] finished tweaking git repo https://github.com/yagince/rust-app-example
[INFO] tweaked toml for git repo https://github.com/yagince/rust-app-example written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yagince/rust-app-example on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yagince/rust-app-example 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cdea07435c9a58e1dbc4c93df3a463f01720960630307a18a549f7b163f7d34f
[INFO] running `Command { std: "docker" "start" "-a" "cdea07435c9a58e1dbc4c93df3a463f01720960630307a18a549f7b163f7d34f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdea07435c9a58e1dbc4c93df3a463f01720960630307a18a549f7b163f7d34f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdea07435c9a58e1dbc4c93df3a463f01720960630307a18a549f7b163f7d34f", kill_on_drop: false }`
[INFO] [stdout] cdea07435c9a58e1dbc4c93df3a463f01720960630307a18a549f7b163f7d34f
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6119e654d9d8c0ccec9dea90b534783cb969df2398e00a49103c0d5baacdd230
[INFO] running `Command { std: "docker" "start" "-a" "6119e654d9d8c0ccec9dea90b534783cb969df2398e00a49103c0d5baacdd230", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-sink v0.3.26
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling rustls v0.20.8
[INFO] [stderr]    Compiling futures-io v0.3.26
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling rustversion v1.0.11
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling rust_decimal v1.28.0
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling crc-catalog v2.2.0
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling dotenvy v0.15.6
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling whoami v1.3.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling hashlink v0.8.1
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling uuid v1.3.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling sqlformat v0.2.1
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling async-trait v0.1.64
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling rustix v0.36.8
[INFO] [stderr]    Compiling axum-core v0.3.2
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling axum v0.6.4
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling clap_lex v0.3.1
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.26
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling sea-strum_macros v0.23.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling sea-query-derive v0.2.0
[INFO] [stderr]    Compiling bae v0.1.7
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling ouroboros_macro v0.15.5
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling is-terminal v0.4.3
[INFO] [stderr]    Compiling axum-macros v0.3.2
[INFO] [stderr]    Compiling sea-orm-macros v0.10.7
[INFO] [stderr]    Compiling clap_derive v4.1.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling sea-strum v0.23.0
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling ouroboros v0.15.5
[INFO] [stderr]    Compiling sqlx-rt v0.6.2
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling clap v4.1.4
[INFO] [stderr]    Compiling futures-executor v0.3.26
[INFO] [stderr]    Compiling futures v0.3.26
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling serde_path_to_error v0.1.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tower-http v0.3.5
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling sqlx-core v0.6.2
[INFO] [stderr]    Compiling validator v0.16.0
[INFO] [stderr]    Compiling sea-query v0.27.2
[INFO] [stderr]    Compiling hyper v0.14.24
[INFO] [stderr]    Compiling sqlx-macros v0.6.2
[INFO] [stderr]    Compiling sqlx v0.6.2
[INFO] [stderr]    Compiling sea-query-binder v0.2.2
[INFO] [stderr]    Compiling sea-orm v0.10.7
[INFO] [stderr]    Compiling rust-app-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6119e654d9d8c0ccec9dea90b534783cb969df2398e00a49103c0d5baacdd230", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6119e654d9d8c0ccec9dea90b534783cb969df2398e00a49103c0d5baacdd230", kill_on_drop: false }`
[INFO] [stdout] 6119e654d9d8c0ccec9dea90b534783cb969df2398e00a49103c0d5baacdd230
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c76bb1bf939317acd2283336a82688a55ade276e67a338328103262b6ef36ea7
[INFO] running `Command { std: "docker" "start" "-a" "c76bb1bf939317acd2283336a82688a55ade276e67a338328103262b6ef36ea7", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]    Compiling predicates-core v1.0.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling serial_test_derive v1.0.0
[INFO] [stderr]    Compiling mockall_derive v0.11.3
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling predicates-tree v1.0.7
[INFO] [stderr]    Compiling pretty_assertions v1.3.0
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling serial_test v1.0.0
[INFO] [stderr]    Compiling rstest_macros v0.16.0
[INFO] [stderr]    Compiling mockall v0.11.3
[INFO] [stderr]    Compiling rstest v0.16.0
[INFO] [stderr]    Compiling rust-app-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.61s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "c76bb1bf939317acd2283336a82688a55ade276e67a338328103262b6ef36ea7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c76bb1bf939317acd2283336a82688a55ade276e67a338328103262b6ef36ea7", kill_on_drop: false }`
[INFO] [stdout] c76bb1bf939317acd2283336a82688a55ade276e67a338328103262b6ef36ea7
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c1bde5ba5898c19c6a4d0f88f713141f2a1fa0871b8956f932c3790d0ec5ed52
[INFO] running `Command { std: "docker" "start" "-a" "c1bde5ba5898c19c6a4d0f88f713141f2a1fa0871b8956f932c3790d0ec5ed52", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_app_example-585dff18172867c8)
[INFO] [stdout] test domain::user::tests::test_validate_name::case_1 ... ok
[INFO] [stdout] test domain::user::tests::test_deserialize_from_json ... ok
[INFO] [stdout] test infrastructure::repository::memory::tests::test_get_users ... ok
[INFO] [stdout] test usecase::user::create::tests::test_create_user ... ok
[INFO] [stdout] test usecase::user::create::tests::test_create_user_if_validation_error ... ok
[INFO] [stdout] test infrastructure::repository::memory::tests::test_get_user ... ok
[INFO] [stdout] test domain::user::tests::test_validate_name::case_2 ... ok
[INFO] [stdout] test infrastructure::repository::memory::tests::test_create_user ... ok
[INFO] [stdout] test infrastructure::repository::rdb::user::tests::test_create_user ... FAILED
[INFO] [stdout] test infrastructure::repository::rdb::user::tests::test_get_user_exists ... FAILED
[INFO] [stdout] test infrastructure::repository::rdb::user::tests::test_get_users ... FAILED
[INFO] [stdout] test infrastructure::repository::rdb::user::tests::test_create_user_if_validation_error ... FAILED
[INFO] [stdout] test web::api::tests::test_api_v1_get_user ... FAILED
[INFO] [stdout] test web::api::tests::test_api_v1_get_users ... FAILED
[INFO] [stdout] test web::api::tests::test_api_v1_get_user_400 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- infrastructure::repository::rdb::user::tests::test_create_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'infrastructure::repository::rdb::user::tests::test_create_user' (31) panicked at src/config.rs:4:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56bf1ec131b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56bf1ec131b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56bf1ec2742f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56bf1ec2742f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56bf1ebdf3b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56bf1ebdf3b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56bf1ebebba2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56bf1ebf0bff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56bf1ebf0a91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56bf1e5ccd9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56bf1e5ccd9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56bf1ebf136f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56bf1ebf136f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56bf1ebf111a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56bf1ebebcd9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56bf1ebd2dad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56bf1ec30d40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56bf1ec2fb86 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x56bf1e55419a - core::result::Result<T,E>::unwrap::h0445be1fee30e115
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x56bf1e55419a - rust_app_example::config::CONFIG::{{closure}}::h4f8715b1607d2627
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:4:51
[INFO] [stdout]   22:     0x56bf1e58ad66 - core::ops::function::FnOnce::call_once::hd912416630f5596c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x56bf1e58a282 - core::ops::function::FnOnce::call_once::h204f971497d3c320
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56bf1e50e431 - once_cell::sync::Lazy<T,F>::force::{{closure}}::h0ba089c6ff8f73ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1275:28
[INFO] [stdout]   25:     0x56bf1e50e4a3 - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h682296103c3adc43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:57
[INFO] [stdout]   26:     0x56bf1e539849 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h855c34c98244958a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:82:23
[INFO] [stdout]   27:     0x56bf1ebd1576 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h8a5a216f005bfe2d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   28:     0x56bf1ebd25cb - once_cell::imp::initialize_or_wait::h35a9fccf083f7ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:206:20
[INFO] [stdout]   29:     0x56bf1e539802 - once_cell::imp::OnceCell<T>::initialize::h7d99918852fb0248
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:78:9
[INFO] [stdout]   30:     0x56bf1e50e579 - once_cell::sync::OnceCell<T>::get_or_try_init::hcb403cc3b365f84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1126:20
[INFO] [stdout]   31:     0x56bf1e50e473 - once_cell::sync::OnceCell<T>::get_or_init::h62905380ffb6569c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:24
[INFO] [stdout]   32:     0x56bf1e50e3c0 - once_cell::sync::Lazy<T,F>::force::hff2c4630f5eb3933
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1274:23
[INFO] [stdout]   33:     0x56bf1e50cb8a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h508fc5209f4f9992
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1335:13
[INFO] [stdout]   34:     0x56bf1e55dd10 - rust_app_example::infrastructure::repository::rdb::create_connection::{{closure}}::h932699f57e75d40d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb.rs:21:39
[INFO] [stdout]   35:     0x56bf1e52fff5 - rust_app_example::infrastructure::repository::rdb::user::tests::create_transaction::{{closure}}::hc0dd6aeb8b3abd6f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:69:14
[INFO] [stdout]   36:     0x56bf1e52f66d - rust_app_example::infrastructure::repository::rdb::user::tests::test_create_user::{{closure}}::h5ef97a874a071a88
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:134:39
[INFO] [stdout]   37:     0x56bf1e54e185 - <core::pin::Pin<P> as core::future::future::Future>::poll::h81c635038c2b862b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   38:     0x56bf1e54e27d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9da50fedcc4f0749
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   39:     0x56bf1e5704bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he657a0a86bb735b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   40:     0x56bf1e5703fc - tokio::runtime::coop::with_budget::h7487375530bc4032
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   41:     0x56bf1e5703fc - tokio::runtime::coop::budget::h39088855d3ddf07e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   42:     0x56bf1e5703fc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hccc2e55f9228acc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   43:     0x56bf1e56eb7a - tokio::runtime::scheduler::current_thread::Context::enter::h893ff73d9315832c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   44:     0x56bf1e56f96a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd253985092115daa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   45:     0x56bf1e56f6db - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h55a3408b598d3742
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   46:     0x56bf1e54d92a - tokio::macros::scoped_tls::ScopedKey<T>::set::he087b343e854d5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   47:     0x56bf1e56f454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h45f0e9478b8e81f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   48:     0x56bf1e56f702 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hcf76ddc21c05ae3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   49:     0x56bf1e56e739 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf916b01eda8e5054
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   50:     0x56bf1e51270f - tokio::runtime::runtime::Runtime::block_on::hd0a328343ef0914b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   51:     0x56bf1e52f3ce - rust_app_example::infrastructure::repository::rdb::user::tests::test_create_user::he75bcd0ffa33c934
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:152:11
[INFO] [stdout]   52:     0x56bf1e52f477 - rust_app_example::infrastructure::repository::rdb::user::tests::test_create_user::{{closure}}::h1cc6334f4176c288
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:133:36
[INFO] [stdout]   53:     0x56bf1e58a646 - core::ops::function::FnOnce::call_once::h59e1d7ca2686a4cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x56bf1e5ccb5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x56bf1e5ccb5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   56:     0x56bf1e5e27c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   57:     0x56bf1e5e27c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x56bf1e5e27c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x56bf1e5e27c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x56bf1e5e27c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x56bf1e5e27c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   62:     0x56bf1e5e27c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   63:     0x56bf1e5b8fb4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   64:     0x56bf1e5b8fb4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   65:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   66:     0x56bf1e5bc87a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   67:     0x56bf1e5bc87a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   68:     0x56bf1e5bc87a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x56bf1e5bc87a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   71:     0x56bf1e5bc87a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x56bf1ebe6e3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   73:     0x56bf1ebe6e3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   74:     0x7f6326195aa4 - <unknown>
[INFO] [stdout]   75:     0x7f6326222a34 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- infrastructure::repository::rdb::user::tests::test_get_user_exists stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'infrastructure::repository::rdb::user::tests::test_get_user_exists' (33) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25:
[INFO] [stdout] Lazy instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56bf1ec131b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56bf1ec131b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56bf1ec2742f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56bf1ec2742f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56bf1ebdf3b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56bf1ebdf3b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56bf1ebebba2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56bf1ebf0bff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56bf1ebf0a91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56bf1e5ccd9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56bf1e5ccd9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56bf1ebf136f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56bf1ebf136f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56bf1ebf10e6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x56bf1ebebcd9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56bf1ebd2dad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56bf1ec30d40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56bf1e50e45f - once_cell::sync::Lazy<T,F>::force::{{closure}}::h0ba089c6ff8f73ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25
[INFO] [stdout]   20:     0x56bf1e50e4a3 - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h682296103c3adc43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:57
[INFO] [stdout]   21:     0x56bf1e539849 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h855c34c98244958a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:82:23
[INFO] [stdout]   22:     0x56bf1ebd1576 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h8a5a216f005bfe2d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   23:     0x56bf1ebd25cb - once_cell::imp::initialize_or_wait::h35a9fccf083f7ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:206:20
[INFO] [stdout]   24:     0x56bf1e539802 - once_cell::imp::OnceCell<T>::initialize::h7d99918852fb0248
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:78:9
[INFO] [stdout]   25:     0x56bf1e50e579 - once_cell::sync::OnceCell<T>::get_or_try_init::hcb403cc3b365f84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1126:20
[INFO] [stdout]   26:     0x56bf1e50e473 - once_cell::sync::OnceCell<T>::get_or_init::h62905380ffb6569c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:24
[INFO] [stdout]   27:     0x56bf1e50e3c0 - once_cell::sync::Lazy<T,F>::force::hff2c4630f5eb3933
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1274:23
[INFO] [stdout]   28:     0x56bf1e50cb8a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h508fc5209f4f9992
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1335:13
[INFO] [stdout]   29:     0x56bf1e55dd10 - rust_app_example::infrastructure::repository::rdb::create_connection::{{closure}}::h932699f57e75d40d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb.rs:21:39
[INFO] [stdout]   30:     0x56bf1e52fff5 - rust_app_example::infrastructure::repository::rdb::user::tests::create_transaction::{{closure}}::hc0dd6aeb8b3abd6f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:69:14
[INFO] [stdout]   31:     0x56bf1e53080a - rust_app_example::infrastructure::repository::rdb::user::tests::test_get_user_exists::{{closure}}::hdd7be31a9801fe49
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:105:39
[INFO] [stdout]   32:     0x56bf1e54e185 - <core::pin::Pin<P> as core::future::future::Future>::poll::h81c635038c2b862b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x56bf1e54e27d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9da50fedcc4f0749
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   34:     0x56bf1e5704bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he657a0a86bb735b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   35:     0x56bf1e5703fc - tokio::runtime::coop::with_budget::h7487375530bc4032
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   36:     0x56bf1e5703fc - tokio::runtime::coop::budget::h39088855d3ddf07e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   37:     0x56bf1e5703fc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hccc2e55f9228acc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   38:     0x56bf1e56eb7a - tokio::runtime::scheduler::current_thread::Context::enter::h893ff73d9315832c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   39:     0x56bf1e56f96a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd253985092115daa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   40:     0x56bf1e56f6db - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h55a3408b598d3742
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   41:     0x56bf1e54d92a - tokio::macros::scoped_tls::ScopedKey<T>::set::he087b343e854d5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   42:     0x56bf1e56f454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h45f0e9478b8e81f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   43:     0x56bf1e56f702 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hcf76ddc21c05ae3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   44:     0x56bf1e56e739 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf916b01eda8e5054
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   45:     0x56bf1e51270f - tokio::runtime::runtime::Runtime::block_on::hd0a328343ef0914b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   46:     0x56bf1e53054e - rust_app_example::infrastructure::repository::rdb::user::tests::test_get_user_exists::h8512dd2c4874f213
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:129:11
[INFO] [stdout]   47:     0x56bf1e5305f7 - rust_app_example::infrastructure::repository::rdb::user::tests::test_get_user_exists::{{closure}}::h9f9ec1635179c99d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:104:40
[INFO] [stdout]   48:     0x56bf1e58a1c6 - core::ops::function::FnOnce::call_once::h185a27e7439f2146
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x56bf1e5ccb5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x56bf1e5ccb5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   51:     0x56bf1e5e27c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   52:     0x56bf1e5e27c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56bf1e5e27c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x56bf1e5e27c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x56bf1e5e27c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56bf1e5e27c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   57:     0x56bf1e5e27c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   58:     0x56bf1e5b8fb4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   59:     0x56bf1e5b8fb4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   60:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   61:     0x56bf1e5bc87a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   62:     0x56bf1e5bc87a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   63:     0x56bf1e5bc87a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   64:     0x56bf1e5bc87a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   66:     0x56bf1e5bc87a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x56bf1ebe6e3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   68:     0x56bf1ebe6e3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   69:     0x7f6326195aa4 - <unknown>
[INFO] [stdout]   70:     0x7f6326222a34 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- infrastructure::repository::rdb::user::tests::test_get_users stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'infrastructure::repository::rdb::user::tests::test_get_users' (34) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25:
[INFO] [stdout] Lazy instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56bf1ec131b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56bf1ec131b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56bf1ec2742f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56bf1ec2742f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56bf1ebdf3b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56bf1ebdf3b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56bf1ebebba2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56bf1ebf0bff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56bf1ebf0a91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56bf1e5ccd9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56bf1e5ccd9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56bf1ebf136f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56bf1ebf136f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56bf1ebf10e6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x56bf1ebebcd9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56bf1ebd2dad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56bf1ec30d40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56bf1e50e45f - once_cell::sync::Lazy<T,F>::force::{{closure}}::h0ba089c6ff8f73ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25
[INFO] [stdout]   20:     0x56bf1e50e4a3 - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h682296103c3adc43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:57
[INFO] [stdout]   21:     0x56bf1e539849 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h855c34c98244958a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:82:23
[INFO] [stdout]   22:     0x56bf1ebd1576 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h8a5a216f005bfe2d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   23:     0x56bf1ebd25cb - once_cell::imp::initialize_or_wait::h35a9fccf083f7ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:206:20
[INFO] [stdout]   24:     0x56bf1e539802 - once_cell::imp::OnceCell<T>::initialize::h7d99918852fb0248
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:78:9
[INFO] [stdout]   25:     0x56bf1e50e579 - once_cell::sync::OnceCell<T>::get_or_try_init::hcb403cc3b365f84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1126:20
[INFO] [stdout]   26:     0x56bf1e50e473 - once_cell::sync::OnceCell<T>::get_or_init::h62905380ffb6569c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:24
[INFO] [stdout]   27:     0x56bf1e50e3c0 - once_cell::sync::Lazy<T,F>::force::hff2c4630f5eb3933
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1274:23
[INFO] [stdout]   28:     0x56bf1e50cb8a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h508fc5209f4f9992
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1335:13
[INFO] [stdout]   29:     0x56bf1e55dd10 - rust_app_example::infrastructure::repository::rdb::create_connection::{{closure}}::h932699f57e75d40d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb.rs:21:39
[INFO] [stdout]   30:     0x56bf1e52fff5 - rust_app_example::infrastructure::repository::rdb::user::tests::create_transaction::{{closure}}::hc0dd6aeb8b3abd6f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:69:14
[INFO] [stdout]   31:     0x56bf1e52e6b2 - rust_app_example::infrastructure::repository::rdb::user::tests::test_get_users::{{closure}}::h2184471f6d6c3e3c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:77:39
[INFO] [stdout]   32:     0x56bf1e54e185 - <core::pin::Pin<P> as core::future::future::Future>::poll::h81c635038c2b862b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x56bf1e54e27d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9da50fedcc4f0749
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   34:     0x56bf1e5704bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he657a0a86bb735b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   35:     0x56bf1e5703fc - tokio::runtime::coop::with_budget::h7487375530bc4032
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   36:     0x56bf1e5703fc - tokio::runtime::coop::budget::h39088855d3ddf07e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   37:     0x56bf1e5703fc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hccc2e55f9228acc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   38:     0x56bf1e56eb7a - tokio::runtime::scheduler::current_thread::Context::enter::h893ff73d9315832c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   39:     0x56bf1e56f96a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd253985092115daa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   40:     0x56bf1e56f6db - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h55a3408b598d3742
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   41:     0x56bf1e54d92a - tokio::macros::scoped_tls::ScopedKey<T>::set::he087b343e854d5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   42:     0x56bf1e56f454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h45f0e9478b8e81f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   43:     0x56bf1e56f702 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hcf76ddc21c05ae3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   44:     0x56bf1e56e739 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf916b01eda8e5054
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   45:     0x56bf1e51270f - tokio::runtime::runtime::Runtime::block_on::hd0a328343ef0914b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   46:     0x56bf1e52e42e - rust_app_example::infrastructure::repository::rdb::user::tests::test_get_users::h9d44f88a3384b376
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:100:11
[INFO] [stdout]   47:     0x56bf1e52f227 - rust_app_example::infrastructure::repository::rdb::user::tests::test_get_users::{{closure}}::ha2c8ac106de091a7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:76:34
[INFO] [stdout]   48:     0x56bf1e58ab96 - core::ops::function::FnOnce::call_once::hb03e66e853262a5b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x56bf1e5ccb5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x56bf1e5ccb5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   51:     0x56bf1e5e27c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   52:     0x56bf1e5e27c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56bf1e5e27c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x56bf1e5e27c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x56bf1e5e27c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56bf1e5e27c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   57:     0x56bf1e5e27c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   58:     0x56bf1e5b8fb4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   59:     0x56bf1e5b8fb4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   60:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   61:     0x56bf1e5bc87a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   62:     0x56bf1e5bc87a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   63:     0x56bf1e5bc87a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   64:     0x56bf1e5bc87a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   66:     0x56bf1e5bc87a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x56bf1ebe6e3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   68:     0x56bf1ebe6e3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   69:     0x7f6326195aa4 - <unknown>
[INFO] [stdout]   70:     0x7f6326222a34 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- infrastructure::repository::rdb::user::tests::test_create_user_if_validation_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'infrastructure::repository::rdb::user::tests::test_create_user_if_validation_error' (32) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25:
[INFO] [stdout] Lazy instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56bf1ec131b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56bf1ec131b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56bf1ec2742f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56bf1ec2742f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56bf1ebdf3b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56bf1ebdf3b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56bf1ebebba2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56bf1ebf0bff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56bf1ebf0a91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56bf1e5ccd9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56bf1e5ccd9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56bf1ebf136f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56bf1ebf136f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56bf1ebf10e6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x56bf1ebebcd9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56bf1ebd2dad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56bf1ec30d40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56bf1e50e45f - once_cell::sync::Lazy<T,F>::force::{{closure}}::h0ba089c6ff8f73ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25
[INFO] [stdout]   20:     0x56bf1e50e4a3 - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h682296103c3adc43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:57
[INFO] [stdout]   21:     0x56bf1e539849 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h855c34c98244958a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:82:23
[INFO] [stdout]   22:     0x56bf1ebd1576 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h8a5a216f005bfe2d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   23:     0x56bf1ebd25cb - once_cell::imp::initialize_or_wait::h35a9fccf083f7ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:206:20
[INFO] [stdout]   24:     0x56bf1e539802 - once_cell::imp::OnceCell<T>::initialize::h7d99918852fb0248
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:78:9
[INFO] [stdout]   25:     0x56bf1e50e579 - once_cell::sync::OnceCell<T>::get_or_try_init::hcb403cc3b365f84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1126:20
[INFO] [stdout]   26:     0x56bf1e50e473 - once_cell::sync::OnceCell<T>::get_or_init::h62905380ffb6569c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:24
[INFO] [stdout]   27:     0x56bf1e50e3c0 - once_cell::sync::Lazy<T,F>::force::hff2c4630f5eb3933
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1274:23
[INFO] [stdout]   28:     0x56bf1e50cb8a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h508fc5209f4f9992
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1335:13
[INFO] [stdout]   29:     0x56bf1e55dd10 - rust_app_example::infrastructure::repository::rdb::create_connection::{{closure}}::h932699f57e75d40d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb.rs:21:39
[INFO] [stdout]   30:     0x56bf1e52fff5 - rust_app_example::infrastructure::repository::rdb::user::tests::create_transaction::{{closure}}::hc0dd6aeb8b3abd6f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:69:14
[INFO] [stdout]   31:     0x56bf1e531925 - rust_app_example::infrastructure::repository::rdb::user::tests::test_create_user_if_validation_error::{{closure}}::h3c69302d147cd7d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:157:39
[INFO] [stdout]   32:     0x56bf1e54e185 - <core::pin::Pin<P> as core::future::future::Future>::poll::h81c635038c2b862b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x56bf1e54e27d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9da50fedcc4f0749
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   34:     0x56bf1e5704bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he657a0a86bb735b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   35:     0x56bf1e5703fc - tokio::runtime::coop::with_budget::h7487375530bc4032
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   36:     0x56bf1e5703fc - tokio::runtime::coop::budget::h39088855d3ddf07e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   37:     0x56bf1e5703fc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hccc2e55f9228acc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   38:     0x56bf1e56eb7a - tokio::runtime::scheduler::current_thread::Context::enter::h893ff73d9315832c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   39:     0x56bf1e56f96a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd253985092115daa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   40:     0x56bf1e56f6db - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h55a3408b598d3742
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   41:     0x56bf1e54d92a - tokio::macros::scoped_tls::ScopedKey<T>::set::he087b343e854d5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   42:     0x56bf1e56f454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h45f0e9478b8e81f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   43:     0x56bf1e56f702 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hcf76ddc21c05ae3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   44:     0x56bf1e56e739 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf916b01eda8e5054
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   45:     0x56bf1e51270f - tokio::runtime::runtime::Runtime::block_on::hd0a328343ef0914b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   46:     0x56bf1e5316be - rust_app_example::infrastructure::repository::rdb::user::tests::test_create_user_if_validation_error::he21f981045bbbd81
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:175:11
[INFO] [stdout]   47:     0x56bf1e532027 - rust_app_example::infrastructure::repository::rdb::user::tests::test_create_user_if_validation_error::{{closure}}::hb380df531d6bf841
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb/user.rs:156:56
[INFO] [stdout]   48:     0x56bf1e58a9f6 - core::ops::function::FnOnce::call_once::h99267b9e9aa97dcd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x56bf1e5ccb5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x56bf1e5ccb5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   51:     0x56bf1e5e27c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   52:     0x56bf1e5e27c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56bf1e5e27c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x56bf1e5e27c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x56bf1e5e27c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56bf1e5e27c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   57:     0x56bf1e5e27c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   58:     0x56bf1e5b8fb4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   59:     0x56bf1e5b8fb4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   60:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   61:     0x56bf1e5bc87a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   62:     0x56bf1e5bc87a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   63:     0x56bf1e5bc87a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   64:     0x56bf1e5bc87a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   66:     0x56bf1e5bc87a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x56bf1ebe6e3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   68:     0x56bf1ebe6e3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   69:     0x7f6326195aa4 - <unknown>
[INFO] [stdout]   70:     0x7f6326222a34 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::api::tests::test_api_v1_get_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::api::tests::test_api_v1_get_user' (37) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25:
[INFO] [stdout] Lazy instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56bf1ec131b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56bf1ec131b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56bf1ec2742f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56bf1ec2742f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56bf1ebdf3b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56bf1ebdf3b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56bf1ebebba2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56bf1ebf0bff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56bf1ebf0a91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56bf1e5ccd9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56bf1e5ccd9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56bf1ebf136f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56bf1ebf136f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56bf1ebf10e6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x56bf1ebebcd9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56bf1ebd2dad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56bf1ec30d40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56bf1e50e45f - once_cell::sync::Lazy<T,F>::force::{{closure}}::h0ba089c6ff8f73ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25
[INFO] [stdout]   20:     0x56bf1e50e4a3 - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h682296103c3adc43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:57
[INFO] [stdout]   21:     0x56bf1e539849 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h855c34c98244958a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:82:23
[INFO] [stdout]   22:     0x56bf1ebd1576 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h8a5a216f005bfe2d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   23:     0x56bf1ebd25cb - once_cell::imp::initialize_or_wait::h35a9fccf083f7ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:206:20
[INFO] [stdout]   24:     0x56bf1e539802 - once_cell::imp::OnceCell<T>::initialize::h7d99918852fb0248
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:78:9
[INFO] [stdout]   25:     0x56bf1e50e579 - once_cell::sync::OnceCell<T>::get_or_try_init::hcb403cc3b365f84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1126:20
[INFO] [stdout]   26:     0x56bf1e50e473 - once_cell::sync::OnceCell<T>::get_or_init::h62905380ffb6569c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:24
[INFO] [stdout]   27:     0x56bf1e50e3c0 - once_cell::sync::Lazy<T,F>::force::hff2c4630f5eb3933
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1274:23
[INFO] [stdout]   28:     0x56bf1e50cb8a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h508fc5209f4f9992
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1335:13
[INFO] [stdout]   29:     0x56bf1e55dd10 - rust_app_example::infrastructure::repository::rdb::create_connection::{{closure}}::h932699f57e75d40d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb.rs:21:39
[INFO] [stdout]   30:     0x56bf1e4fbb08 - rust_app_example::web::api::tests::connection::{{closure}}::ha10bf59cdc36da4b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:97:40
[INFO] [stdout]   31:     0x56bf1e4fd1e8 - rust_app_example::web::api::tests::_test_api_v1_get_user_internal::{{closure}}::h9d1680e85eb41f83
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:159:42
[INFO] [stdout]   32:     0x56bf1e54a882 - serial_test::serial_code_lock::local_async_serial_core_with_return::{{closure}}::h9376847a986868b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-1.0.0/src/serial_code_lock.rs:39:9
[INFO] [stdout]   33:     0x56bf1e4fc567 - rust_app_example::web::api::tests::test_api_v1_get_user::{{closure}}::h141ce3ec511e021c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:156:5
[INFO] [stdout]   34:     0x56bf1e54e185 - <core::pin::Pin<P> as core::future::future::Future>::poll::h81c635038c2b862b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x56bf1e54e27d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9da50fedcc4f0749
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x56bf1e5704bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he657a0a86bb735b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   37:     0x56bf1e5703fc - tokio::runtime::coop::with_budget::h7487375530bc4032
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   38:     0x56bf1e5703fc - tokio::runtime::coop::budget::h39088855d3ddf07e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   39:     0x56bf1e5703fc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hccc2e55f9228acc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   40:     0x56bf1e56eb7a - tokio::runtime::scheduler::current_thread::Context::enter::h893ff73d9315832c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   41:     0x56bf1e56f96a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd253985092115daa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   42:     0x56bf1e56f6db - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h55a3408b598d3742
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   43:     0x56bf1e54d92a - tokio::macros::scoped_tls::ScopedKey<T>::set::he087b343e854d5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x56bf1e56f454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h45f0e9478b8e81f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   45:     0x56bf1e56f702 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hcf76ddc21c05ae3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   46:     0x56bf1e56e739 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf916b01eda8e5054
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   47:     0x56bf1e51270f - tokio::runtime::runtime::Runtime::block_on::hd0a328343ef0914b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   48:     0x56bf1e4fc33f - rust_app_example::web::api::tests::test_api_v1_get_user::h083a3bc2dad6ab07
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:156:5
[INFO] [stdout]   49:     0x56bf1e4fc637 - rust_app_example::web::api::tests::test_api_v1_get_user::{{closure}}::h3a11c5257721996b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:158:40
[INFO] [stdout]   50:     0x56bf1e58a606 - core::ops::function::FnOnce::call_once::h5765d4777cb8f8f1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x56bf1e5ccb5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x56bf1e5ccb5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x56bf1e5e27c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x56bf1e5e27c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x56bf1e5e27c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x56bf1e5e27c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x56bf1e5e27c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x56bf1e5e27c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x56bf1e5e27c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x56bf1e5b8fb4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x56bf1e5b8fb4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x56bf1e5bc87a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x56bf1e5bc87a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x56bf1e5bc87a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   66:     0x56bf1e5bc87a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   68:     0x56bf1e5bc87a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x56bf1ebe6e3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   70:     0x56bf1ebe6e3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   71:     0x7f6326195aa4 - <unknown>
[INFO] [stdout]   72:     0x7f6326222a34 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::api::tests::test_api_v1_get_users stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::api::tests::test_api_v1_get_users' (39) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25:
[INFO] [stdout] Lazy instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56bf1ec131b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56bf1ec131b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56bf1ec2742f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56bf1ec2742f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56bf1ebdf3b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56bf1ebdf3b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56bf1ebebba2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56bf1ebf0bff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56bf1ebf0a91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56bf1e5ccd9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56bf1e5ccd9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56bf1ebf136f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56bf1ebf136f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56bf1ebf10e6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x56bf1ebebcd9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56bf1ebd2dad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56bf1ec30d40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56bf1e50e45f - once_cell::sync::Lazy<T,F>::force::{{closure}}::h0ba089c6ff8f73ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25
[INFO] [stdout]   20:     0x56bf1e50e4a3 - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h682296103c3adc43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:57
[INFO] [stdout]   21:     0x56bf1e539849 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h855c34c98244958a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:82:23
[INFO] [stdout]   22:     0x56bf1ebd1576 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h8a5a216f005bfe2d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   23:     0x56bf1ebd25cb - once_cell::imp::initialize_or_wait::h35a9fccf083f7ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:206:20
[INFO] [stdout]   24:     0x56bf1e539802 - once_cell::imp::OnceCell<T>::initialize::h7d99918852fb0248
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:78:9
[INFO] [stdout]   25:     0x56bf1e50e579 - once_cell::sync::OnceCell<T>::get_or_try_init::hcb403cc3b365f84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1126:20
[INFO] [stdout]   26:     0x56bf1e50e473 - once_cell::sync::OnceCell<T>::get_or_init::h62905380ffb6569c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:24
[INFO] [stdout]   27:     0x56bf1e50e3c0 - once_cell::sync::Lazy<T,F>::force::hff2c4630f5eb3933
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1274:23
[INFO] [stdout]   28:     0x56bf1e50cb8a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h508fc5209f4f9992
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1335:13
[INFO] [stdout]   29:     0x56bf1e55dd10 - rust_app_example::infrastructure::repository::rdb::create_connection::{{closure}}::h932699f57e75d40d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb.rs:21:39
[INFO] [stdout]   30:     0x56bf1e4fbb08 - rust_app_example::web::api::tests::connection::{{closure}}::ha10bf59cdc36da4b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:97:40
[INFO] [stdout]   31:     0x56bf1e4ff6c8 - rust_app_example::web::api::tests::_test_api_v1_get_users_internal::{{closure}}::h78ed3b40a20e5d99
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:118:42
[INFO] [stdout]   32:     0x56bf1e54b402 - serial_test::serial_code_lock::local_async_serial_core_with_return::{{closure}}::h96b3e91b3bbad64b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-1.0.0/src/serial_code_lock.rs:39:9
[INFO] [stdout]   33:     0x56bf1e4fca27 - rust_app_example::web::api::tests::test_api_v1_get_users::{{closure}}::hcd28370aba1d9cff
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:115:5
[INFO] [stdout]   34:     0x56bf1e54e185 - <core::pin::Pin<P> as core::future::future::Future>::poll::h81c635038c2b862b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x56bf1e54e27d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9da50fedcc4f0749
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x56bf1e5704bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he657a0a86bb735b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   37:     0x56bf1e5703fc - tokio::runtime::coop::with_budget::h7487375530bc4032
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   38:     0x56bf1e5703fc - tokio::runtime::coop::budget::h39088855d3ddf07e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   39:     0x56bf1e5703fc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hccc2e55f9228acc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   40:     0x56bf1e56eb7a - tokio::runtime::scheduler::current_thread::Context::enter::h893ff73d9315832c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   41:     0x56bf1e56f96a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd253985092115daa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   42:     0x56bf1e56f6db - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h55a3408b598d3742
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   43:     0x56bf1e54d92a - tokio::macros::scoped_tls::ScopedKey<T>::set::he087b343e854d5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x56bf1e56f454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h45f0e9478b8e81f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   45:     0x56bf1e56f702 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hcf76ddc21c05ae3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   46:     0x56bf1e56e739 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf916b01eda8e5054
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   47:     0x56bf1e51270f - tokio::runtime::runtime::Runtime::block_on::hd0a328343ef0914b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   48:     0x56bf1e4fc7cf - rust_app_example::web::api::tests::test_api_v1_get_users::h5e12bda134b06d3f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:115:5
[INFO] [stdout]   49:     0x56bf1e4fc877 - rust_app_example::web::api::tests::test_api_v1_get_users::{{closure}}::h2233c09cf52a8821
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:117:41
[INFO] [stdout]   50:     0x56bf1e58a366 - core::ops::function::FnOnce::call_once::h3dd64440f84fafd5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x56bf1e5ccb5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x56bf1e5ccb5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x56bf1e5e27c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x56bf1e5e27c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x56bf1e5e27c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x56bf1e5e27c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x56bf1e5e27c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x56bf1e5e27c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x56bf1e5e27c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x56bf1e5b8fb4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x56bf1e5b8fb4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x56bf1e5bc87a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x56bf1e5bc87a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x56bf1e5bc87a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   66:     0x56bf1e5bc87a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   68:     0x56bf1e5bc87a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x56bf1ebe6e3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   70:     0x56bf1ebe6e3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   71:     0x7f6326195aa4 - <unknown>
[INFO] [stdout]   72:     0x7f6326222a34 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::api::tests::test_api_v1_get_user_400 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::api::tests::test_api_v1_get_user_400' (38) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25:
[INFO] [stdout] Lazy instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56bf1ec131b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56bf1ec131b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56bf1ec131b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56bf1ec2742f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56bf1ec2742f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56bf1ebdf3b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56bf1ebdf3b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56bf1ebebba2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56bf1ebf0bff - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56bf1ebf0a91 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56bf1e5ccd9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56bf1e5ccd9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56bf1ebf136f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56bf1ebf136f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56bf1ebf10e6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x56bf1ebebcd9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56bf1ebd2dad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56bf1ec30d40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56bf1e50e45f - once_cell::sync::Lazy<T,F>::force::{{closure}}::h0ba089c6ff8f73ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1276:25
[INFO] [stdout]   20:     0x56bf1e50e4a3 - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h682296103c3adc43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:57
[INFO] [stdout]   21:     0x56bf1e539849 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h855c34c98244958a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:82:23
[INFO] [stdout]   22:     0x56bf1ebd1576 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h8a5a216f005bfe2d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   23:     0x56bf1ebd25cb - once_cell::imp::initialize_or_wait::h35a9fccf083f7ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:206:20
[INFO] [stdout]   24:     0x56bf1e539802 - once_cell::imp::OnceCell<T>::initialize::h7d99918852fb0248
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/imp_std.rs:78:9
[INFO] [stdout]   25:     0x56bf1e50e579 - once_cell::sync::OnceCell<T>::get_or_try_init::hcb403cc3b365f84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1126:20
[INFO] [stdout]   26:     0x56bf1e50e473 - once_cell::sync::OnceCell<T>::get_or_init::h62905380ffb6569c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1085:24
[INFO] [stdout]   27:     0x56bf1e50e3c0 - once_cell::sync::Lazy<T,F>::force::hff2c4630f5eb3933
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1274:23
[INFO] [stdout]   28:     0x56bf1e50cb8a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h508fc5209f4f9992
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.0/src/lib.rs:1335:13
[INFO] [stdout]   29:     0x56bf1e55dd10 - rust_app_example::infrastructure::repository::rdb::create_connection::{{closure}}::h932699f57e75d40d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/repository/rdb.rs:21:39
[INFO] [stdout]   30:     0x56bf1e4fbb08 - rust_app_example::web::api::tests::connection::{{closure}}::ha10bf59cdc36da4b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:97:40
[INFO] [stdout]   31:     0x56bf1e5019c7 - rust_app_example::web::api::tests::_test_api_v1_get_user_400_internal::{{closure}}::hb6dc6c943a856d7e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:199:39
[INFO] [stdout]   32:     0x56bf1e54ae42 - serial_test::serial_code_lock::local_async_serial_core_with_return::{{closure}}::h96662c1f306c32e1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-1.0.0/src/serial_code_lock.rs:39:9
[INFO] [stdout]   33:     0x56bf1e4fce87 - rust_app_example::web::api::tests::test_api_v1_get_user_400::{{closure}}::h0753670ead8d2b68
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:196:5
[INFO] [stdout]   34:     0x56bf1e54e185 - <core::pin::Pin<P> as core::future::future::Future>::poll::h81c635038c2b862b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x56bf1e54e27d - <core::pin::Pin<P> as core::future::future::Future>::poll::h9da50fedcc4f0749
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x56bf1e5704bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he657a0a86bb735b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   37:     0x56bf1e5703fc - tokio::runtime::coop::with_budget::h7487375530bc4032
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   38:     0x56bf1e5703fc - tokio::runtime::coop::budget::h39088855d3ddf07e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   39:     0x56bf1e5703fc - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hccc2e55f9228acc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   40:     0x56bf1e56eb7a - tokio::runtime::scheduler::current_thread::Context::enter::h893ff73d9315832c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   41:     0x56bf1e56f96a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd253985092115daa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   42:     0x56bf1e56f6db - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h55a3408b598d3742
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   43:     0x56bf1e54d92a - tokio::macros::scoped_tls::ScopedKey<T>::set::he087b343e854d5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x56bf1e56f454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h45f0e9478b8e81f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   45:     0x56bf1e56f702 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hcf76ddc21c05ae3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   46:     0x56bf1e56e739 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf916b01eda8e5054
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   47:     0x56bf1e51270f - tokio::runtime::runtime::Runtime::block_on::hd0a328343ef0914b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   48:     0x56bf1e4fcc5f - rust_app_example::web::api::tests::test_api_v1_get_user_400::had4b716e87bcba90
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:196:5
[INFO] [stdout]   49:     0x56bf1e4fcf57 - rust_app_example::web::api::tests::test_api_v1_get_user_400::{{closure}}::hb37d1d5da6725507
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/api.rs:198:44
[INFO] [stdout]   50:     0x56bf1e58aa36 - core::ops::function::FnOnce::call_once::h9c78e8a67d84fe19
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x56bf1e5ccb5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x56bf1e5ccb5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x56bf1e5e27c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x56bf1e5e27c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x56bf1e5e27c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x56bf1e5e27c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x56bf1e5e27c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x56bf1e5e27c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x56bf1e5e27c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x56bf1e5b8fb4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x56bf1e5b8fb4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x56bf1e5bc87a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x56bf1e5bc87a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x56bf1e5bc87a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   66:     0x56bf1e5bc87a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x56bf1e5bc87a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   68:     0x56bf1e5bc87a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x56bf1ebe6e3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   70:     0x56bf1ebe6e3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   71:     0x7f6326195aa4 - <unknown>
[INFO] [stdout]   72:     0x7f6326222a34 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     infrastructure::repository::rdb::user::tests::test_create_user
[INFO] [stdout]     infrastructure::repository::rdb::user::tests::test_create_user_if_validation_error
[INFO] [stdout]     infrastructure::repository::rdb::user::tests::test_get_user_exists
[INFO] [stdout]     infrastructure::repository::rdb::user::tests::test_get_users
[INFO] [stdout]     web::api::tests::test_api_v1_get_user
[INFO] [stdout]     web::api::tests::test_api_v1_get_user_400
[INFO] [stdout]     web::api::tests::test_api_v1_get_users
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c1bde5ba5898c19c6a4d0f88f713141f2a1fa0871b8956f932c3790d0ec5ed52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1bde5ba5898c19c6a4d0f88f713141f2a1fa0871b8956f932c3790d0ec5ed52", kill_on_drop: false }`
[INFO] [stdout] c1bde5ba5898c19c6a4d0f88f713141f2a1fa0871b8956f932c3790d0ec5ed52
