[INFO] cloning repository https://github.com/Basillica/rust-app-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Basillica/rust-app-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBasillica%2Frust-app-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBasillica%2Frust-app-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ec27963bbf77afb88097bdc80884611dd304687c [INFO] testing Basillica/rust-app-template against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBasillica%2Frust-app-template" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Basillica/rust-app-template [INFO] finished tweaking git repo https://github.com/Basillica/rust-app-template [INFO] tweaked toml for git repo https://github.com/Basillica/rust-app-template written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Basillica/rust-app-template on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Basillica/rust-app-template 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" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec4c310a3e5d67304c7559be373826b70d0416c38b6b77b7be6f5f738a5d3d53 [INFO] running `Command { std: "docker" "start" "-a" "ec4c310a3e5d67304c7559be373826b70d0416c38b6b77b7be6f5f738a5d3d53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec4c310a3e5d67304c7559be373826b70d0416c38b6b77b7be6f5f738a5d3d53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec4c310a3e5d67304c7559be373826b70d0416c38b6b77b7be6f5f738a5d3d53", kill_on_drop: false }` [INFO] [stdout] ec4c310a3e5d67304c7559be373826b70d0416c38b6b77b7be6f5f738a5d3d53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 610813a700ca22a4b05c09d0c477e04b1714742f06be1a210b4690b3c13fb68a [INFO] running `Command { std: "docker" "start" "-a" "610813a700ca22a4b05c09d0c477e04b1714742f06be1a210b4690b3c13fb68a", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling zstd-safe v7.2.0 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling bindgen v0.66.1 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling ordered-float v4.2.2 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling zstd-sys v2.0.12+zstd.1.5.6 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling sqlformat v0.2.4 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling base64 v0.20.0 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling crossterm v0.26.1 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling rustls-native-certs v0.7.2 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling comfy-table v6.2.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling webpki-roots v0.26.5 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling strfmt v0.2.4 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling rustls-webpki v0.102.6 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling opentelemetry v0.21.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling libsql-sqlite3-parser v0.11.1 [INFO] [stderr] Compiling opentelemetry_sdk v0.21.2 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling http-range-header v0.3.1 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Compiling portable-atomic v1.7.0 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling shuttle-codegen v0.47.0 [INFO] [stderr] Compiling ed25519-dalek v2.1.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling sqlx-core v0.7.4 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling opentelemetry-http v0.10.0 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling signatory v0.27.1 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling tracing-opentelemetry v0.22.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling parse-size v1.0.0 [INFO] [stderr] Compiling impl-more v0.1.6 [INFO] [stderr] Compiling nkeys v0.4.3 [INFO] [stderr] Compiling actix-multipart-derive v0.7.0 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling serde_nanos v0.1.4 [INFO] [stderr] Compiling prost v0.12.6 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_plain v1.0.2 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling nuid v0.5.0 [INFO] [stderr] Compiling http-range v0.1.5 [INFO] [stderr] Compiling cron v0.12.1 [INFO] [stderr] Compiling jsonwebtoken v9.3.0 [INFO] [stderr] Compiling prost-types v0.12.6 [INFO] [stderr] Compiling libsql-hrana v0.1.1 [INFO] [stderr] Compiling sqlx-postgres v0.7.4 [INFO] [stderr] Compiling libsql-ffi v0.2.1 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-rustls v0.25.0 [INFO] [stderr] Compiling tokio-retry v0.3.0 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling tryhard v0.5.1 [INFO] [stderr] Compiling async-nats v0.35.1 [INFO] [stderr] Compiling actix-server v2.4.0 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling actix-tls v3.4.0 [INFO] [stderr] Compiling shuttle-common v0.47.0 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] Compiling shuttle-service v0.47.0 [INFO] [stderr] Compiling sqlx-macros v0.7.4 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling actix-http v3.8.0 [INFO] [stderr] Compiling redis v0.26.1 [INFO] [stderr] Compiling sqlx v0.7.4 [INFO] [stderr] Compiling shuttle-shared-db v0.47.0 [INFO] [stderr] Compiling actix-web v4.8.0 [INFO] [stderr] Compiling awc v3.5.1 [INFO] [stderr] Compiling libsql-rusqlite v0.30.0 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling hyper-rustls v0.25.0 [INFO] [stderr] Compiling libsql-sys v0.5.0 [INFO] [stderr] Compiling actix-files v0.6.6 [INFO] [stderr] Compiling actix-multipart v0.7.2 [INFO] [stderr] Compiling actix-ws v0.3.0 [INFO] [stderr] Compiling actix-session v0.10.0 [INFO] [stderr] Compiling tonic v0.11.0 [INFO] [stderr] Compiling tonic v0.10.2 [INFO] [stderr] Compiling shuttle-proto v0.47.0 [INFO] [stderr] Compiling tonic-web v0.11.0 [INFO] [stderr] Compiling libsql_replication v0.3.1 [INFO] [stderr] Compiling shuttle-runtime v0.47.0 [INFO] [stderr] Compiling shuttle-actix-web v0.47.0 [INFO] [stderr] Compiling libsql v0.3.5 [INFO] [stderr] Compiling easydev-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `chrono::Local` [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::Local; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `middleware::auth::TokenAuth` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use middleware::auth::TokenAuth; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `str::FromStr` [INFO] [stdout] --> src/main.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | use std::{env, str::FromStr}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> src/chatserver/types.rs:1:34 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::{HashMap, HashSet}, sync::{atomic::AtomicUsize, Arc}}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CronState` is never constructed [INFO] [stdout] --> src/main.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | struct CronState { [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 `PathParams` is never constructed [INFO] [stdout] --> src/models/auth.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct PathParams { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UserModel` is never constructed [INFO] [stdout] --> src/models/user.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct UserModel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decode` is never used [INFO] [stdout] --> src/utils/jwt.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn decode(token: &str)-> bool{ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vector_to_string` is never used [INFO] [stdout] --> src/utils/sqlite/room.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | fn vector_to_string(strings: &[String]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `insert` is never used [INFO] [stdout] --> src/utils/sqlite/room.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | pub async fn insert(r: PersonalRoom, client: &Database, id: &str)-> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `insert` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | pub async fn insert(user: UserModel, client: &Database, id: &str)-> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | pub async fn get(id: &str, client: &Database) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_by_email` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | pub async fn get_by_email(email: &str, client: &Database) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_all` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | pub async fn get_all(client: &Database) -> Option> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `delete` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:91:18 [INFO] [stdout] | [INFO] [stdout] 91 | pub async fn delete(id: &str, client: &Database) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `string_to_vector` is never used [INFO] [stdout] --> src/utils/sqlite/message.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | fn string_to_vector(string: String) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TokenAuthMiddleware` is never constructed [INFO] [stdout] --> src/middleware/auth.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct TokenAuthMiddleware { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "610813a700ca22a4b05c09d0c477e04b1714742f06be1a210b4690b3c13fb68a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "610813a700ca22a4b05c09d0c477e04b1714742f06be1a210b4690b3c13fb68a", kill_on_drop: false }` [INFO] [stdout] 610813a700ca22a4b05c09d0c477e04b1714742f06be1a210b4690b3c13fb68a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bbade899b7e7477e6f8bb87fa96deceae38d9fdd445be8fdd077a0da59659c0 [INFO] running `Command { std: "docker" "start" "-a" "5bbade899b7e7477e6f8bb87fa96deceae38d9fdd445be8fdd077a0da59659c0", kill_on_drop: false }` [INFO] [stderr] Compiling easydev-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `chrono::Local` [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::Local; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `str::FromStr` [INFO] [stdout] --> src/main.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | use std::{env, str::FromStr}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> src/chatserver/types.rs:1:34 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::{HashMap, HashSet}, sync::{atomic::AtomicUsize, Arc}}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CronState` is never constructed [INFO] [stdout] --> src/main.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | struct CronState { [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 `PathParams` is never constructed [INFO] [stdout] --> src/models/auth.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct PathParams { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UserModel` is never constructed [INFO] [stdout] --> src/models/user.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct UserModel { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vector_to_string` is never used [INFO] [stdout] --> src/utils/sqlite/room.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | fn vector_to_string(strings: &[String]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `insert` is never used [INFO] [stdout] --> src/utils/sqlite/room.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | pub async fn insert(r: PersonalRoom, client: &Database, id: &str)-> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `insert` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | pub async fn insert(user: UserModel, client: &Database, id: &str)-> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | pub async fn get(id: &str, client: &Database) -> Option { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_by_email` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | pub async fn get_by_email(email: &str, client: &Database) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_all` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | pub async fn get_all(client: &Database) -> Option> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `delete` is never used [INFO] [stdout] --> src/utils/sqlite/user.rs:91:18 [INFO] [stdout] | [INFO] [stdout] 91 | pub async fn delete(id: &str, client: &Database) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `string_to_vector` is never used [INFO] [stdout] --> src/utils/sqlite/message.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | fn string_to_vector(string: String) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.02s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "5bbade899b7e7477e6f8bb87fa96deceae38d9fdd445be8fdd077a0da59659c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bbade899b7e7477e6f8bb87fa96deceae38d9fdd445be8fdd077a0da59659c0", kill_on_drop: false }` [INFO] [stdout] 5bbade899b7e7477e6f8bb87fa96deceae38d9fdd445be8fdd077a0da59659c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 35c5d4e570fd9fae75ba12948bf9d0b679633694cc468f8232b52bd41d623b75 [INFO] running `Command { std: "docker" "start" "-a" "35c5d4e570fd9fae75ba12948bf9d0b679633694cc468f8232b52bd41d623b75", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `chrono::Local` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use chrono::Local; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `str::FromStr` [INFO] [stderr] --> src/main.rs:13:16 [INFO] [stderr] | [INFO] [stderr] 13 | use std::{env, str::FromStr}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `HashSet` [INFO] [stderr] --> src/chatserver/types.rs:1:34 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{collections::{HashMap, HashSet}, sync::{atomic::AtomicUsize, Arc}}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `CronState` is never constructed [INFO] [stderr] --> src/main.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | struct CronState { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `PathParams` is never constructed [INFO] [stderr] --> src/models/auth.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct PathParams { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `UserModel` is never constructed [INFO] [stderr] --> src/models/user.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct UserModel { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `vector_to_string` is never used [INFO] [stderr] --> src/utils/sqlite/room.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 6 | fn vector_to_string(strings: &[String]) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `insert` is never used [INFO] [stderr] --> src/utils/sqlite/room.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | pub async fn insert(r: PersonalRoom, client: &Database, id: &str)-> Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `insert` is never used [INFO] [stderr] --> src/utils/sqlite/user.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | pub async fn insert(user: UserModel, client: &Database, id: &str)-> Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `get` is never used [INFO] [stderr] --> src/utils/sqlite/user.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | pub async fn get(id: &str, client: &Database) -> Option { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function `get_by_email` is never used [INFO] [stderr] --> src/utils/sqlite/user.rs:37:18 [INFO] [stderr] | [INFO] [stderr] 37 | pub async fn get_by_email(email: &str, client: &Database) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `get_all` is never used [INFO] [stderr] --> src/utils/sqlite/user.rs:64:18 [INFO] [stderr] | [INFO] [stderr] 64 | pub async fn get_all(client: &Database) -> Option> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `delete` is never used [INFO] [stderr] --> src/utils/sqlite/user.rs:91:18 [INFO] [stderr] | [INFO] [stderr] 91 | pub async fn delete(id: &str, client: &Database) -> Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `string_to_vector` is never used [INFO] [stderr] --> src/utils/sqlite/message.rs:11:8 [INFO] [stderr] | [INFO] [stderr] 11 | fn string_to_vector(string: String) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `easydev-api` (bin "easydev-api" test) generated 14 warnings (run `cargo fix --bin "easydev-api" --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/easydev_api-23b0610099ae4e3c) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_index_post ... ok [INFO] [stdout] test utils::db::db_test::test_user_insert ... FAILED [INFO] [stdout] test tests::test_login ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- utils::db::db_test::test_user_insert stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'utils::db::db_test::test_user_insert' (27) panicked at src/utils/db.rs:99:66: [INFO] [stdout] the database connection string was not set: NotPresent [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5aefb0d50842 - std::backtrace_rs::backtrace::libunwind::trace::hcbb09259ca22005c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5aefb0d50842 - std::backtrace_rs::backtrace::trace_unsynchronized::h0fac8c223cd6e456 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5aefb0d50842 - std::sys::backtrace::_print_fmt::he5f2b5e0c66ce66e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5aefb0d50842 - ::fmt::haf29e060fb6137a9 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5aefb0d6426f - core::fmt::rt::Argument::fmt::h596977d9d4f722b0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5aefb0d6426f - core::fmt::write::h0ee4d44b8e20572d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5aefb0d1a041 - std::io::default_write_fmt::h5f5bf04c08f51588 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5aefb0d1a041 - std::io::Write::write_fmt::he99637cf0d3cbc1c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5aefb0d27632 - std::sys::backtrace::BacktraceLock::print::h3db71735b2a2861b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5aefb0d2d09f - std::panicking::default_hook::{{closure}}::h0168a26bb62ec69b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5aefb0d2cf31 - std::panicking::default_hook::h7454a6fd0ab61b64 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5aefafa69b9e - as core::ops::function::Fn>::call::h8dac224212939801 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5aefafa69b9e - test::test_main_with_exit_callback::{{closure}}::h18346b0063635f4a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5aefb0d2d80f - as core::ops::function::Fn>::call::h7e5d21d6123baaaf [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5aefb0d2d80f - std::panicking::panic_with_hook::h2d45a49bfd4e6ec4 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5aefb0d2d5ba - std::panicking::panic_handler::{{closure}}::h37f0f43a266cd34d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5aefb0d27769 - std::sys::backtrace::__rust_end_short_backtrace::h1ed0bd8883e4d747 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5aefb0d0db9d - __rustc[92da9811a626c906]::rust_begin_unwind [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5aefb0d6e210 - core::panicking::panic_fmt::hc1117383da035bf0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5aefb0d6d056 - core::result::unwrap_failed::h9521c83364d1c9d7 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1855:5 [INFO] [stdout] 20: 0x5aefaf96668e - core::result::Result::expect::h5b1495bdf6e5422d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1178:23 [INFO] [stdout] 21: 0x5aefaf9a5283 - easydev_api::utils::db::db_test::create_db_pool::{{closure}}::h11cd529d4180b179 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/db.rs:99:66 [INFO] [stdout] 22: 0x5aefaf9a5937 - easydev_api::utils::db::db_test::test_user_insert::{{closure}}::h32f097a997273921 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/db.rs:67:37 [INFO] [stdout] 23: 0x5aefaf99a13f - as core::future::future::Future>::poll::{{closure}}::h194978c629aea7e3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:995:44 [INFO] [stdout] 24: 0x5aefaf997880 - tokio::task::local::LocalSet::with::{{closure}}::h887101861c2acf3c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:747:13 [INFO] [stdout] 25: 0x5aefaf99fa05 - std::thread::local::LocalKey::try_with::h95ce461d603e5643 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 26: 0x5aefaf99d82e - std::thread::local::LocalKey::with::hf22857efc9e51bca [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 27: 0x5aefaf997676 - tokio::task::local::LocalSet::with::h997088454c6411f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:745:17 [INFO] [stdout] 28: 0x5aefaf999ee6 - as core::future::future::Future>::poll::h408b8fb3a3a82cf8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:985:22 [INFO] [stdout] 29: 0x5aefaf997feb - tokio::task::local::LocalSet::run_until::{{closure}}::h94514d88aa058223 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:639:19 [INFO] [stdout] 30: 0x5aefaf9996cd - as core::future::future::Future>::poll::h3a1d9887bf148800 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/future/future.rs:133:9 [INFO] [stdout] 31: 0x5aefaf99968d - as core::future::future::Future>::poll::h35ae00de54ee3178 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/future/future.rs:133:9 [INFO] [stdout] 32: 0x5aefaf98b18d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hac0cfcc89cd0f1f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:73 [INFO] [stdout] 33: 0x5aefaf98a7ab - tokio::runtime::coop::with_budget::h9c1af78976bc9792 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 34: 0x5aefaf98a7ab - tokio::runtime::coop::budget::ha46f0bced4a3194e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 35: 0x5aefaf98a7ab - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h0900b151e0af2a59 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:25 [INFO] [stdout] 36: 0x5aefaf982280 - tokio::runtime::scheduler::current_thread::Context::enter::h902f8579b337f131 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:412:19 [INFO] [stdout] 37: 0x5aefaf986950 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h35b7125944e17687 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:672:44 [INFO] [stdout] 38: 0x5aefaf986414 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h482c6a8804be7d83 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:68 [INFO] [stdout] 39: 0x5aefaf95d97b - tokio::runtime::context::scoped::Scoped::set::he69c2afe2b4d1e8d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 40: 0x5aefaf924459 - tokio::runtime::context::set_scheduler::{{closure}}::he5cf7e623daeea29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:38 [INFO] [stdout] 41: 0x5aefaf99e272 - std::thread::local::LocalKey::try_with::h39d79abf749d39a2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 42: 0x5aefaf99d87e - std::thread::local::LocalKey::with::hfdf3331f33ec97a5 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 43: 0x5aefaf9242cd - tokio::runtime::context::set_scheduler::h9644926265f96ea8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:17 [INFO] [stdout] 44: 0x5aefaf984d00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h016efcf4431a9eea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:27 [INFO] [stdout] 45: 0x5aefaf9865d3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h87e213cea7eda808 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:660:24 [INFO] [stdout] 46: 0x5aefaf980b33 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hceb17017a1691fee [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:180:33 [INFO] [stdout] 47: 0x5aefaf925410 - tokio::runtime::context::runtime::enter_runtime::h2e481ede95967369 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 48: 0x5aefaf97f383 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h2fb1e4e169a832fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:168:9 [INFO] [stdout] 49: 0x5aefaf937665 - tokio::runtime::runtime::Runtime::block_on_inner::hc46767348e67b6ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:361:52 [INFO] [stdout] 50: 0x5aefaf937b42 - tokio::runtime::runtime::Runtime::block_on::h474759265b6af595 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333:18 [INFO] [stdout] 51: 0x5aefaf997b10 - tokio::task::local::LocalSet::block_on::hd62658eb3c6544ed [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:596:12 [INFO] [stdout] 52: 0x5aefaf99a44a - actix_rt::runtime::Runtime::block_on::h607be31107164bfa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20 [INFO] [stdout] 53: 0x5aefaf9a3dfa - actix_rt::system::SystemRunner::block_on::hda9c39962f22bb71 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17 [INFO] [stdout] 54: 0x5aefaf9a5677 - easydev_api::utils::db::db_test::test_user_insert::h9064aa6923879ef8 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/db.rs:63:5 [INFO] [stdout] 55: 0x5aefaf9a56d7 - easydev_api::utils::db::db_test::test_user_insert::{{closure}}::h2273319a3193e76e [INFO] [stdout] at /opt/rustwide/workdir/src/utils/db.rs:64:32 [INFO] [stdout] 56: 0x5aefaf911af6 - core::ops::function::FnOnce::call_once::hcd2718ccb53ee694 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 57: 0x5aefafa6995b - core::ops::function::FnOnce::call_once::habfa9d6a6bb4aa21 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 58: 0x5aefafa6995b - test::__rust_begin_short_backtrace::hc119b5350e87269b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:663:18 [INFO] [stdout] 59: 0x5aefafa7f5a5 - test::run_test_in_process::{{closure}}::h47f2af3109a35895 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:74 [INFO] [stdout] 60: 0x5aefafa7f5a5 - as core::ops::function::FnOnce<()>>::call_once::h5dba888a302c7fc3 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 61: 0x5aefafa7f5a5 - std::panicking::catch_unwind::do_call::h245c3fdea830e686 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 62: 0x5aefafa7f5a5 - std::panicking::catch_unwind::he88149d1cfc3a929 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 63: 0x5aefafa7f5a5 - std::panic::catch_unwind::hd43a8ff20deb6d7a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 64: 0x5aefafa7f5a5 - test::run_test_in_process::hcf11d509449005e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:27 [INFO] [stdout] 65: 0x5aefafa7f5a5 - test::run_test::{{closure}}::heb13d4899a512502 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:607:43 [INFO] [stdout] 66: 0x5aefafa55d84 - test::run_test::{{closure}}::h3e08e9adf8aad35e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:637:41 [INFO] [stdout] 67: 0x5aefafa55d84 - std::sys::backtrace::__rust_begin_short_backtrace::h773f9a01402fd17f [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 68: 0x5aefafa5968a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h408f0520947b97f2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 69: 0x5aefafa5968a - as core::ops::function::FnOnce<()>>::call_once::h1162a01751e98fdc [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 70: 0x5aefafa5968a - std::panicking::catch_unwind::do_call::hf4224593c5d108e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 71: 0x5aefafa5968a - std::panicking::catch_unwind::h4478d419d6ab8a26 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 72: 0x5aefafa5968a - std::panic::catch_unwind::h1e472892204dcfec [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 73: 0x5aefafa5968a - std::thread::Builder::spawn_unchecked_::{{closure}}::hd555321a5ac5351d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 74: 0x5aefafa5968a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb9947c3c1cc735ed [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 75: 0x5aefb0d228af - as core::ops::function::FnOnce>::call_once::hf699f0a3c139bc19 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 76: 0x5aefb0d228af - std::sys::thread::unix::Thread::new::thread_start::h2d5318761291e34a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 77: 0x730a7f205aa4 - [INFO] [stdout] 78: 0x730a7f292a34 - clone [INFO] [stdout] 79: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::test_login stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tests::test_login' (26) panicked at src/utils/mod.rs:40:65: [INFO] [stdout] the database connection string was not set: NotPresent [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5aefb0d50842 - std::backtrace_rs::backtrace::libunwind::trace::hcbb09259ca22005c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5aefb0d50842 - std::backtrace_rs::backtrace::trace_unsynchronized::h0fac8c223cd6e456 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5aefb0d50842 - std::sys::backtrace::_print_fmt::he5f2b5e0c66ce66e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5aefb0d50842 - ::fmt::haf29e060fb6137a9 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5aefb0d6426f - core::fmt::rt::Argument::fmt::h596977d9d4f722b0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5aefb0d6426f - core::fmt::write::h0ee4d44b8e20572d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5aefb0d1a041 - std::io::default_write_fmt::h5f5bf04c08f51588 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5aefb0d1a041 - std::io::Write::write_fmt::he99637cf0d3cbc1c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5aefb0d27632 - std::sys::backtrace::BacktraceLock::print::h3db71735b2a2861b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5aefb0d2d09f - std::panicking::default_hook::{{closure}}::h0168a26bb62ec69b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5aefb0d2cf31 - std::panicking::default_hook::h7454a6fd0ab61b64 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5aefafa69b9e - as core::ops::function::Fn>::call::h8dac224212939801 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5aefafa69b9e - test::test_main_with_exit_callback::{{closure}}::h18346b0063635f4a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5aefb0d2d80f - as core::ops::function::Fn>::call::h7e5d21d6123baaaf [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5aefb0d2d80f - std::panicking::panic_with_hook::h2d45a49bfd4e6ec4 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5aefb0d2d5ba - std::panicking::panic_handler::{{closure}}::h37f0f43a266cd34d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5aefb0d27769 - std::sys::backtrace::__rust_end_short_backtrace::h1ed0bd8883e4d747 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5aefb0d0db9d - __rustc[92da9811a626c906]::rust_begin_unwind [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5aefb0d6e210 - core::panicking::panic_fmt::hc1117383da035bf0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5aefb0d6d056 - core::result::unwrap_failed::h9521c83364d1c9d7 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1855:5 [INFO] [stdout] 20: 0x5aefaf96668e - core::result::Result::expect::h5b1495bdf6e5422d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1178:23 [INFO] [stdout] 21: 0x5aefaf9a4cb2 - easydev_api::utils::get_db_pool::{{closure}}::h4e3c6d87fffc4fa6 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/mod.rs:40:65 [INFO] [stdout] 22: 0x5aefaf9b1b0c - easydev_api::tests::test_login::{{closure}}::heef93ab39b6c8bbf [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:157:70 [INFO] [stdout] 23: 0x5aefaf99a27f - as core::future::future::Future>::poll::{{closure}}::hf0a0e4d4ef55b261 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:995:44 [INFO] [stdout] 24: 0x5aefaf997790 - tokio::task::local::LocalSet::with::{{closure}}::h20bf89fe428d15e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:747:13 [INFO] [stdout] 25: 0x5aefaf99e5a5 - std::thread::local::LocalKey::try_with::h40645a6689aa92b9 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 26: 0x5aefaf99d6fe - std::thread::local::LocalKey::with::hbba1609fe7828b73 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 27: 0x5aefaf9976f6 - tokio::task::local::LocalSet::with::ha6af94aa2b8f2a67 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:745:17 [INFO] [stdout] 28: 0x5aefaf999f86 - as core::future::future::Future>::poll::h96b9206ad6f448d0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:985:22 [INFO] [stdout] 29: 0x5aefaf99823b - tokio::task::local::LocalSet::run_until::{{closure}}::h996b295869c7ad90 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:639:19 [INFO] [stdout] 30: 0x5aefaf99998d - as core::future::future::Future>::poll::hec7cce459349de49 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/future/future.rs:133:9 [INFO] [stdout] 31: 0x5aefaf9995ad - as core::future::future::Future>::poll::h188f300a1f0738fc [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/future/future.rs:133:9 [INFO] [stdout] 32: 0x5aefaf98b14d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::ha23018f0a9dd5717 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:73 [INFO] [stdout] 33: 0x5aefaf98ae4b - tokio::runtime::coop::with_budget::hc56326d1ba7e80e2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:107:5 [INFO] [stdout] 34: 0x5aefaf98ae4b - tokio::runtime::coop::budget::h7145bc036c73c203 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/coop.rs:73:5 [INFO] [stdout] 35: 0x5aefaf98ae4b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::he7632e395462d09d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:673:25 [INFO] [stdout] 36: 0x5aefaf981660 - tokio::runtime::scheduler::current_thread::Context::enter::h1b3147e79d71fc06 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:412:19 [INFO] [stdout] 37: 0x5aefaf988930 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha2f5920bd85a7a01 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:672:44 [INFO] [stdout] 38: 0x5aefaf986454 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::ha7c98ba020de4c03 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:68 [INFO] [stdout] 39: 0x5aefaf95d6db - tokio::runtime::context::scoped::Scoped::set::hb980a1dc18d8d029 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 40: 0x5aefaf9243d9 - tokio::runtime::context::set_scheduler::{{closure}}::h3a56c21dc0c5675c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:38 [INFO] [stdout] 41: 0x5aefaf9a07e2 - std::thread::local::LocalKey::try_with::he3119f040e6fb658 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:315:12 [INFO] [stdout] 42: 0x5aefaf99d3de - std::thread::local::LocalKey::with::h7fdb3ca03a7e87ec [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/local.rs:279:20 [INFO] [stdout] 43: 0x5aefaf92428d - tokio::runtime::context::set_scheduler::h9419dfbd26db23b1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context.rs:180:17 [INFO] [stdout] 44: 0x5aefaf985540 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h324b8efe461c2ed7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:751:27 [INFO] [stdout] 45: 0x5aefaf986633 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h96a32f27e6167d0b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:660:24 [INFO] [stdout] 46: 0x5aefaf97fdb3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3c73aa79f6cf5cb4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:180:33 [INFO] [stdout] 47: 0x5aefaf925570 - tokio::runtime::context::runtime::enter_runtime::h43a2ecc8bd8cb5a1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 48: 0x5aefaf97f733 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h4f24f7cd9dd48c29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/scheduler/current_thread/mod.rs:168:9 [INFO] [stdout] 49: 0x5aefaf937355 - tokio::runtime::runtime::Runtime::block_on_inner::h270cd10ee1e48fc2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:361:52 [INFO] [stdout] 50: 0x5aefaf937d42 - tokio::runtime::runtime::Runtime::block_on::he2bb80746d7d4f1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/runtime/runtime.rs:333:18 [INFO] [stdout] 51: 0x5aefaf997a90 - tokio::task::local::LocalSet::block_on::h3450a873baefd85b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/task/local.rs:596:12 [INFO] [stdout] 52: 0x5aefaf99a46a - actix_rt::runtime::Runtime::block_on::hfc9fa8a5914cddec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20 [INFO] [stdout] 53: 0x5aefaf9a3dda - actix_rt::system::SystemRunner::block_on::h25f14f5404cc8f24 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17 [INFO] [stdout] 54: 0x5aefaf9b1755 - easydev_api::tests::test_login::h705a5b2afd1da976 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:154:5 [INFO] [stdout] 55: 0x5aefaf9b17b7 - easydev_api::tests::test_login::{{closure}}::h6e8b4ffdea82c570 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:155:26 [INFO] [stdout] 56: 0x5aefaf911306 - core::ops::function::FnOnce::call_once::h54f82010d3e99279 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 57: 0x5aefafa6995b - core::ops::function::FnOnce::call_once::habfa9d6a6bb4aa21 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 58: 0x5aefafa6995b - test::__rust_begin_short_backtrace::hc119b5350e87269b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:663:18 [INFO] [stdout] 59: 0x5aefafa7f5a5 - test::run_test_in_process::{{closure}}::h47f2af3109a35895 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:74 [INFO] [stdout] 60: 0x5aefafa7f5a5 - as core::ops::function::FnOnce<()>>::call_once::h5dba888a302c7fc3 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 61: 0x5aefafa7f5a5 - std::panicking::catch_unwind::do_call::h245c3fdea830e686 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 62: 0x5aefafa7f5a5 - std::panicking::catch_unwind::he88149d1cfc3a929 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 63: 0x5aefafa7f5a5 - std::panic::catch_unwind::hd43a8ff20deb6d7a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 64: 0x5aefafa7f5a5 - test::run_test_in_process::hcf11d509449005e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:27 [INFO] [stdout] 65: 0x5aefafa7f5a5 - test::run_test::{{closure}}::heb13d4899a512502 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:607:43 [INFO] [stdout] 66: 0x5aefafa55d84 - test::run_test::{{closure}}::h3e08e9adf8aad35e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:637:41 [INFO] [stdout] 67: 0x5aefafa55d84 - std::sys::backtrace::__rust_begin_short_backtrace::h773f9a01402fd17f [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 68: 0x5aefafa5968a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h408f0520947b97f2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 69: 0x5aefafa5968a - as core::ops::function::FnOnce<()>>::call_once::h1162a01751e98fdc [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 70: 0x5aefafa5968a - std::panicking::catch_unwind::do_call::hf4224593c5d108e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 71: 0x5aefafa5968a - std::panicking::catch_unwind::h4478d419d6ab8a26 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 72: 0x5aefafa5968a - std::panic::catch_unwind::h1e472892204dcfec [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 73: 0x5aefafa5968a - std::thread::Builder::spawn_unchecked_::{{closure}}::hd555321a5ac5351d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 74: 0x5aefafa5968a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb9947c3c1cc735ed [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 75: 0x5aefb0d228af - as core::ops::function::FnOnce>::call_once::hf699f0a3c139bc19 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 76: 0x5aefb0d228af - std::sys::thread::unix::Thread::new::thread_start::h2d5318761291e34a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 77: 0x730a7f205aa4 - [INFO] [stdout] 78: 0x730a7f292a34 - clone [INFO] [stdout] 79: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_login [INFO] [stdout] utils::db::db_test::test_user_insert [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin easydev-api` [INFO] running `Command { std: "docker" "inspect" "35c5d4e570fd9fae75ba12948bf9d0b679633694cc468f8232b52bd41d623b75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35c5d4e570fd9fae75ba12948bf9d0b679633694cc468f8232b52bd41d623b75", kill_on_drop: false }` [INFO] [stdout] 35c5d4e570fd9fae75ba12948bf9d0b679633694cc468f8232b52bd41d623b75