[INFO] cloning repository https://github.com/grimerssy/hexagon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/grimerssy/hexagon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrimerssy%2Fhexagon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrimerssy%2Fhexagon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d3ec36f90e7a08a43c69a3eeb24a3b36e400aa3
[INFO] testing grimerssy/hexagon 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%2Fgrimerssy%2Fhexagon" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/grimerssy/hexagon
[INFO] finished tweaking git repo https://github.com/grimerssy/hexagon
[INFO] tweaked toml for git repo https://github.com/grimerssy/hexagon written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/grimerssy/hexagon 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/grimerssy/hexagon 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] 29262a94faf9f6d0fc6e8d47f78403c1a728bd9dd07f9c0ef959b82fe81ceab9
[INFO] running `Command { std: "docker" "start" "-a" "29262a94faf9f6d0fc6e8d47f78403c1a728bd9dd07f9c0ef959b82fe81ceab9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29262a94faf9f6d0fc6e8d47f78403c1a728bd9dd07f9c0ef959b82fe81ceab9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29262a94faf9f6d0fc6e8d47f78403c1a728bd9dd07f9c0ef959b82fe81ceab9", kill_on_drop: false }`
[INFO] [stdout] 29262a94faf9f6d0fc6e8d47f78403c1a728bd9dd07f9c0ef959b82fe81ceab9
[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] 89bd8752f92c3059d7d81b06ab4209d8d2ada227793b190b1e8ae52ade251417
[INFO] running `Command { std: "docker" "start" "-a" "89bd8752f92c3059d7d81b06ab4209d8d2ada227793b190b1e8ae52ade251417", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling serde_derive v1.0.183
[INFO] [stderr]    Compiling const-oid v0.9.5
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.12
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling rustls v0.21.6
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling crc-catalog v2.2.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.3
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling der v0.7.8
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling cc v1.0.82
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling signature v2.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling spki v0.7.2
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling hashlink v0.8.3
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling tokio v1.30.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling rustix v0.38.7
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling sha2 v0.10.7
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling stringprep v0.1.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling async-trait v0.1.72
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling rsa v0.9.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.14
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling matchit v0.7.2
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling sqlformat v0.2.1
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling serde-aux v4.2.0
[INFO] [stderr]    Compiling argon2 v0.5.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling tempfile v3.7.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling pin-project-internal v1.1.2
[INFO] [stderr]    Compiling axum-macros v0.3.8
[INFO] [stderr]    Compiling strum_macros v0.25.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.3
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling config v0.13.3
[INFO] [stderr]    Compiling webpki-roots v0.24.0
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling serde_with_macros v3.2.0
[INFO] [stderr]    Compiling pin-project v1.1.2
[INFO] [stderr]    Compiling serde_with v3.2.0
[INFO] [stderr]    Compiling sqlx-core v0.7.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling sqlx-mysql v0.7.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.1
[INFO] [stderr]    Compiling sqlx-macros v0.7.1
[INFO] [stderr]    Compiling sqlx v0.7.1
[INFO] [stderr]    Compiling hexagon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `InvalidPassword` is never constructed
[INFO] [stdout]  --> src/domain/error.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum Error {
[INFO] [stdout]   |          ----- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     InvalidPassword,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Id` is never constructed
[INFO] [stdout]  --> src/domain/id.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Id(u64);
[INFO] [stdout]   |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `User` is never constructed
[INFO] [stdout]   --> src/domain/user.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct User {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `verify_password` is never used
[INFO] [stdout]  --> src/ports/hash.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait Hasher {
[INFO] [stdout]   |           ------ method in this trait
[INFO] [stdout] 7 |     fn hash_password(&self, password: Password) -> Result<PasswordHash>;
[INFO] [stdout] 8 |     fn verify_password(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "89bd8752f92c3059d7d81b06ab4209d8d2ada227793b190b1e8ae52ade251417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89bd8752f92c3059d7d81b06ab4209d8d2ada227793b190b1e8ae52ade251417", kill_on_drop: false }`
[INFO] [stdout] 89bd8752f92c3059d7d81b06ab4209d8d2ada227793b190b1e8ae52ade251417
[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] 2b2ef6d2b65c8b0a3a55a94fcaa0ee0a447ab3d1200351fcafecebd74aa7c8ed
[INFO] running `Command { std: "docker" "start" "-a" "2b2ef6d2b65c8b0a3a55a94fcaa0ee0a447ab3d1200351fcafecebd74aa7c8ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling rustls v0.21.6
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling dummy v0.6.0
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling unidecode v0.3.0
[INFO] [stderr]    Compiling ipnet v2.8.0
[INFO] [stderr]    Compiling webpki-roots v0.25.2
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fake v2.8.0
[INFO] [stderr]    Compiling regex-automata v0.3.7
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling sqlx-core v0.7.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling mockall_derive v0.11.4
[INFO] [stderr]    Compiling regex v1.9.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling mockall v0.11.4
[INFO] [stderr]    Compiling sqlx-mysql v0.7.1
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.1
[INFO] [stderr]    Compiling sqlx-macros v0.7.1
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling hyper-rustls v0.24.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.20
[INFO] [stderr]    Compiling sqlx v0.7.1
[INFO] [stderr]    Compiling hexagon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `InvalidPassword` is never constructed
[INFO] [stdout]  --> src/domain/error.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum Error {
[INFO] [stdout]   |          ----- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     InvalidPassword,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Id` is never constructed
[INFO] [stdout]  --> src/domain/id.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Id(u64);
[INFO] [stdout]   |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `User` is never constructed
[INFO] [stdout]   --> src/domain/user.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct User {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `verify_password` is never used
[INFO] [stdout]  --> src/ports/hash.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait Hasher {
[INFO] [stdout]   |           ------ method in this trait
[INFO] [stdout] 7 |     fn hash_password(&self, password: Password) -> Result<PasswordHash>;
[INFO] [stdout] 8 |     fn verify_password(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `InvalidPassword` is never constructed
[INFO] [stdout]  --> src/domain/error.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum Error {
[INFO] [stdout]   |          ----- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     InvalidPassword,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Id` is never constructed
[INFO] [stdout]  --> src/domain/id.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Id(u64);
[INFO] [stdout]   |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `ID` is never used
[INFO] [stdout]   --> src/domain/id.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     static ID: AtomicU64 = AtomicU64::new(1);
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `User` is never constructed
[INFO] [stdout]   --> src/domain/user.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct User {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `verify_password` is never used
[INFO] [stdout]  --> src/ports/hash.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait Hasher {
[INFO] [stdout]   |           ------ method in this trait
[INFO] [stdout] 7 |     fn hash_password(&self, password: Password) -> Result<PasswordHash>;
[INFO] [stdout] 8 |     fn verify_password(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 59.03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "2b2ef6d2b65c8b0a3a55a94fcaa0ee0a447ab3d1200351fcafecebd74aa7c8ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b2ef6d2b65c8b0a3a55a94fcaa0ee0a447ab3d1200351fcafecebd74aa7c8ed", kill_on_drop: false }`
[INFO] [stdout] 2b2ef6d2b65c8b0a3a55a94fcaa0ee0a447ab3d1200351fcafecebd74aa7c8ed
[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] c28fd1165063f3e061b3c139a536360847935488ce01a9622c8cb0ea046af55e
[INFO] running `Command { std: "docker" "start" "-a" "c28fd1165063f3e061b3c139a536360847935488ce01a9622c8cb0ea046af55e", kill_on_drop: false }`
[INFO] [stderr] warning: variant `InvalidPassword` is never constructed
[INFO] [stderr]  --> src/domain/error.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub enum Error {
[INFO] [stderr]   |          ----- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 8 |     InvalidPassword,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Id` is never constructed
[INFO] [stderr]  --> src/domain/id.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct Id(u64);
[INFO] [stderr]   |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `User` is never constructed
[INFO] [stderr]   --> src/domain/user.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct User {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `verify_password` is never used
[INFO] [stderr]  --> src/ports/hash.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub trait Hasher {
[INFO] [stderr]   |           ------ method in this trait
[INFO] [stderr] 7 |     fn hash_password(&self, password: Password) -> Result<PasswordHash>;
[INFO] [stderr] 8 |     fn verify_password(
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `hexagon` (lib) generated 4 warnings
[INFO] [stderr] warning: static `ID` is never used
[INFO] [stderr]   --> src/domain/id.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 |     static ID: AtomicU64 = AtomicU64::new(1);
[INFO] [stderr]    |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: `hexagon` (lib test) generated 5 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hexagon-98c655342c3cac97)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test adapters::mysql::users::tests::reject_duplicate_email ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- adapters::mysql::users::tests::reject_duplicate_email stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'adapters::mysql::users::tests::reject_duplicate_email' (25) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-mysql-0.7.1/src/testing/mod.rs:84:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b909712b8ba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b909712b8ba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b909712b8ba - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b909712b8ba - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b9097142eaa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b9097142eaa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5b9097130632 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b9097130632 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b90971098af - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b90971098af - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b9097123529 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b9096c19d3c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5b9096c19d3c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b90971237a2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5b90971237a2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b9097109968 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b9097100ef9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b909710a8dd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b90971437bc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b9097143502 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b9096d07114 - core::result::Result<T,E>::expect::he2f9de2b7e8ef9b2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5b9096c8afd5 - sqlx_mysql::testing::test_context::{{closure}}::h0cdcbac46b8f99e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-mysql-0.7.1/src/testing/mod.rs:84:44
[INFO] [stdout]   22:     0x5b9096c8e1dc - sqlx_mysql::testing::<impl sqlx_core::testing::TestSupport for sqlx_mysql::database::MySql>::test_context::{{closure}}::h83616f42ec66b5c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-mysql-0.7.1/src/testing/mod.rs:31:42
[INFO] [stdout]   23:     0x5b9096c0926f - <core::pin::Pin<P> as core::future::future::Future>::poll::h3abe8b9e01fdc5b6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b9096c0d3d1 - sqlx_core::testing::run_test::{{closure}}::h785418e89ad72b8e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.1/src/testing/mod.rs:212:14
[INFO] [stdout]   25:     0x5b9096c0920d - <core::pin::Pin<P> as core::future::future::Future>::poll::h1d2c62d2ad00db58
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5b9096c057bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h867e39bea3b284a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   27:     0x5b9096c056fb - tokio::runtime::coop::with_budget::hc009b8e7b3cec3ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   28:     0x5b9096c056fb - tokio::runtime::coop::budget::h6078af051c37ecfd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   29:     0x5b9096c056fb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::ha07a5590c0c8f939
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   30:     0x5b9096c04230 - tokio::runtime::scheduler::current_thread::Context::enter::hed5c9cbea0aeefba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   31:     0x5b9096c04dcd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h8cc6842965847b4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   32:     0x5b9096c04ad4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hf9426926aad664ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   33:     0x5b9096c032fb - tokio::runtime::context::scoped::Scoped<T>::set::hb4e25fca56dd428d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   34:     0x5b9096bfd3f9 - tokio::runtime::context::set_scheduler::{{closure}}::hc9899f58e5d7e34a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/context.rs:176:38
[INFO] [stdout]   35:     0x5b9096bfffe2 - std::thread::local::LocalKey<T>::try_with::hdbf9e12d09a5e3ec
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   36:     0x5b9096bff53e - std::thread::local::LocalKey<T>::with::h3f282342d4fff342
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   37:     0x5b9096bfd3ad - tokio::runtime::context::set_scheduler::h753a85b8978468b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/context.rs:176:17
[INFO] [stdout]   38:     0x5b9096c04880 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h5adfc50cbbcb66c2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   39:     0x5b9096c04b16 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h913597ebf6293747
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   40:     0x5b9096c03ba9 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h42ae3ca13e9f4235
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   41:     0x5b9096c03463 - tokio::runtime::context::runtime::enter_runtime::hcc50404c33198cbe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   42:     0x5b9096c03ac5 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h130b3c7b69dd2adf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   43:     0x5b9096bf7a6c - tokio::runtime::runtime::Runtime::block_on::h418b2e8bb0eab75e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.30.0/src/runtime/runtime.rs:347:52
[INFO] [stdout]   44:     0x5b9096bfe570 - sqlx_core::rt::test_block_on::h40a75e7d433ebb56
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.1/src/rt/mod.rs:123:14
[INFO] [stdout]   45:     0x5b9096c0d187 - sqlx_core::testing::run_test::h9cfb0ab34e710297
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.1/src/testing/mod.rs:210:5
[INFO] [stdout]   46:     0x5b9096c0c866 - sqlx_core::testing::run_test_with_pool::h9d3abf108980403e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.1/src/testing/mod.rs:181:5
[INFO] [stdout]   47:     0x5b9096c07eba - <fn(sqlx_core::pool::Pool<DB>) .> Fut as sqlx_core::testing::TestFn>::run_test::hd3a93f371bd8791a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.7.1/src/testing/mod.rs:84:9
[INFO] [stdout]   48:     0x5b9096bf82fa - hexagon::adapters::mysql::users::tests::reject_duplicate_email::h90f515f112356c8d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/adapters/mysql/users.rs:61:5
[INFO] [stdout]   49:     0x5b9096bf8317 - hexagon::adapters::mysql::users::tests::reject_duplicate_email::{{closure}}::hc849f7947ce3ef99
[INFO] [stdout]                                at /opt/rustwide/workdir/src/adapters/mysql/users.rs:61:18
[INFO] [stdout]   50:     0x5b9096be7366 - core::ops::function::FnOnce::call_once::hf887cec43ee0b831
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x5b9096c0de1b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x5b9096c0de1b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x5b9096c1a80b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x5b9096c1a80b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5b9096c1a80b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5b9096c1a80b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5b9096c1a80b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5b9096c1a80b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x5b9096c1a80b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x5b9096c15f24 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x5b9096c15f24 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   62:     0x5b9096c1d412 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   63:     0x5b9096c1d412 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x5b9096c1d412 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   65:     0x5b9096c1d412 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   66:     0x5b9096c1d412 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x5b9096c1d412 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   68:     0x5b9096c1d412 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x5b909712ae8f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   70:     0x5b909712ae8f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   71:     0x78625c836aa4 - <unknown>
[INFO] [stdout]   72:     0x78625c8c3a64 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     adapters::mysql::users::tests::reject_duplicate_email
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c28fd1165063f3e061b3c139a536360847935488ce01a9622c8cb0ea046af55e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c28fd1165063f3e061b3c139a536360847935488ce01a9622c8cb0ea046af55e", kill_on_drop: false }`
[INFO] [stdout] c28fd1165063f3e061b3c139a536360847935488ce01a9622c8cb0ea046af55e
