[INFO] cloning repository https://github.com/Snidd/weekly_recipe_api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Snidd/weekly_recipe_api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSnidd%2Fweekly_recipe_api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSnidd%2Fweekly_recipe_api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c21823115093a1d741be90659be1a1bb74b43eaf [INFO] checking Snidd/weekly_recipe_api against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSnidd%2Fweekly_recipe_api" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Snidd/weekly_recipe_api [INFO] finished tweaking git repo https://github.com/Snidd/weekly_recipe_api [INFO] tweaked toml for git repo https://github.com/Snidd/weekly_recipe_api written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Snidd/weekly_recipe_api on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Snidd/weekly_recipe_api 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" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a81326cbc5ae88bb783636177051529bb5f045286966c8ac50b3d64ccfa6372 [INFO] running `Command { std: "docker" "start" "-a" "2a81326cbc5ae88bb783636177051529bb5f045286966c8ac50b3d64ccfa6372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a81326cbc5ae88bb783636177051529bb5f045286966c8ac50b3d64ccfa6372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a81326cbc5ae88bb783636177051529bb5f045286966c8ac50b3d64ccfa6372", kill_on_drop: false }` [INFO] [stdout] 2a81326cbc5ae88bb783636177051529bb5f045286966c8ac50b3d64ccfa6372 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97df54d05117256b50e80ae5abb98357582abfb8b35feb5df8f03bef932ee4c1 [INFO] running `Command { std: "docker" "start" "-a" "97df54d05117256b50e80ae5abb98357582abfb8b35feb5df8f03bef932ee4c1", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bigdecimal v0.4.8 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking axum-core v0.5.2 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Checking jiff v0.2.14 [INFO] [stderr] Checking tower-http v0.6.4 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking clap v4.5.39 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking sqlx-core v0.8.6 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking hyper-util v0.1.13 [INFO] [stderr] Checking axum v0.8.4 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Checking sqlx-postgres v0.8.6 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking vecko_meny_api v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `log::error` [INFO] [stdout] --> src/error.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use log::error; [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: `log::error` [INFO] [stdout] --> src/error.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use log::error; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `config` is never read [INFO] [stdout] --> src/http.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct ApiContext { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 20 | config: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApiContext` has a derived impl for the trait `Clone`, 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: field `config` is never read [INFO] [stdout] --> src/http.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct ApiContext { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 20 | config: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ApiContext` has a derived impl for the trait `Clone`, 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.91s [INFO] running `Command { std: "docker" "inspect" "97df54d05117256b50e80ae5abb98357582abfb8b35feb5df8f03bef932ee4c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97df54d05117256b50e80ae5abb98357582abfb8b35feb5df8f03bef932ee4c1", kill_on_drop: false }` [INFO] [stdout] 97df54d05117256b50e80ae5abb98357582abfb8b35feb5df8f03bef932ee4c1