[INFO] cloning repository https://github.com/mtergel/zero2prod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mtergel/zero2prod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmtergel%2Fzero2prod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmtergel%2Fzero2prod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd82e3ed75d124d2b434d36930904020d88694b6
[INFO] testing mtergel/zero2prod against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmtergel%2Fzero2prod" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mtergel/zero2prod
[INFO] finished tweaking git repo https://github.com/mtergel/zero2prod
[INFO] tweaked toml for git repo https://github.com/mtergel/zero2prod written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mtergel/zero2prod on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mtergel/zero2prod 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-04-21" "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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 810f94922fe9a50e499def238e0b75634b44632be01864cf95cf28b56679600a
[INFO] running `Command { std: "docker" "start" "-a" "810f94922fe9a50e499def238e0b75634b44632be01864cf95cf28b56679600a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "810f94922fe9a50e499def238e0b75634b44632be01864cf95cf28b56679600a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "810f94922fe9a50e499def238e0b75634b44632be01864cf95cf28b56679600a", kill_on_drop: false }`
[INFO] [stdout] 810f94922fe9a50e499def238e0b75634b44632be01864cf95cf28b56679600a
[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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63b563690f10a6b8d55af135a12892fbacd20ea4fd588f35a35e9264b16201f3
[INFO] running `Command { std: "docker" "start" "-a" "63b563690f10a6b8d55af135a12892fbacd20ea4fd588f35a35e9264b16201f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling cc v1.0.105
[INFO] [stderr]    Compiling syn v2.0.69
[INFO] [stderr]    Compiling tinyvec v1.7.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling zstd-safe v7.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling rustls v0.23.10
[INFO] [stderr]    Compiling uuid v1.9.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling zstd-sys v2.0.12+zstd.1.5.6
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling claim v0.5.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling mutually_exclusive_features v0.0.3
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling deunicode v1.6.0
[INFO] [stderr]    Compiling linkify v0.10.0
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling fake v2.9.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustls-webpki v0.102.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling actix-server v2.4.0
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling tracing-bunyan-formatter v0.3.9
[INFO] [stderr]    Compiling validator v0.18.1
[INFO] [stderr]    Compiling serde-aux v4.5.0
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling hyper v1.4.0
[INFO] [stderr]    Compiling actix-http v3.8.0
[INFO] [stderr]    Compiling hyper-util v0.1.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.2
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.5
[INFO] [stderr]    Compiling actix-web v4.8.0
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling tracing-actix-web v0.7.11
[INFO] [stderr]    Compiling zero2prod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/routes/newsletters.rs:67:33
[INFO] [stdout]    |
[INFO] [stdout] 67 |       let confirmed_subscribers = sqlx::query!(
[INFO] [stdout]    |  _________________________________^
[INFO] [stdout] 68 | |         r#"
[INFO] [stdout] 69 | |         SELECT email
[INFO] [stdout] 70 | |         FROM subscriptions
[INFO] [stdout] 71 | |         WHERE status = 'confirmed'
[INFO] [stdout] 72 | |         "#,
[INFO] [stdout] 73 | |     )
[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` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/routes/subscriptions.rs:138:17
[INFO] [stdout]     |
[INFO] [stdout] 138 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 139 | |         r#"
[INFO] [stdout] 140 | |     INSERT INTO subscriptions (id, email, name, subscribed_at, status)
[INFO] [stdout] 141 | |     VALUES ($1, $2, $3, $4, 'pending_confirmation')
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         Utc::now()
[INFO] [stdout] 147 | |     );
[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` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/routes/subscriptions.rs:161:17
[INFO] [stdout]     |
[INFO] [stdout] 161 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 162 | |         r#"
[INFO] [stdout] 163 | |     INSERT INTO subscription_tokens (subscription_token, subscriber_id)
[INFO] [stdout] 164 | |     VALUES ($1, $2)
[INFO] [stdout] ...   |
[INFO] [stdout] 167 | |         subscriber_id
[INFO] [stdout] 168 | |     );
[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` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/routes/subscriptions_confirm.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | /     sqlx::query!(
[INFO] [stdout] 33 | |         r#"UPDATE subscriptions SET status = 'confirmed' WHERE id = $1"#,
[INFO] [stdout] 34 | |         subscription_id
[INFO] [stdout] 35 | |     )
[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` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/routes/subscriptions_confirm.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |       let res = sqlx::query!(
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 52 | |         r#"SELECT subscriber_id FROM subscription_tokens WHERE subscription_token = $1"#,
[INFO] [stdout] 53 | |         subscription_token
[INFO] [stdout] 54 | |     )
[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` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/routes/subscriptions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[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 `zero2prod` (lib) due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "63b563690f10a6b8d55af135a12892fbacd20ea4fd588f35a35e9264b16201f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63b563690f10a6b8d55af135a12892fbacd20ea4fd588f35a35e9264b16201f3", kill_on_drop: false }`
[INFO] [stdout] 63b563690f10a6b8d55af135a12892fbacd20ea4fd588f35a35e9264b16201f3
