[INFO] cloning repository https://github.com/Ann-Z-West/dieselasync-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ann-Z-West/dieselasync-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnn-Z-West%2Fdieselasync-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnn-Z-West%2Fdieselasync-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7cbf3f61d2f794363c105a6845e9b75501e9ae3
[INFO] testing Ann-Z-West/dieselasync-example against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnn-Z-West%2Fdieselasync-example" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ann-Z-West/dieselasync-example
[INFO] finished tweaking git repo https://github.com/Ann-Z-West/dieselasync-example
[INFO] tweaked toml for git repo https://github.com/Ann-Z-West/dieselasync-example written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ann-Z-West/dieselasync-example on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ann-Z-West/dieselasync-example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded postgres-types v0.2.7
[INFO] [stderr]   Downloaded postgres-protocol v0.6.7
[INFO] [stderr]   Downloaded diesel-async v0.3.2
[INFO] [stderr]   Downloaded tokio-postgres v0.7.11
[INFO] [stderr]   Downloaded unicode-properties v0.1.1
[INFO] [stderr]   Downloaded scoped-futures v0.1.3
[INFO] [stderr]   Downloaded postgres-openssl v0.5.0
[INFO] [stderr]   Downloaded tokio-openssl v0.6.4
[INFO] [stderr]   Downloaded async-trait v0.1.81
[INFO] [stderr]   Downloaded diesel-async v0.4.1
[INFO] [stderr]   Downloaded diesel_derives v2.1.4
[INFO] [stderr]   Downloaded aws-credential-types v1.2.0
[INFO] [stderr]   Downloaded aws-smithy-types v1.2.0
[INFO] [stderr]   Downloaded aws-smithy-xml v0.60.8
[INFO] [stderr]   Downloaded aws-smithy-runtime-api v1.7.1
[INFO] [stderr]   Downloaded aws-smithy-http v0.60.9
[INFO] [stderr]   Downloaded aws-sigv4 v1.2.3
[INFO] [stderr]   Downloaded aws-runtime v1.3.1
[INFO] [stderr]   Downloaded aws-smithy-runtime v1.6.2
[INFO] [stderr]   Downloaded aws-sdk-sso v1.36.0
[INFO] [stderr]   Downloaded aws-sdk-ssooidc v1.37.0
[INFO] [stderr]   Downloaded aws-config v1.5.4
[INFO] [stderr]   Downloaded aws-sdk-sts v1.36.0
[INFO] [stderr]   Downloaded diesel v2.1.6
[INFO] [stderr]   Downloaded aws-sdk-secretsmanager v1.40.0
[INFO] [stderr]   Downloaded tokio v1.39.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27
[INFO] running `Command { std: "docker" "start" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27", 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" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27", 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" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling bytes v1.6.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling outref v0.5.1
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling aws-types v1.3.3
[INFO] [stderr]    Compiling unicode-properties v0.1.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling postgres-protocol v0.6.7
[INFO] [stderr]    Compiling scoped-futures v0.1.3
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling tokio-openssl v0.6.4
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.8
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling postgres-types v0.2.7
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling diesel_derives v2.1.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling tokio v1.39.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling diesel v2.1.6
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling aws-smithy-async v1.2.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling aws-smithy-types v1.2.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tokio-postgres v0.7.11
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.7.1
[INFO] [stderr]    Compiling aws-smithy-json v0.60.7
[INFO] [stderr]    Compiling aws-smithy-query v0.60.7
[INFO] [stderr]    Compiling aws-smithy-http v0.60.9
[INFO] [stderr]    Compiling aws-credential-types v1.2.0
[INFO] [stderr]    Compiling aws-sigv4 v1.2.3
[INFO] [stderr]    Compiling postgres-openssl v0.5.0
[INFO] [stderr]    Compiling aws-runtime v1.3.1
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling aws-smithy-runtime v1.6.2
[INFO] [stderr]    Compiling aws-sdk-sso v1.36.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.36.0
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.37.0
[INFO] [stderr]    Compiling aws-sdk-secretsmanager v1.40.0
[INFO] [stderr]    Compiling aws-config v1.5.4
[INFO] [stderr]    Compiling diesel-async v0.4.1
[INFO] [stderr]    Compiling diesel-async v0.3.2
[INFO] [stderr]    Compiling utils v0.1.0 (/opt/rustwide/workdir/utils)
[INFO] [stderr]    Compiling app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stderr]    Compiling testing v0.1.0 (/opt/rustwide/workdir/testing)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s
[INFO] running `Command { std: "docker" "inspect" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27", 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" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling utils v0.1.0 (/opt/rustwide/workdir/utils)
[INFO] [stderr]    Compiling app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stderr]    Compiling testing v0.1.0 (/opt/rustwide/workdir/testing)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.85s
[INFO] running `Command { std: "docker" "inspect" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27", 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" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/app-ff678a9d4f666e5f)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/testing-cbb519c3c6cd5618)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test datarepo::postgres::test_add::tests::test_add_process_job ... FAILED
[INFO] [stdout] test datarepo::postgres::test_fetch::tests::test_get_archive ... FAILED
[INFO] [stdout] test datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection ... FAILED
[INFO] [stdout] test datarepo::postgres::test_add::tests::test_add_archive ... FAILED
[INFO] [stdout] test datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings ... FAILED
[INFO] [stdout] test datarepo::postgres::test_add::tests::test_add_archive_manifest ... FAILED
[INFO] [stdout] test datarepo::postgres::test_basic::tests::test_db_connection ... FAILED
[INFO] [stdout] test datarepo::postgres::test_basic::tests::test_get_secret ... FAILED
[INFO] [stdout] test datarepo::postgres::test_fetch::tests::test_get_archive_manifests ... FAILED
[INFO] [stdout] test datarepo::postgres::test_update::tests::test_update_archive_manifest ... FAILED
[INFO] [stdout] test datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_add::tests::test_add_process_job stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_add::tests::test_add_process_job' (1918) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb479bb - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:85:10
[INFO] [stdout]   23:     0x63ce0cb5a73f - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb54c50 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb267c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25d5e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53646 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5c156 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb5670e - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb6353d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb637fd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb2576d - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb240eb - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb240eb - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb240eb - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafdc00 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb19a70 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb136d4 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5d40b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb687d9 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb29352 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb26c5e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6774d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb08fc0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c836 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0ef23 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4d173 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafb1a3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb646b5 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb672ab - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb53e9b - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c714 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb53378 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49ec5 - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:74:5
[INFO] [stdout]   55:     0x63ce0cb469c7 - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:75:36
[INFO] [stdout]   56:     0x63ce0cb4a2e6 - <testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_process_job::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_fetch::tests::test_get_archive stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_fetch::tests::test_get_archive' (1921) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb42cbc - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:23:10
[INFO] [stdout]   23:     0x63ce0cb59e7f - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb545c0 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb260c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25b2e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53486 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5bf26 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb554fe - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb6337d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb6363d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb255ad - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb2358b - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb2358b - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb2358b - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafc620 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb15010 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb135f4 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5cadb - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb68619 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb28a92 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb269be - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6758d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb072e0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c4b6 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0d783 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4c763 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafacd3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb63f45 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb6648b - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb538eb - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c464 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb53138 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49b65 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:12:5
[INFO] [stdout]   55:     0x63ce0cb42827 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:13:32
[INFO] [stdout]   56:     0x63ce0cb4a126 - <testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection' (1923) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb444c2 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:69:10
[INFO] [stdout]   23:     0x63ce0cb5a0ff - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb547a0 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb262c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25bce - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53506 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5bfc6 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb55a3e - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb633fd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb636bd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb2562d - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb238cb - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb238cb - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb238cb - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafcc60 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb16550 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb13634 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5cd7b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb68699 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb28d12 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb26a7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6760d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb07b20 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c5b6 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0de43 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4ca43 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafae33 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb64165 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb668ab - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb53a8b - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c524 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb531d8 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49c85 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:58:5
[INFO] [stdout]   55:     0x63ce0cb42887 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:59:55
[INFO] [stdout]   56:     0x63ce0cb4a1a6 - <testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_add::tests::test_add_archive stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_add::tests::test_add_archive' (1916) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb46ddc - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:20:10
[INFO] [stdout]   23:     0x63ce0cb5a5ff - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb54b60 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb266c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25d0e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53606 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5c106 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb5646e - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb634fd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb637bd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb2572d - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb23f4b - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb23f4b - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb23f4b - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafd8e0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb18fd0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb136b4 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5d2bb - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb68799 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb29212 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb26bfe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6770d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb08ba0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c7b6 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0ebc3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4d003 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafb0f3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb645a5 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb6709b - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb53dcb - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c6b4 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb53328 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49e35 - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:9:5
[INFO] [stdout]   55:     0x63ce0cb46997 - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:10:32
[INFO] [stdout]   56:     0x63ce0cb4a2a6 - <testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings' (1922) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb451f4 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:130:10
[INFO] [stdout]   23:     0x63ce0cb5a23f - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb54890 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb263c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25c1e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53546 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5c016 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb55cde - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb6343d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb636fd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb2566d - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb23a6b - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb23a6b - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb23a6b - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafcf80 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb16ff0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb13654 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5cecb - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb686d9 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb28e52 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb26ade - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6764d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb07f40 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c636 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0e1a3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4cbb3 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafaee3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb64275 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb66abb - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb53b5b - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c584 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb53228 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49d15 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:119:5
[INFO] [stdout]   55:     0x63ce0cb428b7 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:120:56
[INFO] [stdout]   56:     0x63ce0cb4a1e6 - <testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_add::tests::test_add_archive_manifest stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_add::tests::test_add_archive_manifest' (1917) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb48d1b - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:47:10
[INFO] [stdout]   23:     0x63ce0cb5a87f - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb54d40 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb268c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25dae - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53686 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5c1a6 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb569ae - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb6357d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb6383d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb257ad - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb2428b - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb2428b - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb2428b - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafdf20 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb1a510 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb136f4 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5d55b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb68819 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb29492 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb26cbe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6778d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb093e0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c8b6 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0f283 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4d2e3 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafb253 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb647c5 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb674bb - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb53f6b - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c774 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb533c8 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49f55 - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:36:5
[INFO] [stdout]   55:     0x63ce0cb469f7 - testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_add.rs:37:41
[INFO] [stdout]   56:     0x63ce0cb4a326 - <testing[703162b98082d98d]::datarepo::postgres::test_add::tests::test_add_archive_manifest::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_basic::tests::test_db_connection stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_basic::tests::test_db_connection' (1919) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb61f91 - testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_basic.rs:26:10
[INFO] [stdout]   23:     0x63ce0cb59d3f - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb544d0 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb25fc5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25ade - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53446 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5bed6 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb5525e - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb6333d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb635fd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb2556d - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb233eb - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb233eb - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb233eb - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafc300 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb14570 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb135d4 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5c98b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb685d9 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb28952 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb2695e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6754d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb06ec0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c436 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0d423 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4c5f3 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafac23 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb63e35 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb6627b - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb5381b - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c404 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb530e8 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb626a5 - testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_basic.rs:15:5
[INFO] [stdout]   55:     0x63ce0cb61577 - testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_basic.rs:16:34
[INFO] [stdout]   56:     0x63ce0cb4a0e6 - <testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_db_connection::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_basic::tests::test_get_secret stdout ----
[INFO] [stdout] secret name is: rds!db-xxxxxxxx-yyyy-wwww-zzzz-sssssssssssss
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_basic::tests::test_get_secret' (1920) panicked at testing/src/datarepo/postgres/test_basic.rs:11:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cb619e8 - <core[8fb95b77d25ab6c8]::result::Result<&utils[8ad10866da6b797f]::structures::secrets::RdsSecret, &alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cb619e8 - testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_basic.rs:11:54
[INFO] [stdout]   22:     0x63ce0cb59bff - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   23:     0x63ce0cb543e0 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   24:     0x63ce0cb25ec5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x63ce0cb25a8e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x63ce0cb53406 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   27:     0x63ce0cb5be86 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   28:     0x63ce0cb54fbe - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   29:     0x63ce0cb632fd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x63ce0cb635bd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb2552d - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   32:     0x63ce0cb2324b - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   33:     0x63ce0cb2324b - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   34:     0x63ce0cb2324b - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   35:     0x63ce0cafbfe0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   36:     0x63ce0cb13ad0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   37:     0x63ce0cb135b4 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   38:     0x63ce0cb5c83b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x63ce0cb68599 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   40:     0x63ce0cb28812 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x63ce0cb268fe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x63ce0cb6750d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   43:     0x63ce0cb06aa0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   44:     0x63ce0cb0c3b6 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   45:     0x63ce0cb0d0c3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   46:     0x63ce0cb4c483 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x63ce0cafab73 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   48:     0x63ce0cb63d25 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   49:     0x63ce0cb6606b - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   50:     0x63ce0cb5374b - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   51:     0x63ce0cb5c3a4 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x63ce0cb53098 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x63ce0cb62615 - testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_basic.rs:6:5
[INFO] [stdout]   54:     0x63ce0cb61547 - testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_basic.rs:7:31
[INFO] [stdout]   55:     0x63ce0cb4a0a6 - <testing[703162b98082d98d]::datarepo::postgres::test_basic::tests::test_get_secret::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   77:     0x748c2d418a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_fetch::tests::test_get_archive_manifests stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_fetch::tests::test_get_archive_manifests' (1925) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb4390a - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:46:10
[INFO] [stdout]   23:     0x63ce0cb59fbf - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb546b0 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb261c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25b7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb534c6 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5bf76 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb5579e - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb633bd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb6367d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb255ed - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb2372b - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb2372b - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb2372b - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafc940 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb15ab0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb13614 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5cc2b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb68659 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb28bd2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb26a1e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb675cd - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb07700 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c536 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0dae3 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4c8d3 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafad83 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb64055 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb6669b - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb539bb - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c4c4 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb53188 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49bf5 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:35:5
[INFO] [stdout]   55:     0x63ce0cb42857 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:36:42
[INFO] [stdout]   56:     0x63ce0cb4a166 - <testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifests::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_update::tests::test_update_archive_manifest stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_update::tests::test_update_archive_manifest' (1926) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cc8eae5 - utils[8ad10866da6b797f]::datarepo::postgres::update::upadte_archive_manifest::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/update.rs:19:14
[INFO] [stdout]   23:     0x63ce0cb5952b - testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_update.rs:19:10
[INFO] [stdout]   24:     0x63ce0cb5a4bf - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   25:     0x63ce0cb54a70 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   26:     0x63ce0cb265c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x63ce0cb25cbe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x63ce0cb535c6 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   29:     0x63ce0cb5c0b6 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   30:     0x63ce0cb561d0 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   31:     0x63ce0cb634bd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb6377d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x63ce0cb256ed - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   34:     0x63ce0cb23dab - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   35:     0x63ce0cb23dab - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   36:     0x63ce0cb23dab - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   37:     0x63ce0cafd5c0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   38:     0x63ce0cb18530 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   39:     0x63ce0cb13694 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   40:     0x63ce0cb5d16b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   41:     0x63ce0cb68759 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   42:     0x63ce0cb290d2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x63ce0cb26b9e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x63ce0cb676cd - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   45:     0x63ce0cb08780 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   46:     0x63ce0cb0c736 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   47:     0x63ce0cb0e863 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   48:     0x63ce0cb4ce93 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   49:     0x63ce0cafb043 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   50:     0x63ce0cb64495 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   51:     0x63ce0cb66e8d - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   52:     0x63ce0cb53d04 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   53:     0x63ce0cb5c64d - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   54:     0x63ce0cb532d1 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   55:     0x63ce0cb5b271 - testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_update.rs:6:5
[INFO] [stdout]   56:     0x63ce0cb590f7 - testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_update.rs:7:44
[INFO] [stdout]   57:     0x63ce0cb4a266 - <testing[703162b98082d98d]::datarepo::postgres::test_update::tests::test_update_archive_manifest::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   60:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   61:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   66:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   67:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   68:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   69:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   70:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   75:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   76:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   77:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   78:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   79:     0x748c2d418a64 - clone
[INFO] [stdout]   80:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file' (1924) panicked at utils/src/datarepo/postgres/basic.rs:39:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Other(None), source: CredentialsNotLoaded(CredentialsNotLoaded { source: Some("no providers in chain provided credentials") }), connection: Unknown } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ce0d78cad8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ce0d78cad8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ce0d7a572a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ce0d7a572a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63ce0d791f02 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63ce0d791f02 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63ce0d76a096 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ce0d76a096 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ce0d7841e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63ce0cb7655c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63ce0cb7655c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63ce0d784462 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63ce0d784462 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63ce0d76a152 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63ce0d75ef49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63ce0d76b0cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63ce0d7a5eec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63ce0d7a5c62 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63ce0cc784cf - <core[8fb95b77d25ab6c8]::result::Result<utils[8ad10866da6b797f]::structures::secrets::RdsSecret, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63ce0cc784cf - utils[8ad10866da6b797f]::datarepo::postgres::basic::establish_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/utils/src/datarepo/postgres/basic.rs:39:66
[INFO] [stdout]   22:     0x63ce0cb45f14 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:97:10
[INFO] [stdout]   23:     0x63ce0cb5a37f - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:995:44
[INFO] [stdout]   24:     0x63ce0cb54980 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:747:13
[INFO] [stdout]   25:     0x63ce0cb264c5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::try_with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x63ce0cb25c6e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::task::local::LocalData>>::with::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x63ce0cb53586 - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:745:17
[INFO] [stdout]   28:     0x63ce0cb5c066 - <tokio[7cb07adae0df3dfa]::task::local::RunUntil<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:985:22
[INFO] [stdout]   29:     0x63ce0cb55f7e - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:639:19
[INFO] [stdout]   30:     0x63ce0cb6347d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x63ce0cb6373d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x63ce0cb256ad - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:73
[INFO] [stdout]   33:     0x63ce0cb23c0b - tokio[7cb07adae0df3dfa]::runtime::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x63ce0cb23c0b - tokio[7cb07adae0df3dfa]::runtime::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x63ce0cb23c0b - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:673:25
[INFO] [stdout]   36:     0x63ce0cafd2a0 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:412:19
[INFO] [stdout]   37:     0x63ce0cb17a90 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:672:44
[INFO] [stdout]   38:     0x63ce0cb13674 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:68
[INFO] [stdout]   39:     0x63ce0cb5d01b - <tokio[7cb07adae0df3dfa]::runtime::context::scoped::Scoped<tokio[7cb07adae0df3dfa]::runtime::scheduler::Context>>::set::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x63ce0cb68719 - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x63ce0cb28f92 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::try_with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   42:     0x63ce0cb26b3e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[7cb07adae0df3dfa]::runtime::context::Context>>::with::<tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   43:     0x63ce0cb6768d - tokio[7cb07adae0df3dfa]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x63ce0cb08360 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:751:27
[INFO] [stdout]   45:     0x63ce0cb0c6b6 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:660:24
[INFO] [stdout]   46:     0x63ce0cb0e503 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:180:33
[INFO] [stdout]   47:     0x63ce0cb4cd23 - tokio[7cb07adae0df3dfa]::runtime::context::runtime::enter_runtime::<<tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x63ce0cafaf93 - <tokio[7cb07adae0df3dfa]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/scheduler/current_thread/mod.rs:168:9
[INFO] [stdout]   49:     0x63ce0cb64385 - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:361:52
[INFO] [stdout]   50:     0x63ce0cb66ccb - <tokio[7cb07adae0df3dfa]::runtime::runtime::Runtime>::block_on::<<tokio[7cb07adae0df3dfa]::task::local::LocalSet>::run_until<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/runtime/runtime.rs:333:18
[INFO] [stdout]   51:     0x63ce0cb53c2b - <tokio[7cb07adae0df3dfa]::task::local::LocalSet>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.1/src/task/local.rs:596:12
[INFO] [stdout]   52:     0x63ce0cb5c5e4 - <actix_rt[df81f9ba32bd9fce]::runtime::Runtime>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x63ce0cb53278 - <actix_rt[df81f9ba32bd9fce]::system::SystemRunner>::block_on::<testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x63ce0cb49da5 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:86:5
[INFO] [stdout]   55:     0x63ce0cb428e7 - testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/testing/src/datarepo/postgres/test_fetch.rs:87:64
[INFO] [stdout]   56:     0x63ce0cb4a226 - <testing[703162b98082d98d]::datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63ce0cb6963b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x63ce0cb6963b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x63ce0cb76eb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63ce0cb76eb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x63ce0cb76eb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x63ce0cb707c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x63ce0cb707c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x63ce0cb79f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x63ce0cb79f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x63ce0cb79f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x63ce0d78ba4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   76:     0x63ce0d78ba4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x748c2d38baa4 - <unknown>
[INFO] [stdout]   78:     0x748c2d418a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     datarepo::postgres::test_add::tests::test_add_archive
[INFO] [stdout]     datarepo::postgres::test_add::tests::test_add_archive_manifest
[INFO] [stdout]     datarepo::postgres::test_add::tests::test_add_process_job
[INFO] [stdout]     datarepo::postgres::test_basic::tests::test_db_connection
[INFO] [stdout]     datarepo::postgres::test_basic::tests::test_get_secret
[INFO] [stdout]     datarepo::postgres::test_fetch::tests::test_get_archive
[INFO] [stdout]     datarepo::postgres::test_fetch::tests::test_get_archive_incompleted_processings
[INFO] [stdout]     datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection
[INFO] [stdout]     datarepo::postgres::test_fetch::tests::test_get_archive_manifest_by_collection_and_file
[INFO] [stdout]     datarepo::postgres::test_fetch::tests::test_get_archive_manifests
[INFO] [stdout]     datarepo::postgres::test_update::tests::test_update_archive_manifest
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p testing --lib`
[INFO] running `Command { std: "docker" "inspect" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27", kill_on_drop: false }`
[INFO] [stdout] 23d39fb455a50350a6a408dbfd40efb9199d403cb69fc66d4caaed8dd7a5fa27
