[INFO] cloning repository https://github.com/JulienK12/GameBoy_Builder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JulienK12/GameBoy_Builder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJulienK12%2FGameBoy_Builder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJulienK12%2FGameBoy_Builder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a96ac4e8db883f5ce3bf343d850497428c592b45
[INFO] testing JulienK12/GameBoy_Builder against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJulienK12%2FGameBoy_Builder" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/JulienK12/GameBoy_Builder
[INFO] finished tweaking git repo https://github.com/JulienK12/GameBoy_Builder
[INFO] tweaked toml for git repo https://github.com/JulienK12/GameBoy_Builder written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JulienK12/GameBoy_Builder on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JulienK12/GameBoy_Builder 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-properties v0.1.4
[INFO] [stderr]   Downloaded webpki-roots v0.26.11
[INFO] [stderr]   Downloaded validator_derive v0.18.2
[INFO] [stderr]   Downloaded unicase v2.9.0
[INFO] [stderr]   Downloaded crc v3.4.0
[INFO] [stderr]   Downloaded csv-core v0.1.13
[INFO] [stderr]   Downloaded base64ct v1.8.3
[INFO] [stderr]   Downloaded axum-extra v0.9.6
[INFO] [stderr]   Downloaded rsa v0.9.10
[INFO] [stderr]   Downloaded validator v0.18.1
[INFO] [stderr]   Downloaded num-bigint-dig v0.8.6
[INFO] [stderr]   Downloaded webpki-roots v1.0.5
[INFO] [stderr]   Downloaded csv v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a586d438c3e3e4d1b45c6a881a2bab1f37e8b4490ef6b605cb96ee0e5e2c30bf
[INFO] running `Command { std: "docker" "start" "-a" "a586d438c3e3e4d1b45c6a881a2bab1f37e8b4490ef6b605cb96ee0e5e2c30bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a586d438c3e3e4d1b45c6a881a2bab1f37e8b4490ef6b605cb96ee0e5e2c30bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a586d438c3e3e4d1b45c6a881a2bab1f37e8b4490ef6b605cb96ee0e5e2c30bf", kill_on_drop: false }`
[INFO] [stdout] a586d438c3e3e4d1b45c6a881a2bab1f37e8b4490ef6b605cb96ee0e5e2c30bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa5c8efdfacecbd0ea437567f2af36eb760fcff0dffc541ca70f7dbf17b3234c
[INFO] running `Command { std: "docker" "start" "-a" "fa5c8efdfacecbd0ea437567f2af36eb760fcff0dffc541ca70f7dbf17b3234c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[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 zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling validator_derive v0.18.2
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling validator v0.18.1
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling axum-extra v0.9.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling gameboy_builder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `load_catalog`
[INFO] [stdout]   --> src/data/mod.rs:17:27
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use loader::{Catalog, load_catalog};
[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: `create_pool_for_tests`
[INFO] [stdout]   --> src/data/mod.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use database::{create_pool, create_pool_for_tests};
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserCreate` is never constructed
[INFO] [stdout]   --> src/models/user.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct UserCreate {
[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 `ShellRecord` is never constructed
[INFO] [stdout]   --> src/data/records.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ShellRecord {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ScreenRecord` is never constructed
[INFO] [stdout]   --> src/data/records.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct ScreenRecord {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LensRecord` is never constructed
[INFO] [stdout]   --> src/data/records.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub struct LensRecord {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_brand` is never used
[INFO] [stdout]  --> src/data/parser.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_brand(brand: &str) -> Result<Brand, String> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_mold_type` is never used
[INFO] [stdout]   --> src/data/parser.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn parse_mold_type(mold: &str) -> Result<MoldType, String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_screen_size` is never used
[INFO] [stdout]   --> src/data/parser.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_screen_size(size: &str) -> Result<ScreenSize, String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_screen_assembly` is never used
[INFO] [stdout]   --> src/data/parser.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn parse_screen_assembly(assembly: &str) -> Result<ScreenAssembly, String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_compatibility_status` is never used
[INFO] [stdout]   --> src/data/parser.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn parse_compatibility_status(status: &str) -> Result<CompatibilityStatus, String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_shells` is never used
[INFO] [stdout]   --> src/data/loader.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub fn load_shells(path: &str) -> Result<Vec<Shell>, Box<dyn Error>> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_shell_variants` is never used
[INFO] [stdout]   --> src/data/loader.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub fn load_shell_variants(path: &str) -> Result<Vec<ShellVariant>, Box<dyn Error>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_screens` is never used
[INFO] [stdout]   --> src/data/loader.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn load_screens(path: &str) -> Result<Vec<Screen>, Box<dyn Error>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_screen_variants` is never used
[INFO] [stdout]    --> src/data/loader.rs:118:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn load_screen_variants(path: &str) -> Result<Vec<ScreenVariant>, Box<dyn Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_lenses` is never used
[INFO] [stdout]    --> src/data/loader.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub fn load_lenses(path: &str) -> Result<Vec<Lens>, Box<dyn Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_lens_variants` is never used
[INFO] [stdout]    --> src/data/loader.rs:163:8
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub fn load_lens_variants(path: &str) -> Result<Vec<LensVariant>, Box<dyn Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_compatibility_matrix` is never used
[INFO] [stdout]    --> src/data/loader.rs:186:8
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub fn load_compatibility_matrix(path: &str) -> Result<HashMap<(String, String), CompatibilityStatus>, Box<dyn Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_catalog` is never used
[INFO] [stdout]    --> src/data/loader.rs:215:8
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn load_catalog() -> Result<Catalog, Box<dyn Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_pool_for_tests` is never used
[INFO] [stdout]   --> src/data/database.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub async fn create_pool_for_tests() -> Result<PgPool, sqlx::Error> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `user_id` and `email` are never used
[INFO] [stdout]   --> src/api/auth.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl AuthUser {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] 33 |     pub fn user_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn email(&self) -> &str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] running `Command { std: "docker" "inspect" "fa5c8efdfacecbd0ea437567f2af36eb760fcff0dffc541ca70f7dbf17b3234c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa5c8efdfacecbd0ea437567f2af36eb760fcff0dffc541ca70f7dbf17b3234c", kill_on_drop: false }`
[INFO] [stdout] fa5c8efdfacecbd0ea437567f2af36eb760fcff0dffc541ca70f7dbf17b3234c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10694bbdfed3b6b0f491ef6a3a70124c32623bc243ca24c92fcb7d4fe689fcd1
[INFO] running `Command { std: "docker" "start" "-a" "10694bbdfed3b6b0f491ef6a3a70124c32623bc243ca24c92fcb7d4fe689fcd1", kill_on_drop: false }`
[INFO] [stderr]    Compiling gameboy_builder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `UserCreate` is never constructed
[INFO] [stdout]   --> src/models/user.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct UserCreate {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `user_id` and `email` are never used
[INFO] [stdout]   --> src/api/auth.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl AuthUser {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] 33 |     pub fn user_id(&self) -> &str {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn email(&self) -> &str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.73s
[INFO] running `Command { std: "docker" "inspect" "10694bbdfed3b6b0f491ef6a3a70124c32623bc243ca24c92fcb7d4fe689fcd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10694bbdfed3b6b0f491ef6a3a70124c32623bc243ca24c92fcb7d4fe689fcd1", kill_on_drop: false }`
[INFO] [stdout] 10694bbdfed3b6b0f491ef6a3a70124c32623bc243ca24c92fcb7d4fe689fcd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9490e804b02bbc9f82bb5165d86ddf70994ce5896408830701ef3730106a2580
[INFO] running `Command { std: "docker" "start" "-a" "9490e804b02bbc9f82bb5165d86ddf70994ce5896408830701ef3730106a2580", kill_on_drop: false }`
[INFO] [stderr] warning: struct `UserCreate` is never constructed
[INFO] [stderr]   --> src/models/user.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct UserCreate {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `user_id` and `email` are never used
[INFO] [stderr]   --> src/api/auth.rs:33:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl AuthUser {
[INFO] [stderr]    | ------------- methods in this implementation
[INFO] [stderr] 33 |     pub fn user_id(&self) -> &str {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 36 |     pub fn email(&self) -> &str {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `gameboy_builder` (bin "gameboy_builder" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gameboy_builder-852b873db2a7ef63)
[INFO] [stdout] 
[INFO] [stdout] running 49 tests
[INFO] [stdout] test api::auth_integration_tests::test_login_wrong_password_returns_401 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::auth_integration_tests::test_me_with_valid_cookie_returns_200 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::auth_integration_tests::test_me_without_cookie_returns_401 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::auth_integration_tests::test_register_duplicate_email_returns_400 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::auth_integration_tests::test_register_returns_201_then_login_returns_200_and_cookie ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::catalog_integration_tests::test_get_buttons_dmg_returns_correct_list ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::catalog_integration_tests::test_get_buttons_gba_returns_correct_list ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::catalog_integration_tests::test_get_buttons_gbasp_returns_correct_list ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::catalog_integration_tests::test_get_buttons_gbc_returns_correct_list ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::catalog_integration_tests::test_get_buttons_invalid_id_returns_404 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::catalog_integration_tests::test_get_buttons_short_ids_mapping ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::deck_integration_tests::test_delete_deck_config_returns_204_then_404 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::deck_integration_tests::test_fourth_post_deck_returns_409 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::deck_integration_tests::test_get_deck_with_valid_cookie_returns_empty_list ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::deck_integration_tests::test_get_deck_without_cookie_returns_401 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::deck_integration_tests::test_post_deck_creates_then_get_returns_list ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::quote_submit_integration_tests::test_quote_submit_with_valid_cookie_returns_201_and_persists ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test api::quote_submit_integration_tests::test_quote_submit_without_cookie_returns_401 ... ignored, requiert DATABASE_URL (PostgreSQL)
[INFO] [stdout] test data::catalog::catalog_tests::tests::test_resolve_pack_not_found ... ok
[INFO] [stdout] test data::catalog::catalog_tests::tests::test_resolve_pack_overrides ... ok
[INFO] [stdout] test logic::auth::tests::generate_jwt_et_verify_jwt_round_trip ... ok
[INFO] [stdout] test data::catalog::catalog_tests::tests::test_resolve_pack_defaults ... ok
[INFO] [stdout] test logic::calculator::tests::test_calculate_quote_with_buttons_includes_price ... ok
[INFO] [stdout] test logic::calculator::tests::test_buttons_with_supplement_includes_supplement_in_price ... ok
[INFO] [stdout] test logic::calculator::tests::test_calculate_quote_with_expert_mods_includes_price ... ok
[INFO] [stdout] test logic::calculator::tests::test_calculate_quote_without_buttons_succeeds ... ok
[INFO] [stdout] test logic::auth::tests::verify_jwt_rejette_token_expire ... ok
[INFO] [stdout] test logic::calculator::tests::test_component_screen_without_lens_should_fail ... ok
[INFO] [stdout] test logic::calculator::tests::test_kit_centric_pricing_all_oem ... ok
[INFO] [stdout] test logic::calculator::tests::test_kit_centric_invalid_button_type ... ok
[INFO] [stdout] test logic::calculator::tests::test_selected_buttons_prevalence ... ok
[INFO] [stdout] test logic::calculator::tests::test_invalid_button_variant_returns_error ... ok
[INFO] [stdout] test logic::calculator::tests::test_kit_centric_pricing_one_color_multiple_buttons ... ok
[INFO] [stdout] test logic::calculator::tests::test_fp_shell_with_oem_screen_incompatible ... ok
[INFO] [stdout] test logic::calculator::tests::test_fp_shell_with_fp_laminated_screen ... ok
[INFO] [stdout] test logic::rules::tests::test_cleanamp_pro_with_battery_succeeds ... ok
[INFO] [stdout] test logic::calculator::tests::test_invalid_shell_variant_returns_error ... ok
[INFO] [stdout] test logic::calculator::tests::test_laminated_screen_with_lens_adds_warning ... ok
[INFO] [stdout] test logic::rules::tests::test_other_audio_mod_without_dependency_succeeds ... ok
[INFO] [stdout] test logic::rules::tests::test_no_expert_options_succeeds ... ok
[INFO] [stdout] test logic::calculator::tests::test_oem_shell_with_oem_screen_and_lens ... ok
[INFO] [stdout] test logic::calculator::tests::test_oem_shell_with_laminated_screen_requires_cut ... ok
[INFO] [stdout] test logic::calculator::tests::test_invalid_screen_variant_returns_error ... ok
[INFO] [stdout] test logic::rules::tests::test_cleanamp_pro_with_battery_under_1700_fails ... ok
[INFO] [stdout] test logic::calculator::tests::test_quote_pack_with_expert_options ... ok
[INFO] [stdout] test logic::calculator::tests::test_kit_centric_pricing_two_colors ... ok
[INFO] [stdout] test logic::calculator::tests::test_quote_manual_with_expert_options ... ok
[INFO] [stdout] test logic::rules::tests::test_cleanamp_pro_without_battery_fails ... ok
[INFO] [stdout] test logic::auth::tests::hash_password_et_verify_password_round_trip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 18 ignored; 0 measured; 0 filtered out; finished in 3.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9490e804b02bbc9f82bb5165d86ddf70994ce5896408830701ef3730106a2580", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9490e804b02bbc9f82bb5165d86ddf70994ce5896408830701ef3730106a2580", kill_on_drop: false }`
[INFO] [stdout] 9490e804b02bbc9f82bb5165d86ddf70994ce5896408830701ef3730106a2580
