[INFO] cloning repository https://github.com/s-krylov/yet_another_crates_service
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/s-krylov/yet_another_crates_service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs-krylov%2Fyet_another_crates_service", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs-krylov%2Fyet_another_crates_service'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa1f8b6f56c787b6dc64313a2a82eaf9815a52cd
[INFO] testing s-krylov/yet_another_crates_service against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs-krylov%2Fyet_another_crates_service" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/s-krylov/yet_another_crates_service
[INFO] finished tweaking git repo https://github.com/s-krylov/yet_another_crates_service
[INFO] tweaked toml for git repo https://github.com/s-krylov/yet_another_crates_service written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/s-krylov/yet_another_crates_service on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/s-krylov/yet_another_crates_service 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb538c3fe11bef8aa0c72360b27dc48bd3451186b111004c444f8919504899b1
[INFO] running `Command { std: "docker" "start" "-a" "eb538c3fe11bef8aa0c72360b27dc48bd3451186b111004c444f8919504899b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb538c3fe11bef8aa0c72360b27dc48bd3451186b111004c444f8919504899b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb538c3fe11bef8aa0c72360b27dc48bd3451186b111004c444f8919504899b1", kill_on_drop: false }`
[INFO] [stdout] eb538c3fe11bef8aa0c72360b27dc48bd3451186b111004c444f8919504899b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28ea2356fc4a0270b73d7e0c822bcc811efeea5ef7f834240db81bb856beadf6
[INFO] running `Command { std: "docker" "start" "-a" "28ea2356fc4a0270b73d7e0c822bcc811efeea5ef7f834240db81bb856beadf6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling itoa v1.0.16
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ryu v1.0.21
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling psm v0.1.29
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling serde_json v1.0.146
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling postgres-protocol v0.6.9
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling diesel_derives v2.1.4
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling postgres-types v0.2.11
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-postgres v0.7.15
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling redis v0.23.3
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling diesel v2.1.6
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling scoped-futures v0.1.4
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling deadpool-redis v0.12.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]    Compiling chumsky v0.9.3
[INFO] [stderr]    Compiling rocket_db_pools_codegen v0.1.0
[INFO] [stderr]    Compiling email-encoding v0.4.1
[INFO] [stderr]    Compiling hostname v0.4.2
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling quoted_printable v0.5.1
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling lettre v0.11.19
[INFO] [stderr]    Compiling diesel-async v0.4.1
[INFO] [stderr]    Compiling rocket_db_pools v0.1.0
[INFO] [stderr]    Compiling cr8t_service v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `schema::users::username`
[INFO] [stdout]   --> src/commands/mail.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     schema::users::username,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
[INFO] running `Command { std: "docker" "inspect" "28ea2356fc4a0270b73d7e0c822bcc811efeea5ef7f834240db81bb856beadf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28ea2356fc4a0270b73d7e0c822bcc811efeea5ef7f834240db81bb856beadf6", kill_on_drop: false }`
[INFO] [stdout] 28ea2356fc4a0270b73d7e0c822bcc811efeea5ef7f834240db81bb856beadf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9600ec43e4547ca300359ee982863e91549bfe1a048d6bd2a79fb4cd61c727c0
[INFO] running `Command { std: "docker" "start" "-a" "9600ec43e4547ca300359ee982863e91549bfe1a048d6bd2a79fb4cd61c727c0", kill_on_drop: false }`
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling redis v0.23.3
[INFO] [stderr]    Compiling lettre v0.11.19
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling deadpool-redis v0.12.0
[INFO] [stderr]    Compiling rocket_db_pools v0.1.0
[INFO] [stderr]    Compiling cr8t_service v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stdout] warning: unused import: `schema::users::username`
[INFO] [stdout]   --> src/commands/mail.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     schema::users::username,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.26
[INFO] [stdout] warning: unused import: `schema::users::username`
[INFO] [stdout]   --> src/commands/mail.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     schema::users::username,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_test_crate` is never used
[INFO] [stdout]   --> tests/common.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn create_test_crate(client: &Client, rustacean_id: i64) -> Result<Value, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_test_crate` is never used
[INFO] [stdout]   --> tests/common.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn delete_test_crate(client: &Client, id: i64) -> Rezult {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]   --> tests/authorization.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let output = Command::new("cargo")
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_user_rest_client` is never used
[INFO] [stdout]   --> tests/common.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn create_user_rest_client(user: &str, role: &str) -> Result<Client, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_viewer_rest_client` is never used
[INFO] [stdout]   --> tests/common.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn create_viewer_rest_client() -> Result<Client, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_editor_rest_client` is never used
[INFO] [stdout]   --> tests/common.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn create_editor_rest_client() -> Result<Client, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_test_rustecean` is never used
[INFO] [stdout]   --> tests/common.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn create_test_rustecean(client: &Client) -> Result<Value, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_test_rustecean` is never used
[INFO] [stdout]   --> tests/common.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn delete_test_rustecean(client: &Client, id: i64) -> Rezult {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_test_crate` is never used
[INFO] [stdout]   --> tests/common.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn create_test_crate(client: &Client, rustacean_id: i64) -> Result<Value, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_test_crate` is never used
[INFO] [stdout]   --> tests/common.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn delete_test_crate(client: &Client, id: i64) -> Rezult {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_editor_rest_client` is never used
[INFO] [stdout]   --> tests/common.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn create_editor_rest_client() -> Result<Client, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_test_rustecean` is never used
[INFO] [stdout]   --> tests/common.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn create_test_rustecean(client: &Client) -> Result<Value, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_test_rustecean` is never used
[INFO] [stdout]   --> tests/common.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn delete_test_rustecean(client: &Client, id: i64) -> Rezult {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_test_crate` is never used
[INFO] [stdout]   --> tests/common.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn create_test_crate(client: &Client, rustacean_id: i64) -> Result<Value, Error> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_test_crate` is never used
[INFO] [stdout]   --> tests/common.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn delete_test_crate(client: &Client, id: i64) -> Rezult {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 53.73s
[INFO] running `Command { std: "docker" "inspect" "9600ec43e4547ca300359ee982863e91549bfe1a048d6bd2a79fb4cd61c727c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9600ec43e4547ca300359ee982863e91549bfe1a048d6bd2a79fb4cd61c727c0", kill_on_drop: false }`
[INFO] [stdout] 9600ec43e4547ca300359ee982863e91549bfe1a048d6bd2a79fb4cd61c727c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d7fc9890a571a1723c42748b350c15e05b32b5744a64eee88cd8abbeb080859a
[INFO] running `Command { std: "docker" "start" "-a" "d7fc9890a571a1723c42748b350c15e05b32b5744a64eee88cd8abbeb080859a", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `schema::users::username`
[INFO] [stderr]   --> src/commands/mail.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     schema::users::username,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cr8t_service` (lib) generated 1 warning (run `cargo fix --lib -p cr8t_service` to apply 1 suggestion)
[INFO] [stderr] warning: function `create_editor_rest_client` is never used
[INFO] [stderr]   --> tests/common.rs:56:8
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub fn create_editor_rest_client() -> Result<Client, Error> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_test_rustecean` is never used
[INFO] [stderr]   --> tests/common.rs:60:8
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub fn create_test_rustecean(client: &Client) -> Result<Value, Error> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `delete_test_rustecean` is never used
[INFO] [stderr]   --> tests/common.rs:73:8
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub fn delete_test_rustecean(client: &Client, id: i64) -> Rezult {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_test_crate` is never used
[INFO] [stderr]   --> tests/common.rs:82:8
[INFO] [stderr]    |
[INFO] [stderr] 82 | pub fn create_test_crate(client: &Client, rustacean_id: i64) -> Result<Value, Error> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `delete_test_crate` is never used
[INFO] [stderr]   --> tests/common.rs:98:8
[INFO] [stderr]    |
[INFO] [stderr] 98 | pub fn delete_test_crate(client: &Client, id: i64) -> Rezult {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_test_crate` is never used
[INFO] [stderr]   --> tests/common.rs:82:8
[INFO] [stderr]    |
[INFO] [stderr] 82 | pub fn create_test_crate(client: &Client, rustacean_id: i64) -> Result<Value, Error> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `output`
[INFO] [stderr]   --> tests/authorization.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let output = Command::new("cargo")
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_user_rest_client` is never used
[INFO] [stderr]   --> tests/common.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn create_user_rest_client(user: &str, role: &str) -> Result<Client, Error> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_viewer_rest_client` is never used
[INFO] [stderr]   --> tests/common.rs:52:8
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub fn create_viewer_rest_client() -> Result<Client, Error> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_editor_rest_client` is never used
[INFO] [stderr]   --> tests/common.rs:56:8
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub fn create_editor_rest_client() -> Result<Client, Error> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cr8t_service` (test "me") generated 5 warnings
[INFO] [stderr] warning: `cr8t_service` (test "rustaceans") generated 2 warnings (1 duplicate)
[INFO] [stderr] warning: `cr8t_service` (test "authorization") generated 8 warnings (4 duplicates) (run `cargo fix --test "authorization" -p cr8t_service` to apply 1 suggestion)
[INFO] [stderr] warning: `cr8t_service` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cr8t_service-ea0a431ef6520700)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/cli.rs (/opt/rustwide/target/debug/deps/cli-ac61c406f1173532)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cr8t_service-60cebf1411b43eb8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/authorization.rs (/opt/rustwide/target/debug/deps/authorization-cd50866abfc34f4c)
[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 2 tests
[INFO] [stdout] test test_login ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test authorization`
[INFO] [stdout] test test_login_failed ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_login stdout ----
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: "http://127.0.0.1:8000/login", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", 127.0.0.1:8000, Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_login_failed stdout ----
[INFO] [stdout] output = Output { status: ExitStatus(unix_wait_status(25856)), stdout: "", stderr: "warning: unused import: `schema::users::username`\n  --> src/commands/mail.rs:10:5\n   |\n10 |     schema::users::username,\n   |     ^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\nwarning: `cr8t_service` (lib) generated 1 warning (run `cargo fix --lib -p cr8t_service` to apply 1 suggestion)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s\n     Running `/opt/rustwide/target/debug/cli users create dummy_user 123 viewer`\n\nthread 'main' (23) panicked at src/commands/mod.rs:16:38:\nDATABASE_URL environment variaable should be set: NotPresent\nstack backtrace:\n   0:     0x6516dc81826a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9\n   1:     0x6516dc81826a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14\n   2:     0x6516dc81826a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9\n   3:     0x6516dc81826a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26\n   4:     0x6516dc830fda - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76\n   5:     0x6516dc830fda - core[10b6fa85044e1869]::fmt::write\n   6:     0x6516dc81e122 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11\n   7:     0x6516dc81e122 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13\n   8:     0x6516dc7fc38f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9\n   9:     0x6516dc7fc38f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27\n  10:     0x6516dc80fc11 - std[b80a194dd3c418bb]::panicking::default_hook\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9\n  11:     0x6516dc80fe8b - std[b80a194dd3c418bb]::panicking::panic_with_hook\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13\n  12:     0x6516dc7fc448 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13\n  13:     0x6516dc7f3c79 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18\n  14:     0x6516dc7fd30d - __rustc[9698a3e60dd14283]::rust_begin_unwind\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5\n  15:     0x6516dc83196c - core[10b6fa85044e1869]::panicking::panic_fmt\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14\n  16:     0x6516dc8316b2 - core[10b6fa85044e1869]::result::unwrap_failed\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5\n  17:     0x6516dbddeebe - core::result::Result<T,E>::expect::h35f48d8e86d3ffa6\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23\n  18:     0x6516dbdf80fe - cr8t_service::commands::create_db_connection::{{closure}}::hbf8810dc9aa08215\n                               at /opt/rustwide/workdir/src/commands/mod.rs:16:38\n  19:     0x6516dbdfe97c - cr8t_service::commands::users::create_user::{{closure}}::h9c3e80b29bc01567\n                               at /opt/rustwide/workdir/src/commands/users.rs:11:49\n  20:     0x6516dbd3c0ee - cli::main::{{closure}}::h3c03fae74021e7f5\n                               at /opt/rustwide/workdir/src/bin/cli.rs:89:56\n  21:     0x6516dbd48e8d - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::hbf46a2a49eace43a\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:71\n  22:     0x6516dbd48842 - tokio::task::coop::with_budget::hb14a31d20589f2a7\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5\n  23:     0x6516dbd48842 - tokio::task::coop::budget::h506a20793dce6f4e\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5\n  24:     0x6516dbd48842 - tokio::runtime::park::CachedParkThread::block_on::ha04c79fdab6f3e42\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:31\n  25:     0x6516dbd44775 - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h1f1c184caa7a0474\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs:66:14\n  26:     0x6516dbd44fa6 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h93f944bf55ed6ec4\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:89:22\n  27:     0x6516dbd43c77 - tokio::runtime::context::runtime::enter_runtime::h4e709e36ae8e667d\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16\n  28:     0x6516dbd44ed1 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h3ac65e7cf74b3acd\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:88:9\n  29:     0x6516dbd44b19 - tokio::runtime::runtime::Runtime::block_on_inner::h617bf8ccb86d61fa\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:370:50\n  30:     0x6516dbd44dab - tokio::runtime::runtime::Runtime::block_on::hbb7cb46550237864\n                               at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18\n  31:     0x6516dbd34cf3 - cli::main::h79d03dcb44d0c38b\n                               at /opt/rustwide/workdir/src/bin/cli.rs:72:40\n  32:     0x6516dbd3d9db - core::ops::function::FnOnce::call_once::hacce935bc63cb912\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5\n  33:     0x6516dbd4167e - std::sys::backtrace::__rust_begin_short_backtrace::hba3ae7d16238b7bc\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18\n  34:     0x6516dbd415b1 - std::rt::lang_start::{{closure}}::h0e882e340664f668\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:206:18\n  35:     0x6516dc80eed4 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21\n  36:     0x6516dc80eed4 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40\n  37:     0x6516dc80eed4 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19\n  38:     0x6516dc80eed4 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14\n  39:     0x6516dc80eed4 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24\n  40:     0x6516dc80eed4 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40\n  41:     0x6516dc80eed4 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19\n  42:     0x6516dc80eed4 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14\n  43:     0x6516dc80eed4 - std[b80a194dd3c418bb]::rt::lang_start_internal\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5\n  44:     0x6516dbd41597 - std::rt::lang_start::ha0c24f54e8328b49\n                               at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:205:5\n  45:     0x6516dbd3ea1e - main\n  46:     0x7f33cfc8c1ca - <unknown>\n  47:     0x7f33cfc8c28b - __libc_start_main\n  48:     0x6516dbd34ae5 - _start\n  49:                0x0 - <unknown>\n" }
[INFO] [stdout] Error: reqwest::Error { kind: Request, url: "http://127.0.0.1:8000/login", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", 127.0.0.1:8000, Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_login
[INFO] [stdout]     test_login_failed
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.91s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d7fc9890a571a1723c42748b350c15e05b32b5744a64eee88cd8abbeb080859a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7fc9890a571a1723c42748b350c15e05b32b5744a64eee88cd8abbeb080859a", kill_on_drop: false }`
[INFO] [stdout] d7fc9890a571a1723c42748b350c15e05b32b5744a64eee88cd8abbeb080859a
