[INFO] cloning repository https://github.com/lksmrck/rest-api-skeleton-rust-postgres
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lksmrck/rest-api-skeleton-rust-postgres" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flksmrck%2Frest-api-skeleton-rust-postgres", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flksmrck%2Frest-api-skeleton-rust-postgres'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3da13b01e5a154ed5788e86574ef099b0c406d52
[INFO] testing lksmrck/rest-api-skeleton-rust-postgres 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%2Flksmrck%2Frest-api-skeleton-rust-postgres" "/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/lksmrck/rest-api-skeleton-rust-postgres
[INFO] finished tweaking git repo https://github.com/lksmrck/rest-api-skeleton-rust-postgres
[INFO] tweaked toml for git repo https://github.com/lksmrck/rest-api-skeleton-rust-postgres written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lksmrck/rest-api-skeleton-rust-postgres 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/lksmrck/rest-api-skeleton-rust-postgres 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] 53b2d3494778f0e5aa7c46f6dd6e1d6fba537d3837eab2fa99adaafaabd80147
[INFO] running `Command { std: "docker" "start" "-a" "53b2d3494778f0e5aa7c46f6dd6e1d6fba537d3837eab2fa99adaafaabd80147", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53b2d3494778f0e5aa7c46f6dd6e1d6fba537d3837eab2fa99adaafaabd80147", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53b2d3494778f0e5aa7c46f6dd6e1d6fba537d3837eab2fa99adaafaabd80147", kill_on_drop: false }`
[INFO] [stdout] 53b2d3494778f0e5aa7c46f6dd6e1d6fba537d3837eab2fa99adaafaabd80147
[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] 12c7cbee4ffb733ec4405418521c908b7500f0015b3ac634b24898cac39c1ab2
[INFO] running `Command { std: "docker" "start" "-a" "12c7cbee4ffb733ec4405418521c908b7500f0015b3ac634b24898cac39c1ab2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling unicode-bidi v0.3.14
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling async-trait v0.1.75
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]    Compiling postgres-protocol v0.6.6
[INFO] [stderr]    Compiling postgres-types v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-postgres v0.7.10
[INFO] [stderr]    Compiling postgres v0.19.7
[INFO] [stderr]    Compiling basic-api-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> src/api/handlers.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn handle_get_all_request(request: &str) -> (String, String) {
[INFO] [stdout]    |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `User` should have a snake case name
[INFO] [stdout]  --> src/models/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod User;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `user`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.88s
[INFO] running `Command { std: "docker" "inspect" "12c7cbee4ffb733ec4405418521c908b7500f0015b3ac634b24898cac39c1ab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12c7cbee4ffb733ec4405418521c908b7500f0015b3ac634b24898cac39c1ab2", kill_on_drop: false }`
[INFO] [stdout] 12c7cbee4ffb733ec4405418521c908b7500f0015b3ac634b24898cac39c1ab2
[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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98dbee79848b2d3d55d113ad0bd1276aa72a3b5601031f55afeb1f296952f2c2
[INFO] running `Command { std: "docker" "start" "-a" "98dbee79848b2d3d55d113ad0bd1276aa72a3b5601031f55afeb1f296952f2c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling basic-api-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> src/api/handlers.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn handle_get_all_request(request: &str) -> (String, String) {
[INFO] [stdout]    |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `User` should have a snake case name
[INFO] [stdout]  --> src/models/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod User;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `user`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] running `Command { std: "docker" "inspect" "98dbee79848b2d3d55d113ad0bd1276aa72a3b5601031f55afeb1f296952f2c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98dbee79848b2d3d55d113ad0bd1276aa72a3b5601031f55afeb1f296952f2c2", kill_on_drop: false }`
[INFO] [stdout] 98dbee79848b2d3d55d113ad0bd1276aa72a3b5601031f55afeb1f296952f2c2
[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" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 227929b6cf2a2afd99733ae56f819a079aea6acc9dc27bf95cdface4959b521e
[INFO] running `Command { std: "docker" "start" "-a" "227929b6cf2a2afd99733ae56f819a079aea6acc9dc27bf95cdface4959b521e", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `request`
[INFO] [stderr]   --> src/api/handlers.rs:48:31
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub fn handle_get_all_request(request: &str) -> (String, String) {
[INFO] [stderr]    |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: module `User` should have a snake case name
[INFO] [stderr]  --> src/models/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod User;
[INFO] [stderr]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `user`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `basic-api-rust` (bin "basic_api_rust" test) generated 2 warnings (run `cargo fix --bin "basic_api_rust" -p basic-api-rust --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/basic_api_rust-f4b05ea934c9f021)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "227929b6cf2a2afd99733ae56f819a079aea6acc9dc27bf95cdface4959b521e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "227929b6cf2a2afd99733ae56f819a079aea6acc9dc27bf95cdface4959b521e", kill_on_drop: false }`
[INFO] [stdout] 227929b6cf2a2afd99733ae56f819a079aea6acc9dc27bf95cdface4959b521e
