[INFO] cloning repository https://github.com/WalletConnect/rust-http-starter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WalletConnect/rust-http-starter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWalletConnect%2Frust-http-starter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWalletConnect%2Frust-http-starter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb2a32c4642e1b8e7d4cac6449f6356c4faad273
[INFO] testing WalletConnect/rust-http-starter 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%2FWalletConnect%2Frust-http-starter" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WalletConnect/rust-http-starter
[INFO] finished tweaking git repo https://github.com/WalletConnect/rust-http-starter
[INFO] tweaked toml for git repo https://github.com/WalletConnect/rust-http-starter written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WalletConnect/rust-http-starter 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/WalletConnect/rust-http-starter 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 92e6865c1640070e2cec0ce81da1638e40fac94a2016b3a9318bb77b10c62477
[INFO] running `Command { std: "docker" "start" "-a" "92e6865c1640070e2cec0ce81da1638e40fac94a2016b3a9318bb77b10c62477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92e6865c1640070e2cec0ce81da1638e40fac94a2016b3a9318bb77b10c62477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92e6865c1640070e2cec0ce81da1638e40fac94a2016b3a9318bb77b10c62477", kill_on_drop: false }`
[INFO] [stdout] 92e6865c1640070e2cec0ce81da1638e40fac94a2016b3a9318bb77b10c62477
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] aa9ac2af56f1f0dc81b7cc0a77e05c222b693bdd880a7ab73b7caf1757f2a73f
[INFO] running `Command { std: "docker" "start" "-a" "aa9ac2af56f1f0dc81b7cc0a77e05c222b693bdd880a7ab73b7caf1757f2a73f", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling openssl-sys v0.9.78
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.43
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling semver v1.0.14
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling which v4.3.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]    Compiling libgit2-sys v0.14.0+1.5.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling camino v1.1.1
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling prost-types v0.9.0
[INFO] [stderr]    Compiling crc-catalog v2.1.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling sqlformat v0.2.0
[INFO] [stderr]    Compiling crc v3.0.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling hashlink v0.8.1
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling whoami v1.2.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling dotenvy v0.15.6
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.3.0
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling tonic-build v0.6.2
[INFO] [stderr]    Compiling sqlx-rt v0.6.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling axum-core v0.3.0
[INFO] [stderr]    Compiling cargo_metadata v0.15.2
[INFO] [stderr]    Compiling build-info-common v0.0.28
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling dashmap v4.0.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling opentelemetry-otlp v0.10.0
[INFO] [stderr]    Compiling opentelemetry v0.17.0
[INFO] [stderr]    Compiling sqlx-core v0.6.2
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling axum v0.6.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling tower-http v0.3.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling build-info-proc v0.0.28
[INFO] [stderr]    Compiling serde_path_to_error v0.1.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling sync_wrapper v0.1.1
[INFO] [stderr]    Compiling matchit v0.6.0
[INFO] [stderr]    Compiling build-info v0.0.28
[INFO] [stderr]    Compiling tracing-opentelemetry v0.17.4
[INFO] [stderr]    Compiling envy v0.4.2
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.6.2
[INFO] [stderr]    Compiling sqlx-macros v0.6.2
[INFO] [stderr]    Compiling sqlx v0.6.2
[INFO] [stderr]    Compiling git2 v0.15.0
[INFO] [stderr]    Compiling build-info-build v0.0.28
[INFO] [stderr]    Compiling rust-http-starter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/state.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | build_info::build_info!(fn build_info);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | build_info::build_info!(fn build_info);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `example` is never read
[INFO] [stdout]   --> src/state.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Metrics {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 10 |     pub example: UpDownCounter<i64>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Metrics` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `example_store` is never read
[INFO] [stdout]   --> src/state.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub example_store: ExampleStoreArc,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]  --> src/stores/mod.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type Result<T> = std::result::Result<T, StoreError>;
[INFO] [stdout]   |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TableRow` is never constructed
[INFO] [stdout]  --> src/stores/example.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct TableRow {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `create_row`, `get_row`, and `delete_row` are never used
[INFO] [stdout]   --> src/stores/example.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait ExampleStore {
[INFO] [stdout]    |           ------------ methods in this trait
[INFO] [stdout] 17 |     async fn create_row(&self, id: &str, row: TableRow) -> stores::Result<()>;
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 18 |     async fn get_row(&self, id: &str) -> stores::Result<TableRow>;
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 19 |     async fn delete_row(&self, id: &str) -> stores::Result<()>;
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 29s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[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" "aa9ac2af56f1f0dc81b7cc0a77e05c222b693bdd880a7ab73b7caf1757f2a73f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa9ac2af56f1f0dc81b7cc0a77e05c222b693bdd880a7ab73b7caf1757f2a73f", kill_on_drop: false }`
[INFO] [stdout] aa9ac2af56f1f0dc81b7cc0a77e05c222b693bdd880a7ab73b7caf1757f2a73f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 9b784edc41cdd89e42dd1e79baaaa897778a64d0ebbd71cc902a718102cb796d
[INFO] running `Command { std: "docker" "start" "-a" "9b784edc41cdd89e42dd1e79baaaa897778a64d0ebbd71cc902a718102cb796d", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling test-context-macros v0.1.4
[INFO] [stderr]    Compiling ipnet v2.6.0
[INFO] [stderr]    Compiling git2 v0.15.0
[INFO] [stderr]    Compiling sqlx-core v0.6.2
[INFO] [stderr]    Compiling build-info-build v0.0.28
[INFO] [stderr]    Compiling rust-http-starter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling axum-core v0.3.0
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling opentelemetry v0.17.0
[INFO] [stderr]    Compiling test-context v0.1.4
[INFO] [stderr]    Compiling tower-http v0.3.4
[INFO] [stderr]    Compiling tracing-opentelemetry v0.17.4
[INFO] [stderr]    Compiling sqlx-macros v0.6.2
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling sqlx v0.6.2
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling axum v0.6.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling tonic v0.6.2
[INFO] [stderr]    Compiling reqwest v0.11.13
[INFO] [stderr]    Compiling opentelemetry-otlp v0.10.0
[INFO] [stdout] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/state.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | build_info::build_info!(fn build_info);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | build_info::build_info!(fn build_info);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `example` is never read
[INFO] [stdout]   --> src/state.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Metrics {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 10 |     pub example: UpDownCounter<i64>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Metrics` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `example_store` is never read
[INFO] [stdout]   --> src/state.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub example_store: ExampleStoreArc,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]  --> src/stores/mod.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type Result<T> = std::result::Result<T, StoreError>;
[INFO] [stdout]   |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TableRow` is never constructed
[INFO] [stdout]  --> src/stores/example.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct TableRow {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `create_row`, `get_row`, and `delete_row` are never used
[INFO] [stdout]   --> src/stores/example.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait ExampleStore {
[INFO] [stdout]    |           ------------ methods in this trait
[INFO] [stdout] 17 |     async fn create_row(&self, id: &str, row: TableRow) -> stores::Result<()>;
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 18 |     async fn get_row(&self, id: &str) -> stores::Result<TableRow>;
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 19 |     async fn delete_row(&self, id: &str) -> stores::Result<()>;
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/state.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | build_info::build_info!(fn build_info);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | build_info::build_info!(fn build_info);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `example` is never read
[INFO] [stdout]   --> src/state.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Metrics {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 10 |     pub example: UpDownCounter<i64>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Metrics` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `example_store` is never read
[INFO] [stdout]   --> src/state.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub example_store: ExampleStoreArc,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Result` is never used
[INFO] [stdout]  --> src/stores/mod.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type Result<T> = std::result::Result<T, StoreError>;
[INFO] [stdout]   |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TableRow` is never constructed
[INFO] [stdout]  --> src/stores/example.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct TableRow {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `create_row`, `get_row`, and `delete_row` are never used
[INFO] [stdout]   --> src/stores/example.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait ExampleStore {
[INFO] [stdout]    |           ------------ methods in this trait
[INFO] [stdout] 17 |     async fn create_row(&self, id: &str, row: TableRow) -> stores::Result<()>;
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 18 |     async fn get_row(&self, id: &str) -> stores::Result<TableRow>;
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 19 |     async fn delete_row(&self, id: &str) -> stores::Result<()>;
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Error` is never used
[INFO] [stdout]   --> tests/context/server.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum Error {}
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[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" "9b784edc41cdd89e42dd1e79baaaa897778a64d0ebbd71cc902a718102cb796d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b784edc41cdd89e42dd1e79baaaa897778a64d0ebbd71cc902a718102cb796d", kill_on_drop: false }`
[INFO] [stdout] 9b784edc41cdd89e42dd1e79baaaa897778a64d0ebbd71cc902a718102cb796d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 76eaacddc9063a5938e9464a4b6148ca0c948e2484d807cb7fd87b77d876970a
[INFO] running `Command { std: "docker" "start" "-a" "76eaacddc9063a5938e9464a4b6148ca0c948e2484d807cb7fd87b77d876970a", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stderr]   --> src/state.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | build_info::build_info!(fn build_info);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `build_info::chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stderr]   --> src/lib.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | build_info::build_info!(fn build_info);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `$crate::proc::build_info` which comes from the expansion of the macro `build_info::build_info` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: field `example` is never read
[INFO] [stderr]   --> src/state.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub struct Metrics {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] 10 |     pub example: UpDownCounter<i64>,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Metrics` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `example_store` is never read
[INFO] [stderr]   --> src/state.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct AppState {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 18 |     pub example_store: ExampleStoreArc,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Result` is never used
[INFO] [stderr]  --> src/stores/mod.rs:3:6
[INFO] [stderr]   |
[INFO] [stderr] 3 | type Result<T> = std::result::Result<T, StoreError>;
[INFO] [stderr]   |      ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TableRow` is never constructed
[INFO] [stderr]  --> src/stores/example.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub struct TableRow {
[INFO] [stderr]   |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `create_row`, `get_row`, and `delete_row` are never used
[INFO] [stderr]   --> src/stores/example.rs:17:14
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub trait ExampleStore {
[INFO] [stderr]    |           ------------ methods in this trait
[INFO] [stderr] 17 |     async fn create_row(&self, id: &str, row: TableRow) -> stores::Result<()>;
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr] 18 |     async fn get_row(&self, id: &str) -> stores::Result<TableRow>;
[INFO] [stderr]    |              ^^^^^^^
[INFO] [stderr] 19 |     async fn delete_row(&self, id: &str) -> stores::Result<()>;
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-http-starter` (lib) generated 7 warnings
[INFO] [stderr] warning: enum `Error` is never used
[INFO] [stderr]   --> tests/context/server.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub enum Error {}
[INFO] [stderr]    |          ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-http-starter` (test "integration") generated 1 warning
[INFO] [stderr] warning: `rust-http-starter` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[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/rust_http_starter-c3cdafd2672a09e8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_http_starter-92858343a3a765a8)
[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/integration.rs (/opt/rustwide/target/debug/deps/integration-03841379b038cb39)
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test functional::test_health ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- functional::test_health stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'functional::test_health' (18) panicked at tests/context/server.rs:45:13:
[INFO] [stdout] Failed to start server with error: Elapsed(Elapsed(()))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f09249e6362 - 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:     0x5f09249e6362 - 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:     0x5f09249e6362 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f09249e6362 - <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:     0x5f09249f9bdf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f09249f9bdf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f09249b1cd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f09249b1cd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f09249bec62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f09249c3c5f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f09249c3af1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f0924052d6e - <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:     0x5f0924052d6e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f09249c43cf - <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:     0x5f09249c43cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f09249c417a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f09249bed99 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f09249a56cd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f0924a034a0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f0923e530aa - integration::context::server::RustHttpStarter::start::{{closure}}::h08c6ae75161b03f2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/context/server.rs:45:13
[INFO] [stdout]   20:     0x5f0923e5abc1 - <integration::context::ServerContext as test_context::AsyncTestContext>::setup::{{closure}}::h604bcfba74adb610
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/context/mod.rs:12:47
[INFO] [stdout]   21:     0x5f0923e5a6bf - <core::pin::Pin<P> as core::future::future::Future>::poll::he0573e80ef4f60cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f0923e5b3ef - integration::functional::test_health::{{closure}}::h7655cee87efe21c9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/functional/mod.rs:3:1
[INFO] [stdout]   23:     0x5f0923e5a65d - <core::pin::Pin<P> as core::future::future::Future>::poll::h3727c7572b8d4cee
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5f0923e5a50d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h26fd71e8b4aac053
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   25:     0x5f0923e5a43b - tokio::runtime::coop::with_budget::h3b4e6c3c3ae3ef67
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   26:     0x5f0923e5a43b - tokio::runtime::coop::budget::h4d019b8100b35a96
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   27:     0x5f0923e5a43b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hd32e6bd2355454db
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   28:     0x5f0923e58dd0 - tokio::runtime::scheduler::current_thread::Context::enter::h3314300c97a2f639
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   29:     0x5f0923e59b12 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::had8fa069303a7e49
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   30:     0x5f0923e598a4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h34a2246797acf719
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   31:     0x5f0923e5f1a3 - tokio::macros::scoped_tls::ScopedKey<T>::set::h74a0a7447e89f139
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x5f0923e5964f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h2cc5eae57c93a56c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   33:     0x5f0923e598c2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hc6ab73b9637c1299
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   34:     0x5f0923e58a03 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h397aee28db487193
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   35:     0x5f0923e60b6e - tokio::runtime::runtime::Runtime::block_on::he80b2e2a4727e1df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   36:     0x5f0923e5b1d0 - integration::functional::test_health::hf2f185a59087089e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/functional/mod.rs:3:1
[INFO] [stdout]   37:     0x5f0923e5b7f7 - integration::functional::test_health::{{closure}}::h972b7695798b71b5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/functional/mod.rs:3:31
[INFO] [stdout]   38:     0x5f0923e55e16 - core::ops::function::FnOnce::call_once::hdb6ba06b6a45d0f2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f0924052b2b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f0924052b2b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x5f0924068795 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x5f0924068795 - <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]   43:     0x5f0924068795 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   44:     0x5f0924068795 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   45:     0x5f0924068795 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5f0924068795 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x5f0924068795 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x5f092403ef84 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x5f092403ef84 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x5f092404284a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x5f092404284a - <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]   52:     0x5f092404284a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x5f092404284a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   54:     0x5f092404284a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5f092404284a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   56:     0x5f092404284a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5f09249b9eff - <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]   58:     0x5f09249b9eff - 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]   59:     0x74d9e0903aa4 - <unknown>
[INFO] [stdout]   60:     0x74d9e0990a34 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (19) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/time/entry.rs:567:13:
[INFO] [stdout] A Tokio 1.x context was found, but it is being shutdown.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f09249e6362 - 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:     0x5f09249e6362 - 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:     0x5f09249e6362 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f09249e6362 - <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:     0x5f09249f9bdf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f09249f9bdf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f09249b1cd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f09249b1cd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f09249bec62 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f09249c3c5f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f09249c3af1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f0924052d6e - <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:     0x5f0924052d6e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f09249c43cf - <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:     0x5f09249c43cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f09249c417a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f09249bed99 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f09249a56cd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f0924a034a0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f09248a6180 - core::panicking::panic_display::h8771796f71d4523e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5f0924872348 - tokio::runtime::time::entry::TimerEntry::poll_elapsed::h4d9cc14ae8b86695
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/time/entry.rs:567:13
[INFO] [stdout]   21:     0x5f092487075e - tokio::time::sleep::Sleep::poll_elapsed::hd3b7e25962183d44
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/time/sleep.rs:401:31
[INFO] [stdout]   22:     0x5f0924877300 - <tokio::time::sleep::Sleep as core::future::future::Future>::poll::ha51c5b0939258581
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/time/sleep.rs:433:36
[INFO] [stdout]   23:     0x5f09244b7553 - sqlx_core::pool::inner::PoolInner<DB>::connect::{{closure}}::h51a4f389a5b1b7c2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/pool/inner.rs:341:37
[INFO] [stdout]   24:     0x5f09244b6f68 - sqlx_core::pool::inner::PoolInner<DB>::acquire::{{closure}}::{{closure}}::hb0faa2b10e886026
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/pool/inner.rs:272:58
[INFO] [stdout]   25:     0x5f09244ab871 - <tokio::time::timeout::Timeout<T> as core::future::future::Future>::poll::h7df6dacdc08b9301
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/time/timeout.rs:192:42
[INFO] [stdout]   26:     0x5f09244b6148 - sqlx_core::pool::inner::PoolInner<DB>::acquire::{{closure}}::hec11836ae243dc7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/pool/inner.rs:276:14
[INFO] [stdout]   27:     0x5f092409a8cf - sqlx_core::pool::options::PoolOptions<DB>::connect_with::{{closure}}::h36b7903777e8b002
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/pool/options.rs:457:36
[INFO] [stdout]   28:     0x5f0924077b18 - rust_http_starter::bootstap::{{closure}}::h424da4e9641d51a4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:48:10
[INFO] [stdout]   29:     0x5f0923e53562 - integration::context::server::RustHttpStarter::start::{{closure}}::{{closure}}::{{closure}}::h993d2de786df4890
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/context/server.rs:39:63
[INFO] [stdout]   30:     0x5f0923e6032b - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::hbc492da6bf2ec834
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/park.rs:272:74
[INFO] [stdout]   31:     0x5f0923e60152 - tokio::runtime::coop::with_budget::h490b9d1eb5571c40
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   32:     0x5f0923e60152 - tokio::runtime::coop::budget::h4885b67da161ba10
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   33:     0x5f0923e60152 - tokio::runtime::park::CachedParkThread::block_on::hd7702bf6d624157f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/park.rs:272:31
[INFO] [stdout]   34:     0x5f0923e6083e - tokio::runtime::context::BlockingRegionGuard::block_on::h89c73218d310b056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/context.rs:255:18
[INFO] [stdout]   35:     0x5f0923e605be - tokio::runtime::handle::Handle::block_on::h8e32f0b785c582d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/handle.rs:266:14
[INFO] [stdout]   36:     0x5f0923e5316b - integration::context::server::RustHttpStarter::start::{{closure}}::{{closure}}::h3d16d44c02094b3b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/context/server.rs:29:16
[INFO] [stdout]   37:     0x5f0923e5be56 - std::sys::backtrace::__rust_begin_short_backtrace::ha5b9155b07bb910d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f0923e5d383 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h2b0f5521ec251f71
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x5f0923e5b080 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hacfb9b12acf3929e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f0923e5556b - std::panicking::catch_unwind::do_call::ha57f2026077c0a3e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f0923e6252b - __rust_try
[INFO] [stdout]   42:     0x5f0923e5d14d - std::panicking::catch_unwind::hbd3828e22a48ec6d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   43:     0x5f0923e5d14d - std::panic::catch_unwind::h35e7c76ff6ade13e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5f0923e5d14d - std::thread::Builder::spawn_unchecked_::{{closure}}::hf8ebded923ce0dcd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x5f0923e55d7e - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf98a0d3f9adf0d1e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f09249b9eff - <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]   47:     0x5f09249b9eff - 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]   48:     0x74d9e0903aa4 - <unknown>
[INFO] [stdout]   49:     0x74d9e0990a34 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     functional::test_health
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "76eaacddc9063a5938e9464a4b6148ca0c948e2484d807cb7fd87b77d876970a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76eaacddc9063a5938e9464a4b6148ca0c948e2484d807cb7fd87b77d876970a", kill_on_drop: false }`
[INFO] [stdout] 76eaacddc9063a5938e9464a4b6148ca0c948e2484d807cb7fd87b77d876970a
