[INFO] cloning repository https://github.com/pdelcol/home_api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pdelcol/home_api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpdelcol%2Fhome_api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpdelcol%2Fhome_api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5044e37aa6d80b0a504d35921434fd4d618c4771
[INFO] checking pdelcol/home_api against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpdelcol%2Fhome_api" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pdelcol/home_api
[INFO] finished tweaking git repo https://github.com/pdelcol/home_api
[INFO] tweaked toml for git repo https://github.com/pdelcol/home_api written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pdelcol/home_api on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pdelcol/home_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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded postgres-types v0.2.7
[INFO] [stderr]   Downloaded tokio-postgres v0.7.11
[INFO] [stderr]   Downloaded postgres-protocol v0.6.7
[INFO] [stderr]   Downloaded pem v3.0.4
[INFO] [stderr]   Downloaded mio v1.0.1
[INFO] [stderr]   Downloaded postgres v0.19.8
[INFO] [stderr]   Downloaded serde v1.0.205
[INFO] [stderr]   Downloaded jsonwebtoken v9.3.0
[INFO] [stderr]   Downloaded serde_json v1.0.122
[INFO] [stderr]   Downloaded serde_derive v1.0.205
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589
[INFO] running `Command { std: "docker" "start" "8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589", 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" "8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589", 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" "8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.1
[INFO] [stderr]    Compiling serde v1.0.205
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking unicode-properties v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling cc v1.1.8
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking whoami v1.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking bcrypt v0.15.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.205
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]     Checking tokio v1.39.2
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking simple_asn1 v0.6.2
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking postgres-protocol v0.6.7
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking postgres-types v0.2.7
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-postgres v0.7.11
[INFO] [stderr]     Checking hyper-util v0.1.7
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking jsonwebtoken v9.3.0
[INFO] [stderr]     Checking postgres v0.19.8
[INFO] [stderr]     Checking home-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `IntoResponse`
[INFO] [stdout]  --> src/auth/auth.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | use axum::response::{IntoResponse, Response};
[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: `IntoResponse`
[INFO] [stdout]  --> src/auth/auth.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | use axum::response::{IntoResponse, Response};
[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 variable: `bearer`
[INFO] [stdout]   --> src/auth/auth.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 91 |     let (bearer, token) = (header.next(), header.next());
[INFO] [stdout]    |          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_bearer`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bearer`
[INFO] [stdout]   --> src/auth/auth.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 91 |     let (bearer, token) = (header.next(), header.next());
[INFO] [stdout]    |          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_bearer`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_user`
[INFO] [stdout]   --> src/user/user.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Extension(current_user): Extension<CurrentUser>,
[INFO] [stdout]    |               ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_user`
[INFO] [stdout]   --> src/user/user.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Extension(current_user): Extension<CurrentUser>,
[INFO] [stdout]    |               ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.59s
[INFO] running `Command { std: "docker" "inspect" "8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589", kill_on_drop: false }`
[INFO] [stdout] 8481bafe7f04649703c07d26fdf94c561dae942fbedf653c2aa3063791118589
