[INFO] cloning repository https://github.com/belagoesr/todo-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/belagoesr/todo-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbelagoesr%2Ftodo-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbelagoesr%2Ftodo-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61c9a777e74d772cec27eab39c4ef834c9bf64a8
[INFO] testing belagoesr/todo-server against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbelagoesr%2Ftodo-server" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/belagoesr/todo-server
[INFO] finished tweaking git repo https://github.com/belagoesr/todo-server
[INFO] tweaked toml for git repo https://github.com/belagoesr/todo-server written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/belagoesr/todo-server on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/belagoesr/todo-server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c886846a6b8a9463f1a714c16f0e2d14b871a9f02ccefab7e81fb1efaaf8cc17
[INFO] running `Command { std: "docker" "start" "-a" "c886846a6b8a9463f1a714c16f0e2d14b871a9f02ccefab7e81fb1efaaf8cc17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c886846a6b8a9463f1a714c16f0e2d14b871a9f02ccefab7e81fb1efaaf8cc17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c886846a6b8a9463f1a714c16f0e2d14b871a9f02ccefab7e81fb1efaaf8cc17", kill_on_drop: false }`
[INFO] [stdout] c886846a6b8a9463f1a714c16f0e2d14b871a9f02ccefab7e81fb1efaaf8cc17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 268cb95ada9568d78d7aa345913d60622639b8b360ef51baf47989d1181c97f9
[INFO] running `Command { std: "docker" "start" "-a" "268cb95ada9568d78d7aa345913d60622639b8b360ef51baf47989d1181c97f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling tokio v1.23.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]    Compiling bytes-utils v0.1.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling zstd-sys v2.0.4+zstd.1.5.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling aws-types v0.49.0
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling aws-smithy-types v0.49.0
[INFO] [stderr]    Compiling bytestring v1.2.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling pq-sys v0.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling ct-logs v0.8.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling aws-smithy-json v0.49.0
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.6
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling ahash v0.8.2
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling xmlparser v0.13.3
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling async-trait v0.1.61
[INFO] [stderr]    Compiling mediatype v0.19.11
[INFO] [stderr]    Compiling urlencoding v2.1.2
[INFO] [stderr]    Compiling aws-smithy-query v0.49.0
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling aws-smithy-xml v0.49.0
[INFO] [stderr]    Compiling diesel_derives v2.0.1
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling cipher v0.4.3
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling http-range v0.1.5
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling aws-smithy-async v0.49.0
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling actix_derive v0.6.0
[INFO] [stderr]    Compiling actix-web-lab-derive v0.18.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling pem v1.1.0
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling toml v0.5.10
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_html_form v0.1.1
[INFO] [stderr]    Compiling serde_cbor_2 v0.12.0-dev
[INFO] [stderr]    Compiling migrations_internals v2.0.0
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling impl-more v0.1.1
[INFO] [stderr]    Compiling diesel v2.0.2
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling actix v0.11.1
[INFO] [stderr]    Compiling jsonwebtokens v1.2.0
[INFO] [stderr]    Compiling migrations_macros v2.0.0
[INFO] [stderr]    Compiling bcrypt v0.13.0
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling aws-smithy-http v0.49.0
[INFO] [stderr]    Compiling hyper-rustls v0.22.1
[INFO] [stderr]    Compiling aws-smithy-http-tower v0.49.0
[INFO] [stderr]    Compiling aws-sigv4 v0.49.0
[INFO] [stderr]    Compiling aws-smithy-client v0.49.0
[INFO] [stderr]    Compiling aws-http v0.49.0
[INFO] [stderr]    Compiling aws-endpoint v0.49.0
[INFO] [stderr]    Compiling aws-sig-auth v0.49.0
[INFO] [stderr]    Compiling aws-sdk-sts v0.19.0
[INFO] [stderr]    Compiling aws-sdk-sso v0.19.0
[INFO] [stderr]    Compiling aws-sdk-dynamodb v0.19.0
[INFO] [stderr]    Compiling actix-web v4.2.1
[INFO] [stderr]    Compiling aws-config v0.49.0
[INFO] [stderr]    Compiling actix-files v0.6.2
[INFO] [stderr]    Compiling actix-web-lab v0.18.9
[INFO] [stderr]    Compiling diesel_migrations v2.0.0
[INFO] [stderr]    Compiling todo-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(feature = "dbtest")]
[INFO] [stdout]    |       ^^^^^^^^^^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unit-db-test`
[INFO] [stdout]   --> src/todo_api/db/auth.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(feature = "unit-db-test"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `unit-db-test` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |               ^^^^^^^^^^--------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[cfg(feature = "dbtest")]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/todo_api/db/helpers.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |     for item in items {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     while let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     if let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(feature = "dbtest")]
[INFO] [stdout]    |       ^^^^^^^^^^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unit-db-test`
[INFO] [stdout]   --> src/todo_api/db/auth.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(feature = "unit-db-test"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `unit-db-test` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |               ^^^^^^^^^^--------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[cfg(feature = "dbtest")]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/todo_api/db/helpers.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |     for item in items {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     while let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     if let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: diesel_derives v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "268cb95ada9568d78d7aa345913d60622639b8b360ef51baf47989d1181c97f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "268cb95ada9568d78d7aa345913d60622639b8b360ef51baf47989d1181c97f9", kill_on_drop: false }`
[INFO] [stdout] 268cb95ada9568d78d7aa345913d60622639b8b360ef51baf47989d1181c97f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c7332c29d5da8982fde97abb50d88a47b99af6b60864cd789e818ca45dac897
[INFO] running `Command { std: "docker" "start" "-a" "3c7332c29d5da8982fde97abb50d88a47b99af6b60864cd789e818ca45dac897", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(feature = "dbtest")]
[INFO] [stdout]    |       ^^^^^^^^^^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unit-db-test`
[INFO] [stdout]   --> src/todo_api/db/auth.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(feature = "unit-db-test"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `unit-db-test` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |               ^^^^^^^^^^--------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[cfg(feature = "dbtest")]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/todo_api/db/helpers.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |     for item in items {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     while let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     if let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(feature = "dbtest")]
[INFO] [stdout]    |       ^^^^^^^^^^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unit-db-test`
[INFO] [stdout]   --> src/todo_api/db/auth.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(feature = "unit-db-test"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `unit-db-test` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |               ^^^^^^^^^^--------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[cfg(feature = "dbtest")]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/todo_api/db/helpers.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |     for item in items {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     while let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     if let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling todo-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `actix_web::App::<T>::data`: Use `.app_data(Data::new(val))` instead.
[INFO] [stdout]    --> tests/todo_api_web/controller.rs:193:43
[INFO] [stdout]     |
[INFO] [stdout] 193 |             test::init_service(App::new().data(Clients::new()).configure(app_routes)).await;
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(feature = "dbtest")]
[INFO] [stdout]    |       ^^^^^^^^^^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unit-db-test`
[INFO] [stdout]   --> src/todo_api/db/auth.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(feature = "unit-db-test"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `unit-db-test` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |               ^^^^^^^^^^--------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[cfg(feature = "dbtest")]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/core/mod.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(feature = "dbtest")]
[INFO] [stdout]    |       ^^^^^^^^^^--------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unit-db-test`
[INFO] [stdout]   --> src/todo_api/db/auth.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(feature = "unit-db-test"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `unit-db-test` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[cfg(not(feature = "dbtest"))]
[INFO] [stdout]    |               ^^^^^^^^^^--------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stdout]   --> src/todo_api/model/core.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[cfg(feature = "dbtest")]
[INFO] [stdout]    |           ^^^^^^^^^^--------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stdout]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/todo_api/db/helpers.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |     for item in items {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     while let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     if let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/todo_api/db/helpers.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |     for item in items {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     while let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 155 -     for item in items {
[INFO] [stdout] 155 +     if let Ok(item) = items {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.71s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: diesel_derives v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "3c7332c29d5da8982fde97abb50d88a47b99af6b60864cd789e818ca45dac897", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c7332c29d5da8982fde97abb50d88a47b99af6b60864cd789e818ca45dac897", kill_on_drop: false }`
[INFO] [stdout] 3c7332c29d5da8982fde97abb50d88a47b99af6b60864cd789e818ca45dac897
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c86edf2a853449fa3740481e493f6095162b89fd1e2a7c2f3dbe57e50994b1fd
[INFO] running `Command { std: "docker" "start" "-a" "c86edf2a853449fa3740481e493f6095162b89fd1e2a7c2f3dbe57e50994b1fd", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stderr]   --> src/todo_api/core/mod.rs:49:11
[INFO] [stderr]    |
[INFO] [stderr] 49 | #[cfg(not(feature = "dbtest"))]
[INFO] [stderr]    |           ^^^^^^^^^^--------
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stderr]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stderr]   --> src/todo_api/core/mod.rs:58:7
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[cfg(feature = "dbtest")]
[INFO] [stderr]    |       ^^^^^^^^^^--------
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 help: there is a expected value with a similar name: `"db-test"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stderr]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `unit-db-test`
[INFO] [stderr]   --> src/todo_api/db/auth.rs:43:11
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[cfg(not(feature = "unit-db-test"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stderr]    = help: consider adding `unit-db-test` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stderr]   --> src/todo_api/model/core.rs:51:15
[INFO] [stderr]    |
[INFO] [stderr] 51 |     #[cfg(not(feature = "dbtest"))]
[INFO] [stderr]    |               ^^^^^^^^^^--------
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         help: there is a expected value with a similar name: `"db-test"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stderr]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `dbtest`
[INFO] [stderr]   --> src/todo_api/model/core.rs:74:11
[INFO] [stderr]    |
[INFO] [stderr] 74 |     #[cfg(feature = "dbtest")]
[INFO] [stderr]    |           ^^^^^^^^^^--------
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     help: there is a expected value with a similar name: `"db-test"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `db-test` and `dynamo`
[INFO] [stderr]    = help: consider adding `dbtest` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/lib.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: for loop over a `Result`. This is more readably written as an `if let` statement
[INFO] [stderr]    --> src/todo_api/db/helpers.rs:155:17
[INFO] [stderr]     |
[INFO] [stderr] 155 |     for item in items {
[INFO] [stderr]     |                 ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stderr] help: to check pattern in a loop use `while let`
[INFO] [stderr]     |
[INFO] [stderr] 155 -     for item in items {
[INFO] [stderr] 155 +     while let Ok(item) = items {
[INFO] [stderr]     |
[INFO] [stderr] help: consider using `if let` to clear intent
[INFO] [stderr]     |
[INFO] [stderr] 155 -     for item in items {
[INFO] [stderr] 155 +     if let Ok(item) = items {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `todo-server` (lib) generated 7 warnings
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `actix_web::App::<T>::data`: Use `.app_data(Data::new(val))` instead.
[INFO] [stderr]    --> tests/todo_api_web/controller.rs:193:43
[INFO] [stderr]     |
[INFO] [stderr] 193 |             test::init_service(App::new().data(Clients::new()).configure(app_routes)).await;
[INFO] [stderr]     |                                           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `todo-server` (bin "todo-server") generated 7 warnings (6 duplicates)
[INFO] [stderr] warning: `todo-server` (bin "todo-server" test) generated 7 warnings (7 duplicates)
[INFO] [stderr] warning: `todo-server` (test "lib") generated 1 warning
[INFO] [stderr] warning: `todo-server` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: diesel_derives v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/todo_server-f826460adcb70fd6)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test todo_api::adapter::scan_to_cards::scanoutput_has_one_item ... ok
[INFO] [stdout] test todo_api::adapter::test::task_db_to_db_val ... ok
[INFO] [stdout] test todo_api::core::jwt_validations::date_smaller_than_now_is_false ... ok
[INFO] [stdout] test todo_api::adapter::test::converts_json_to_db ... ok
[INFO] [stdout] test todo_api::adapter::test::todo_card_db_to_db_val ... ok
[INFO] [stdout] test todo_api::core::jwt_validations::date_way_larger_than_now_is_true ... ok
[INFO] [stdout] test todo_api::adapter::scan_to_cards::scanoutput_has_two_items ... ok
[INFO] [stdout] test todo_api::model::auth::test::user_is_correctly_created ... ok
[INFO] [stdout] test todo_api::db::auth::test::insert_user_matches_url ... ok
[INFO] [stdout] test todo_api::core::decode_jwt::decodes_random_jwt ... ok
[INFO] [stdout] test todo_api::core::valid_email_pswd::valid_email_and_pswd ... ok
[INFO] [stdout] test todo_api_web::controller::auth::valid_email_pswd::valid_email_and_pswd ... ok
[INFO] [stdout] test todo_api_web::controller::auth::valid_email_pswd::invalid_emails ... ok
[INFO] [stdout] test todo_api_web::controller::auth::valid_email_pswd::invalid_passwords ... ok
[INFO] [stdout] test todo_api::core::valid_email_pswd::invalid_emails ... ok
[INFO] [stdout] test todo_api::core::valid_email_pswd::invalid_passwords ... ok
[INFO] [stdout] test todo_api::adapter::auth::test::asser_signup_becomes_user ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/todo_server-8f1edc9710dcbd02)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test todo_api::adapter::test::todo_card_db_to_db_val ... ok
[INFO] [stdout] test todo_api::adapter::scan_to_cards::scanoutput_has_one_item ... ok
[INFO] [stdout] test todo_api::adapter::scan_to_cards::scanoutput_has_two_items ... ok
[INFO] [stdout] test todo_api::adapter::test::converts_json_to_db ... ok
[INFO] [stdout] test todo_api::adapter::test::task_db_to_db_val ... ok
[INFO] [stdout] test todo_api::core::decode_jwt::decodes_random_jwt ... ok
[INFO] [stdout] test todo_api::core::jwt_validations::date_smaller_than_now_is_false ... ok
[INFO] [stdout] test todo_api::core::jwt_validations::date_way_larger_than_now_is_true ... ok
[INFO] [stdout] test todo_api::db::auth::test::insert_user_matches_url ... ok
[INFO] [stdout] test todo_api::model::auth::test::user_is_correctly_created ... ok
[INFO] [stdout] test todo_api::core::valid_email_pswd::valid_email_and_pswd ... ok
[INFO] [stdout] test todo_api_web::controller::auth::valid_email_pswd::valid_email_and_pswd ... ok
[INFO] [stdout] test todo_api::core::valid_email_pswd::invalid_emails ... ok
[INFO] [stdout] test todo_api_web::controller::auth::valid_email_pswd::invalid_emails ... ok
[INFO] [stdout] test todo_api::core::valid_email_pswd::invalid_passwords ... ok
[INFO] [stdout] test todo_api_web::controller::auth::valid_email_pswd::invalid_passwords ... ok
[INFO] [stderr]      Running tests/helpers.rs (/opt/rustwide/target/debug/deps/helpers-8c79a87c31d33372)
[INFO] [stdout] test todo_api::adapter::auth::test::asser_signup_becomes_user ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.29s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-57e733597aee47c1)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test ok_route ... ok
[INFO] [stdout] test todo_api_web::controller::auth::login_returns_token ... FAILED
[INFO] [stdout] test todo_api_web::controller::auth::signup_returns_created_status ... FAILED
[INFO] [stdout] test todo_api_web::controller::auth::logout_accepted ... FAILED
[INFO] [stdout] test todo_api_web::controller::create_todo::valid_todo_post ... FAILED
[INFO] [stdout] test todo_api_web::controller::read_all_todos::test_todo_cards_with_value ... FAILED
[INFO] [stdout] test todo_api_web::controller::ping_readiness::test_ping_pong ... FAILED
[INFO] [stdout] test todo_api_web::controller::read_all_todos::test_todo_cards_count ... FAILED
[INFO] [stdout] test todo_api_web::controller::ping_readiness::test_readiness ... FAILED
[INFO] [stdout] test todo_api_web::controller::read_all_todos::test_todo_index_ok ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::auth::login_returns_token stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::auth::login_returns_token' (54) panicked at tests/todo_api_web/controller.rs:170:9:
[INFO] [stdout] assertion failed: jwt.contains("token")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4b6 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78cafc4c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x651a77f728a7 - lib::todo_api_web::controller::auth::login_returns_token::{{closure}}::h8484a75f70063340
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:170:9
[INFO] [stdout]   21:     0x651a77f56158 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h65f26491706b6324
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   22:     0x651a77f5258b - tokio::task::local::LocalSet::with::{{closure}}::h06e6725aba998f32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   23:     0x651a77f38015 - std::thread::local::LocalKey<T>::try_with::ha6c6c5900c1acedb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   24:     0x651a77f34c3e - std::thread::local::LocalKey<T>::with::h190d0e2f59c85eff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   25:     0x651a77f5223b - tokio::task::local::LocalSet::with::h4a1d866c65db7607
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   26:     0x651a77f5565b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h9550f9601d6c4d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   27:     0x651a77f53d4d - tokio::task::local::LocalSet::run_until::{{closure}}::h70dd19bb4102b83c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   28:     0x651a77f553bd - <core::pin::Pin<P> as core::future::future::Future>::poll::he1ee075191086a9e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x651a77f34add - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h822e91e1b9ab24fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   30:     0x651a77f334db - tokio::runtime::coop::with_budget::h05fb9a068af9ab03
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   31:     0x651a77f334db - tokio::runtime::coop::budget::h85d34bb7dbd63de4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   32:     0x651a77f334db - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h00edbef341cacd0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   33:     0x651a77f24c50 - tokio::runtime::scheduler::current_thread::Context::enter::h05f6c8db10adda02
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   34:     0x651a77f2f50a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h67c34aae06338872
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   35:     0x651a77f2c3c4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h76b96091d4032a01
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   36:     0x651a77f6bbf3 - tokio::macros::scoped_tls::ScopedKey<T>::set::h18003e05ac534990
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   37:     0x651a77f2a18f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h2161bb7ef20151c9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   38:     0x651a77f2c5e2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h5890879e613c6394
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   39:     0x651a77f22773 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h1fcb14e75e0142f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   40:     0x651a77f7b9bf - tokio::runtime::runtime::Runtime::block_on::h5d7f21ff28a4f65e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   41:     0x651a77f53163 - tokio::task::local::LocalSet::block_on::h97e14c25c43c0900
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   42:     0x651a77f61d0b - actix_rt::runtime::Runtime::block_on::hbc69c9e78cfed63a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   43:     0x651a77f61b8a - actix_rt::system::SystemRunner::block_on::h0b9d88b43985234c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   44:     0x651a77f71dbf - lib::todo_api_web::controller::auth::login_returns_token::h0481d528f9656c09
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:155:5
[INFO] [stdout]   45:     0x651a77f72937 - lib::todo_api_web::controller::auth::login_returns_token::{{closure}}::he87c44e899dabbea
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:156:35
[INFO] [stdout]   46:     0x651a77f44796 - core::ops::function::FnOnce::call_once::h176d746d403c1a46
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   66:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   67:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   68:     0x7f7172217a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::auth::signup_returns_created_status stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::auth::signup_returns_created_status' (56) panicked at tests/todo_api_web/controller.rs:186:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 201
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78cafa23 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x651a77f63a05 - core::panicking::assert_failed::h616df353008e9469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x651a77f73411 - lib::todo_api_web::controller::auth::signup_returns_created_status::{{closure}}::h05749adaa106c5e2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:186:9
[INFO] [stdout]   22:     0x651a77f55eb8 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h40818f51565276e6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   23:     0x651a77f52a0b - tokio::task::local::LocalSet::with::{{closure}}::h902794fb11b7367b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   24:     0x651a77f35735 - std::thread::local::LocalKey<T>::try_with::h097642dc43735fce
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x651a77f351de - std::thread::local::LocalKey<T>::with::hab79bcba16ef8930
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x651a77f522db - tokio::task::local::LocalSet::with::h549df74cc5eed4b1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   27:     0x651a77f556fb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h9fc816fc5cd45441
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   28:     0x651a77f53b1d - tokio::task::local::LocalSet::run_until::{{closure}}::h01d8776528021037
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   29:     0x651a77f551fd - <core::pin::Pin<P> as core::future::future::Future>::poll::h27c3ab8235eab2b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x651a77f349dd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h1d73b14c0d3c8ed8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   31:     0x651a77f33aab - tokio::runtime::coop::with_budget::hd40f5b7a425b884a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   32:     0x651a77f33aab - tokio::runtime::coop::budget::hf6c4f5b7518c6044
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   33:     0x651a77f33aab - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1c877bb54b9962d9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   34:     0x651a77f261a0 - tokio::runtime::scheduler::current_thread::Context::enter::h56126cc53d7c1988
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   35:     0x651a77f3157a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h8aec4c07c87624ed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   36:     0x651a77f2c464 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hde2c23730126b187
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   37:     0x651a77f6be53 - tokio::macros::scoped_tls::ScopedKey<T>::set::ha9a8ad37660fb335
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   38:     0x651a77f2b53f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h9b3f79ce4ceeddbf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   39:     0x651a77f2c772 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf6827710ce6d9231
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   40:     0x651a77f23333 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::ha7c29c37a7831061
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   41:     0x651a77f7c24f - tokio::runtime::runtime::Runtime::block_on::hc53f3c82adef5daf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   42:     0x651a77f530a3 - tokio::task::local::LocalSet::block_on::h229d70cca81abb47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   43:     0x651a77f61cab - actix_rt::runtime::Runtime::block_on::h6da2fee0bcb3df85
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   44:     0x651a77f61bfa - actix_rt::system::SystemRunner::block_on::h7a4801c41b1814fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   45:     0x651a77f7297f - lib::todo_api_web::controller::auth::signup_returns_created_status::ha92211e0a7d4cf12
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:173:5
[INFO] [stdout]   46:     0x651a77f73487 - lib::todo_api_web::controller::auth::signup_returns_created_status::{{closure}}::hcc7e402a86cdaf82
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:174:45
[INFO] [stdout]   47:     0x651a77f448b6 - core::ops::function::FnOnce::call_once::h44ccdc4ca90d203d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   50:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   51:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   56:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   57:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   58:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   59:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   60:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   61:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   62:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   65:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   67:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   68:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   69:     0x7f7172217a34 - clone
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::auth::logout_accepted stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::auth::logout_accepted' (55) panicked at tests/todo_api_web/controller.rs:203:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 404
[INFO] [stdout]  right: 202
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78cafa23 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x651a77f63a05 - core::panicking::assert_failed::h616df353008e9469
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x651a77f71d2d - lib::todo_api_web::controller::auth::logout_accepted::{{closure}}::h4cd9f767921320bd
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:203:9
[INFO] [stdout]   22:     0x651a77f55c18 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h326df335b0e3b10f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   23:     0x651a77f528eb - tokio::task::local::LocalSet::with::{{closure}}::h86a1c5e7d889317f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   24:     0x651a77f37f15 - std::thread::local::LocalKey<T>::try_with::h9f1620f9d68516b8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x651a77f34dce - std::thread::local::LocalKey<T>::with::h31e594ebc1c87a2c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x651a77f5246b - tokio::task::local::LocalSet::with::hb099d79ba7c983c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   27:     0x651a77f554cb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h1c9abb0cb1c77664
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   28:     0x651a77f5469d - tokio::task::local::LocalSet::run_until::{{closure}}::hc17def7cec18dca6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   29:     0x651a77f5505d - <core::pin::Pin<P> as core::future::future::Future>::poll::h06113b694fa172ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x651a77f34b5d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h870c445bdee2fa60
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   31:     0x651a77f33e5b - tokio::runtime::coop::with_budget::h8b96acb5bffd944e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   32:     0x651a77f33e5b - tokio::runtime::coop::budget::hd31c7546890a1e85
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   33:     0x651a77f33e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h23a233f2c00e1b8a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   34:     0x651a77f267e0 - tokio::runtime::scheduler::current_thread::Context::enter::h6b1827cf12410b08
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   35:     0x651a77f30aaa - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h7f12716e9bb20085
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   36:     0x651a77f2c404 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h8f14b0841c585916
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   37:     0x651a77f6c0b3 - tokio::macros::scoped_tls::ScopedKey<T>::set::hea26e32d2ad03321
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   38:     0x651a77f29d9f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h0a972a55e2b92609
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   39:     0x651a77f2c592 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h587b3d52f3ae2eaf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   40:     0x651a77f23053 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::ha680bea997c8b521
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   41:     0x651a77f7bd6f - tokio::runtime::runtime::Runtime::block_on::h945ec5b2b3e18fc6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   42:     0x651a77f53373 - tokio::task::local::LocalSet::block_on::hf45de91a01426c55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   43:     0x651a77f61c8b - actix_rt::runtime::Runtime::block_on::h6236a9fccf9a5bcc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   44:     0x651a77f61b9a - actix_rt::system::SystemRunner::block_on::h1686c9e7ffc24ee8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   45:     0x651a77f712cf - lib::todo_api_web::controller::auth::logout_accepted::hff9df76de598e405
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:189:5
[INFO] [stdout]   46:     0x651a77f71337 - lib::todo_api_web::controller::auth::logout_accepted::{{closure}}::h2b1ff278131be895
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:190:31
[INFO] [stdout]   47:     0x651a77f44916 - core::ops::function::FnOnce::call_once::h82a2506d33e836c6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   50:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   51:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   56:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   57:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   58:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   59:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   60:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   61:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   62:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   65:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   67:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   68:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   69:     0x7f7172217a34 - clone
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::create_todo::valid_todo_post stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::create_todo::valid_todo_post' (57) panicked at src/todo_api/db/helpers.rs:42:10:
[INFO] [stdout] Failed to create pool.: Error(Some("connection to server at \"172.17.0.2\", port 5432 failed: Network is unreachable\n\tIs the server running on that host and accepting TCP/IP connections?\n"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78caec16 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x651a780345ca - core::result::Result<T,E>::expect::h4012f7ddbfc6d848
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x651a78020103 - todo_server::todo_api::db::helpers::db_executor_address::hff699396693a9ab5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api/db/helpers.rs:42:10
[INFO] [stdout]   22:     0x651a77f627e6 - todo_server::todo_api_web::model::http::Clients::new::{{closure}}::h6887846cbc7e6489
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api_web/model/http.rs:15:23
[INFO] [stdout]   23:     0x651a77f56a43 - lib::todo_api_web::controller::create_todo::valid_todo_post::{{closure}}::he9c5da9b93635e51
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:47:52
[INFO] [stdout]   24:     0x651a77f56008 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h49aebefaefc263a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   25:     0x651a77f52e8b - tokio::task::local::LocalSet::with::{{closure}}::hdf4322631ddb4a4b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   26:     0x651a77f38cb5 - std::thread::local::LocalKey<T>::try_with::hdd454ca13af22088
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x651a77f3522e - std::thread::local::LocalKey<T>::with::hb437e4745248db90
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x651a77f524bb - tokio::task::local::LocalSet::with::hc18ab61ad27be998
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   29:     0x651a77f5574b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::ha2fa0622da25f4c6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   30:     0x651a77f54d8a - tokio::task::local::LocalSet::run_until::{{closure}}::hfa2c5c7c7e8e5a68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   31:     0x651a77f5531d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc54cc2af939d2122
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x651a77f34b1d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h824b45291a9af64a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   33:     0x651a77f33cab - tokio::runtime::coop::with_budget::h8c6c0f353fe761c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   34:     0x651a77f33cab - tokio::runtime::coop::budget::hfe7e32e4a5ec7a7c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   35:     0x651a77f33cab - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1de5c1d667e29105
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   36:     0x651a77f24930 - tokio::runtime::scheduler::current_thread::Context::enter::h042025040f9c12e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   37:     0x651a77f3204a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hfbae7c6efef0f0d4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   38:     0x651a77f2c444 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hddf17c2060bcd8b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   39:     0x651a77f6c313 - tokio::macros::scoped_tls::ScopedKey<T>::set::hffb90cedc5a76afa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   40:     0x651a77f2ad5f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h75415ecf408eeeb2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   41:     0x651a77f2c6d2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha485a53e35ec6ceb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   42:     0x651a77f22d71 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h6f28cb8f17bdc33b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   43:     0x651a77f7bb0d - tokio::runtime::runtime::Runtime::block_on::h6c926d758f569993
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   44:     0x651a77f53111 - tokio::task::local::LocalSet::block_on::h84edd50440b4dd3d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   45:     0x651a77f61d4b - actix_rt::runtime::Runtime::block_on::hfd523e8e7c880690
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   46:     0x651a77f61baa - actix_rt::system::SystemRunner::block_on::h2b3e4060d2055d96
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   47:     0x651a77f567b0 - lib::todo_api_web::controller::create_todo::valid_todo_post::h28cfefca42de5051
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:45:5
[INFO] [stdout]   48:     0x651a77f56817 - lib::todo_api_web::controller::create_todo::valid_todo_post::{{closure}}::h84b5b43ae5e9ce0a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:46:31
[INFO] [stdout]   49:     0x651a77f44a16 - core::ops::function::FnOnce::call_once::ha46f1a13c8a4b4a3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   61:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   62:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   67:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   69:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   70:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   71:     0x7f7172217a34 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::read_all_todos::test_todo_cards_with_value stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::read_all_todos::test_todo_cards_with_value' (61) panicked at src/todo_api/db/helpers.rs:42:10:
[INFO] [stdout] Failed to create pool.: Error(Some("connection to server at \"172.17.0.2\", port 5432 failed: Network is unreachable\n\tIs the server running on that host and accepting TCP/IP connections?\n"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78caec16 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x651a780345ca - core::result::Result<T,E>::expect::h4012f7ddbfc6d848
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x651a78020103 - todo_server::todo_api::db::helpers::db_executor_address::hff699396693a9ab5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api/db/helpers.rs:42:10
[INFO] [stdout]   22:     0x651a77f627e6 - todo_server::todo_api_web::model::http::Clients::new::{{closure}}::h6887846cbc7e6489
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api_web/model/http.rs:15:23
[INFO] [stdout]   23:     0x651a77f5aab7 - lib::todo_api_web::controller::read_all_todos::test_todo_cards_with_value::{{closure}}::he532de719af457fc
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:118:52
[INFO] [stdout]   24:     0x651a77f562a8 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hb6d1c950d39a76b7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   25:     0x651a77f526ab - tokio::task::local::LocalSet::with::{{closure}}::h21562966d47e96d9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   26:     0x651a77f361d5 - std::thread::local::LocalKey<T>::try_with::h2dbf9d022a44d02e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x651a77f3536e - std::thread::local::LocalKey<T>::with::hd57e52ca01121dfc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x651a77f5228b - tokio::task::local::LocalSet::with::h4e507bd122967d92
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   29:     0x651a77f5551b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h1f01a08f955d1d5d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   30:     0x651a77f538ea - tokio::task::local::LocalSet::run_until::{{closure}}::h004e653626d37752
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   31:     0x651a77f552dd - <core::pin::Pin<P> as core::future::future::Future>::poll::h56cf0ca80b64494d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x651a77f34c1d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hc27a134813319201
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   33:     0x651a77f3432b - tokio::runtime::coop::with_budget::h7072309b35bf28e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   34:     0x651a77f3432b - tokio::runtime::coop::budget::h48df83bc98305caf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   35:     0x651a77f3432b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h6d73471fda2320ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   36:     0x651a77f27cd0 - tokio::runtime::scheduler::current_thread::Context::enter::hc1c5b1b61eb194fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   37:     0x651a77f2d49a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h0e3a0e683c83a3dd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   38:     0x651a77f2c364 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h0b4ff733a51fe4ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   39:     0x651a77f6b993 - tokio::macros::scoped_tls::ScopedKey<T>::set::h0ae382b91842ab6e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   40:     0x651a77f2c10f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hf0bcf99cc7fa4633
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   41:     0x651a77f2c632 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h595ed2ba30b7b513
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   42:     0x651a77f23631 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hc9f2828c594b68da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   43:     0x651a77f7c12d - tokio::runtime::runtime::Runtime::block_on::hc26bdac060178e4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   44:     0x651a77f532b1 - tokio::task::local::LocalSet::block_on::hd50170617ca45a82
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   45:     0x651a77f61d2b - actix_rt::runtime::Runtime::block_on::hbeaf39af64d587ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   46:     0x651a77f61bca - actix_rt::system::SystemRunner::block_on::h55ed7e0c4cf32913
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   47:     0x651a77f5a800 - lib::todo_api_web::controller::read_all_todos::test_todo_cards_with_value::hbb9da196b4d2a3b5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:116:5
[INFO] [stdout]   48:     0x651a77f5a867 - lib::todo_api_web::controller::read_all_todos::test_todo_cards_with_value::{{closure}}::h2cc5f8695be6b7f7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:117:42
[INFO] [stdout]   49:     0x651a77f44ae6 - core::ops::function::FnOnce::call_once::hbae1447f54fd0934
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   61:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   62:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   67:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   69:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   70:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   71:     0x7f7172217a34 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::ping_readiness::test_ping_pong stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::ping_readiness::test_ping_pong' (58) panicked at src/todo_api/db/helpers.rs:42:10:
[INFO] [stdout] Failed to create pool.: Error(Some("connection to server at \"172.17.0.2\", port 5432 failed: Network is unreachable\n\tIs the server running on that host and accepting TCP/IP connections?\n"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78caec16 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x651a780345ca - core::result::Result<T,E>::expect::h4012f7ddbfc6d848
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x651a78020103 - todo_server::todo_api::db::helpers::db_executor_address::hff699396693a9ab5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api/db/helpers.rs:42:10
[INFO] [stdout]   22:     0x651a77f627e6 - todo_server::todo_api_web::model::http::Clients::new::{{closure}}::h6887846cbc7e6489
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api_web/model/http.rs:15:23
[INFO] [stdout]   23:     0x651a77f57b74 - lib::todo_api_web::controller::ping_readiness::test_ping_pong::{{closure}}::h77795238858bf30a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:7:52
[INFO] [stdout]   24:     0x651a77f55978 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h31bf74adbeff594c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   25:     0x651a77f527cb - tokio::task::local::LocalSet::with::{{closure}}::h4c5c133cc3392d35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   26:     0x651a77f35d05 - std::thread::local::LocalKey<T>::try_with::h1e808bfe7d37c8e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x651a77f34ffe - std::thread::local::LocalKey<T>::with::h690db96b37618b97
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x651a77f5237b - tokio::task::local::LocalSet::with::h7d6a4e3f324036a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   29:     0x651a77f5579b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hd5890a3d83f3c9ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   30:     0x651a77f5420a - tokio::task::local::LocalSet::run_until::{{closure}}::h89d73337f2273c7c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   31:     0x651a77f5523d - <core::pin::Pin<P> as core::future::future::Future>::poll::h294b48d2da585a8e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x651a77f34a9d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h517e775eb64b3b72
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   33:     0x651a77f336fb - tokio::runtime::coop::with_budget::hb76db3d8d65b4197
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   34:     0x651a77f336fb - tokio::runtime::coop::budget::h4e414a28ffcd7d3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   35:     0x651a77f336fb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h0ff428129dc342cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   36:     0x651a77f25e80 - tokio::runtime::scheduler::current_thread::Context::enter::h528fbcccd4c32420
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   37:     0x651a77f2c9ca - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h0925b0ea225788c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   38:     0x651a77f2c484 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hfc5113e4da969d02
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   39:     0x651a77f6bd23 - tokio::macros::scoped_tls::ScopedKey<T>::set::h3fb301a903ae7b78
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   40:     0x651a77f2a57f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h4b40c0e28f384b20
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   41:     0x651a77f2c682 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h6a87285ea5998627
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   42:     0x651a77f22a71 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h2fd67644081366e1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   43:     0x651a77f7bc4d - tokio::runtime::runtime::Runtime::block_on::h92c320ce682c6a6e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   44:     0x651a77f531d1 - tokio::task::local::LocalSet::block_on::h99068d156e981d0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   45:     0x651a77f61c4b - actix_rt::runtime::Runtime::block_on::h251d9d74d95027ed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   46:     0x651a77f61c0a - actix_rt::system::SystemRunner::block_on::h9f62edd887d6fa5c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   47:     0x651a77f57960 - lib::todo_api_web::controller::ping_readiness::test_ping_pong::hcedefed66c7e53d8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:5:5
[INFO] [stdout]   48:     0x651a77f58387 - lib::todo_api_web::controller::ping_readiness::test_ping_pong::{{closure}}::h9596d8f8097ba01b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:6:30
[INFO] [stdout]   49:     0x651a77f44c36 - core::ops::function::FnOnce::call_once::hee2f510e4ae06200
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   61:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   62:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   67:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   69:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   70:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   71:     0x7f7172217a34 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::read_all_todos::test_todo_cards_count stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::read_all_todos::test_todo_cards_count' (60) panicked at src/todo_api/db/helpers.rs:42:10:
[INFO] [stdout] Failed to create pool.: Error(Some("connection to server at \"172.17.0.2\", port 5432 failed: Network is unreachable\n\tIs the server running on that host and accepting TCP/IP connections?\n"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78caec16 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x651a780345ca - core::result::Result<T,E>::expect::h4012f7ddbfc6d848
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x651a78020103 - todo_server::todo_api::db::helpers::db_executor_address::hff699396693a9ab5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api/db/helpers.rs:42:10
[INFO] [stdout]   22:     0x651a77f627e6 - todo_server::todo_api_web::model::http::Clients::new::{{closure}}::h6887846cbc7e6489
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api_web/model/http.rs:15:23
[INFO] [stdout]   23:     0x651a77f596c7 - lib::todo_api_web::controller::read_all_todos::test_todo_cards_count::{{closure}}::ha163d037a87624e6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:96:52
[INFO] [stdout]   24:     0x651a77f55d68 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h39dae3483ed62a27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   25:     0x651a77f52fab - tokio::task::local::LocalSet::with::{{closure}}::hfe3541866b6b2767
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   26:     0x651a77f35fd5 - std::thread::local::LocalKey<T>::try_with::h297e94bc9738fa31
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x651a77f3540e - std::thread::local::LocalKey<T>::with::hdff594e054f84ae6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x651a77f523cb - tokio::task::local::LocalSet::with::h97fc2e28544d9704
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   29:     0x651a77f5560b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h8a36196a877209a3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   30:     0x651a77f53faa - tokio::task::local::LocalSet::run_until::{{closure}}::h781242414e562a52
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   31:     0x651a77f550fd - <core::pin::Pin<P> as core::future::future::Future>::poll::h15eacb24f015e47e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x651a77f34a1d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h1d7d663eb85e508e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   33:     0x651a77f338ab - tokio::runtime::coop::with_budget::h577e13dca5f7acee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   34:     0x651a77f338ab - tokio::runtime::coop::budget::hbd223c4217b1e11b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   35:     0x651a77f338ab - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h132c87e4cf0d616d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   36:     0x651a77f26df0 - tokio::runtime::scheduler::current_thread::Context::enter::h84ef95a8b3c9215b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   37:     0x651a77f32b1a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hfbc277faff9a7972
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   38:     0x651a77f2c3e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h782a9481746fc2d1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   39:     0x651a77f6b863 - tokio::macros::scoped_tls::ScopedKey<T>::set::h06b18a2891c41d19
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   40:     0x651a77f2a96f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h6d545c67e4ce95c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   41:     0x651a77f2c722 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hb9bfb0136af20ca1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   42:     0x651a77f23c31 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::head83ea160715951
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   43:     0x651a77f7bebd - tokio::runtime::runtime::Runtime::block_on::h9fa25c91326ecc38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   44:     0x651a77f53321 - tokio::task::local::LocalSet::block_on::hdf68caf3e8374e3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   45:     0x651a77f61ceb - actix_rt::runtime::Runtime::block_on::haf37e40439243f09
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   46:     0x651a77f61bba - actix_rt::system::SystemRunner::block_on::h358f34d27dad16da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   47:     0x651a77f59440 - lib::todo_api_web::controller::read_all_todos::test_todo_cards_count::h732edcf0429596ea
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:94:5
[INFO] [stdout]   48:     0x651a77f5a7a7 - lib::todo_api_web::controller::read_all_todos::test_todo_cards_count::{{closure}}::hb6b24b1ec23ebd7f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:95:37
[INFO] [stdout]   49:     0x651a77f44bb6 - core::ops::function::FnOnce::call_once::hdf5a00a211c0254e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   61:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   62:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   67:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   69:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   70:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   71:     0x7f7172217a34 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::ping_readiness::test_readiness stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::ping_readiness::test_readiness' (59) panicked at src/todo_api/db/helpers.rs:42:10:
[INFO] [stdout] Failed to create pool.: Error(Some("connection to server at \"172.17.0.2\", port 5432 failed: Network is unreachable\n\tIs the server running on that host and accepting TCP/IP connections?\n"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78caec16 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x651a780345ca - core::result::Result<T,E>::expect::h4012f7ddbfc6d848
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x651a78020103 - todo_server::todo_api::db::helpers::db_executor_address::hff699396693a9ab5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api/db/helpers.rs:42:10
[INFO] [stdout]   22:     0x651a77f627e6 - todo_server::todo_api_web::model::http::Clients::new::{{closure}}::h6887846cbc7e6489
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api_web/model/http.rs:15:23
[INFO] [stdout]   23:     0x651a77f5860c - lib::todo_api_web::controller::ping_readiness::test_readiness::{{closure}}::hf54fb48d0c3970b4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:21:52
[INFO] [stdout]   24:     0x651a77f55ac8 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h325ca142eb7eeb6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   25:     0x651a77f52d6b - tokio::task::local::LocalSet::with::{{closure}}::hb42f245c8a8d6849
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   26:     0x651a77f36ba5 - std::thread::local::LocalKey<T>::try_with::h4e5781c5a761171e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x651a77f3504e - std::thread::local::LocalKey<T>::with::h8773172ecc9b28bf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x651a77f521eb - tokio::task::local::LocalSet::with::h38786013ea61ef49
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   29:     0x651a77f555bb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h58d78040e5d974d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   30:     0x651a77f5446a - tokio::task::local::LocalSet::run_until::{{closure}}::hb8a7974bacc03e90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   31:     0x651a77f5517d - <core::pin::Pin<P> as core::future::future::Future>::poll::h21753848adcf749a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x651a77f34a5d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h244aa638112e4dcd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   33:     0x651a77f348db - tokio::runtime::coop::with_budget::h42f641787635e673
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   34:     0x651a77f348db - tokio::runtime::coop::budget::ha82757e4af1a09ef
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   35:     0x651a77f348db - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::he45b965bc8fd1df1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   36:     0x651a77f264c0 - tokio::runtime::scheduler::current_thread::Context::enter::h59bb33a41dc63ac7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   37:     0x651a77f2df6a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h5003bcc24697a341
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   38:     0x651a77f2c384 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h49a2f612f792cb01
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   39:     0x651a77f6bac3 - tokio::macros::scoped_tls::ScopedKey<T>::set::h1230f7f57bcd6afa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   40:     0x651a77f2b92f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hac89ad02b0d245ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   41:     0x651a77f2c542 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2dd6bd5a50767eb3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   42:     0x651a77f23f31 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hfa372277a578ac68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   43:     0x651a77f7b89d - tokio::runtime::runtime::Runtime::block_on::h2d850f8e1a0ca013
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   44:     0x651a77f533e1 - tokio::task::local::LocalSet::block_on::hf7391755d526ed89
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   45:     0x651a77f61ccb - actix_rt::runtime::Runtime::block_on::h8c08a0b59560d6a5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   46:     0x651a77f61bda - actix_rt::system::SystemRunner::block_on::h57a3870bb3c3a4f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   47:     0x651a77f583e0 - lib::todo_api_web::controller::ping_readiness::test_readiness::ha358f85ed08049b1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:19:5
[INFO] [stdout]   48:     0x651a77f58447 - lib::todo_api_web::controller::ping_readiness::test_readiness::{{closure}}::he5c4de45cdd6fa02
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:20:30
[INFO] [stdout]   49:     0x651a77f44b76 - core::ops::function::FnOnce::call_once::hd00f6587059f0576
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   61:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   62:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   67:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   69:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   70:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   71:     0x7f7172217a34 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- todo_api_web::controller::read_all_todos::test_todo_index_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'todo_api_web::controller::read_all_todos::test_todo_index_ok' (77) panicked at src/todo_api/db/helpers.rs:42:10:
[INFO] [stdout] Failed to create pool.: Error(Some("connection to server at \"172.17.0.2\", port 5432 failed: Network is unreachable\n\tIs the server running on that host and accepting TCP/IP connections?\n"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x651a78c91192 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x651a78c91192 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x651a78c91192 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x651a78c91192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x651a78ca41df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x651a78ca41df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x651a78c5aff1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x651a78c5aff1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x651a78c67d82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x651a78c6cfcf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x651a78c6ce61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x651a77fa019e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x651a77fa019e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x651a78c6d73f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x651a78c6d73f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x651a78c6d4ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x651a78c67eb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x651a78c4eb0d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x651a78cafc70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x651a78caec16 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x651a780345ca - core::result::Result<T,E>::expect::h4012f7ddbfc6d848
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x651a78020103 - todo_server::todo_api::db::helpers::db_executor_address::hff699396693a9ab5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api/db/helpers.rs:42:10
[INFO] [stdout]   22:     0x651a77f627e6 - todo_server::todo_api_web::model::http::Clients::new::{{closure}}::h6887846cbc7e6489
[INFO] [stdout]                                at /opt/rustwide/workdir/src/todo_api_web/model/http.rs:15:23
[INFO] [stdout]   23:     0x651a77f58e3c - lib::todo_api_web::controller::read_all_todos::test_todo_index_ok::{{closure}}::he4fbc058c3570c3d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:84:52
[INFO] [stdout]   24:     0x651a77f563f8 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hdc591638fac209aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:924:44
[INFO] [stdout]   25:     0x651a77f52c4b - tokio::task::local::LocalSet::with::{{closure}}::ha1652f5149cef4e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:685:13
[INFO] [stdout]   26:     0x651a77f37845 - std::thread::local::LocalKey<T>::try_with::h78738d85780eee82
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x651a77f3554e - std::thread::local::LocalKey<T>::with::hfcca30b29c1c6f0b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x651a77f5241b - tokio::task::local::LocalSet::with::h996bdf14fe2077f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:668:17
[INFO] [stdout]   29:     0x651a77f5556b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h48cb06dc662bbb23
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:914:22
[INFO] [stdout]   30:     0x651a77f548fa - tokio::task::local::LocalSet::run_until::{{closure}}::hca7bf0d918629578
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:574:19
[INFO] [stdout]   31:     0x651a77f551bd - <core::pin::Pin<P> as core::future::future::Future>::poll::h24e3a73d1d209ac4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x651a77f34b9d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h8a2bf5d4ddd8abe8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   33:     0x651a77f340bb - tokio::runtime::coop::with_budget::hba550ce3eaabc58e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   34:     0x651a77f340bb - tokio::runtime::coop::budget::h2f5d597905a77ab2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   35:     0x651a77f340bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h3b0ae259740782ad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   36:     0x651a77f25580 - tokio::runtime::scheduler::current_thread::Context::enter::h21deef92986538a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   37:     0x651a77f2ffda - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h72928a400f73e1db
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   38:     0x651a77f2c3a4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h6f9da739d0392979
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   39:     0x651a77f6c1e3 - tokio::macros::scoped_tls::ScopedKey<T>::set::hf5b0d2e140f429dd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   40:     0x651a77f2bd1f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hbad6bb85a8965c2e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   41:     0x651a77f2c4a2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h062c8c3221b05037
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   42:     0x651a77f23931 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::he45f434e7dbd0703
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   43:     0x651a77f7c39d - tokio::runtime::runtime::Runtime::block_on::hf81b63f82b57b5ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   44:     0x651a77f53241 - tokio::task::local::LocalSet::block_on::hceb06dcaf987ba52
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.23.0/src/task/local.rs:535:12
[INFO] [stdout]   45:     0x651a77f61c6b - actix_rt::runtime::Runtime::block_on::h4ea305902be04bc3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   46:     0x651a77f61bea - actix_rt::system::SystemRunner::block_on::h68d5d91c8f3db96a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   47:     0x651a77f58c10 - lib::todo_api_web::controller::read_all_todos::test_todo_index_ok::h50298d2d63735c97
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:82:5
[INFO] [stdout]   48:     0x651a77f58c77 - lib::todo_api_web::controller::read_all_todos::test_todo_index_ok::{{closure}}::h4940db3593ecdcac
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/todo_api_web/controller.rs:83:34
[INFO] [stdout]   49:     0x651a77f44aa6 - core::ops::function::FnOnce::call_once::hb9c9842c9f15b793
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x651a77f9ff5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x651a77f9ff5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   52:     0x651a77fb5bc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   53:     0x651a77fb5bc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x651a77fb5bc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x651a77fb5bc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x651a77fb5bc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x651a77fb5bc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   58:     0x651a77fb5bc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   59:     0x651a77f8c3b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   60:     0x651a77f8c3b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   61:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   62:     0x651a77f8fc7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x651a77f8fc7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x651a77f8fc7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x651a77f8fc7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x651a77f8fc7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   67:     0x651a77f8fc7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x651a78c62f3f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   69:     0x651a78c62f3f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   70:     0x7f717218aaa4 - <unknown>
[INFO] [stdout]   71:     0x7f7172217a34 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     todo_api_web::controller::auth::login_returns_token
[INFO] [stdout]     todo_api_web::controller::auth::logout_accepted
[INFO] [stdout]     todo_api_web::controller::auth::signup_returns_created_status
[INFO] [stdout]     todo_api_web::controller::create_todo::valid_todo_post
[INFO] [stdout]     todo_api_web::controller::ping_readiness::test_ping_pong
[INFO] [stdout]     todo_api_web::controller::ping_readiness::test_readiness
[INFO] [stdout]     todo_api_web::controller::read_all_todos::test_todo_cards_count
[INFO] [stdout]     todo_api_web::controller::read_all_todos::test_todo_cards_with_value
[INFO] [stdout]     todo_api_web::controller::read_all_todos::test_todo_index_ok
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.31s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test lib`
[INFO] running `Command { std: "docker" "inspect" "c86edf2a853449fa3740481e493f6095162b89fd1e2a7c2f3dbe57e50994b1fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c86edf2a853449fa3740481e493f6095162b89fd1e2a7c2f3dbe57e50994b1fd", kill_on_drop: false }`
[INFO] [stdout] c86edf2a853449fa3740481e493f6095162b89fd1e2a7c2f3dbe57e50994b1fd
