[INFO] fetching crate lightspeed_auth 0.28.0... [INFO] testing lightspeed_auth-0.28.0 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate lightspeed_auth 0.28.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate lightspeed_auth 0.28.0 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lightspeed_auth 0.28.0 [INFO] finished tweaking crates.io crate lightspeed_auth 0.28.0 [INFO] tweaked toml for crates.io crate lightspeed_auth 0.28.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bcrypt v0.9.0 [INFO] [stderr] Downloaded blowfish v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0746efdc24efdd78df3a6c05056b2b671ade43be0ec3c5a411ee0fc24fc1ae0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b0746efdc24efdd78df3a6c05056b2b671ade43be0ec3c5a411ee0fc24fc1ae0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0746efdc24efdd78df3a6c05056b2b671ade43be0ec3c5a411ee0fc24fc1ae0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0746efdc24efdd78df3a6c05056b2b671ade43be0ec3c5a411ee0fc24fc1ae0", kill_on_drop: false }` [INFO] [stdout] b0746efdc24efdd78df3a6c05056b2b671ade43be0ec3c5a411ee0fc24fc1ae0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51106c2bfe8d84a98a43fe90862baef6a905698dcbaa8554a7ec8149a6dbdf23 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "51106c2bfe8d84a98a43fe90862baef6a905698dcbaa8554a7ec8149a6dbdf23", kill_on_drop: false }` [INFO] [stderr] Compiling validator_types v0.12.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Compiling crypto-mac v0.9.1 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling include_dir_impl v0.6.0 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling blowfish v0.7.0 [INFO] [stderr] Compiling serde_derive_internals v0.24.1 [INFO] [stderr] Compiling hmac v0.9.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling bcrypt v0.9.0 [INFO] [stderr] Compiling postgres-protocol v0.5.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling include_dir v0.6.0 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling typescript-definitions-derive-ufo-patch v0.1.11 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling deadpool v0.5.2 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling postgres-types v0.1.3 [INFO] [stderr] Compiling c3p0_common v0.61.0 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling validator v0.12.0 [INFO] [stderr] Compiling tokio-postgres v0.5.5 [INFO] [stderr] Compiling typescript-definitions-ufo-patch v0.1.11 [INFO] [stderr] Compiling lightspeed_core v0.28.0 [INFO] [stderr] Compiling deadpool-postgres v0.5.6 [INFO] [stderr] Compiling c3p0_postgres v0.61.0 [INFO] [stderr] Compiling c3p0 v0.61.0 [INFO] [stderr] Compiling lightspeed_auth v0.28.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `Command { std: "docker" "inspect" "51106c2bfe8d84a98a43fe90862baef6a905698dcbaa8554a7ec8149a6dbdf23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51106c2bfe8d84a98a43fe90862baef6a905698dcbaa8554a7ec8149a6dbdf23", kill_on_drop: false }` [INFO] [stdout] 51106c2bfe8d84a98a43fe90862baef6a905698dcbaa8554a7ec8149a6dbdf23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bf104a673ce7bb753aa4cd10399702e15e44e15a1057027d92ce1da688f52b3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7bf104a673ce7bb753aa4cd10399702e15e44e15a1057027d92ce1da688f52b3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling derivative v2.1.3 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling maybe-single v0.12.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling testcontainers v0.11.0 [INFO] [stderr] Compiling tracing-appender v0.1.2 [INFO] [stderr] Compiling lightspeed_logger v0.28.0 [INFO] [stderr] Compiling lightspeed_auth v0.28.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.52s [INFO] running `Command { std: "docker" "inspect" "7bf104a673ce7bb753aa4cd10399702e15e44e15a1057027d92ce1da688f52b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bf104a673ce7bb753aa4cd10399702e15e44e15a1057027d92ce1da688f52b3", kill_on_drop: false }` [INFO] [stdout] 7bf104a673ce7bb753aa4cd10399702e15e44e15a1057027d92ce1da688f52b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 44b6ee3ba5b37beb0568a0eac81ae16017f87e2c998befa117ce9af0cb595295 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "44b6ee3ba5b37beb0568a0eac81ae16017f87e2c998befa117ce9af0cb595295", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lightspeed_auth-c09744b9f2216c2f [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test config::test::should_build_config ... ok [INFO] [stdout] test model::token::test::token_expired_should_not_be_valid ... ok [INFO] [stdout] test model::token::test::token_not_expired_should_be_valid ... ok [INFO] [stdout] test service::password_codec::test::should_encrypt_and_decrypt ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/auth_test_pg-cd76bdc8b70c6c92 [INFO] [stdout] test service::password_codec::test::should_decrypt_admin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test tests::service::auth_account_it::create_user_should_fail_if_not_valid_email ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_activate_user_only_if_activation_token_type ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_activate_user_only_if_pending_activation ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_change_user_password ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_change_email ... FAILED [INFO] [stdout] test tests::service::auth_account_it::create_user_should_fail_if_not_accepted_privacy_policy ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_change_username ... FAILED [INFO] [stdout] test tests::service::auth_account_it::create_user_should_fail_if_email_not_unique ... FAILED [INFO] [stdout] test tests::service::auth_account_it::create_user_should_fail_if_username_not_unique ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_activate_a_disabled_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_create_pending_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_assign_default_roles_at_account_creation ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_activate_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_change_username_and_email ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_add_and_remove_roles ... FAILED [INFO] [stdout] test tests::service::auth_account_it::create_user_should_fail_if_passwords_do_not_match ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_delete_a_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_disable_an_active_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_login_active_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_change_user_password_if_inactive_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_fail_disabling_a_pending_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_fail_reactivating_a_pending_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_fail_reactivating_an_active_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_generate_reset_password_token ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_change_user_password_if_wrong_old_password ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_generate_reset_password_token_if_user_not_active ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_login_with_wrong_password ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_change_user_password_if_new_passwords_do_not_match ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_fail_deleting_a_deleted_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_fail_disabling_a_disabled_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_login_inactive_user ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_not_login_with_wrong_username ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_regenerate_activation_token ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_regenerate_activation_token_even_if_token_expired ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_resend_activation_token_only_if_correct_token_type ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_reset_password_by_token ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_reset_password_only_if_correct_token_type ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_reset_password_only_if_passwords_match ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_return_user_by_id ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_reset_password_only_if_user_is_active ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_regenerate_activation_token_by_email_and_username ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_return_user_by_username ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_return_users_by_status ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_return_users_by_status_with_offset_and_limit ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_return_wrong_credentials_on_login_of_inactive_user_with_wrong_password ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_use_the_email_as_username_if_username_is_empty ... FAILED [INFO] [stdout] test tests::service::auth_account_it::should_use_the_email_as_username_if_not_provided ... FAILED [INFO] [stdout] test tests::service::token_it::should_delete_token ... FAILED [INFO] [stdout] test tests::service::token_it::should_generate_token ... FAILED [INFO] [stdout] test tests::service::token_it::should_return_all_tokens_by_username ... FAILED [INFO] [stdout] test tests::service::token_it::should_validate_token_on_fetch ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::create_user_should_fail_if_not_valid_email stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::create_user_should_fail_if_not_valid_email' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd10ef5 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_not_valid_email::{{closure}}::h2e76c60adcc70b02 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:559:20 [INFO] [stdout] 24: 0x55b37de4b162 - as core::future::future::Future>::poll::h2992b42def7f3759 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdca6 - futures_executor::local_pool::block_on::{{closure}}::h2b090c592d9e7e3e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb735f - futures_executor::local_pool::run_executor::{{closure}}::h3e673ea37814b522 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda12c9 - std::thread::local::LocalKey::try_with::h19d0844060949c0d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9da98 - std::thread::local::LocalKey::with::h345fd3c08526af5f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3068 - futures_executor::local_pool::run_executor::h0425c46591cb8b8d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc9cd - futures_executor::local_pool::block_on::ha6643cddbbf859b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c5dd - auth_test_pg::test::{{closure}}::h6c38c1e8122ce14d [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2cc2c - tokio::runtime::context::enter::ha4b1f20af79f1afe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12bc0 - tokio::runtime::handle::Handle::enter::h3744f3add51edad6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd973f5 - auth_test_pg::test::h57ca6155a2129db9 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd10df0 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_not_valid_email::h4d1a06940b566439 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:558:5 [INFO] [stdout] 36: 0x55b37dd10da1 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_not_valid_email::{{closure}}::h47a3e34aaef2c02b [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:557:1 [INFO] [stdout] 37: 0x55b37ddc280e - core::ops::function::FnOnce::call_once::hc31612d6888d3c6d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_activate_user_only_if_activation_token_type stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_activate_user_only_if_activation_token_type' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd00642 - auth_test_pg::tests::service::auth_account_it::should_activate_user_only_if_activation_token_type::{{closure}}::h9fced841c3effb74 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:239:20 [INFO] [stdout] 24: 0x55b37de4da92 - as core::future::future::Future>::poll::h5adb32b6f7f103c4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe366 - futures_executor::local_pool::block_on::{{closure}}::ha48ed412dbd1dc38 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb86df - futures_executor::local_pool::run_executor::{{closure}}::h8413db912567329c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda89d9 - std::thread::local::LocalKey::try_with::he6356f474b42abd4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d6f8 - std::thread::local::LocalKey::with::h2a73f06366d3cb37 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3d88 - futures_executor::local_pool::run_executor::h71b3f9df0c4ce8dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbbd1d - futures_executor::local_pool::block_on::h659f25bc198dc0f5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c03d - auth_test_pg::test::{{closure}}::h03252aafb6c9f9c4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2bfcc - tokio::runtime::context::enter::h7c793113420dec20 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12a20 - tokio::runtime::handle::Handle::enter::h2e4743733e13c425 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97935 - auth_test_pg::test::h789ce2fea970795a [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcffb00 - auth_test_pg::tests::service::auth_account_it::should_activate_user_only_if_activation_token_type::hb1c2e84e9aec0be1 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:238:5 [INFO] [stdout] 36: 0x55b37dcffab1 - auth_test_pg::tests::service::auth_account_it::should_activate_user_only_if_activation_token_type::{{closure}}::h398057c04221a3db [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:237:1 [INFO] [stdout] 37: 0x55b37ddc258e - core::ops::function::FnOnce::call_once::hae5a04e302da20d9 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_activate_user_only_if_pending_activation stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_activate_user_only_if_pending_activation' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd01e76 - auth_test_pg::tests::service::auth_account_it::should_activate_user_only_if_pending_activation::{{closure}}::h83c635d1864e842a [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:267:20 [INFO] [stdout] 24: 0x55b37de4ffb2 - as core::future::future::Future>::poll::h8aa666e6397dd577 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbda66 - futures_executor::local_pool::block_on::{{closure}}::h1732f912bad23eb3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb945f - futures_executor::local_pool::run_executor::{{closure}}::ha8d044efcd8fa550 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda2f89 - std::thread::local::LocalKey::try_with::h5e89b9164fa8e2f0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f638 - std::thread::local::LocalKey::with::hacd46ff21a1e3d16 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5b88 - futures_executor::local_pool::run_executor::hf6904977a2f546b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd00d - futures_executor::local_pool::block_on::hc46cb6a853ebe5b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cc1d - auth_test_pg::test::{{closure}}::hd01e0f81eb2e3247 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d97c - tokio::runtime::context::enter::hecc56a8f91585312 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12880 - tokio::runtime::handle::Handle::enter::h1c86530a5c782890 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98915 - auth_test_pg::test::he23b3bbc7b88f68e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd01330 - auth_test_pg::tests::service::auth_account_it::should_activate_user_only_if_pending_activation::h0ec2cbfb5f02ff51 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:266:5 [INFO] [stdout] 36: 0x55b37dd012e1 - auth_test_pg::tests::service::auth_account_it::should_activate_user_only_if_pending_activation::{{closure}}::he090528e103afcaf [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:265:1 [INFO] [stdout] 37: 0x55b37ddc2aae - core::ops::function::FnOnce::call_once::hd39d848e3d0ea274 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_change_user_password stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_change_user_password' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd1d5b3 - auth_test_pg::tests::service::auth_account_it::should_change_user_password::{{closure}}::hf0db564395456d74 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:888:20 [INFO] [stdout] 24: 0x55b37de50ba2 - as core::future::future::Future>::poll::h9900d6388993c852 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe306 - futures_executor::local_pool::block_on::{{closure}}::h8cc34784b4fde260 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb5fdf - futures_executor::local_pool::run_executor::{{closure}}::h00ff8f8f48df53fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda5379 - std::thread::local::LocalKey::try_with::h8e317082ae9a31e1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f4e8 - std::thread::local::LocalKey::with::ha0f058c00099efca [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3f68 - futures_executor::local_pool::run_executor::h73f94c7f8d58c109 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc34f - futures_executor::local_pool::block_on::h8a43962057d3eb6d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c44b - auth_test_pg::test::{{closure}}::h3cba736f5d293530 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2be8f - tokio::runtime::context::enter::h7a4a675df6ec8590 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de142e1 - tokio::runtime::handle::Handle::enter::hba0c0ec87cc9013c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96074 - auth_test_pg::test::h020d3c12eff5f35b [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd1d490 - auth_test_pg::tests::service::auth_account_it::should_change_user_password::ha67238b3570e62c7 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:887:5 [INFO] [stdout] 36: 0x55b37dd1d441 - auth_test_pg::tests::service::auth_account_it::should_change_user_password::{{closure}}::h06540d3726dd1f9f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:886:1 [INFO] [stdout] 37: 0x55b37ddc26ae - core::ops::function::FnOnce::call_once::hb8b91c28af4a220d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_change_email stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_change_email' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd28e03 - auth_test_pg::tests::service::auth_account_it::should_change_email::{{closure}}::h800d25dac934b33e [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1094:20 [INFO] [stdout] 24: 0x55b37de4be72 - as core::future::future::Future>::poll::h3b530cb42e359f98 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe786 - futures_executor::local_pool::block_on::{{closure}}::hc87098c71144de09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb95df - futures_executor::local_pool::run_executor::{{closure}}::ha90354aaa6d9adbf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda4ce9 - std::thread::local::LocalKey::try_with::h83af1c8986089394 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9e248 - std::thread::local::LocalKey::with::h5730fc2fd0b25bf0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4d78 - futures_executor::local_pool::run_executor::hbacb92bcbcb83814 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd56d - futures_executor::local_pool::block_on::he22c1b48894bb227 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9ce4d - auth_test_pg::test::{{closure}}::he35afc360ed67415 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2bc2c - tokio::runtime::context::enter::h700c424d0964a8fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14550 - tokio::runtime::handle::Handle::enter::hc1ded2c0eb5fb525 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd966d5 - auth_test_pg::test::h1a008b91f74489e2 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd28ce0 - auth_test_pg::tests::service::auth_account_it::should_change_email::hb6063804ec70e5a2 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1092:5 [INFO] [stdout] 36: 0x55b37dd28c91 - auth_test_pg::tests::service::auth_account_it::should_change_email::{{closure}}::haf052754355944ee [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1091:1 [INFO] [stdout] 37: 0x55b37ddc2a0e - core::ops::function::FnOnce::call_once::hd252c368ce75029d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::create_user_should_fail_if_not_accepted_privacy_policy stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::create_user_should_fail_if_not_accepted_privacy_policy' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd11a2e - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_not_accepted_privacy_policy::{{closure}}::hf792a1479210ba69 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:594:20 [INFO] [stdout] 24: 0x55b37de50312 - as core::future::future::Future>::poll::h8c0b1e09bb0ec7bb [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe0c6 - futures_executor::local_pool::block_on::{{closure}}::h664b4b1121035128 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb6bdf - futures_executor::local_pool::run_executor::{{closure}}::h2be0cbd94d995c50 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda7129 - std::thread::local::LocalKey::try_with::hb9743793f581c508 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dda0478 - std::thread::local::LocalKey::with::hf2af1974adb29b76 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb59a8 - futures_executor::local_pool::run_executor::hefa5362af7b53c39 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd3ad - futures_executor::local_pool::block_on::hdd8213bc57ff12cd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c53d - auth_test_pg::test::{{closure}}::h5c48394bfa5f478c [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de29e6c - tokio::runtime::context::enter::h0458cfbebc758622 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12f00 - tokio::runtime::handle::Handle::enter::h4adb4f65a4fc15a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97855 - auth_test_pg::test::h72a4347366278bc8 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd11920 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_not_accepted_privacy_policy::h6be807ee1393387b [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:593:5 [INFO] [stdout] 36: 0x55b37dd118d1 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_not_accepted_privacy_policy::{{closure}}::h2ace973f7b091489 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:592:1 [INFO] [stdout] 37: 0x55b37ddc2a3e - core::ops::function::FnOnce::call_once::hd2c49a4134378d23 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_change_username stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_change_username' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd268b3 - auth_test_pg::tests::service::auth_account_it::should_change_username::{{closure}}::h24da939456aba279 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1061:20 [INFO] [stdout] 24: 0x55b37de55be2 - as core::future::future::Future>::poll::hfde7f3939c77f9ad [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe546 - futures_executor::local_pool::block_on::{{closure}}::hb7ac7d74e1c0255d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb915f - futures_executor::local_pool::run_executor::{{closure}}::h9b6eaac45a6721ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda1f49 - std::thread::local::LocalKey::try_with::h2f5735642a840487 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9e0c8 - std::thread::local::LocalKey::with::h4d21c920972a5903 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb48c8 - futures_executor::local_pool::run_executor::ha573c3ec0f9809c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd73d - futures_executor::local_pool::block_on::hf2e4c5f627d0f563 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c99d - auth_test_pg::test::{{closure}}::h9b60d3ba6be0e303 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d0fc - tokio::runtime::context::enter::hbfbf28a06bdf5032 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13f80 - tokio::runtime::handle::Handle::enter::hae87d4965a271a5c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd975b5 - auth_test_pg::test::h5ab8b584e7d0e7d4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd26790 - auth_test_pg::tests::service::auth_account_it::should_change_username::h1d95b554ee2fd0ed [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1059:5 [INFO] [stdout] 36: 0x55b37dd26741 - auth_test_pg::tests::service::auth_account_it::should_change_username::{{closure}}::h22e1629826269e12 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1058:1 [INFO] [stdout] 37: 0x55b37ddc24ce - core::ops::function::FnOnce::call_once::ha706912e22c040da [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::create_user_should_fail_if_email_not_unique stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::create_user_should_fail_if_email_not_unique' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd138a3 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_email_not_unique::{{closure}}::h92c4300597d2dd6d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:665:20 [INFO] [stdout] 24: 0x55b37de51262 - as core::future::future::Future>::poll::h9d903d09f5735efb [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe246 - futures_executor::local_pool::block_on::{{closure}}::h822db73261ebec00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb9d5f - futures_executor::local_pool::run_executor::{{closure}}::hc0e197e02fe6607e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda1e09 - std::thread::local::LocalKey::try_with::h2f4c63352a110ffe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d918 - std::thread::local::LocalKey::with::h2ec24bce1c1bdd3e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb2e88 - futures_executor::local_pool::run_executor::h0150cac437aeceb0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbba5d - futures_executor::local_pool::block_on::h5e1c24660409b5c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c85d - auth_test_pg::test::{{closure}}::h8a091cbd0c21959f [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d22c - tokio::runtime::context::enter::hce76e6b96a01adcc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14210 - tokio::runtime::handle::Handle::enter::hb8a27d568e5223d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd967b5 - auth_test_pg::test::h20603a9ac29b0832 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd13770 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_email_not_unique::h9fa813a81e9cf562 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:664:5 [INFO] [stdout] 36: 0x55b37dd13721 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_email_not_unique::{{closure}}::h58c15421f47609d4 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:663:1 [INFO] [stdout] 37: 0x55b37ddc1b2e - core::ops::function::FnOnce::call_once::h50f75cf4f1534b88 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::create_user_should_fail_if_username_not_unique stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::create_user_should_fail_if_username_not_unique' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd12673 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_username_not_unique::{{closure}}::h4f61067abe8193a2 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:629:20 [INFO] [stdout] 24: 0x55b37de4d972 - as core::future::future::Future>::poll::h59ca502ba088096e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbeb46 - futures_executor::local_pool::block_on::{{closure}}::hfd6c6f15c3a65f79 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddba05f - futures_executor::local_pool::run_executor::{{closure}}::hcd631cf393b75d06 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda25d9 - std::thread::local::LocalKey::try_with::h45835b4639b07536 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f968 - std::thread::local::LocalKey::with::hbd385ca49654eaf4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb36f8 - futures_executor::local_pool::run_executor::h444f4057243f1b6a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc09d - futures_executor::local_pool::block_on::h79eeab72308cb533 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cdad - auth_test_pg::test::{{closure}}::hdc337a5098fd5b7e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2ae9c - tokio::runtime::context::enter::h4cf23e41508c9dce [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14050 - tokio::runtime::handle::Handle::enter::hb1fbb7ad2efb6d34 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd963f5 - auth_test_pg::test::h16fba598329dc098 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd12540 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_username_not_unique::h9506fe2c628362fa [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:628:5 [INFO] [stdout] 36: 0x55b37dd124f1 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_username_not_unique::{{closure}}::h69c23c4cc9a7b094 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:627:1 [INFO] [stdout] 37: 0x55b37ddc2cee - core::ops::function::FnOnce::call_once::hf3bf25c7281acae8 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_activate_a_disabled_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_activate_a_disabled_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd31383 - auth_test_pg::tests::service::auth_account_it::should_activate_a_disabled_user::{{closure}}::h3f243c46a9d95a6f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1231:20 [INFO] [stdout] 24: 0x55b37de4b4c2 - as core::future::future::Future>::poll::h2db30c94d55a49f5 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe966 - futures_executor::local_pool::block_on::{{closure}}::hf1beb13abcf251bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb77df - futures_executor::local_pool::run_executor::{{closure}}::h52884479c0f4256e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda54b9 - std::thread::local::LocalKey::try_with::h8eedff0f237749ae [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d688 - std::thread::local::LocalKey::with::h29b674e7ca9e75a8 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4f58 - futures_executor::local_pool::run_executor::hc79b58647b903014 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb4cf - futures_executor::local_pool::block_on::h2c336bc4eb80027d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c17b - auth_test_pg::test::{{closure}}::h0966c94f6705bbb7 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2daaf - tokio::runtime::context::enter::hf5baaba72ac76930 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de138e1 - tokio::runtime::handle::Handle::enter::h809428db9a08e310 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96314 - auth_test_pg::test::h0b8b2b5d67b22126 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd31260 - auth_test_pg::tests::service::auth_account_it::should_activate_a_disabled_user::h94d91e6a0ad190fb [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1229:5 [INFO] [stdout] 36: 0x55b37dd31211 - auth_test_pg::tests::service::auth_account_it::should_activate_a_disabled_user::{{closure}}::h080a9e39fc70da6f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1228:1 [INFO] [stdout] 37: 0x55b37ddc275e - core::ops::function::FnOnce::call_once::hbd61049bcb770eb1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_create_pending_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_create_pending_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dcf5310 - auth_test_pg::tests::service::auth_account_it::should_create_pending_user::{{closure}}::h40cd03c7aa8ea831 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:19:20 [INFO] [stdout] 24: 0x55b37de4f592 - as core::future::future::Future>::poll::h7f653366f4133049 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe606 - futures_executor::local_pool::block_on::{{closure}}::hbfa1a4632b181621 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb675f - futures_executor::local_pool::run_executor::{{closure}}::h1d49d1c487a4cf10 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda1409 - std::thread::local::LocalKey::try_with::h1e081195c81cdb4e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f078 - std::thread::local::LocalKey::with::h975d9ec6f5889a00 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3ab8 - futures_executor::local_pool::run_executor::h6a7020abd43f7308 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbacaf - futures_executor::local_pool::block_on::h09f6e302c1a740eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c08b - auth_test_pg::test::{{closure}}::h059957c19e35208d [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2afcf - tokio::runtime::context::enter::h52c3a420d41148e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de143b1 - tokio::runtime::handle::Handle::enter::hbe44ac58601cbaab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96f94 - auth_test_pg::test::h4737067726d93e89 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcf51f0 - auth_test_pg::tests::service::auth_account_it::should_create_pending_user::h7f231dda0c431c19 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:18:5 [INFO] [stdout] 36: 0x55b37dcf51a1 - auth_test_pg::tests::service::auth_account_it::should_create_pending_user::{{closure}}::h04a1b99dff99f33e [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:17:1 [INFO] [stdout] 37: 0x55b37ddc23be - core::ops::function::FnOnce::call_once::h963b38fd902cec99 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_assign_default_roles_at_account_creation stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_assign_default_roles_at_account_creation' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dcf6daa - auth_test_pg::tests::service::auth_account_it::should_assign_default_roles_at_account_creation::{{closure}}::h949bf888ea1f5a81 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:57:20 [INFO] [stdout] 24: 0x55b37de4a742 - as core::future::future::Future>::poll::h22ea40f42474957b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdf46 - futures_executor::local_pool::block_on::{{closure}}::h53752990fadf5f4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb6a5f - futures_executor::local_pool::run_executor::{{closure}}::h28dac9cfee22e406 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda48d9 - std::thread::local::LocalKey::try_with::h821bbadcbb08ccee [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9eb58 - std::thread::local::LocalKey::with::h74c04df46e652ef7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5a98 - futures_executor::local_pool::run_executor::hf4c424e02391a844 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb13d - futures_executor::local_pool::block_on::h239b203d1a1a1be1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c35d - auth_test_pg::test::{{closure}}::h29fc921c0b8a6604 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2cfcc - tokio::runtime::context::enter::habf8462bdd68b438 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14890 - tokio::runtime::handle::Handle::enter::he89d4fcf5d354378 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98bd5 - auth_test_pg::test::hf86bcd41dea5b8b8 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcf6c90 - auth_test_pg::tests::service::auth_account_it::should_assign_default_roles_at_account_creation::hc15796773e67b447 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:56:5 [INFO] [stdout] 36: 0x55b37dcf6c41 - auth_test_pg::tests::service::auth_account_it::should_assign_default_roles_at_account_creation::{{closure}}::hb6c09ef353f66f91 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:55:1 [INFO] [stdout] 37: 0x55b37ddc2f0e - core::ops::function::FnOnce::call_once::hfda9a62b4bcf7949 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_activate_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_activate_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dcfdd62 - auth_test_pg::tests::service::auth_account_it::should_activate_user::{{closure}}::h6a6a1e93e54b272a [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:207:20 [INFO] [stdout] 24: 0x55b37de526a2 - as core::future::future::Future>::poll::hb69c11eefecf5dde [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdb86 - futures_executor::local_pool::block_on::{{closure}}::h229ae8c458cef051 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddba35f - futures_executor::local_pool::run_executor::{{closure}}::he110485770574be7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda4e29 - std::thread::local::LocalKey::try_with::h890c7d72e208f80d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d178 - std::thread::local::LocalKey::with::h0a0ee8bab32a3ddf [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3248 - futures_executor::local_pool::run_executor::h1a1bacbe0d9c3baa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbad9d - futures_executor::local_pool::block_on::h0aa97081c891cb11 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c9ed - auth_test_pg::test::{{closure}}::ha1accb4df7485a56 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2bd5c - tokio::runtime::context::enter::h72034792f9d0cae4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13b50 - tokio::runtime::handle::Handle::enter::h965d9dafece03f65 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97cd5 - auth_test_pg::test::h8a295c037bd65a21 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcfd7b0 - auth_test_pg::tests::service::auth_account_it::should_activate_user::h82adabd2c563f39d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:206:5 [INFO] [stdout] 36: 0x55b37dcfd761 - auth_test_pg::tests::service::auth_account_it::should_activate_user::{{closure}}::h21fb21a28e6fabbe [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:205:1 [INFO] [stdout] 37: 0x55b37ddc1fee - core::ops::function::FnOnce::call_once::h79f085f9d38301e0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_change_username_and_email stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_change_username_and_email' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd2b133 - auth_test_pg::tests::service::auth_account_it::should_change_username_and_email::{{closure}}::he7cdacddc9914d0e [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1124:20 [INFO] [stdout] 24: 0x55b37de4ddf2 - as core::future::future::Future>::poll::h5edacc46f6052c0c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbd946 - futures_executor::local_pool::block_on::{{closure}}::h08f432e86003f7db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb71df - futures_executor::local_pool::run_executor::{{closure}}::h3acad62c8250a9f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda4ba9 - std::thread::local::LocalKey::try_with::h8301eb233ad9a5e3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dda0258 - std::thread::local::LocalKey::with::he86b247258900bee [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3e78 - futures_executor::local_pool::run_executor::h71f63529d7f0f023 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd64f - futures_executor::local_pool::block_on::hf0fb7bb71a1454e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c3ab - auth_test_pg::test::{{closure}}::h2e6196d54e5d86b1 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a84f - tokio::runtime::context::enter::h22758dbb46355123 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12381 - tokio::runtime::handle::Handle::enter::h0932ed65f386ad95 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97314 - auth_test_pg::test::h55a4192418a1cfd5 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd2b010 - auth_test_pg::tests::service::auth_account_it::should_change_username_and_email::hbdac322537064dbc [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1122:5 [INFO] [stdout] 36: 0x55b37dd2afc1 - auth_test_pg::tests::service::auth_account_it::should_change_username_and_email::{{closure}}::hf4da835523689d69 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1121:1 [INFO] [stdout] 37: 0x55b37ddc263e - core::ops::function::FnOnce::call_once::hb872e41bc717c877 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_add_and_remove_roles stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_add_and_remove_roles' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd22583 - auth_test_pg::tests::service::auth_account_it::should_add_and_remove_roles::{{closure}}::h081e70daf8f6b935 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1011:20 [INFO] [stdout] 24: 0x55b37de49c02 - as core::future::future::Future>::poll::h160d49d907fd49d6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe4e6 - futures_executor::local_pool::block_on::{{closure}}::hb4a4bd667c371bd0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddba4df - futures_executor::local_pool::run_executor::{{closure}}::hebcca3bcdd012d7a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda6a49 - std::thread::local::LocalKey::try_with::haffddcb79222f7d9 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d4d8 - std::thread::local::LocalKey::with::h218c4bf6c1500962 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb45f8 - futures_executor::local_pool::run_executor::h8ece74731356be19 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb79f - futures_executor::local_pool::block_on::h4693c486d97ff9b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cbcb - auth_test_pg::test::{{closure}}::hc6359837d87ed19e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c23f - tokio::runtime::context::enter::h800984345a78fb59 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de126e1 - tokio::runtime::handle::Handle::enter::h11900b1112eaa470 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96894 - auth_test_pg::test::h26aba166f8f21101 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd22460 - auth_test_pg::tests::service::auth_account_it::should_add_and_remove_roles::h5f2f591d4a980aeb [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1010:5 [INFO] [stdout] 36: 0x55b37dd22411 - auth_test_pg::tests::service::auth_account_it::should_add_and_remove_roles::{{closure}}::hcd4d5678bc146635 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1009:1 [INFO] [stdout] 37: 0x55b37ddc22ce - core::ops::function::FnOnce::call_once::h8d094ce827f1b8b0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::create_user_should_fail_if_passwords_do_not_match stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::create_user_should_fail_if_passwords_do_not_match' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd1038e - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_passwords_do_not_match::{{closure}}::h3008b02cef2362da [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:525:20 [INFO] [stdout] 24: 0x55b37de55402 - as core::future::future::Future>::poll::hf741d6d3571f7f04 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe726 - futures_executor::local_pool::block_on::{{closure}}::hc6aeea01a64efb2c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb7ddf - futures_executor::local_pool::run_executor::{{closure}}::h6141d9bd857fc380 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda2359 - std::thread::local::LocalKey::try_with::h343923428c5e6506 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9fbf8 - std::thread::local::LocalKey::with::hc9d344b3d627757e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb55e8 - futures_executor::local_pool::run_executor::he3241cd0a2bd74aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbabbf - futures_executor::local_pool::block_on::h09a0c0bf49a5122e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c49b - auth_test_pg::test::{{closure}}::h514e3a8de4d4c153 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2ce8f - tokio::runtime::context::enter::habbccb6452d41a31 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13c21 - tokio::runtime::handle::Handle::enter::h9f8d39cf7ccb6a28 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97694 - auth_test_pg::test::h60babfb23f83c74c [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd10280 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_passwords_do_not_match::heffe9897ebeea2d3 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:524:5 [INFO] [stdout] 36: 0x55b37dd10231 - auth_test_pg::tests::service::auth_account_it::create_user_should_fail_if_passwords_do_not_match::{{closure}}::h988039cab4bd3114 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:523:1 [INFO] [stdout] 37: 0x55b37ddc2d6e - core::ops::function::FnOnce::call_once::hf872c38c5923a91a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_delete_a_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_delete_a_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd34b4d - auth_test_pg::tests::service::auth_account_it::should_delete_a_user::{{closure}}::ha2350a4596700e6d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1300:20 [INFO] [stdout] 24: 0x55b37de4e152 - as core::future::future::Future>::poll::h664d703d7f407de0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe846 - futures_executor::local_pool::block_on::{{closure}}::he4a82b0ae781ede8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb8cdf - futures_executor::local_pool::run_executor::{{closure}}::h88a510107221f772 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda3209 - std::thread::local::LocalKey::try_with::h61fe0db448326a0b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9e358 - std::thread::local::LocalKey::with::h59c90c671d7b408b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb56d8 - futures_executor::local_pool::run_executor::he37d1fbcef70649a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbbdfd - futures_executor::local_pool::block_on::h665d592f1262cff9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9ccbd - auth_test_pg::test::{{closure}}::hd65dafd66bbf441e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a71c - tokio::runtime::context::enter::h20bce6f84c87633e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14a30 - tokio::runtime::handle::Handle::enter::hea5b06bcb4ee5d1f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96c15 - auth_test_pg::test::h3406a4aa09ed3c40 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd34a30 - auth_test_pg::tests::service::auth_account_it::should_delete_a_user::hc99b639e389aca47 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1298:5 [INFO] [stdout] 36: 0x55b37dd349e1 - auth_test_pg::tests::service::auth_account_it::should_delete_a_user::{{closure}}::h2890c8140215bc50 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1297:1 [INFO] [stdout] 37: 0x55b37ddc1b9e - core::ops::function::FnOnce::call_once::h583ba9683db275eb [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_disable_an_active_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_disable_an_active_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd2d853 - auth_test_pg::tests::service::auth_account_it::should_disable_an_active_user::{{closure}}::h14ec0cb4831b84cb [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1160:20 [INFO] [stdout] 24: 0x55b37de4e5d2 - as core::future::future::Future>::poll::h6ae9ab0e857f4563 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe666 - futures_executor::local_pool::block_on::{{closure}}::hc161603108f44036 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb89df - futures_executor::local_pool::run_executor::{{closure}}::h85276f4de598ae64 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda50a9 - std::thread::local::LocalKey::try_with::h8dcb28aff77f783a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9fa78 - std::thread::local::LocalKey::with::hc018f02b577b1050 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4058 - futures_executor::local_pool::run_executor::h755566249ca55dfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc51f - futures_executor::local_pool::block_on::h8f83ecbf89dfa0bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cf3b - auth_test_pg::test::{{closure}}::he4e53c1827624e1d [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a23f - tokio::runtime::context::enter::h0dae25e48797b9c3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12951 - tokio::runtime::handle::Handle::enter::h2d17f9f0eb552d77 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98af4 - auth_test_pg::test::he45cbbf3bfc7f44f [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd2d730 - auth_test_pg::tests::service::auth_account_it::should_disable_an_active_user::h0ff5b61cc645d9ed [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1158:5 [INFO] [stdout] 36: 0x55b37dd2d6e1 - auth_test_pg::tests::service::auth_account_it::should_disable_an_active_user::{{closure}}::h7bf74b470cccacc0 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1157:1 [INFO] [stdout] 37: 0x55b37ddc17ce - core::ops::function::FnOnce::call_once::h2b62f05941515d1b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_login_active_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_login_active_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd0ae1a - auth_test_pg::tests::service::auth_account_it::should_login_active_user::{{closure}}::h7aed416157de30c4 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:426:20 [INFO] [stdout] 24: 0x55b37de4c1d2 - as core::future::future::Future>::poll::h3fde4181dfe3eee9 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe3c6 - futures_executor::local_pool::block_on::{{closure}}::ha9bd945751589c44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb9bdf - futures_executor::local_pool::run_executor::{{closure}}::hc06e7379d2ba0954 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda0a59 - std::thread::local::LocalKey::try_with::h088ca08fee5fe9ec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f5c8 - std::thread::local::LocalKey::with::hac44d6428d989c6f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4e68 - futures_executor::local_pool::run_executor::hc78b06bb02073883 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbbb3f - futures_executor::local_pool::block_on::h62efaa47ab32e33d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9ca8b - auth_test_pg::test::{{closure}}::ha7e0a525e843fb41 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2caef - tokio::runtime::context::enter::h98058e054189982f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de139b1 - tokio::runtime::handle::Handle::enter::h868af9c2d09c04b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd983d4 - auth_test_pg::test::hb418aa27e6c6bf52 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd0ad00 - auth_test_pg::tests::service::auth_account_it::should_login_active_user::h29caf22008ec7d55 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:425:5 [INFO] [stdout] 36: 0x55b37dd0acb1 - auth_test_pg::tests::service::auth_account_it::should_login_active_user::{{closure}}::h85d8418321172434 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:424:1 [INFO] [stdout] 37: 0x55b37ddc179e - core::ops::function::FnOnce::call_once::h2a243c98d9689a68 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_change_user_password_if_inactive_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_change_user_password_if_inactive_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd20676 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_inactive_user::{{closure}}::h08970b4e0983c45a [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:950:20 [INFO] [stdout] 24: 0x55b37de4c532 - as core::future::future::Future>::poll::h44b101538e3bbee0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdfa6 - futures_executor::local_pool::block_on::{{closure}}::h544839b9b18d0515 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddba95f - futures_executor::local_pool::run_executor::{{closure}}::hfb94d5c7a6d91d68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda0eb9 - std::thread::local::LocalKey::try_with::h1067b1ac58ab835e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9fae8 - std::thread::local::LocalKey::with::hc4e90d2badc0e003 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4aa8 - futures_executor::local_pool::run_executor::ha8b4afe53fc5ac88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbbfbd - futures_executor::local_pool::block_on::h751f1fb3514d33a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c0dd - auth_test_pg::test::{{closure}}::h06224c2918591aca [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2cd5c - tokio::runtime::context::enter::ha65b25ca2993bc86 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13810 - tokio::runtime::handle::Handle::enter::h800a28ff2ef2dc2e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97db5 - auth_test_pg::test::h93414093afa7e977 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd20550 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_inactive_user::ha2daffdd5d04dbf7 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:949:5 [INFO] [stdout] 36: 0x55b37dd20501 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_inactive_user::{{closure}}::he2b1820435d4c950 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:948:1 [INFO] [stdout] 37: 0x55b37ddc23ee - core::ops::function::FnOnce::call_once::h9b282c83082fba33 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_fail_disabling_a_pending_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_fail_disabling_a_pending_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd2f25d - auth_test_pg::tests::service::auth_account_it::should_fail_disabling_a_pending_user::{{closure}}::h4a1d859914be4592 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1187:20 [INFO] [stdout] 24: 0x55b37de540a2 - as core::future::future::Future>::poll::he14b7e2b29c56d3d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbea26 - futures_executor::local_pool::block_on::{{closure}}::hf6cd256ea87476d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb795f - futures_executor::local_pool::run_executor::{{closure}}::h5ba750dfd805feb5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda6099 - std::thread::local::LocalKey::try_with::h9debfee1aa639a85 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f8f8 - std::thread::local::LocalKey::with::hbae88c28715c8308 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4b98 - futures_executor::local_pool::run_executor::haaea025cb1aa4017 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc7ef - futures_executor::local_pool::block_on::h9b014de7462ba103 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c6cb - auth_test_pg::test::{{closure}}::h748588152226dbd2 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a4af - tokio::runtime::context::enter::h15e0ad9213611522 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13eb1 - tokio::runtime::handle::Handle::enter::hab590040a4ace599 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98674 - auth_test_pg::test::hd58a42738afb2dea [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd2f140 - auth_test_pg::tests::service::auth_account_it::should_fail_disabling_a_pending_user::h7f1edf5698af064d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1185:5 [INFO] [stdout] 36: 0x55b37dd2f0f1 - auth_test_pg::tests::service::auth_account_it::should_fail_disabling_a_pending_user::{{closure}}::h4bc926bdb512efb0 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1184:1 [INFO] [stdout] 37: 0x55b37ddc29de - core::ops::function::FnOnce::call_once::hd0c339755109e5ed [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_fail_reactivating_a_pending_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_fail_reactivating_a_pending_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd32ced - auth_test_pg::tests::service::auth_account_it::should_fail_reactivating_a_pending_user::{{closure}}::hf896bf9640fd3769 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1258:20 [INFO] [stdout] 24: 0x55b37de4cf52 - as core::future::future::Future>::poll::h4d4b0b6fa1da406a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe906 - futures_executor::local_pool::block_on::{{closure}}::hee4e9f5b3c3687e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb615f - futures_executor::local_pool::run_executor::{{closure}}::h09cd03ce446423d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda4f69 - std::thread::local::LocalKey::try_with::h8d100d93155024a5 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f558 - std::thread::local::LocalKey::with::ha227c84d7358c58f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4418 - futures_executor::local_pool::run_executor::h862d0f0f7f00598d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd0ef - futures_executor::local_pool::block_on::hc53a27a2ebf61036 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cadb - auth_test_pg::test::{{closure}}::ha92676dd6c038f33 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d49f - tokio::runtime::context::enter::hd06b6bdbfdb5ca6e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14961 - tokio::runtime::handle::Handle::enter::he90f00eabfa3c558 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97af4 - auth_test_pg::test::h824f22aa60bd3731 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd32bd0 - auth_test_pg::tests::service::auth_account_it::should_fail_reactivating_a_pending_user::h7c416decaf310a04 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1256:5 [INFO] [stdout] 36: 0x55b37dd32b81 - auth_test_pg::tests::service::auth_account_it::should_fail_reactivating_a_pending_user::{{closure}}::haab352ce3b845d13 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1255:1 [INFO] [stdout] 37: 0x55b37ddc1f0e - core::ops::function::FnOnce::call_once::h738c9f2d4b8cef2a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_fail_reactivating_an_active_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_fail_reactivating_an_active_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd33c1d - auth_test_pg::tests::service::auth_account_it::should_fail_reactivating_an_active_user::{{closure}}::h75484f6ad3d64cd4 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1279:20 [INFO] [stdout] 24: 0x55b37de50552 - as core::future::future::Future>::poll::h9005f798a1f73197 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe2a6 - futures_executor::local_pool::block_on::{{closure}}::h82a01bdf0762ca48 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb7c5f - futures_executor::local_pool::run_executor::{{closure}}::h5fa744056d5d6050 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda7d09 - std::thread::local::LocalKey::try_with::hd1482485470cf69d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f0e8 - std::thread::local::LocalKey::with::h9801fa186c7f249b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb46e8 - futures_executor::local_pool::run_executor::h922adf1150dc3c61 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbcaaf - futures_executor::local_pool::block_on::ha8b0faa807f5ae9e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c21b - auth_test_pg::test::{{closure}}::h110393a352b2e607 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b10f - tokio::runtime::context::enter::h59a9f6e4747d5840 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13741 - tokio::runtime::handle::Handle::enter::h7fc7faffd02cc58a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97e94 - auth_test_pg::test::h94d212595b342ee6 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd33b00 - auth_test_pg::tests::service::auth_account_it::should_fail_reactivating_an_active_user::h84016cddb79a7b6f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1277:5 [INFO] [stdout] 36: 0x55b37dd33ab1 - auth_test_pg::tests::service::auth_account_it::should_fail_reactivating_an_active_user::{{closure}}::h5b07adfb58dc7ca5 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1276:1 [INFO] [stdout] 37: 0x55b37ddc192e - core::ops::function::FnOnce::call_once::h3e5d7d90b79e631b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_generate_reset_password_token stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_generate_reset_password_token' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd1b7c0 - auth_test_pg::tests::service::auth_account_it::should_generate_reset_password_token::{{closure}}::h7de6497186d69b37 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:858:20 [INFO] [stdout] 24: 0x55b37de55112 - as core::future::future::Future>::poll::hf53652b642d9fe64 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdd66 - futures_executor::local_pool::block_on::{{closure}}::h30ad7ab71af71e66 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddba65f - futures_executor::local_pool::run_executor::{{closure}}::heccee9be5f8461b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda30c9 - std::thread::local::LocalKey::try_with::h607a3e4fb3481092 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d988 - std::thread::local::LocalKey::with::h32d7ac05d7a61472 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4238 - futures_executor::local_pool::run_executor::h7c6d63fa72d004f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbbedd - futures_executor::local_pool::block_on::h74d7e59ecebd24f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cb2d - auth_test_pg::test::{{closure}}::hbbbf719402ac943c [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b4bc - tokio::runtime::context::enter::h5bf296e5b1597a09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12c90 - tokio::runtime::handle::Handle::enter::h3fb8f06ae7954559 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97075 - auth_test_pg::test::h492c83ba0591b858 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd1b6a0 - auth_test_pg::tests::service::auth_account_it::should_generate_reset_password_token::h9f3e6e1c64969982 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:857:5 [INFO] [stdout] 36: 0x55b37dd1b651 - auth_test_pg::tests::service::auth_account_it::should_generate_reset_password_token::{{closure}}::h11fb4ac3547334ee [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:856:1 [INFO] [stdout] 37: 0x55b37ddc287e - core::ops::function::FnOnce::call_once::hc533afe1f7de2954 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_change_user_password_if_wrong_old_password stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_change_user_password_if_wrong_old_password' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd1ef83 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_wrong_old_password::{{closure}}::hed66048847f8f671 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:919:20 [INFO] [stdout] 24: 0x55b37de54db2 - as core::future::future::Future>::poll::hf21867b8877be829 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbde26 - futures_executor::local_pool::block_on::{{closure}}::h421ce7577fbb9156 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb9edf - futures_executor::local_pool::run_executor::{{closure}}::hc8d527fa42a1f936 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda1cc9 - std::thread::local::LocalKey::try_with::h2c6ac6a3233f125c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9de68 - std::thread::local::LocalKey::with::h418cdda4b0072e82 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3c98 - futures_executor::local_pool::run_executor::h70429ebdc7df0471 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbcd6d - futures_executor::local_pool::block_on::hb24050826d002159 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c58d - auth_test_pg::test::{{closure}}::h5ff6d4d2e57afab5 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a5ec - tokio::runtime::context::enter::h1e9426e7eeb3293e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de130a0 - tokio::runtime::handle::Handle::enter::h570cd420845f0c0a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98755 - auth_test_pg::test::hdc54c6ee69022465 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd1ee60 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_wrong_old_password::h309e9f8f37c0f08a [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:918:5 [INFO] [stdout] 36: 0x55b37dd1ee11 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_wrong_old_password::{{closure}}::h92bce090d7425cbc [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:917:1 [INFO] [stdout] 37: 0x55b37ddc255e - core::ops::function::FnOnce::call_once::had884d90f3170e5c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_generate_reset_password_token_if_user_not_active stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_generate_reset_password_token_if_user_not_active' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd1ca0a - auth_test_pg::tests::service::auth_account_it::should_not_generate_reset_password_token_if_user_not_active::{{closure}}::hf46c05dd6cfeef35 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:874:20 [INFO] [stdout] 24: 0x55b37de53682 - as core::future::future::Future>::poll::hd1aa24a63ad15f68 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe1e6 - futures_executor::local_pool::block_on::{{closure}}::h7ff67d253c151ba2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb885f - futures_executor::local_pool::run_executor::{{closure}}::h84a2a69e78ce0114 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda2499 - std::thread::local::LocalKey::try_with::h3b7853e08ad22f38 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9ded8 - std::thread::local::LocalKey::with::h428128c5060a03f7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3ba8 - futures_executor::local_pool::run_executor::h6cbd12fbe9ee518b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc43d - futures_executor::local_pool::block_on::h8af16a1d13870614 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cdfd - auth_test_pg::test::{{closure}}::hdf2441b37e3226ab [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c37c - tokio::runtime::context::enter::h8025e1eb345fe345 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12af0 - tokio::runtime::handle::Handle::enter::h365c9e8c73a33154 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98135 - auth_test_pg::test::ha0ecf8c8916ee278 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd1c8f0 - auth_test_pg::tests::service::auth_account_it::should_not_generate_reset_password_token_if_user_not_active::haa437a86582a0bfa [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:873:5 [INFO] [stdout] 36: 0x55b37dd1c8a1 - auth_test_pg::tests::service::auth_account_it::should_not_generate_reset_password_token_if_user_not_active::{{closure}}::h0afb65a2570daa1a [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:872:1 [INFO] [stdout] 37: 0x55b37ddc2bee - core::ops::function::FnOnce::call_once::he144cda7ff14d08c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_login_with_wrong_password stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_login_with_wrong_password' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd0f5ba - auth_test_pg::tests::service::auth_account_it::should_not_login_with_wrong_password::{{closure}}::h650d667333c37288 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:511:20 [INFO] [stdout] 24: 0x55b37de538c2 - as core::future::future::Future>::poll::hd6c3aa887a1bbd7e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbeae6 - futures_executor::local_pool::block_on::{{closure}}::hfcb637c68596465d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb645f - futures_executor::local_pool::run_executor::{{closure}}::h178fe8691db690d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda1189 - std::thread::local::LocalKey::try_with::h18ccbfa26fe38daf [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9fc68 - std::thread::local::LocalKey::with::hcc5fed63d72dc235 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb49b8 - futures_executor::local_pool::run_executor::ha722d2e7a8483acd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb21f - futures_executor::local_pool::block_on::h253fd0c3720c9186 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cd0b - auth_test_pg::test::{{closure}}::hdaf53e01845700b7 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2aabf - tokio::runtime::context::enter::h467e52f577e6e26a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12fd1 - tokio::runtime::handle::Handle::enter::h517e8d8898568c02 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98054 - auth_test_pg::test::h9c6250e53042ec43 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd0f4a0 - auth_test_pg::tests::service::auth_account_it::should_not_login_with_wrong_password::h460708d74022388a [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:510:5 [INFO] [stdout] 36: 0x55b37dd0f451 - auth_test_pg::tests::service::auth_account_it::should_not_login_with_wrong_password::{{closure}}::haa064cfe635033ae [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:509:1 [INFO] [stdout] 37: 0x55b37ddc241e - core::ops::function::FnOnce::call_once::h9b7dd0ebd0a401e6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_change_user_password_if_new_passwords_do_not_match stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_change_user_password_if_new_passwords_do_not_match' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd214d6 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_new_passwords_do_not_match::{{closure}}::h2983be83aa817d8f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:977:20 [INFO] [stdout] 24: 0x55b37de52342 - as core::future::future::Future>::poll::hb456f10de780869b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbea86 - futures_executor::local_pool::block_on::{{closure}}::hfcacb7e1db48fef3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddba1df - futures_executor::local_pool::run_executor::{{closure}}::hd1c684d2e4698d20 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda78a9 - std::thread::local::LocalKey::try_with::hc7a49f244fdb216d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9edb8 - std::thread::local::LocalKey::with::h836fa3de2d003ba3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4148 - futures_executor::local_pool::run_executor::h75afb5f89d816136 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb3ed - futures_executor::local_pool::block_on::h2b13cb76a9efbdd6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c3fd - auth_test_pg::test::{{closure}}::h358482201b8a4d7e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b85c - tokio::runtime::context::enter::h64debbf4fda5259d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14480 - tokio::runtime::handle::Handle::enter::hbfc8efc0f2cd2f7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97235 - auth_test_pg::test::h4e20d65ee4650563 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd213b0 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_new_passwords_do_not_match::h07c988e1928c6398 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:976:5 [INFO] [stdout] 36: 0x55b37dd21361 - auth_test_pg::tests::service::auth_account_it::should_not_change_user_password_if_new_passwords_do_not_match::{{closure}}::h7d2bbb946238bc2c [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:975:1 [INFO] [stdout] 37: 0x55b37ddc2c1e - core::ops::function::FnOnce::call_once::he4d8e44b2ef4a239 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_fail_deleting_a_deleted_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_fail_deleting_a_deleted_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd35f7d - auth_test_pg::tests::service::auth_account_it::should_not_fail_deleting_a_deleted_user::{{closure}}::h5ab90614ac0253ab [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1323:20 [INFO] [stdout] 24: 0x55b37de4cd12 - as core::future::future::Future>::poll::h4a0613acf232bc94 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe186 - futures_executor::local_pool::block_on::{{closure}}::h75e576b3ca0528de [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb7adf - futures_executor::local_pool::run_executor::{{closure}}::h5e8aaa8fff98b946 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda6319 - std::thread::local::LocalKey::try_with::h9e92ff0287183627 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dda0038 - std::thread::local::LocalKey::with::hdf4f0aba9add2b45 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3338 - futures_executor::local_pool::run_executor::h278bc2044148c307 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc17f - futures_executor::local_pool::block_on::h7e696b40cc0b0921 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c8ab - auth_test_pg::test::{{closure}}::h8b6b224eb8388bdf [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b5ef - tokio::runtime::context::enter::h5cf95ec2a502fe6b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14bd1 - tokio::runtime::handle::Handle::enter::hf08b317e5fd29f8c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98594 - auth_test_pg::test::hc8b1d0ae01476ea0 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd35e60 - auth_test_pg::tests::service::auth_account_it::should_not_fail_deleting_a_deleted_user::h2b05c6cfc0a3b851 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1321:5 [INFO] [stdout] 36: 0x55b37dd35e11 - auth_test_pg::tests::service::auth_account_it::should_not_fail_deleting_a_deleted_user::{{closure}}::hc5e44e7bdffae37f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1320:1 [INFO] [stdout] 37: 0x55b37ddc2c7e - core::ops::function::FnOnce::call_once::hef7f8425dda1e0f9 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_fail_disabling_a_disabled_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_fail_disabling_a_disabled_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd3018d - auth_test_pg::tests::service::auth_account_it::should_fail_disabling_a_disabled_user::{{closure}}::h5638333dc7a84cc8 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1208:20 [INFO] [stdout] 24: 0x55b37de51382 - as core::future::future::Future>::poll::h9e4bcae04348d148 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe6c6 - futures_executor::local_pool::block_on::{{closure}}::hc5c78aec25870e64 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb8e5f - futures_executor::local_pool::run_executor::{{closure}}::h8e433174c5c34e26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda2719 - std::thread::local::LocalKey::try_with::h47473f6b4aeb58f2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9e1d8 - std::thread::local::LocalKey::with::h56dc182b06ffbc0f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4508 - futures_executor::local_pool::run_executor::h8c9a1fc26d0e7f53 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb6af - futures_executor::local_pool::block_on::h38117f5a2f6fb849 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c4eb - auth_test_pg::test::{{closure}}::h53365bc3bc2a9e8e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d70f - tokio::runtime::context::enter::he925bbdcef28a599 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de135a1 - tokio::runtime::handle::Handle::enter::h739d69bb828f780c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97a14 - auth_test_pg::test::h7dccaeb48981ec45 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd30070 - auth_test_pg::tests::service::auth_account_it::should_fail_disabling_a_disabled_user::h29acc9279d46982f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1206:5 [INFO] [stdout] 36: 0x55b37dd30021 - auth_test_pg::tests::service::auth_account_it::should_fail_disabling_a_disabled_user::{{closure}}::hcefec92b25215048 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1205:1 [INFO] [stdout] 37: 0x55b37ddc1d6e - core::ops::function::FnOnce::call_once::h69f35ea72c224c9b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_login_inactive_user stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_login_inactive_user' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd0c182 - auth_test_pg::tests::service::auth_account_it::should_not_login_inactive_user::{{closure}}::h0a5210d585583bdc [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:453:20 [INFO] [stdout] 24: 0x55b37de51022 - as core::future::future::Future>::poll::h9c1df7df1ef133a7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe126 - futures_executor::local_pool::block_on::{{closure}}::h723c6b625a98e932 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb80df - futures_executor::local_pool::run_executor::{{closure}}::h6c118afd99921d99 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda6b89 - std::thread::local::LocalKey::try_with::hb19bf4f9c552c170 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d288 - std::thread::local::LocalKey::with::h0d02e3283092c3c1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5048 - futures_executor::local_pool::run_executor::hc8086316e4e77526 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc60f - futures_executor::local_pool::block_on::h952e53dd1ea841b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c80b - auth_test_pg::test::{{closure}}::h89393cd30b3a2171 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d35f - tokio::runtime::context::enter::hd019686dcfdc2f8a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13a81 - tokio::runtime::handle::Handle::enter::h876e48f847294926 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98214 - auth_test_pg::test::ha6f43557fbb22c33 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd0c060 - auth_test_pg::tests::service::auth_account_it::should_not_login_inactive_user::he585aae32d816efb [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:452:5 [INFO] [stdout] 36: 0x55b37dd0c011 - auth_test_pg::tests::service::auth_account_it::should_not_login_inactive_user::{{closure}}::he4e08800310763f8 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:451:1 [INFO] [stdout] 37: 0x55b37ddc1d3e - core::ops::function::FnOnce::call_once::h663b82538ebd22aa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_not_login_with_wrong_username stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_not_login_with_wrong_username' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd0e82a - auth_test_pg::tests::service::auth_account_it::should_not_login_with_wrong_username::{{closure}}::h91d27b9701a6dc35 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:497:20 [INFO] [stdout] 24: 0x55b37de4e932 - as core::future::future::Future>::poll::h6d585fe789e3578c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe9c6 - futures_executor::local_pool::block_on::{{closure}}::hf5ca7c11a5438fe4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb5e5f - futures_executor::local_pool::run_executor::{{closure}}::h002e20d7f5a0fb66 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda8b19 - std::thread::local::LocalKey::try_with::he7b6e1dbb352d7d7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dda0408 - std::thread::local::LocalKey::with::hf1a43c711fc79f7e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb57c8 - futures_executor::local_pool::run_executor::he40006b1932e2607 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbae7f - futures_executor::local_pool::block_on::h0f113824074033c1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cf8b - auth_test_pg::test::{{closure}}::hf4250b4d130808a8 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c5ef - tokio::runtime::context::enter::h88e7688bc1260098 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de127b1 - tokio::runtime::handle::Handle::enter::h198a408d5fcee92b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96b34 - auth_test_pg::test::h2d9a158db6b7766f [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd0e710 - auth_test_pg::tests::service::auth_account_it::should_not_login_with_wrong_username::h2173093313db72a9 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:496:5 [INFO] [stdout] 36: 0x55b37dd0e6c1 - auth_test_pg::tests::service::auth_account_it::should_not_login_with_wrong_username::{{closure}}::h66f31ec097292764 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:495:1 [INFO] [stdout] 37: 0x55b37ddc252e - core::ops::function::FnOnce::call_once::ha94eb679e5037873 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_regenerate_activation_token stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_regenerate_activation_token' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd02d93 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token::{{closure}}::h328187fd01d56cc8 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:297:20 [INFO] [stdout] 24: 0x55b37de4e812 - as core::future::future::Future>::poll::h6bd3c52c1a9f3007 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe426 - futures_executor::local_pool::block_on::{{closure}}::hae07e73c6f2415fa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb98df - futures_executor::local_pool::run_executor::{{closure}}::haec40a5c032dd496 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda61d9 - std::thread::local::LocalKey::try_with::h9e67c868bfd2b6d5 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9e3c8 - std::thread::local::LocalKey::with::h59f459969cd6b2e7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3428 - futures_executor::local_pool::run_executor::h27dec49bfc345970 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbce4d - futures_executor::local_pool::block_on::hb484bb559ed55428 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c71d - auth_test_pg::test::{{closure}}::h766b4cfa166a16e3 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de29d3c - tokio::runtime::context::enter::h02e90996ec93d7a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13670 - tokio::runtime::handle::Handle::enter::h7a94c78f1d4e3dff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96155 - auth_test_pg::test::h0424c6b1d3f3304a [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd02c70 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token::h070f11050bf4e9da [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:296:5 [INFO] [stdout] 36: 0x55b37dd02c21 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token::{{closure}}::h05c86473d4560a04 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:295:1 [INFO] [stdout] 37: 0x55b37ddc238e - core::ops::function::FnOnce::call_once::h94ac00e23dce7fe8 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_regenerate_activation_token_even_if_token_expired stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_regenerate_activation_token_even_if_token_expired' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd07b32 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token_even_if_token_expired::{{closure}}::hb9e595e2f6a7d8fa [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:362:20 [INFO] [stdout] 24: 0x55b37de4cad2 - as core::future::future::Future>::poll::h487de4379792515e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe486 - futures_executor::local_pool::block_on::{{closure}}::hb2b803da33349c7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb8fdf - futures_executor::local_pool::run_executor::{{closure}}::h985c31cc66b20dbf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda6cc9 - std::thread::local::LocalKey::try_with::hb4848769122c7094 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9ec38 - std::thread::local::LocalKey::with::h7da351afc3004795 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb2f78 - futures_executor::local_pool::run_executor::h0248996ffa4188d3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd1df - futures_executor::local_pool::block_on::hcf999acdc7c8fd0e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c7bb - auth_test_pg::test::{{closure}}::h86db61ff97abd4b4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b24f - tokio::runtime::context::enter::h59acec2f2f603b25 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13241 - tokio::runtime::handle::Handle::enter::h5bf22a1620e9a10b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd982f4 - auth_test_pg::test::hae35e43174946a32 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd070e0 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token_even_if_token_expired::h32887f523fd78a55 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:361:5 [INFO] [stdout] 36: 0x55b37dd07091 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token_even_if_token_expired::{{closure}}::hd017a46784551b33 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:360:1 [INFO] [stdout] 37: 0x55b37ddc296e - core::ops::function::FnOnce::call_once::hcd97b34611a90bda [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_resend_activation_token_only_if_correct_token_type stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_resend_activation_token_only_if_correct_token_type' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd09d0c - auth_test_pg::tests::service::auth_account_it::should_resend_activation_token_only_if_correct_token_type::{{closure}}::hd77435fad3a515ce [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:398:20 [INFO] [stdout] 24: 0x55b37de49e42 - as core::future::future::Future>::poll::h1c7416274548c597 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbde86 - futures_executor::local_pool::block_on::{{closure}}::h436734b004fb513f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb9a5f - futures_executor::local_pool::run_executor::{{closure}}::hb03742c8825095ba [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda2e49 - std::thread::local::LocalKey::try_with::h5bc65358374a6cdd [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9ea48 - std::thread::local::LocalKey::with::h71b5ee6b180d91fd [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb58b8 - futures_executor::local_pool::run_executor::hef0b043e180e4cbf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb30d - futures_executor::local_pool::block_on::h26d637ba2fcfbc83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c67d - auth_test_pg::test::{{closure}}::h6f95d45bd37d2835 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b38c - tokio::runtime::context::enter::h5aa5988b0829f710 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12610 - tokio::runtime::handle::Handle::enter::h109844d62191bdc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96dd5 - auth_test_pg::test::h3a8e8476a77c04ed [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd09780 - auth_test_pg::tests::service::auth_account_it::should_resend_activation_token_only_if_correct_token_type::h720c2df0a70fa901 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:397:5 [INFO] [stdout] 36: 0x55b37dd09731 - auth_test_pg::tests::service::auth_account_it::should_resend_activation_token_only_if_correct_token_type::{{closure}}::he698e778572bee56 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:396:1 [INFO] [stdout] 37: 0x55b37ddc2c4e - core::ops::function::FnOnce::call_once::hee0e29b40d3a4873 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_reset_password_by_token stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_reset_password_by_token' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd14d72 - auth_test_pg::tests::service::auth_account_it::should_reset_password_by_token::{{closure}}::h556f2426ee170221 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:700:20 [INFO] [stdout] 24: 0x55b37de4ec92 - as core::future::future::Future>::poll::h72c87bb51a16c85a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe7e6 - futures_executor::local_pool::block_on::{{closure}}::hc893423885e9b13a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb765f - futures_executor::local_pool::run_executor::{{closure}}::h45494dd9a0c836e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda90b9 - std::thread::local::LocalKey::try_with::hf7ba921e6e48a309 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f478 - std::thread::local::LocalKey::with::h9e11fa807b33c02f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5138 - futures_executor::local_pool::run_executor::hce2b7eaadb21f76c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbcf2d - futures_executor::local_pool::block_on::hbd6f11aa698e65ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c8fd - auth_test_pg::test::{{closure}}::h9849d82612f8b67e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c85c - tokio::runtime::context::enter::h8e933dddb6b455d3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14620 - tokio::runtime::handle::Handle::enter::hc55222d30c77f925 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96975 - auth_test_pg::test::h271e2d58732cf683 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd14870 - auth_test_pg::tests::service::auth_account_it::should_reset_password_by_token::h06a9107444a5296e [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:699:5 [INFO] [stdout] 36: 0x55b37dd14821 - auth_test_pg::tests::service::auth_account_it::should_reset_password_by_token::{{closure}}::hdaa956e18bb8776d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:698:1 [INFO] [stdout] 37: 0x55b37ddc1e5e - core::ops::function::FnOnce::call_once::h70c16cb16e3a6e8f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_reset_password_only_if_correct_token_type stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_reset_password_only_if_correct_token_type' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd170b0 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_correct_token_type::{{closure}}::hd80439ce66865d2d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:741:20 [INFO] [stdout] 24: 0x55b37de4c772 - as core::future::future::Future>::poll::h45296a0ce0d05c24 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdbe6 - futures_executor::local_pool::block_on::{{closure}}::h2414f01c7324d692 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb83df - futures_executor::local_pool::run_executor::{{closure}}::h724eeea2fa2e7320 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda55f9 - std::thread::local::LocalKey::try_with::h9312cdc8997ea663 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d108 - std::thread::local::LocalKey::with::h058e6aa3f03ded08 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb54f8 - futures_executor::local_pool::run_executor::he27884a5ae52844d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd2cd - futures_executor::local_pool::block_on::hdae8f5f21b13678a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cfdd - auth_test_pg::test::{{closure}}::hf54ca287143f911f [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c72c - tokio::runtime::context::enter::h8e90733870d1f8ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de134d0 - tokio::runtime::handle::Handle::enter::h67ee70796e8a76e0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd974d5 - auth_test_pg::test::h591d8a4a83857080 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd16b20 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_correct_token_type::hcf233d5a8ce26397 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:740:5 [INFO] [stdout] 36: 0x55b37dd16ad1 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_correct_token_type::{{closure}}::h21f1d2a46c775af1 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:739:1 [INFO] [stdout] 37: 0x55b37ddc198e - core::ops::function::FnOnce::call_once::h4082bf090c782aef [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_reset_password_only_if_passwords_match stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_reset_password_only_if_passwords_match' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd1a190 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_passwords_match::{{closure}}::h23c928b7155fb571 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:814:20 [INFO] [stdout] 24: 0x55b37de546f2 - as core::future::future::Future>::poll::he9b1102f51b0421b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe066 - futures_executor::local_pool::block_on::{{closure}}::h60deeba7be97f0c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb705f - futures_executor::local_pool::run_executor::{{closure}}::h3668c2943436966f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda3a79 - std::thread::local::LocalKey::try_with::h6b62a11c21da3a87 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9feb8 - std::thread::local::LocalKey::with::hdbd968f475d4125a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb47d8 - futures_executor::local_pool::run_executor::ha462d30bd583901f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc26d - futures_executor::local_pool::block_on::h80e34086f4ac8292 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c94d - auth_test_pg::test::{{closure}}::h9ad01269d03d0c8b [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a37c - tokio::runtime::context::enter::h125921896e252696 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14ca0 - tokio::runtime::handle::Handle::enter::hf8fb9b53582aa3a1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96a55 - auth_test_pg::test::h2aaeca66a0662cff [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd19c00 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_passwords_match::h73c7f7da93abbd80 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:813:5 [INFO] [stdout] 36: 0x55b37dd19bb1 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_passwords_match::{{closure}}::h55c538ff63ab8b6d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:812:1 [INFO] [stdout] 37: 0x55b37ddc2bbe - core::ops::function::FnOnce::call_once::hdf5069cca1f93d78 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_return_user_by_id stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_return_user_by_id' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dcf8d52 - auth_test_pg::tests::service::auth_account_it::should_return_user_by_id::{{closure}}::he3ee736fd208b95b [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:97:20 [INFO] [stdout] 24: 0x55b37de4f352 - as core::future::future::Future>::poll::h7c6002e4ab304780 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdac6 - futures_executor::local_pool::block_on::{{closure}}::h197b746928e122c4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb92df - futures_executor::local_pool::run_executor::{{closure}}::ha279b043e6996ab6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda3ed9 - std::thread::local::LocalKey::try_with::h6f97aca8ea470a5e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9eca8 - std::thread::local::LocalKey::with::h7f5bdad3e8a13605 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3158 - futures_executor::local_pool::run_executor::h089eeaa6e8025d02 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd48d - futures_executor::local_pool::block_on::he2007375d8bdc778 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c62d - auth_test_pg::test::{{closure}}::h6d43fea81814c965 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d84c - tokio::runtime::context::enter::hec60649c38c82dfb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de147c0 - tokio::runtime::handle::Handle::enter::he35ed6669c22e7ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97155 - auth_test_pg::test::h4dcd1ec0d0c366bd [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcf8320 - auth_test_pg::tests::service::auth_account_it::should_return_user_by_id::he27344b684908434 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:96:5 [INFO] [stdout] 36: 0x55b37dcf82d1 - auth_test_pg::tests::service::auth_account_it::should_return_user_by_id::{{closure}}::h5dc0cb6722564db7 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:95:1 [INFO] [stdout] 37: 0x55b37ddc1a3e - core::ops::function::FnOnce::call_once::h49fcb9582c249226 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_reset_password_only_if_user_is_active stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_reset_password_only_if_user_is_active' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd18920 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_user_is_active::{{closure}}::hdafc88c25297c976 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:778:20 [INFO] [stdout] 24: 0x55b37de492e2 - as core::future::future::Future>::poll::h0a795c89d473a72b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdee6 - futures_executor::local_pool::block_on::{{closure}}::h4d45934b6d22578c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb8b5f - futures_executor::local_pool::run_executor::{{closure}}::h85e33f5be1a8af09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda37a9 - std::thread::local::LocalKey::try_with::h69835e24df2b7c8a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9dba8 - std::thread::local::LocalKey::with::h39ad08730f92c244 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3518 - futures_executor::local_pool::run_executor::h36188a0ac9b5b9e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbaf6d - futures_executor::local_pool::block_on::h1779d653f92f99a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c1cd - auth_test_pg::test::{{closure}}::h0cfd06254e79d41a [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b72c - tokio::runtime::context::enter::h5d8cc01b6edc25c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13400 - tokio::runtime::handle::Handle::enter::h67aa015f7e319e17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96eb5 - auth_test_pg::test::h45be416541abd1b4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd18390 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_user_is_active::h42091e4db741e7ea [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:777:5 [INFO] [stdout] 36: 0x55b37dd18341 - auth_test_pg::tests::service::auth_account_it::should_reset_password_only_if_user_is_active::{{closure}}::h09872cd7dd489eb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:776:1 [INFO] [stdout] 37: 0x55b37ddc1fbe - core::ops::function::FnOnce::call_once::h767060f0da3cf484 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_regenerate_activation_token_by_email_and_username stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_regenerate_activation_token_by_email_and_username' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd04c63 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token_by_email_and_username::{{closure}}::h2dcee3fb5f21cbfc [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:321:20 [INFO] [stdout] 24: 0x55b37de542e2 - as core::future::future::Future>::poll::he34ddd79293acfe2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe8a6 - futures_executor::local_pool::block_on::{{closure}}::heba6e28e40b14170 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb68df - futures_executor::local_pool::run_executor::{{closure}}::h24345de0e40b0d44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda8439 - std::thread::local::LocalKey::try_with::hdd6c49acd1a8c313 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9ee28 - std::thread::local::LocalKey::with::h84b76dbd163ba8ef [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb38d8 - futures_executor::local_pool::run_executor::h4baf63cec0ec45ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbcc8d - futures_executor::local_pool::block_on::hb0cee254ce817267 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c2bd - auth_test_pg::test::{{closure}}::h20fce64c22dd0293 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a98c - tokio::runtime::context::enter::h3afbbb3f3de78952 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14b00 - tokio::runtime::handle::Handle::enter::heb0235fc441c51e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98cb5 - auth_test_pg::test::hfaa8157a077c7f9c [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd04b40 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token_by_email_and_username::he94d8d7b029101ee [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:320:5 [INFO] [stdout] 36: 0x55b37dd04af1 - auth_test_pg::tests::service::auth_account_it::should_regenerate_activation_token_by_email_and_username::{{closure}}::h0a25f08a4947efdc [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:319:1 [INFO] [stdout] 37: 0x55b37ddc160e - core::ops::function::FnOnce::call_once::h145f9b1f078c8fcc [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_return_user_by_username stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_return_user_by_username' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dcfa1e2 - auth_test_pg::tests::service::auth_account_it::should_return_user_by_username::{{closure}}::hc256b15b2d95efd3 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:120:20 [INFO] [stdout] 24: 0x55b37de537a2 - as core::future::future::Future>::poll::hd3a4a501c29e7461 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbeba6 - futures_executor::local_pool::block_on::{{closure}}::hfdb683c143eeed96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb975f - futures_executor::local_pool::run_executor::{{closure}}::haa4eacdfab71eb26 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda8c59 - std::thread::local::LocalKey::try_with::hf054f8d134a755d0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dda01e8 - std::thread::local::LocalKey::with::he6aececd5d6b71fe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb37e8 - futures_executor::local_pool::run_executor::h476d8bca697bee11 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb88d - futures_executor::local_pool::block_on::h5206e63ae9edc8ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9ca3d - auth_test_pg::test::{{closure}}::ha79d244f99fdff9f [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2d5dc - tokio::runtime::context::enter::he80f3dba73683679 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12540 - tokio::runtime::handle::Handle::enter::h100601ba6a97e56a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd984b5 - auth_test_pg::test::hc228574b91415147 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcf9800 - auth_test_pg::tests::service::auth_account_it::should_return_user_by_username::hbd69f0d9bacbb6b4 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:119:5 [INFO] [stdout] 36: 0x55b37dcf97b1 - auth_test_pg::tests::service::auth_account_it::should_return_user_by_username::{{closure}}::h4d393084340c3889 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:118:1 [INFO] [stdout] 37: 0x55b37ddc195e - core::ops::function::FnOnce::call_once::h3ec7f531e9f608c9 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_return_users_by_status stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_return_users_by_status' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd372c3 - auth_test_pg::tests::service::auth_account_it::should_return_users_by_status::{{closure}}::h572a58c322f88385 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1344:20 [INFO] [stdout] 24: 0x55b37de500d2 - as core::future::future::Future>::poll::h8b84b693408e2f24 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdb26 - futures_executor::local_pool::block_on::{{closure}}::h1a3aab3e645e7b80 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb825f - futures_executor::local_pool::run_executor::{{closure}}::h6ce86b91d7d511ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda65e9 - std::thread::local::LocalKey::try_with::ha2eb6c9155897f13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9dcb8 - std::thread::local::LocalKey::with::h3c5a6a3875140df3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5d68 - futures_executor::local_pool::run_executor::hfeb11bebc818b1b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbd81f - futures_executor::local_pool::block_on::hfac486ba779bcb2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cb7b - auth_test_pg::test::{{closure}}::hbf49ab8eda74cee8 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2ad5f - tokio::runtime::context::enter::h4a009eced3c29e7e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de146f1 - tokio::runtime::handle::Handle::enter::hc67ff208c7e259f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98834 - auth_test_pg::test::hdfb301db32b45fac [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd36ed0 - auth_test_pg::tests::service::auth_account_it::should_return_users_by_status::h2e2b6dbe0d4197b9 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1342:5 [INFO] [stdout] 36: 0x55b37dd36e81 - auth_test_pg::tests::service::auth_account_it::should_return_users_by_status::{{closure}}::h38486680646f827c [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1341:1 [INFO] [stdout] 37: 0x55b37ddc14ae - core::ops::function::FnOnce::call_once::h05216f379e4072ad [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_return_users_by_status_with_offset_and_limit stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_return_users_by_status_with_offset_and_limit' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd3aef6 - auth_test_pg::tests::service::auth_account_it::should_return_users_by_status_with_offset_and_limit::{{closure}}::hef649ba36821a609 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1404:20 [INFO] [stdout] 24: 0x55b37de55642 - as core::future::future::Future>::poll::hf769eaf82d169c3e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbda06 - futures_executor::local_pool::block_on::{{closure}}::h0eb464c2f3648164 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb62df - futures_executor::local_pool::run_executor::{{closure}}::h0af5c3e50579ea2d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda4479 - std::thread::local::LocalKey::try_with::h7ba7ee8ee02ccf8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9ffc8 - std::thread::local::LocalKey::with::hde0b45b1cdb883f0 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5318 - futures_executor::local_pool::run_executor::hd552fee9a5bc5aa9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc8df - futures_executor::local_pool::block_on::h9f8432c0727668b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cd5b - auth_test_pg::test::{{closure}}::hdb2c9c3e0c475749 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2a0ff - tokio::runtime::context::enter::h087822c8102477a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13de1 - tokio::runtime::handle::Handle::enter::ha7a78d2a183ea40e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97f74 - auth_test_pg::test::h999fd87dbb4f809f [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd3add0 - auth_test_pg::tests::service::auth_account_it::should_return_users_by_status_with_offset_and_limit::h6cb85f2398ff013b [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1402:5 [INFO] [stdout] 36: 0x55b37dd3ad81 - auth_test_pg::tests::service::auth_account_it::should_return_users_by_status_with_offset_and_limit::{{closure}}::h6c1d28c284316bab [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:1401:1 [INFO] [stdout] 37: 0x55b37ddc1c4e - core::ops::function::FnOnce::call_once::h5d93545e5922c7b7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_return_wrong_credentials_on_login_of_inactive_user_with_wrong_password stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_return_wrong_credentials_on_login_of_inactive_user_with_wrong_password' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dd0d522 - auth_test_pg::tests::service::auth_account_it::should_return_wrong_credentials_on_login_of_inactive_user_with_wrong_password::{{closure}}::hd3685059878ab6a7 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:475:20 [INFO] [stdout] 24: 0x55b37de51a42 - as core::future::future::Future>::poll::hab6acbaecf3f04d1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbd8e6 - futures_executor::local_pool::block_on::{{closure}}::h00219ac5d7a0d9ef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddba7df - futures_executor::local_pool::run_executor::{{closure}}::hf4c1c6ff0c047475 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda2219 - std::thread::local::LocalKey::try_with::h30e679a6f6b921cc [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9df48 - std::thread::local::LocalKey::with::h435137674c073913 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5228 - futures_executor::local_pool::run_executor::hd13e0d72dbc9b7ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbaacf - futures_executor::local_pool::block_on::h00549b9c2c1a39eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c26b - auth_test_pg::test::{{closure}}::h16f29d5064e58c8f [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c0ff - tokio::runtime::context::enter::h7d8d44370bc7fec3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13171 - tokio::runtime::handle::Handle::enter::h58b3bbf6815f82eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97774 - auth_test_pg::test::h6d2871055f2e34b7 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dd0d400 - auth_test_pg::tests::service::auth_account_it::should_return_wrong_credentials_on_login_of_inactive_user_with_wrong_password::he8616447d1250f9b [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:474:5 [INFO] [stdout] 36: 0x55b37dd0d3b1 - auth_test_pg::tests::service::auth_account_it::should_return_wrong_credentials_on_login_of_inactive_user_with_wrong_password::{{closure}}::h629c32e8a7987672 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:473:1 [INFO] [stdout] 37: 0x55b37ddc151e - core::ops::function::FnOnce::call_once::h099158b5e05c6436 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_use_the_email_as_username_if_username_is_empty stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_use_the_email_as_username_if_username_is_empty' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dcfc31a - auth_test_pg::tests::service::auth_account_it::should_use_the_email_as_username_if_username_is_empty::{{closure}}::ha7d78110778ba9c6 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:176:20 [INFO] [stdout] 24: 0x55b37de48f82 - as core::future::future::Future>::poll::h070d0ab54341ff2d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdc46 - futures_executor::local_pool::block_on::{{closure}}::h26ce8b1deb804a92 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb855f - futures_executor::local_pool::run_executor::{{closure}}::h7e8a8637a6e70f7a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda8899 - std::thread::local::LocalKey::try_with::he3166073c3d8ce25 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9f748 - std::thread::local::LocalKey::with::hafc7a75b59cc7251 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb3608 - futures_executor::local_pool::run_executor::h3630c992fcfcba29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbcb9f - futures_executor::local_pool::block_on::hb05ec53321c915b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9ce9b - auth_test_pg::test::{{closure}}::he4ad677bf0562bae [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c4af - tokio::runtime::context::enter::h8416730509454fa5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12d61 - tokio::runtime::handle::Handle::enter::h45e05c1441e8ff5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96cf4 - auth_test_pg::test::h38817a6c003035d8 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcfc200 - auth_test_pg::tests::service::auth_account_it::should_use_the_email_as_username_if_username_is_empty::h14c531744d0721cf [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:175:5 [INFO] [stdout] 36: 0x55b37dcfc1b1 - auth_test_pg::tests::service::auth_account_it::should_use_the_email_as_username_if_username_is_empty::{{closure}}::ha212ea199b7d611f [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:174:1 [INFO] [stdout] 37: 0x55b37ddc18be - core::ops::function::FnOnce::call_once::h36ed205522d75787 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::auth_account_it::should_use_the_email_as_username_if_not_provided stdout ---- [INFO] [stdout] thread 'tests::service::auth_account_it::should_use_the_email_as_username_if_not_provided' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stderr] error: test failed, to rerun pass '--test auth_test_pg' [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37dcfadaa - auth_test_pg::tests::service::auth_account_it::should_use_the_email_as_username_if_not_provided::{{closure}}::h61ca31df364eaba5 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:145:20 [INFO] [stdout] 24: 0x55b37de4b282 - as core::future::future::Future>::poll::h2b4e80a712ce17a7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbd9a6 - futures_executor::local_pool::block_on::{{closure}}::h0bf5959b5e143e91 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb74df - futures_executor::local_pool::run_executor::{{closure}}::h443e0247a2e7311d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda8169 - std::thread::local::LocalKey::try_with::hd748934980b220b5 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9d8a8 - std::thread::local::LocalKey::with::h2e387aada5aad4fc [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5408 - futures_executor::local_pool::run_executor::hdda630013cd5fe9f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbc6ff - futures_executor::local_pool::block_on::h9a9eb8e24554b96a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c76b - auth_test_pg::test::{{closure}}::h7df7abccc27bd752 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2baef - tokio::runtime::context::enter::h6a62235e83d74cca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12e31 - tokio::runtime::handle::Handle::enter::h496edc9a5f939a96 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd96234 - auth_test_pg::test::h065e814455587ca1 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37dcfac90 - auth_test_pg::tests::service::auth_account_it::should_use_the_email_as_username_if_not_provided::hbe33e71f96def382 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:144:5 [INFO] [stdout] 36: 0x55b37dcfac41 - auth_test_pg::tests::service::auth_account_it::should_use_the_email_as_username_if_not_provided::{{closure}}::hfeb1e6f58b899015 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/auth_account_it.rs:143:1 [INFO] [stdout] 37: 0x55b37ddc24fe - core::ops::function::FnOnce::call_once::ha80592904e3e73df [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::token_it::should_delete_token stdout ---- [INFO] [stdout] thread 'tests::service::token_it::should_delete_token' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37de5f6e5 - auth_test_pg::tests::service::token_it::should_delete_token::{{closure}}::hfdea75712e8c1b70 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:11:20 [INFO] [stdout] 24: 0x55b37de4d612 - as core::future::future::Future>::poll::h52095fabcd2c165b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe006 - futures_executor::local_pool::block_on::{{closure}}::h59ca4d61c0e21c44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb65df - futures_executor::local_pool::run_executor::{{closure}}::h1aba5ef8d4ad878d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda3669 - std::thread::local::LocalKey::try_with::h69236b8141be6049 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9e058 - std::thread::local::LocalKey::with::h4999107115a78463 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4c88 - futures_executor::local_pool::run_executor::hb1924ca82a5f9a20 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb5bf - futures_executor::local_pool::block_on::h2d9916842cfbfa4c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9ceeb - auth_test_pg::test::{{closure}}::he4de15e6f2c7c5c8 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de29fcc - tokio::runtime::context::enter::h083df6162f602816 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13d17 - tokio::runtime::handle::Handle::enter::ha19412a19c31e7a3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd965f7 - auth_test_pg::test::h19c2aa194f79a966 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37de5e270 - auth_test_pg::tests::service::token_it::should_delete_token::ha83f022a4fd29a83 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:10:5 [INFO] [stdout] 36: 0x55b37de5e221 - auth_test_pg::tests::service::token_it::should_delete_token::{{closure}}::he4503d7ffceabda9 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:9:1 [INFO] [stdout] 37: 0x55b37ddc2d9e - core::ops::function::FnOnce::call_once::hf90727a4680e3699 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::token_it::should_generate_token stdout ---- [INFO] [stdout] thread 'tests::service::token_it::should_generate_token' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37de615dd - auth_test_pg::tests::service::token_it::should_generate_token::{{closure}}::h21eee869e4a243d5 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:45:20 [INFO] [stdout] 24: 0x55b37de54c92 - as core::future::future::Future>::poll::hf1ccb1d1969bc041 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbe5a6 - futures_executor::local_pool::block_on::{{closure}}::hbe4b4b77cb90af79 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb7f5f - futures_executor::local_pool::run_executor::{{closure}}::h690b2897a1c6a9d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda4019 - std::thread::local::LocalKey::try_with::h7177e84dae5da345 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9e438 - std::thread::local::LocalKey::with::h5b461ea02972a427 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb39c8 - futures_executor::local_pool::run_executor::h59ad720e925369fa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbbc2f - futures_executor::local_pool::block_on::h65182f3d54550890 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9cc6b - auth_test_pg::test::{{closure}}::hd388173a9d8b0c3a [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2c9bc - tokio::runtime::context::enter::h920834429fa3c5e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de14147 - tokio::runtime::handle::Handle::enter::hb5ad379bbc4bc33a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd964f7 - auth_test_pg::test::h182f4c2c497c46c0 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37de5fe30 - auth_test_pg::tests::service::token_it::should_generate_token::hfba0a54c587c79e6 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:44:5 [INFO] [stdout] 36: 0x55b37de5fde1 - auth_test_pg::tests::service::token_it::should_generate_token::{{closure}}::he12268057624cbe7 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:43:1 [INFO] [stdout] 37: 0x55b37ddc2b8e - core::ops::function::FnOnce::call_once::hddac95a93444a313 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::token_it::should_return_all_tokens_by_username stdout ---- [INFO] [stdout] thread 'tests::service::token_it::should_return_all_tokens_by_username' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37de668cd - auth_test_pg::tests::service::token_it::should_return_all_tokens_by_username::{{closure}}::ha65d1484506b1e2b [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:119:20 [INFO] [stdout] 24: 0x55b37de514a2 - as core::future::future::Future>::poll::ha00c349c6e59f7d9 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbddc6 - futures_executor::local_pool::block_on::{{closure}}::h3b8c4fafd3d641b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb6d5f - futures_executor::local_pool::run_executor::{{closure}}::h2e4300ab120f1237 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda2b79 - std::thread::local::LocalKey::try_with::h50426244bca97a69 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dd9ebc8 - std::thread::local::LocalKey::with::h76f5462719beb774 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb4328 - futures_executor::local_pool::run_executor::h8139ba7e68f8b326 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb96f - futures_executor::local_pool::block_on::h55b0adae57d91c0f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c12b - auth_test_pg::test::{{closure}}::h0654821dea98a277 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2b9bc - tokio::runtime::context::enter::h690699115fcfffe9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de12477 - tokio::runtime::handle::Handle::enter::h0d1c1d29a41dd138 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd98a17 - auth_test_pg::test::he2b845c979ce2689 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37de62e40 - auth_test_pg::tests::service::token_it::should_return_all_tokens_by_username::h2f18806915581d2e [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:118:5 [INFO] [stdout] 36: 0x55b37de62df1 - auth_test_pg::tests::service::token_it::should_return_all_tokens_by_username::{{closure}}::h030013b49f02992d [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:117:1 [INFO] [stdout] 37: 0x55b37ddc2b5e - core::ops::function::FnOnce::call_once::hda66089bbabc7755 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::service::token_it::should_validate_token_on_fetch stdout ---- [INFO] [stdout] thread 'tests::service::token_it::should_validate_token_on_fetch' panicked at 'failed to start container', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b37e554797 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b37e554797 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b37e554797 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b37e554797 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b37e5774cc - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b37e54e4c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b37e556ab5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b37e556ab5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b37e556ab5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b37e556642 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b37e557251 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b37e0b75ee - std::panicking::begin_panic::{{closure}}::hbe22389b3adb3b8c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x55b37e08ae69 - std::sys_common::backtrace::__rust_end_short_backtrace::h7c93498253efc327 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b37e0b751b - std::panicking::begin_panic::ha4cd5f3756cde95e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x55b37dd86aff - ::run_with_args::h977652c528998909 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:145:9 [INFO] [stdout] 15: 0x55b37dd87006 - ::run::h3985484e4b616718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.11.0/src/clients/cli.rs:122:9 [INFO] [stdout] 16: 0x55b37dd94d29 - auth_test_pg::init::{{closure}}::h3ea0e81de3357719 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:23:16 [INFO] [stdout] 17: 0x55b37de51da2 - as core::future::future::Future>::poll::hac59a34c7dfe5ac3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 18: 0x55b37de095fe - as core::future::future::Future>::poll::h1655fd46f91bd37c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/future.rs:119:9 [INFO] [stdout] 19: 0x55b37dd7d311 - maybe_single::nio::MaybeSingleAsync::data::{{closure}}::h4316201432fb9ce2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-single-0.12.0/src/nio.rs:48:29 [INFO] [stdout] 20: 0x55b37de48c1c - as core::future::future::Future>::poll::h0466f88cc7933685 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55b37dd95df4 - auth_test_pg::data::{{closure}}::ha14cd78edf55edb4 [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:55:5 [INFO] [stdout] 22: 0x55b37de4fd6c - as core::future::future::Future>::poll::h87a8c329a32d0ff2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55b37de62875 - auth_test_pg::tests::service::token_it::should_validate_token_on_fetch::{{closure}}::h5e684fd10af8c59c [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:84:20 [INFO] [stdout] 24: 0x55b37de539e2 - as core::future::future::Future>::poll::hd8a5d0c62ee56de9 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 25: 0x55b37ddbdd06 - futures_executor::local_pool::block_on::{{closure}}::h2e7ff1ce9776ecc3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:23 [INFO] [stdout] 26: 0x55b37ddb6edf - futures_executor::local_pool::run_executor::{{closure}}::h2f2ea124e466d3b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:87:37 [INFO] [stdout] 27: 0x55b37dda16d9 - std::thread::local::LocalKey::try_with::h22e284f12dcfcc89 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 28: 0x55b37dda04e8 - std::thread::local::LocalKey::with::hf6bed6ee5d397a94 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 29: 0x55b37ddb5c78 - futures_executor::local_pool::run_executor::hf8089e17775bc353 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:83:5 [INFO] [stdout] 30: 0x55b37ddbb04f - futures_executor::local_pool::block_on::h1789602e8b8c4cc1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.8/src/local_pool.rs:317:5 [INFO] [stdout] 31: 0x55b37dd9c30b - auth_test_pg::test::{{closure}}::h224b2c14b86639df [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:64:15 [INFO] [stdout] 32: 0x55b37de2ac2c - tokio::runtime::context::enter::h49e9ceecbb449a0c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/context.rs:72:5 [INFO] [stdout] 33: 0x55b37de13337 - tokio::runtime::handle::Handle::enter::h6757cac680c6857c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.24/src/runtime/handle.rs:76:9 [INFO] [stdout] 34: 0x55b37dd97bf7 - auth_test_pg::test::h882e81dfff42d07e [INFO] [stdout] at /opt/rustwide/workdir/tests/auth_test_pg.rs:60:5 [INFO] [stdout] 35: 0x55b37de61ae0 - auth_test_pg::tests::service::token_it::should_validate_token_on_fetch::ha4dba761bbb7a925 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:83:5 [INFO] [stdout] 36: 0x55b37de61a91 - auth_test_pg::tests::service::token_it::should_validate_token_on_fetch::{{closure}}::h1bb90cbba4fa6060 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests/service/token_it.rs:82:1 [INFO] [stdout] 37: 0x55b37ddc1afe - core::ops::function::FnOnce::call_once::h50ab02b3dbdd17c6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55b37de90c33 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55b37de90c33 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 40: 0x55b37de8f526 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 41: 0x55b37de8f526 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 42: 0x55b37de8f526 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 43: 0x55b37de8f526 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 44: 0x55b37de8f526 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 45: 0x55b37de8f526 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 46: 0x55b37de8f526 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 47: 0x55b37de67836 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 48: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 49: 0x55b37de6c5cd - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 50: 0x55b37de6c5cd - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 51: 0x55b37de6c5cd - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 52: 0x55b37de6c5cd - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 53: 0x55b37de6c5cd - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 54: 0x55b37de6c5cd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 56: 0x55b37e55deda - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 57: 0x55b37e55deda - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 58: 0x7f2147739609 - start_thread [INFO] [stdout] 59: 0x7f214750b293 - clone [INFO] [stdout] 60: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::service::auth_account_it::create_user_should_fail_if_email_not_unique [INFO] [stdout] tests::service::auth_account_it::create_user_should_fail_if_not_accepted_privacy_policy [INFO] [stdout] tests::service::auth_account_it::create_user_should_fail_if_not_valid_email [INFO] [stdout] tests::service::auth_account_it::create_user_should_fail_if_passwords_do_not_match [INFO] [stdout] tests::service::auth_account_it::create_user_should_fail_if_username_not_unique [INFO] [stdout] tests::service::auth_account_it::should_activate_a_disabled_user [INFO] [stdout] tests::service::auth_account_it::should_activate_user [INFO] [stdout] tests::service::auth_account_it::should_activate_user_only_if_activation_token_type [INFO] [stdout] tests::service::auth_account_it::should_activate_user_only_if_pending_activation [INFO] [stdout] tests::service::auth_account_it::should_add_and_remove_roles [INFO] [stdout] tests::service::auth_account_it::should_assign_default_roles_at_account_creation [INFO] [stdout] tests::service::auth_account_it::should_change_email [INFO] [stdout] tests::service::auth_account_it::should_change_user_password [INFO] [stdout] tests::service::auth_account_it::should_change_username [INFO] [stdout] tests::service::auth_account_it::should_change_username_and_email [INFO] [stdout] tests::service::auth_account_it::should_create_pending_user [INFO] [stdout] tests::service::auth_account_it::should_delete_a_user [INFO] [stdout] tests::service::auth_account_it::should_disable_an_active_user [INFO] [stdout] tests::service::auth_account_it::should_fail_disabling_a_disabled_user [INFO] [stdout] tests::service::auth_account_it::should_fail_disabling_a_pending_user [INFO] [stdout] tests::service::auth_account_it::should_fail_reactivating_a_pending_user [INFO] [stdout] tests::service::auth_account_it::should_fail_reactivating_an_active_user [INFO] [stdout] tests::service::auth_account_it::should_generate_reset_password_token [INFO] [stdout] tests::service::auth_account_it::should_login_active_user [INFO] [stdout] tests::service::auth_account_it::should_not_change_user_password_if_inactive_user [INFO] [stdout] tests::service::auth_account_it::should_not_change_user_password_if_new_passwords_do_not_match [INFO] [stdout] tests::service::auth_account_it::should_not_change_user_password_if_wrong_old_password [INFO] [stdout] tests::service::auth_account_it::should_not_fail_deleting_a_deleted_user [INFO] [stdout] tests::service::auth_account_it::should_not_generate_reset_password_token_if_user_not_active [INFO] [stdout] tests::service::auth_account_it::should_not_login_inactive_user [INFO] [stdout] tests::service::auth_account_it::should_not_login_with_wrong_password [INFO] [stdout] tests::service::auth_account_it::should_not_login_with_wrong_username [INFO] [stdout] tests::service::auth_account_it::should_regenerate_activation_token [INFO] [stdout] tests::service::auth_account_it::should_regenerate_activation_token_by_email_and_username [INFO] [stdout] tests::service::auth_account_it::should_regenerate_activation_token_even_if_token_expired [INFO] [stdout] tests::service::auth_account_it::should_resend_activation_token_only_if_correct_token_type [INFO] [stdout] tests::service::auth_account_it::should_reset_password_by_token [INFO] [stdout] tests::service::auth_account_it::should_reset_password_only_if_correct_token_type [INFO] [stdout] tests::service::auth_account_it::should_reset_password_only_if_passwords_match [INFO] [stdout] tests::service::auth_account_it::should_reset_password_only_if_user_is_active [INFO] [stdout] tests::service::auth_account_it::should_return_user_by_id [INFO] [stdout] tests::service::auth_account_it::should_return_user_by_username [INFO] [stdout] tests::service::auth_account_it::should_return_users_by_status [INFO] [stdout] tests::service::auth_account_it::should_return_users_by_status_with_offset_and_limit [INFO] [stdout] tests::service::auth_account_it::should_return_wrong_credentials_on_login_of_inactive_user_with_wrong_password [INFO] [stdout] tests::service::auth_account_it::should_use_the_email_as_username_if_not_provided [INFO] [stdout] tests::service::auth_account_it::should_use_the_email_as_username_if_username_is_empty [INFO] [stdout] tests::service::token_it::should_delete_token [INFO] [stdout] tests::service::token_it::should_generate_token [INFO] [stdout] tests::service::token_it::should_return_all_tokens_by_username [INFO] [stdout] tests::service::token_it::should_validate_token_on_fetch [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 51 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.45s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "44b6ee3ba5b37beb0568a0eac81ae16017f87e2c998befa117ce9af0cb595295", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44b6ee3ba5b37beb0568a0eac81ae16017f87e2c998befa117ce9af0cb595295", kill_on_drop: false }` [INFO] [stdout] 44b6ee3ba5b37beb0568a0eac81ae16017f87e2c998befa117ce9af0cb595295