[INFO] cloning repository https://github.com/bramjohnson/image-server-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bramjohnson/image-server-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbramjohnson%2Fimage-server-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbramjohnson%2Fimage-server-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c02635996ee252e7a91bfbacac2d1f02da17fe2
[INFO] checking bramjohnson/image-server-rs/8c02635996ee252e7a91bfbacac2d1f02da17fe2 against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbramjohnson%2Fimage-server-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bramjohnson/image-server-rs
[INFO] finished tweaking git repo https://github.com/bramjohnson/image-server-rs
[INFO] tweaked toml for git repo https://github.com/bramjohnson/image-server-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bramjohnson/image-server-rs on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bramjohnson/image-server-rs 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6
[INFO] running `Command { std: "docker" "start" "77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking multer v3.1.0
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]     Checking sqlx v0.7.4
[INFO] [stderr]     Checking imageserver v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | /     sqlx::query_as!(
[INFO] [stdout] 32 | |         StoredImage,
[INFO] [stdout] 33 | |         "SELECT id, storage_key, mime_type, size, checksum, created_at
[INFO] [stdout] 34 | |          FROM stored_images
[INFO] [stdout] 35 | |          WHERE id = $1",
[INFO] [stdout] 36 | |         id
[INFO] [stdout] 37 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | /     sqlx::query_as!(
[INFO] [stdout] 47 | |         StoredImage,
[INFO] [stdout] 48 | |         "SELECT id, storage_key, mime_type, size, checksum, created_at
[INFO] [stdout] 49 | |          FROM stored_images
[INFO] [stdout] 50 | |          WHERE checksum = $1",
[INFO] [stdout] 51 | |         checksum
[INFO] [stdout] 52 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 | /     sqlx::query_as!(
[INFO] [stdout] 66 | |         StoredImage,
[INFO] [stdout] 67 | |         "INSERT INTO stored_images (id, storage_key, mime_type, size, checksum)
[INFO] [stdout] 68 | |          VALUES ($1, $2, $3, $4, $5)
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |         checksum
[INFO] [stdout] 75 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 | /     sqlx::query_as!(
[INFO] [stdout] 89 | |         ResizeCache,
[INFO] [stdout] 90 | |         "SELECT id, image_id, width, height, storage_key, size, created_at
[INFO] [stdout] 91 | |          FROM resize_cache
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |         height
[INFO] [stdout] 96 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/db/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | /     sqlx::query_as!(
[INFO] [stdout] 111 | |         ResizeCache,
[INFO] [stdout] 112 | |         "INSERT INTO resize_cache (id, image_id, width, height, storage_key, size)
[INFO] [stdout] 113 | |          VALUES ($1, $2, $3, $4, $5, $6)
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |         size
[INFO] [stdout] 122 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `storage::Store`
[INFO] [stdout]   --> src/routes/upload.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     storage::Store,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | /     sqlx::query_as!(
[INFO] [stdout] 32 | |         StoredImage,
[INFO] [stdout] 33 | |         "SELECT id, storage_key, mime_type, size, checksum, created_at
[INFO] [stdout] 34 | |          FROM stored_images
[INFO] [stdout] 35 | |          WHERE id = $1",
[INFO] [stdout] 36 | |         id
[INFO] [stdout] 37 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | /     sqlx::query_as!(
[INFO] [stdout] 47 | |         StoredImage,
[INFO] [stdout] 48 | |         "SELECT id, storage_key, mime_type, size, checksum, created_at
[INFO] [stdout] 49 | |          FROM stored_images
[INFO] [stdout] 50 | |          WHERE checksum = $1",
[INFO] [stdout] 51 | |         checksum
[INFO] [stdout] 52 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 | /     sqlx::query_as!(
[INFO] [stdout] 66 | |         StoredImage,
[INFO] [stdout] 67 | |         "INSERT INTO stored_images (id, storage_key, mime_type, size, checksum)
[INFO] [stdout] 68 | |          VALUES ($1, $2, $3, $4, $5)
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |         checksum
[INFO] [stdout] 75 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/db/mod.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 | /     sqlx::query_as!(
[INFO] [stdout] 89 | |         ResizeCache,
[INFO] [stdout] 90 | |         "SELECT id, image_id, width, height, storage_key, size, created_at
[INFO] [stdout] 91 | |          FROM resize_cache
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |         height
[INFO] [stdout] 96 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/db/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | /     sqlx::query_as!(
[INFO] [stdout] 111 | |         ResizeCache,
[INFO] [stdout] 112 | |         "INSERT INTO resize_cache (id, image_id, width, height, storage_key, size)
[INFO] [stdout] 113 | |          VALUES ($1, $2, $3, $4, $5, $6)
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |         size
[INFO] [stdout] 122 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `storage::Store`
[INFO] [stdout]   --> src/routes/upload.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     storage::Store,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `imageserver` (bin "imageserver" test) due to 5 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `imageserver` (bin "imageserver") due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6", kill_on_drop: false }`
[INFO] [stdout] 77d0098c5f0521be743312c2b1959ec8a3f59e9b4dad0609ba5622134acab3b6
