[INFO] cloning repository https://github.com/junekimdev/stockinfo-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/junekimdev/stockinfo-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunekimdev%2Fstockinfo-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjunekimdev%2Fstockinfo-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 58689ca47fbfc0bfb089929188d60545433a199c
[INFO] testing junekimdev/stockinfo-backend 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%2Fjunekimdev%2Fstockinfo-backend" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/junekimdev/stockinfo-backend
[INFO] finished tweaking git repo https://github.com/junekimdev/stockinfo-backend
[INFO] tweaked toml for git repo https://github.com/junekimdev/stockinfo-backend written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/junekimdev/stockinfo-backend 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/junekimdev/stockinfo-backend 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] dbbc62b2d6af1350441fa76ad5ecd0e841b63ff14f903fd759e1d3f248b71b87
[INFO] running `Command { std: "docker" "start" "-a" "dbbc62b2d6af1350441fa76ad5ecd0e841b63ff14f903fd759e1d3f248b71b87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbbc62b2d6af1350441fa76ad5ecd0e841b63ff14f903fd759e1d3f248b71b87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbbc62b2d6af1350441fa76ad5ecd0e841b63ff14f903fd759e1d3f248b71b87", kill_on_drop: false }`
[INFO] [stdout] dbbc62b2d6af1350441fa76ad5ecd0e841b63ff14f903fd759e1d3f248b71b87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b784681a6a4f8ed093b498aae01e3566bb8c7734e2be0de8165110910b86e90c
[INFO] running `Command { std: "docker" "start" "-a" "b784681a6a4f8ed093b498aae01e3566bb8c7734e2be0de8165110910b86e90c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.7
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.8
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling winnow v0.7.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling openssl-src v300.4.2+3.4.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling zip v2.6.1
[INFO] [stderr]    Compiling rust_decimal v1.37.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling lockfree-object-pool v0.1.6
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling trim-in-place v0.1.7
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling yaml-rust2 v0.10.1
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling deflate64 v0.1.9
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling mutually_exclusive_features v0.1.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling rust-ini v0.21.1
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling opentelemetry v0.29.1
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling deranged v0.4.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling deadpool v0.12.2
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling actix-server v2.5.1
[INFO] [stderr]    Compiling opentelemetry_sdk v0.29.0
[INFO] [stderr]    Compiling h2 v0.4.8
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling config v0.15.11
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling postgres-types v0.2.9
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-postgres v0.7.13
[INFO] [stderr]    Compiling tracing-opentelemetry v0.30.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling actix-http v3.10.0
[INFO] [stderr]    Compiling redis v0.29.2
[INFO] [stderr]    Compiling deadpool-postgres v0.14.1
[INFO] [stderr]    Compiling hyper-util v0.1.11
[INFO] [stderr]    Compiling actix-web v4.10.2
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling opentelemetry-proto v0.29.0
[INFO] [stderr]    Compiling actix-cors v0.7.1
[INFO] [stderr]    Compiling tracing-actix-web v0.7.16
[INFO] [stderr]    Compiling deadpool-redis v0.20.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling opentelemetry-http v0.29.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.29.0
[INFO] [stderr]    Compiling stockinfo-backend v1.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `GovdataUrl` is never constructed
[INFO] [stdout]   --> src/utils/settings.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct GovdataUrl {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DartUrl` is never constructed
[INFO] [stdout]   --> src/utils/settings.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct DartUrl {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UsStockUrl` is never constructed
[INFO] [stdout]   --> src/utils/settings.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UsStockUrl {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s
[INFO] running `Command { std: "docker" "inspect" "b784681a6a4f8ed093b498aae01e3566bb8c7734e2be0de8165110910b86e90c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b784681a6a4f8ed093b498aae01e3566bb8c7734e2be0de8165110910b86e90c", kill_on_drop: false }`
[INFO] [stdout] b784681a6a4f8ed093b498aae01e3566bb8c7734e2be0de8165110910b86e90c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] dd44a6f62e1e6c03a267b48781dfb5b90cdcaadd1527f952ebc918f94b45c461
[INFO] running `Command { std: "docker" "start" "-a" "dd44a6f62e1e6c03a267b48781dfb5b90cdcaadd1527f952ebc918f94b45c461", kill_on_drop: false }`
[INFO] [stderr]    Compiling stockinfo-backend v1.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `GovdataUrl` is never constructed
[INFO] [stdout]   --> src/utils/settings.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct GovdataUrl {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DartUrl` is never constructed
[INFO] [stdout]   --> src/utils/settings.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct DartUrl {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UsStockUrl` is never constructed
[INFO] [stdout]   --> src/utils/settings.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UsStockUrl {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.45s
[INFO] running `Command { std: "docker" "inspect" "dd44a6f62e1e6c03a267b48781dfb5b90cdcaadd1527f952ebc918f94b45c461", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd44a6f62e1e6c03a267b48781dfb5b90cdcaadd1527f952ebc918f94b45c461", kill_on_drop: false }`
[INFO] [stdout] dd44a6f62e1e6c03a267b48781dfb5b90cdcaadd1527f952ebc918f94b45c461
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 3553336fae614df3556c94e95b14250019a9737fb5fef2580d4d2159dd39a992
[INFO] running `Command { std: "docker" "start" "-a" "3553336fae614df3556c94e95b14250019a9737fb5fef2580d4d2159dd39a992", kill_on_drop: false }`
[INFO] [stderr] warning: struct `GovdataUrl` is never constructed
[INFO] [stderr]   --> src/utils/settings.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct GovdataUrl {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DartUrl` is never constructed
[INFO] [stderr]   --> src/utils/settings.rs:33:12
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub struct DartUrl {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UsStockUrl` is never constructed
[INFO] [stderr]   --> src/utils/settings.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub struct UsStockUrl {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `stockinfo-backend` (bin "stockinfo-backend" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/stockinfo_backend-872da9561ed2f25c)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test utils::hex::test::decode_fail ... ok
[INFO] [stdout] test utils::hex::test::encode_fail ... ok
[INFO] [stdout] test utils::hex::test::decode_ok ... ok
[INFO] [stdout] test utils::hex::test::encode_ok ... ok
[INFO] [stdout] test utils::datetime::test::test_deserialize_krx_datetime ... ok
[INFO] [stdout] test utils::db::test::works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- utils::db::test::works stdout ----
[INFO] [stdout] Loading config for default
[INFO] [stdout] Config { defaults: {}, overrides: {}, sources: [], cache: Value { origin: None, kind: Table({"cors": Value { origin: None, kind: Table({"allow_all_subdomains_of": Value { origin: Some("config/default.toml"), kind: Array([Value { origin: Some("config/default.toml"), kind: String("localhost") }]) }, "origins": Value { origin: Some("config/default.toml"), kind: Array([Value { origin: Some("config/default.toml"), kind: String("localhost:4000") }]) }}) }, "agent": Value { origin: None, kind: Table({"common": Value { origin: Some("config/default.toml"), kind: String("StockinfoRuntime") }, "sec_gov": Value { origin: Some("config/default.toml"), kind: String("webmaster@my-domain.com") }}) }, "keys": Value { origin: None, kind: Table({"data_go_kr": Value { origin: Some("config/default.toml"), kind: String("key") }, "dart": Value { origin: Some("config/default.toml"), kind: String("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") }}) }, "urls": Value { origin: None, kind: Table({"us_submissions": Value { origin: Some("config/default.toml"), kind: String("https://data.sec.gov/submissions/CIK") }, "us_price": Value { origin: Some("config/default.toml"), kind: String("https://query1.finance.yahoo.com/v8/finance/chart") }, "dart_index": Value { origin: Some("config/default.toml"), kind: String("https://opendart.fss.or.kr/api/fnlttSinglIndx.json") }, "kr_price": Value { origin: Some("config/default.toml"), kind: String("https://apis.data.go.kr/1160100/service/GetStockSecuritiesInfoService/getStockPriceInfo") }, "kr_company": Value { origin: Some("config/default.toml"), kind: String("https://apis.data.go.kr/1160100/service/GetKrxListedInfoService/getItemInfo") }, "kr_krx_price": Value { origin: Some("config/default.toml"), kind: String("http://data.krx.co.kr/comm/bldAttendant/getJsonData.cmd") }, "kr_krx_price_referer": Value { origin: Some("config/default.toml"), kind: String("http://data.krx.co.kr/contents/MDC/MDI/mdiLoader/index.cmd?menuId=MDC0201020101") }, "dart_statement": Value { origin: Some("config/default.toml"), kind: String("https://opendart.fss.or.kr/api/fnlttSinglAcntAll.json") }, "us_ticker": Value { origin: Some("config/default.toml"), kind: String("https://www.sec.gov/files/company_tickers.json") }, "dart_code": Value { origin: Some("config/default.toml"), kind: String("https://opendart.fss.or.kr/api/corpCode.xml") }, "edgar": Value { origin: Some("config/default.toml"), kind: String("https://www.sec.gov/Archives/edgar/data") }, "kr_krx_price_date": Value { origin: Some("config/default.toml"), kind: String("http://data.krx.co.kr/comm/bldAttendant/executeForResourceBundle.cmd") }}) }, "jaeger": Value { origin: None, kind: Table({"agent_endpoint": Value { origin: Some("config/default.toml"), kind: String("http://localhost:4317") }}) }, "redis": Value { origin: None, kind: Table({"url": Value { origin: Some("config/default.toml"), kind: String("redis://localhost:6379") }, "pool": Value { origin: None, kind: Table({"timeouts": Value { origin: None, kind: Table({"wait": Value { origin: None, kind: Table({"nanos": Value { origin: Some("config/default.toml"), kind: I64(0) }, "secs": Value { origin: Some("config/default.toml"), kind: I64(2) }}) }}) }, "max_size": Value { origin: Some("config/default.toml"), kind: I64(10) }}) }}) }, "pg": Value { origin: None, kind: Table({"pool": Value { origin: None, kind: Table({"max_size": Value { origin: Some("config/default.toml"), kind: I64(16) }, "timeouts": Value { origin: None, kind: Table({"wait": Value { origin: None, kind: Table({"nanos": Value { origin: Some("config/default.toml"), kind: I64(0) }, "secs": Value { origin: Some("config/default.toml"), kind: I64(5) }}) }}) }}) }, "host": Value { origin: Some("config/default.toml"), kind: String("localhost") }, "user": Value { origin: Some("config/default.toml"), kind: String("postgres") }, "password": Value { origin: Some("config/default.toml"), kind: String("postgres") }, "dbname": Value { origin: Some("config/default.toml"), kind: String("postgres") }, "port": Value { origin: Some("config/default.toml"), kind: I64(5432) }}) }, "server": Value { origin: None, kind: Table({"port": Value { origin: Some("config/default.toml"), kind: I64(4000) }, "host": Value { origin: Some("config/default.toml"), kind: String("localhost") }}) }}) } }
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::db::test::works' (26) panicked at src/utils/db.rs:36:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Backend(Error { kind: Connect, cause: Some(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57383e706f52 - 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:     0x57383e706f52 - 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:     0x57383e706f52 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57383e706f52 - <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:     0x57383e71a56f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57383e71a56f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57383e6d2c91 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57383e6d2c91 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57383e6df8b2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57383e6e495f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x57383e6e47f1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x57383e4aaf9e - <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:     0x57383e4aaf9e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57383e6e50cf - <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:     0x57383e6e50cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x57383e6e4e7a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x57383e6df9e9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57383e6c66fd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x57383e7257b0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57383e724416 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x57383e1fe866 - core::result::Result<T,E>::unwrap::he4d387a3e39755ac
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x57383e1fe866 - stockinfo_backend::utils::db::test::works::{{closure}}::hac29b61a5f9c7db9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/db.rs:36:41
[INFO] [stdout]   22:     0x57383e181a62 - <core::pin::Pin<P> as core::future::future::Future>::poll::h18489f9165444601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x57383e181a9d - <core::pin::Pin<P> as core::future::future::Future>::poll::h287cba8d6876ec3d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x57383e20dd7d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h91e5d1cc33da321b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   25:     0x57383e20dc8b - tokio::task::coop::with_budget::had14f1fceedcc077
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x57383e20dc8b - tokio::task::coop::budget::h6ce4ffbef7218861
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x57383e20dc8b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hb04c863236f6cd8e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   28:     0x57383e20b3d0 - tokio::runtime::scheduler::current_thread::Context::enter::h6cbdcf383f4e86ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x57383e20d1a0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h82b18f9b10ad6b2d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   30:     0x57383e20c3a4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h453cff160dc2276d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   31:     0x57383e1eaa6b - tokio::runtime::context::scoped::Scoped<T>::set::h5422d58e324bed00
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x57383e170a29 - tokio::runtime::context::set_scheduler::{{closure}}::h96c89e35c108755c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/context.rs:180:38
[INFO] [stdout]   33:     0x57383e1c5b92 - std::thread::local::LocalKey<T>::try_with::he7c5d3d5040d139d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x57383e1c444e - std::thread::local::LocalKey<T>::with::hacd620341c06acbd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x57383e17099d - tokio::runtime::context::set_scheduler::h4c555bd40420a1b7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/context.rs:180:17
[INFO] [stdout]   36:     0x57383e20c150 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hcaac0fe1bdf9ca15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   37:     0x57383e20c3e3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h272a7e5e6c48ec27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   38:     0x57383e20a183 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heb17c6b239cff346
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x57383e217f20 - tokio::runtime::context::runtime::enter_runtime::h7f8a89f3a432d2e1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x57383e209b21 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd0e6c4a3a2ae1a29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x57383e1d3974 - tokio::runtime::runtime::Runtime::block_on_inner::h8b5a17bd7a43d6ac
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x57383e1d3c47 - tokio::runtime::runtime::Runtime::block_on::h16beb37f03514816
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x57383e1fe555 - stockinfo_backend::utils::db::test::works::h251115187f4b3e97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/db.rs:37:16
[INFO] [stdout]   44:     0x57383e1fe5f7 - stockinfo_backend::utils::db::test::works::{{closure}}::h4849ea1edb0da046
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/db.rs:35:21
[INFO] [stdout]   45:     0x57383e158586 - core::ops::function::FnOnce::call_once::hd6b00dcfcbbbbdca
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x57383e4aad5b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x57383e4aad5b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x57383e4c09c5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x57383e4c09c5 - <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]   50:     0x57383e4c09c5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x57383e4c09c5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x57383e4c09c5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x57383e4c09c5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x57383e4c09c5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x57383e4971b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x57383e4971b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x57383e49aa7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x57383e49aa7a - <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]   59:     0x57383e49aa7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x57383e49aa7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x57383e49aa7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x57383e49aa7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x57383e49aa7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x57383e6dab4f - <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]   65:     0x57383e6dab4f - 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]   66:     0x79b1706c4aa4 - <unknown>
[INFO] [stdout]   67:     0x79b170751a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     utils::db::test::works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin stockinfo-backend`
[INFO] running `Command { std: "docker" "inspect" "3553336fae614df3556c94e95b14250019a9737fb5fef2580d4d2159dd39a992", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3553336fae614df3556c94e95b14250019a9737fb5fef2580d4d2159dd39a992", kill_on_drop: false }`
[INFO] [stdout] 3553336fae614df3556c94e95b14250019a9737fb5fef2580d4d2159dd39a992
