[INFO] cloning repository https://github.com/ADORSYS-GIS/ledger-banking-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ADORSYS-GIS/ledger-banking-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FADORSYS-GIS%2Fledger-banking-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FADORSYS-GIS%2Fledger-banking-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ec9c44561104a0286c47831169931759a8a93457 [INFO] testing ADORSYS-GIS/ledger-banking-rust against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FADORSYS-GIS%2Fledger-banking-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ADORSYS-GIS/ledger-banking-rust [INFO] finished tweaking git repo https://github.com/ADORSYS-GIS/ledger-banking-rust [INFO] tweaked toml for git repo https://github.com/ADORSYS-GIS/ledger-banking-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ADORSYS-GIS/ledger-banking-rust on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ADORSYS-GIS/ledger-banking-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87 [INFO] running `Command { std: "docker" "start" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling cc v1.2.32 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling bigdecimal v0.4.8 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.14 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling rust_decimal v1.37.2 [INFO] [stderr] Compiling pq-sys v0.7.2 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling webpki-roots v1.0.2 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling postgres-protocol v0.6.8 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling uuid v1.18.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling postgres-types v0.2.9 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling moka v0.12.10 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling async-lock v3.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.14 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling validator_derive v0.20.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling tagptr v0.2.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling twox-hash v2.1.1 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling dsl_auto_type v0.1.3 [INFO] [stderr] Compiling validator v0.20.0 [INFO] [stderr] Compiling diesel_derives v2.2.7 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling diesel v2.2.12 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling banking-api v0.1.0 (/opt/rustwide/workdir/banking-api) [INFO] [stderr] Compiling banking-db v0.1.0 (/opt/rustwide/workdir/banking-db) [INFO] [stderr] Compiling banking-logic v0.1.0 (/opt/rustwide/workdir/banking-logic) [INFO] [stderr] Compiling banking-db-postgres v0.1.0 (/opt/rustwide/workdir/banking-db-postgres) [INFO] [stdout] warning: variable `stats` is assigned to, but never used [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | let mut stats = BatchOperationStats { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_stats` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | stats.successful_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stats` is assigned to, but never used [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let mut stats = BatchOperationStats { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_stats` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | stats.successful_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | stats.skipped_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | stats.failed_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 4m 27s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 [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" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling moka v0.12.10 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling banking-api v0.1.0 (/opt/rustwide/workdir/banking-api) [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling banking-db v0.1.0 (/opt/rustwide/workdir/banking-db) [INFO] [stderr] Compiling banking-logic v0.1.0 (/opt/rustwide/workdir/banking-logic) [INFO] [stderr] Compiling banking-db-postgres v0.1.0 (/opt/rustwide/workdir/banking-db-postgres) [INFO] [stdout] warning: variable `stats` is assigned to, but never used [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | let mut stats = BatchOperationStats { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_stats` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | stats.successful_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stats` is assigned to, but never used [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let mut stats = BatchOperationStats { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_stats` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | stats.successful_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | stats.skipped_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | stats.failed_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stats` is assigned to, but never used [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | let mut stats = BatchOperationStats { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_stats` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | stats.successful_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stats` is assigned to, but never used [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let mut stats = BatchOperationStats { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_stats` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | stats.successful_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | stats.skipped_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `stats` is never read [INFO] [stdout] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | stats.failed_items += 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 2m 50s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 [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" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: variable `stats` is assigned to, but never used [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | let mut stats = BatchOperationStats { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider using `_stats` instead [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `stats` is never read [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `stats` is never read [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/create_batch.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | stats.successful_items += 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: variable `stats` is assigned to, but never used [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | let mut stats = BatchOperationStats { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider using `_stats` instead [INFO] [stderr] [INFO] [stderr] warning: value assigned to `stats` is never read [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | stats.duration_ms = start.elapsed().as_millis() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `stats` is never read [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | stats.successful_items += 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `stats` is never read [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | stats.skipped_items += 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `stats` is never read [INFO] [stderr] --> banking-db-postgres/src/repository/person/person_repository/update_batch.rs:94:13 [INFO] [stderr] | [INFO] [stderr] 94 | stats.failed_items += 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: `banking-db-postgres` (lib) generated 8 warnings [INFO] [stderr] warning: `banking-db-postgres` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.53s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/banking_api-bdee730816b2bd74) [INFO] [stdout] running 18 tests [INFO] [stdout] test domain::account::tests::test_disbursement_instruction_management ... ok [INFO] [stdout] test domain::calendar::tests::test_bank_holiday_builder_validation ... ok [INFO] [stdout] test domain::collateral::tests::test_ltv_calculation ... ok [INFO] [stdout] test domain::customer::tests::test_customer_builder_validation ... ok [INFO] [stdout] test domain::collateral::tests::test_valuation_due_check ... ok [INFO] [stdout] test domain::customer::tests::test_heapless_string_memory_efficiency ... ok [INFO] [stdout] test domain::customer::tests::test_heapless_string_overflow_protection ... ok [INFO] [stdout] test domain::collateral::tests::test_available_value_calculation ... ok [INFO] [stdout] test domain::transaction::tests::test_transaction_enum_memory_efficiency ... ok [INFO] [stdout] test domain::transaction::tests::test_fixed_array_codes_efficiency ... ok [INFO] [stdout] test domain::transaction::tests::test_transaction_enum_type_safety ... ok [INFO] [stdout] test domain::account::tests::test_enum_memory_efficiency ... ok [INFO] [stdout] test domain::account::tests::test_currency_memory_efficiency ... ok [INFO] [stdout] test domain::account::tests::test_currency_validation_and_conversion ... ok [INFO] [stderr] Running tests/stack_optimization_test.rs (/opt/rustwide/target/release/deps/stack_optimization_test-a53bad1366c2353f) [INFO] [stdout] test domain::account::tests::test_product_id_efficiency ... ok [INFO] [stdout] test domain::calendar::tests::test_bank_holiday_builder_pattern ... ok [INFO] [stdout] test domain::customer::tests::test_customer_builder_pattern ... ok [INFO] [stdout] test domain::customer::tests::test_customer_validation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test stack_optimization_tests::test_customer_serialization_with_bounded_strings ... ok [INFO] [stdout] test stack_optimization_tests::test_account_serialization_with_fixed_arrays ... ok [INFO] [stdout] test stack_optimization_tests::test_blake3_hash_serialization ... ok [INFO] [stdout] test stack_optimization_tests::test_memory_efficiency_comparisons ... ok [INFO] [stdout] test stack_optimization_tests::test_transaction_serialization_with_heapless_strings ... ok [INFO] [stdout] test stack_optimization_tests::test_validation_with_stack_types ... ok [INFO] [stdout] test stack_optimization_tests::test_enum_serialization_compatibility ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/banking_db-c02f605f07bae975) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/memory_test.rs (/opt/rustwide/target/release/deps/memory_test-0861defb90552e9d) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_person_idx_model_memory_size_and_alignment ... ok [INFO] [stdout] test test_person_index_size_with_one_entry ... ok [INFO] [stdout] test test_person_index_size_with_10000_entries ... ok [INFO] [stdout] test test_person_index_size_with_three_entries ... ok [INFO] [stdout] test test_person_index_size_with_20000_entries ... ok [INFO] [stdout] test test_person_index_size_with_two_entries ... ok [INFO] [stdout] test test_person_index_size_with_100000_entries ... ok [INFO] [stdout] test test_person_index_size_with_50000_entries ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/memory_test_city_cache.rs (/opt/rustwide/target/release/deps/memory_test_city_cache-ba700a53869c88fe) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_locality_cache_size_for_cameroon_with_villages ... ok [INFO] [stdout] test test_locality_idx_model_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/memory_test_country_cache.rs (/opt/rustwide/target/release/deps/memory_test_country_cache-7b7d8b294d661c47) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_country_cache_size_for_all_countries ... ok [INFO] [stdout] test test_country_idx_model_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/memory_test_moka.rs (/opt/rustwide/target/release/deps/memory_test_moka-f43785a6bdf6979f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_moka_cache_with_100000_entries ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/memory_test_state_province_cache.rs (/opt/rustwide/target/release/deps/memory_test_state_province_cache-e5a51138332bc032) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/banking_db_postgres-090ac2abce877080) [INFO] [stdout] test test_country_subdivision_cache_size ... ok [INFO] [stdout] test test_country_subdivision_idx_model_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 61 tests [INFO] [stdout] test repository::person::country_repository::create_batch::tests::test_create_batch_with_existing_countries ... FAILED [INFO] [stdout] test repository::person::country_repository::exists_by_id::tests::test_exists_by_id ... FAILED [INFO] [stdout] test repository::person::country_repository::exist_by_ids::tests::test_exist_by_ids ... FAILED [INFO] [stdout] test repository::person::country_repository::find_by_id::tests::test_find_by_id ... FAILED [INFO] [stdout] test repository::person::country_repository::delete_batch::tests::test_delete_batch ... FAILED [INFO] [stdout] test repository::person::country_repository::delete_batch::tests::test_delete_batch_with_non_existing_countries ... FAILED [INFO] [stdout] test repository::person::country_repository::create_batch::tests::test_create_batch ... FAILED [INFO] [stdout] test repository::person::country_repository::find_by_ids::tests::test_find_by_ids ... FAILED [INFO] [stdout] test repository::audit::audit_log_repository::create_batch::tests::test_create_batch ... FAILED [INFO] [stdout] test repository::audit::audit_log_repository::create::tests::test_create_audit_log ... FAILED [INFO] [stdout] test repository::person::country_repository::find_ids_by_iso2::tests::test_find_ids_by_iso2 ... FAILED [INFO] [stdout] test repository::audit::audit_log_repository::find_by_id::tests::test_find_by_id ... FAILED [INFO] [stdout] test repository::audit::audit_log_repository::load_batch::tests::test_load_batch ... FAILED [INFO] [stdout] test repository::audit::audit_log_repository::delete_batch::tests::test_delete_batch ... FAILED [INFO] [stdout] test repository::person::country_repository::load::tests::test_load_country ... FAILED [INFO] [stdout] test repository::person::country_repository::find_by_iso2::tests::test_find_by_iso2 ... FAILED [INFO] [stdout] test repository::person::country_repository::update_batch::tests::test_update_batch ... FAILED [INFO] [stdout] test repository::person::country_repository::save::tests::test_save_country ... FAILED [INFO] [stdout] test repository::person::country_repository::update_batch::tests::test_update_batch_with_non_existing_countries ... FAILED [INFO] [stdout] test repository::person::country_subdivision_repository::delete_batch::tests::test_delete_batch ... FAILED [INFO] [stdout] test repository::person::country_subdivision_repository::find_by_country_id::tests::test_find_by_country_id ... FAILED [INFO] [stdout] test repository::person::country_subdivision_repository::load_batch::tests::test_load_batch ... FAILED [INFO] [stdout] test repository::person::country_subdivision_repository::find_by_id::tests::test_find_by_id ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::delete_batch::tests::test_delete_batch ... FAILED [INFO] [stdout] test repository::person::country_repository::load_batch::tests::test_load_batch ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::create_batch::tests::test_create_batch ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::exists_by_id::tests::test_exists_by_id ... FAILED [INFO] [stdout] test repository::person::country_subdivision_repository::update_batch::tests::test_update_batch ... FAILED [INFO] [stdout] test repository::person::country_subdivision_repository::save::tests::test_save_country_subdivision ... FAILED [INFO] [stdout] test repository::person::country_subdivision_repository::create_batch::tests::test_create_batch ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::find_by_id::tests::test_find_by_id ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::find_by_ids::tests::test_find_by_ids ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::find_by_reference_external_id::tests::test_find_by_reference_external_id ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::load_batch::tests::test_load_batch ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::save::tests::test_save_entity_reference ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::find_ids_by_person_id::tests::test_find_ids_by_person_id ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::update_batch::tests::test_update_batch ... FAILED [INFO] [stdout] test repository::person::entity_reference_repository::find_by_person_id::tests::test_find_by_person_id ... FAILED [INFO] [stdout] test repository::person::locality_repository::create_batch::tests::test_create_batch ... FAILED [INFO] [stdout] test repository::person::locality_repository::delete_batch::tests::test_delete_batch ... FAILED [INFO] [stdout] test repository::person::locality_repository::find_by_country_subdivision_id::tests::test_find_by_country_subdivision_id ... FAILED [INFO] [stdout] test repository::person::locality_repository::find_by_id::tests::test_find_by_id ... FAILED [INFO] [stdout] test repository::person::locality_repository::load_batch::tests::test_load_batch ... FAILED [INFO] [stdout] test repository::person::locality_repository::save::tests::test_save_locality ... FAILED [INFO] [stdout] test repository::person::locality_repository::update_batch::tests::test_update_batch ... FAILED [INFO] [stdout] test repository::person::location_repository::create_batch::tests::test_create_batch ... FAILED [INFO] [stdout] test repository::person::location_repository::find_by_id::tests::test_find_by_id ... FAILED [INFO] [stdout] test repository::person::location_repository::find_by_locality_id::tests::test_find_by_locality_id ... FAILED [INFO] [stdout] test repository::person::location_repository::load_batch::tests::test_load_batch ... FAILED [INFO] [stdout] test repository::person::person_repository::delete_batch::tests::test_delete_batch ... FAILED [INFO] [stdout] test repository::person::location_repository::save::tests::test_save_location ... FAILED [INFO] [stdout] test repository::person::person_repository::create_batch::tests::test_create_batch ... FAILED [INFO] [stdout] test repository::person::person_repository::exist_by_ids::tests::test_exists_batch ... FAILED [INFO] [stdout] test repository::person::person_repository::exists_by_id::tests::test_exists_by_id ... FAILED [INFO] [stdout] test repository::person::person_repository::find_by_id::tests::test_find_by_id ... FAILED [INFO] [stdout] test repository::person::person_repository::find_by_ids::tests::test_find_by_ids ... FAILED [INFO] [stdout] test repository::person::person_repository::load_batch::tests::test_load_batch ... FAILED [INFO] [stdout] test repository::person::person_repository::get_by_external_identifier::tests::test_get_by_external_identifier ... FAILED [INFO] [stdout] test repository::person::person_repository::save::tests::test_save_person ... FAILED [INFO] [stdout] test repository::person::person_repository::update_batch::tests::test_update_batch ... FAILED [INFO] [stdout] test test_helper::tests::test_transaction_rollback ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::create_batch::tests::test_create_batch_with_existing_countries stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::exists_by_id::tests::test_exists_by_id stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::exist_by_ids::tests::test_exist_by_ids stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::find_by_id::tests::test_find_by_id stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::delete_batch::tests::test_delete_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::delete_batch::tests::test_delete_batch_with_non_existing_countries stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::create_batch::tests::test_create_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::find_by_ids::tests::test_find_by_ids stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::audit::audit_log_repository::create_batch::tests::test_create_batch stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::audit::audit_log_repository::create_batch::tests::test_create_batch' (6613) panicked at banking-db-postgres/src/repository/audit/audit_log_repository/create_batch.rs:40:14: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562b4c4c - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::create_batch::tests::test_create_batch::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562bde5b - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::create_batch::tests::test_create_batch [INFO] [stdout] 17: 0x617756375c39 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::audit::audit_log_repository::create::tests::test_create_audit_log stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::audit::audit_log_repository::create::tests::test_create_audit_log' (6612) panicked at banking-db-postgres/src/repository/audit/audit_log_repository/create.rs:52:14: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562959a4 - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::create::tests::test_create_audit_log::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775629a7ab - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::create::tests::test_create_audit_log [INFO] [stdout] 17: 0x617756375c79 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::find_ids_by_iso2::tests::test_find_ids_by_iso2 stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::audit::audit_log_repository::find_by_id::tests::test_find_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::audit::audit_log_repository::find_by_id::tests::test_find_by_id' (6615) panicked at banking-db-postgres/src/repository/audit/audit_log_repository/find_by_id.rs:56:14: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x61775622e4d2 - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::find_by_id::tests::test_find_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775623403b - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] 17: 0x617756375bf9 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::audit::audit_log_repository::load_batch::tests::test_load_batch stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::audit::audit_log_repository::load_batch::tests::test_load_batch' (6616) panicked at banking-db-postgres/src/repository/audit/audit_log_repository/load_batch.rs:59:14: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562506ba - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::load_batch::tests::test_load_batch::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562563ab - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::load_batch::tests::test_load_batch [INFO] [stdout] 17: 0x617756375c19 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::audit::audit_log_repository::delete_batch::tests::test_delete_batch stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::audit::audit_log_repository::delete_batch::tests::test_delete_batch' (6614) panicked at banking-db-postgres/src/repository/audit/audit_log_repository/delete_batch.rs:45:14: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x61775638d21e - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::delete_batch::tests::test_delete_batch::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775639377b - banking_db_postgres[bb39b99870dda8cf]::repository::audit::audit_log_repository::delete_batch::tests::test_delete_batch [INFO] [stdout] 17: 0x617756375c59 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::load::tests::test_load_country stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::find_by_iso2::tests::test_find_by_iso2 stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::update_batch::tests::test_update_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::save::tests::test_save_country stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::update_batch::tests::test_update_batch_with_non_existing_countries stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_subdivision_repository::delete_batch::tests::test_delete_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_subdivision_repository::find_by_country_id::tests::test_find_by_country_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::country_subdivision_repository::find_by_country_id::tests::test_find_by_country_id' (6653) panicked at banking-db-postgres/src/repository/person/country_subdivision_repository/find_by_country_id.rs:37:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x617756255d54 - banking_db_postgres[bb39b99870dda8cf]::repository::person::country_subdivision_repository::find_by_country_id::tests::test_find_by_country_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562568fb - banking_db_postgres[bb39b99870dda8cf]::repository::person::country_subdivision_repository::find_by_country_id::tests::test_find_by_country_id [INFO] [stdout] 17: 0x617756377419 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_subdivision_repository::load_batch::tests::test_load_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_subdivision_repository::find_by_id::tests::test_find_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::country_subdivision_repository::find_by_id::tests::test_find_by_id' (6657) panicked at banking-db-postgres/src/repository/person/country_subdivision_repository/find_by_id.rs:30:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x617756233522 - banking_db_postgres[bb39b99870dda8cf]::repository::person::country_subdivision_repository::find_by_id::tests::test_find_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562345ab - banking_db_postgres[bb39b99870dda8cf]::repository::person::country_subdivision_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] 17: 0x617756377239 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::delete_batch::tests::test_delete_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_repository::load_batch::tests::test_load_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::create_batch::tests::test_create_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::exists_by_id::tests::test_exists_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::entity_reference_repository::exists_by_id::tests::test_exists_by_id' (6669) panicked at banking-db-postgres/src/repository/person/entity_reference_repository/exists_by_id.rs:29:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177563cdff4 - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::exists_by_id::tests::test_exists_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177563ced7b - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::exists_by_id::tests::test_exists_by_id [INFO] [stdout] 17: 0x617756377129 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_subdivision_repository::update_batch::tests::test_update_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_subdivision_repository::save::tests::test_save_country_subdivision stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::country_subdivision_repository::save::tests::test_save_country_subdivision' (6660) panicked at banking-db-postgres/src/repository/person/country_subdivision_repository/save.rs:112:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x617756372f89 - banking_db_postgres[bb39b99870dda8cf]::repository::person::country_subdivision_repository::save::tests::test_save_country_subdivision::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177563774ce - >::call_once [INFO] [stdout] 17: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 18: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 19: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 20: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 21: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 22: 0x740f4888507a - [INFO] [stdout] 23: 0x740f48918534 - clone [INFO] [stdout] 24: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::country_subdivision_repository::create_batch::tests::test_create_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::find_by_id::tests::test_find_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::entity_reference_repository::find_by_id::tests::test_find_by_id' (6672) panicked at banking-db-postgres/src/repository/person/entity_reference_repository/find_by_id.rs:29:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177563907ea - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_id::tests::test_find_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x617756393a2b - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] 17: 0x617756376f99 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::find_by_ids::tests::test_find_by_ids stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::entity_reference_repository::find_by_ids::tests::test_find_by_ids' (6673) panicked at banking-db-postgres/src/repository/person/entity_reference_repository/find_by_ids.rs:32:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x61775629a493 - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_ids::tests::test_find_by_ids::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775629abbb - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_ids::tests::test_find_by_ids [INFO] [stdout] 17: 0x617756377029 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::find_by_reference_external_id::tests::test_find_by_reference_external_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::entity_reference_repository::find_by_reference_external_id::tests::test_find_by_reference_external_id' (6677) panicked at banking-db-postgres/src/repository/person/entity_reference_repository/find_by_reference_external_id.rs:48:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x617756272f81 - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_reference_external_id::tests::test_find_by_reference_external_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775627fc2b - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_reference_external_id::tests::test_find_by_reference_external_id [INFO] [stdout] 17: 0x6177563771f9 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::load_batch::tests::test_load_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::save::tests::test_save_entity_reference stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::entity_reference_repository::save::tests::test_save_entity_reference' (6682) panicked at banking-db-postgres/src/repository/person/entity_reference_repository/save.rs:329:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562f7bc0 - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::save::tests::test_save_entity_reference::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x617756306bab - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::save::tests::test_save_entity_reference [INFO] [stderr] error: test failed, to rerun pass `-p banking-db-postgres --lib` [INFO] [stdout] 17: 0x617756377219 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::find_ids_by_person_id::tests::test_find_ids_by_person_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::entity_reference_repository::find_ids_by_person_id::tests::test_find_ids_by_person_id' (6680) panicked at banking-db-postgres/src/repository/person/entity_reference_repository/find_ids_by_person_id.rs:29:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x617756254f7c - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_ids_by_person_id::tests::test_find_ids_by_person_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562567ab - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_ids_by_person_id::tests::test_find_ids_by_person_id [INFO] [stdout] 17: 0x6177563771d9 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::update_batch::tests::test_update_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::entity_reference_repository::find_by_person_id::tests::test_find_by_person_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::entity_reference_repository::find_by_person_id::tests::test_find_by_person_id' (6676) panicked at banking-db-postgres/src/repository/person/entity_reference_repository/find_by_person_id.rs:43:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x61775620f7d5 - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_person_id::tests::test_find_by_person_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775621229b - banking_db_postgres[bb39b99870dda8cf]::repository::person::entity_reference_repository::find_by_person_id::tests::test_find_by_person_id [INFO] [stdout] 17: 0x6177563771b9 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::locality_repository::create_batch::tests::test_create_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::locality_repository::delete_batch::tests::test_delete_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::locality_repository::find_by_country_subdivision_id::tests::test_find_by_country_subdivision_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::locality_repository::find_by_country_subdivision_id::tests::test_find_by_country_subdivision_id' (6692) panicked at banking-db-postgres/src/repository/person/locality_repository/find_by_country_subdivision_id.rs:35:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562b9287 - banking_db_postgres[bb39b99870dda8cf]::repository::person::locality_repository::find_by_country_subdivision_id::tests::test_find_by_country_subdivision_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562be3bb - banking_db_postgres[bb39b99870dda8cf]::repository::person::locality_repository::find_by_country_subdivision_id::tests::test_find_by_country_subdivision_id [INFO] [stdout] 17: 0x617756376cd9 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::locality_repository::find_by_id::tests::test_find_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::locality_repository::find_by_id::tests::test_find_by_id' (6693) panicked at banking-db-postgres/src/repository/person/locality_repository/find_by_id.rs:21:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562f5154 - banking_db_postgres[bb39b99870dda8cf]::repository::person::locality_repository::find_by_id::tests::test_find_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775630690b - banking_db_postgres[bb39b99870dda8cf]::repository::person::locality_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] 17: 0x617756376af9 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::locality_repository::load_batch::tests::test_load_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::locality_repository::save::tests::test_save_locality stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::locality_repository::save::tests::test_save_locality' (6698) panicked at banking-db-postgres/src/repository/person/locality_repository/save.rs:93:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562f6602 - banking_db_postgres[bb39b99870dda8cf]::repository::person::locality_repository::save::tests::test_save_locality::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x617756306a5b - banking_db_postgres[bb39b99870dda8cf]::repository::person::locality_repository::save::tests::test_save_locality [INFO] [stdout] 17: 0x617756376cf9 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::locality_repository::update_batch::tests::test_update_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::location_repository::create_batch::tests::test_create_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::location_repository::find_by_id::tests::test_find_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::location_repository::find_by_id::tests::test_find_by_id' (6704) panicked at banking-db-postgres/src/repository/person/location_repository/find_by_id.rs:28:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x617756371fca - banking_db_postgres[bb39b99870dda8cf]::repository::person::location_repository::find_by_id::tests::test_find_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x617756376dae - >::call_once [INFO] [stdout] 17: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 18: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 19: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 20: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 21: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 22: 0x740f4888507a - [INFO] [stdout] 23: 0x740f48918534 - clone [INFO] [stdout] 24: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::location_repository::find_by_locality_id::tests::test_find_by_locality_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::location_repository::find_by_locality_id::tests::test_find_by_locality_id' (6705) panicked at banking-db-postgres/src/repository/person/location_repository/find_by_locality_id.rs:31:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x617756252815 - banking_db_postgres[bb39b99870dda8cf]::repository::person::location_repository::find_by_locality_id::tests::test_find_by_locality_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562564fb - banking_db_postgres[bb39b99870dda8cf]::repository::person::location_repository::find_by_locality_id::tests::test_find_by_locality_id [INFO] [stdout] 17: 0x617756376f59 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::location_repository::load_batch::tests::test_load_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::delete_batch::tests::test_delete_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::location_repository::save::tests::test_save_location stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::location_repository::save::tests::test_save_location' (6710) panicked at banking-db-postgres/src/repository/person/location_repository/save.rs:249:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562baec9 - banking_db_postgres[bb39b99870dda8cf]::repository::person::location_repository::save::tests::test_save_location::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562be50b - banking_db_postgres[bb39b99870dda8cf]::repository::person::location_repository::save::tests::test_save_location [INFO] [stdout] 17: 0x617756376f79 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::create_batch::tests::test_create_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::exist_by_ids::tests::test_exists_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::exists_by_id::tests::test_exists_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::person_repository::exists_by_id::tests::test_exists_by_id' (6717) panicked at banking-db-postgres/src/repository/person/person_repository/exists_by_id.rs:17:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x61775626ef28 - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::exists_by_id::tests::test_exists_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x61775627f55b - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::exists_by_id::tests::test_exists_by_id [INFO] [stdout] 17: 0x617756375e99 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::find_by_id::tests::test_find_by_id stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::person_repository::find_by_id::tests::test_find_by_id' (6720) panicked at banking-db-postgres/src/repository/person/person_repository/find_by_id.rs:21:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562d3833 - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::find_by_id::tests::test_find_by_id::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562db0ab - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] 17: 0x617756375c99 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::find_by_ids::tests::test_find_by_ids stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::person_repository::find_by_ids::tests::test_find_by_ids' (6722) panicked at banking-db-postgres/src/repository/person/person_repository/find_by_ids.rs:23:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x61775631e830 - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::find_by_ids::tests::test_find_by_ids::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x617756325c0b - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::find_by_ids::tests::test_find_by_ids [INFO] [stdout] 17: 0x617756375d29 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::load_batch::tests::test_load_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::get_by_external_identifier::tests::test_get_by_external_identifier stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::person_repository::get_by_external_identifier::tests::test_get_by_external_identifier' (6724) panicked at banking-db-postgres/src/repository/person/person_repository/get_by_external_identifier.rs:29:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x6177562b7480 - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::get_by_external_identifier::tests::test_get_by_external_identifier::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x6177562be10b - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::get_by_external_identifier::tests::test_get_by_external_identifier [INFO] [stdout] 17: 0x617756375f29 - >::call_once [INFO] [stdout] 18: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 19: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 20: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 21: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 23: 0x740f4888507a - [INFO] [stdout] 24: 0x740f48918534 - clone [INFO] [stdout] 25: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::save::tests::test_save_person stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'repository::person::person_repository::save::tests::test_save_person' (6726) panicked at banking-db-postgres/src/repository/person/person_repository/save.rs:215:46: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61775668c391 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x6177566a47ca - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x617756690e0c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x617756667276 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x617756683ec9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x6177564240c0 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x6177566841f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x617756667322 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x61775665f699 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x61775666810d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x6177566a4f2c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x6177566a4d02 - core[7c831bd917ebf35f]::result::unwrap_failed [INFO] [stdout] 12: 0x61775636e7ce - banking_db_postgres[bb39b99870dda8cf]::repository::person::person_repository::save::tests::test_save_person::{closure#0} [INFO] [stdout] 13: 0x617756309533 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 14: 0x617756400a6c - >::set::<::enter<::block_on>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box, core[7c831bd917ebf35f]::option::Option<()>)> [INFO] [stdout] 15: 0x617756308f8c - ::block_on::>> [INFO] [stdout] 16: 0x617756375fde - >::call_once [INFO] [stdout] 17: 0x6177564173ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 18: 0x617756424a15 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 19: 0x61775641ddd4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 20: 0x617756427b72 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 21: 0x61775668b599 - ::new::thread_start [INFO] [stdout] 22: 0x740f4888507a - [INFO] [stdout] 23: 0x740f48918534 - clone [INFO] [stdout] 24: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repository::person::person_repository::update_batch::tests::test_update_batch stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] ---- test_helper::tests::test_transaction_rollback stdout ---- [INFO] [stdout] Error: PoolTimedOut [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] repository::audit::audit_log_repository::create::tests::test_create_audit_log [INFO] [stdout] repository::audit::audit_log_repository::create_batch::tests::test_create_batch [INFO] [stdout] repository::audit::audit_log_repository::delete_batch::tests::test_delete_batch [INFO] [stdout] repository::audit::audit_log_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] repository::audit::audit_log_repository::load_batch::tests::test_load_batch [INFO] [stdout] repository::person::country_repository::create_batch::tests::test_create_batch [INFO] [stdout] repository::person::country_repository::create_batch::tests::test_create_batch_with_existing_countries [INFO] [stdout] repository::person::country_repository::delete_batch::tests::test_delete_batch [INFO] [stdout] repository::person::country_repository::delete_batch::tests::test_delete_batch_with_non_existing_countries [INFO] [stdout] repository::person::country_repository::exist_by_ids::tests::test_exist_by_ids [INFO] [stdout] repository::person::country_repository::exists_by_id::tests::test_exists_by_id [INFO] [stdout] repository::person::country_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] repository::person::country_repository::find_by_ids::tests::test_find_by_ids [INFO] [stdout] repository::person::country_repository::find_by_iso2::tests::test_find_by_iso2 [INFO] [stdout] repository::person::country_repository::find_ids_by_iso2::tests::test_find_ids_by_iso2 [INFO] [stdout] repository::person::country_repository::load::tests::test_load_country [INFO] [stdout] repository::person::country_repository::load_batch::tests::test_load_batch [INFO] [stdout] repository::person::country_repository::save::tests::test_save_country [INFO] [stdout] repository::person::country_repository::update_batch::tests::test_update_batch [INFO] [stdout] repository::person::country_repository::update_batch::tests::test_update_batch_with_non_existing_countries [INFO] [stdout] repository::person::country_subdivision_repository::create_batch::tests::test_create_batch [INFO] [stdout] repository::person::country_subdivision_repository::delete_batch::tests::test_delete_batch [INFO] [stdout] repository::person::country_subdivision_repository::find_by_country_id::tests::test_find_by_country_id [INFO] [stdout] repository::person::country_subdivision_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] repository::person::country_subdivision_repository::load_batch::tests::test_load_batch [INFO] [stdout] repository::person::country_subdivision_repository::save::tests::test_save_country_subdivision [INFO] [stdout] repository::person::country_subdivision_repository::update_batch::tests::test_update_batch [INFO] [stdout] repository::person::entity_reference_repository::create_batch::tests::test_create_batch [INFO] [stdout] repository::person::entity_reference_repository::delete_batch::tests::test_delete_batch [INFO] [stdout] repository::person::entity_reference_repository::exists_by_id::tests::test_exists_by_id [INFO] [stdout] repository::person::entity_reference_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] repository::person::entity_reference_repository::find_by_ids::tests::test_find_by_ids [INFO] [stdout] repository::person::entity_reference_repository::find_by_person_id::tests::test_find_by_person_id [INFO] [stdout] repository::person::entity_reference_repository::find_by_reference_external_id::tests::test_find_by_reference_external_id [INFO] [stdout] repository::person::entity_reference_repository::find_ids_by_person_id::tests::test_find_ids_by_person_id [INFO] [stdout] repository::person::entity_reference_repository::load_batch::tests::test_load_batch [INFO] [stdout] repository::person::entity_reference_repository::save::tests::test_save_entity_reference [INFO] [stdout] repository::person::entity_reference_repository::update_batch::tests::test_update_batch [INFO] [stdout] repository::person::locality_repository::create_batch::tests::test_create_batch [INFO] [stdout] repository::person::locality_repository::delete_batch::tests::test_delete_batch [INFO] [stdout] repository::person::locality_repository::find_by_country_subdivision_id::tests::test_find_by_country_subdivision_id [INFO] [stdout] repository::person::locality_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] repository::person::locality_repository::load_batch::tests::test_load_batch [INFO] [stdout] repository::person::locality_repository::save::tests::test_save_locality [INFO] [stdout] repository::person::locality_repository::update_batch::tests::test_update_batch [INFO] [stdout] repository::person::location_repository::create_batch::tests::test_create_batch [INFO] [stdout] repository::person::location_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] repository::person::location_repository::find_by_locality_id::tests::test_find_by_locality_id [INFO] [stdout] repository::person::location_repository::load_batch::tests::test_load_batch [INFO] [stdout] repository::person::location_repository::save::tests::test_save_location [INFO] [stdout] repository::person::person_repository::create_batch::tests::test_create_batch [INFO] [stdout] repository::person::person_repository::delete_batch::tests::test_delete_batch [INFO] [stdout] repository::person::person_repository::exist_by_ids::tests::test_exists_batch [INFO] [stdout] repository::person::person_repository::exists_by_id::tests::test_exists_by_id [INFO] [stdout] repository::person::person_repository::find_by_id::tests::test_find_by_id [INFO] [stdout] repository::person::person_repository::find_by_ids::tests::test_find_by_ids [INFO] [stdout] repository::person::person_repository::get_by_external_identifier::tests::test_get_by_external_identifier [INFO] [stdout] repository::person::person_repository::load_batch::tests::test_load_batch [INFO] [stdout] repository::person::person_repository::save::tests::test_save_person [INFO] [stdout] repository::person::person_repository::update_batch::tests::test_update_batch [INFO] [stdout] test_helper::tests::test_transaction_rollback [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 61 failed; 0 ignored; 0 measured; 0 filtered out; finished in 120.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87", kill_on_drop: false }` [INFO] [stdout] 6d89869389488aae6fe090c6ef9b0dca5c65a226f4f8ec16dee11430cbb40f87