[INFO] cloning repository https://github.com/kurze/groups [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kurze/groups" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurze%2Fgroups", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurze%2Fgroups'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d898b3ed4555a2da8fe4c31fcd867c19186848b9 [INFO] checking kurze/groups against try#0f31acebf540c89e4a4d5d114959fe91973419cb for pr-147017 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurze%2Fgroups" "/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/kurze/groups [INFO] finished tweaking git repo https://github.com/kurze/groups [INFO] tweaked toml for git repo https://github.com/kurze/groups written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kurze/groups on toolchain 0f31acebf540c89e4a4d5d114959fe91973419cb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kurze/groups 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" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ba0f497ee0bbbbec1c68790907e41cc4bce340a986ddc4e95ee0243bf507fa4 [INFO] running `Command { std: "docker" "start" "-a" "0ba0f497ee0bbbbec1c68790907e41cc4bce340a986ddc4e95ee0243bf507fa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ba0f497ee0bbbbec1c68790907e41cc4bce340a986ddc4e95ee0243bf507fa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ba0f497ee0bbbbec1c68790907e41cc4bce340a986ddc4e95ee0243bf507fa4", kill_on_drop: false }` [INFO] [stdout] 0ba0f497ee0bbbbec1c68790907e41cc4bce340a986ddc4e95ee0243bf507fa4 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+0f31acebf540c89e4a4d5d114959fe91973419cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4e6493bdcf84ea64f4d374c435c3e614602ff0b1c5797599dac79ae2f8db3ad [INFO] running `Command { std: "docker" "start" "-a" "a4e6493bdcf84ea64f4d374c435c3e614602ff0b1c5797599dac79ae2f8db3ad", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v2.0.15 [INFO] [stderr] Compiling thiserror-impl v2.0.15 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Compiling cc v1.2.33 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Compiling webpki-roots v1.0.2 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling uuid v1.18.0 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking brotli v8.0.2 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking base64 v0.20.0 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Checking ignore v0.4.23 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Checking base64ct v1.8.0 [INFO] [stderr] Checking deunicode v1.6.2 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking anstream v0.6.20 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Checking globwalk v0.9.1 [INFO] [stderr] Checking slug v0.1.6 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking jiff v0.2.15 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking argon2 v0.5.3 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Checking derive_more v1.0.0 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking actix-rt v2.10.0 [INFO] [stderr] Checking actix-server v2.6.0 [INFO] [stderr] Checking rustls-webpki v0.103.4 [INFO] [stderr] Checking h2 v0.3.27 [INFO] [stderr] Checking actix-codec v0.5.2 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Checking tera v1.20.0 [INFO] [stderr] Checking sqlx-core v0.8.6 [INFO] [stderr] Checking actix-http v3.11.0 [INFO] [stderr] Checking sqlx-postgres v0.8.6 [INFO] [stderr] Checking actix-web v4.11.0 [INFO] [stderr] Checking actix-session v0.10.1 [INFO] [stderr] Checking actix-files v0.6.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 groups v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `CreateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct CreateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct UpdateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CreateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct CreateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct UpdateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CreateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct CreateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct UpdateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CreateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct CreateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct UpdateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `groups::db` [INFO] [stdout] --> tests/auth_integration_test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use groups::db; [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 imports: `App`, `http::StatusCode`, and `test` [INFO] [stdout] --> tests/auth_test.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{App, http::StatusCode, test}; [INFO] [stdout] | ^^^ ^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CreateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct CreateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct UpdateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CreateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct CreateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct UpdateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_test_pool` is never used [INFO] [stdout] --> src/db/connection.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | pub async fn create_test_pool() -> DbResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CreateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct CreateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateGroup` is never constructed [INFO] [stdout] --> src/db/models/group.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub struct UpdateGroup { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CreateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct CreateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateUser` is never constructed [INFO] [stdout] --> src/db/models/user.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct UpdateUser { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "a4e6493bdcf84ea64f4d374c435c3e614602ff0b1c5797599dac79ae2f8db3ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4e6493bdcf84ea64f4d374c435c3e614602ff0b1c5797599dac79ae2f8db3ad", kill_on_drop: false }` [INFO] [stdout] a4e6493bdcf84ea64f4d374c435c3e614602ff0b1c5797599dac79ae2f8db3ad