[INFO] cloning repository https://github.com/software-thing/patrol [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/software-thing/patrol" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoftware-thing%2Fpatrol", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoftware-thing%2Fpatrol'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d780e5f62e8385977c04c107ceea38afc2fbf851 [INFO] checking software-thing/patrol against try#6cbf54b1453b438241487f195740266bb9d8c8ba for pr-139587-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoftware-thing%2Fpatrol" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/software-thing/patrol on toolchain 6cbf54b1453b438241487f195740266bb9d8c8ba [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/software-thing/patrol [INFO] finished tweaking git repo https://github.com/software-thing/patrol [INFO] tweaked toml for git repo https://github.com/software-thing/patrol written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/software-thing/patrol 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" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8712f42d8d8f1a1d6645b72c9d127e8ca8cdd0c3ceb05305cdd82c6e3be9932b [INFO] running `Command { std: "docker" "start" "-a" "8712f42d8d8f1a1d6645b72c9d127e8ca8cdd0c3ceb05305cdd82c6e3be9932b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8712f42d8d8f1a1d6645b72c9d127e8ca8cdd0c3ceb05305cdd82c6e3be9932b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8712f42d8d8f1a1d6645b72c9d127e8ca8cdd0c3ceb05305cdd82c6e3be9932b", kill_on_drop: false }` [INFO] [stdout] 8712f42d8d8f1a1d6645b72c9d127e8ca8cdd0c3ceb05305cdd82c6e3be9932b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6640f57812b5d8fc5a529aa700eefc572c8fb16dcc16ff59b79e1d181186ef4 [INFO] running `Command { std: "docker" "start" "-a" "d6640f57812b5d8fc5a529aa700eefc572c8fb16dcc16ff59b79e1d181186ef4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking unicode-bidi v0.3.14 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking iana-time-zone v0.1.59 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking http v1.0.0 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling rust_decimal v1.33.1 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking walkdir v2.4.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking indexmap v2.1.0 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking rustls-pki-types v1.8.0 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking crc-catalog v2.4.0 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Checking crc v3.0.1 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking finl_unicode v1.2.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking bigdecimal v0.3.1 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking polyval v0.6.1 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Checking stringprep v0.1.4 [INFO] [stderr] Checking der v0.7.8 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stderr] Checking bstr v1.9.0 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling winnow v0.5.33 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking whoami v1.4.1 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling rust-embed-utils v8.3.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking ghash v0.5.0 [INFO] [stderr] Checking aes v0.8.3 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking ordered-float v3.9.2 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Checking headers-core v0.3.0 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking is-terminal v0.4.12 [INFO] [stderr] Checking deunicode v1.4.2 [INFO] [stderr] Checking aliasable v0.1.3 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Checking headers v0.4.0 [INFO] [stderr] Checking rfc7239 v0.1.0 [INFO] [stderr] Checking slug v0.1.5 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Checking chumsky v0.9.3 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Checking rustls-pemfile v2.1.3 [INFO] [stderr] Checking email-encoding v0.3.0 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking pkcs1 v0.7.5 [INFO] [stderr] Checking webpki-roots v0.26.3 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking pem v3.0.3 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking quoted_printable v0.5.1 [INFO] [stderr] Checking wildmatch v2.3.0 [INFO] [stderr] Checking email_address v0.2.9 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking nanoid v0.4.0 [INFO] [stderr] Checking argon2 v0.5.3 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking globset v0.4.14 [INFO] [stderr] Checking ignore v0.4.22 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling inherent v1.0.11 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling rust-embed-impl v8.3.0 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling sea-bae v0.2.0 [INFO] [stderr] Compiling ouroboros_macro v0.17.2 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Checking tokio v1.39.3 [INFO] [stderr] Compiling educe v0.5.11 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking async-stream v0.3.5 [INFO] [stderr] Checking rust-embed v8.3.0 [INFO] [stderr] Compiling sea-orm-macros v1.0.1 [INFO] [stderr] Checking globwalk v0.9.1 [INFO] [stderr] Checking pretty_env_logger v0.5.0 [INFO] [stderr] Checking rsa v0.9.6 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling pest v2.7.6 [INFO] [stderr] Checking pin-project v1.1.3 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.102.6 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking ouroboros v0.17.2 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling poem-derive v3.0.4 [INFO] [stderr] Compiling pest_meta v2.7.6 [INFO] [stderr] Compiling pest_generator v2.7.6 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking http-body-util v0.1.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Compiling pest_derive v2.7.6 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking tokio-stream v0.1.14 [INFO] [stderr] Checking deadpool-runtime v0.1.4 [INFO] [stderr] Checking tokio-retry v0.3.0 [INFO] [stderr] Checking deadpool v0.12.1 [INFO] [stderr] Checking tokio-rustls v0.26.0 [INFO] [stderr] Checking lettre v0.11.7 [INFO] [stderr] Checking h2 v0.4.5 [INFO] [stderr] Checking combine v4.6.7 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking uuid v1.10.0 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking itertools v0.12.0 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking sqlformat v0.2.3 [INFO] [stderr] Checking sea-query v0.31.0 [INFO] [stderr] Checking simple_asn1 v0.6.2 [INFO] [stderr] Checking jsonwebtoken v9.3.0 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Checking hyper-util v0.1.7 [INFO] [stderr] Checking poem v3.0.4 [INFO] [stderr] Checking redis v0.26.1 [INFO] [stderr] Checking tera v1.20.0 [INFO] [stderr] Checking sqlx-core v0.7.3 [INFO] [stderr] Checking sqlx-postgres v0.7.3 [INFO] [stderr] Checking sqlx v0.7.3 [INFO] [stderr] Checking sea-query-binder v0.6.0 [INFO] [stderr] Checking sea-orm v1.0.1 [INFO] [stderr] Checking deadpool-redis v0.16.0 [INFO] [stderr] Checking patrol v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `EmbeddedFileEndpoint` and `EmbeddedFilesEndpoint` [INFO] [stdout] --> src/main.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | endpoint::{EmbeddedFileEndpoint, EmbeddedFilesEndpoint}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Unauthorized` [INFO] [stdout] --> src/pages/login.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | error::{InternalServerError, Unauthorized}, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsyncCommands` [INFO] [stdout] --> src/pages/login.rs:11:37 [INFO] [stdout] | [INFO] [stdout] 11 | use redis::{aio::ConnectionManager, AsyncCommands}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid::Uuid` [INFO] [stdout] --> src/pages/logout.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use uuid::Uuid; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `http::StatusCode` [INFO] [stdout] --> src/token.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use poem::{http::StatusCode, web::Redirect, Endpoint, IntoResponse, Request, Response}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ExpireOption` [INFO] [stdout] --> src/token.rs:7:52 [INFO] [stdout] | [INFO] [stdout] 7 | use redis::{aio::ConnectionManager, AsyncCommands, ExpireOption}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `EmbeddedFileEndpoint` and `EmbeddedFilesEndpoint` [INFO] [stdout] --> src/main.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | endpoint::{EmbeddedFileEndpoint, EmbeddedFilesEndpoint}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Unauthorized` [INFO] [stdout] --> src/pages/login.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | error::{InternalServerError, Unauthorized}, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsyncCommands` [INFO] [stdout] --> src/pages/login.rs:11:37 [INFO] [stdout] | [INFO] [stdout] 11 | use redis::{aio::ConnectionManager, AsyncCommands}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid::Uuid` [INFO] [stdout] --> src/pages/logout.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use uuid::Uuid; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `http::StatusCode` [INFO] [stdout] --> src/token.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use poem::{http::StatusCode, web::Redirect, Endpoint, IntoResponse, Request, Response}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ExpireOption` [INFO] [stdout] --> src/token.rs:7:52 [INFO] [stdout] | [INFO] [stdout] 7 | use redis::{aio::ConnectionManager, AsyncCommands, ExpireOption}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/token.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | / pub async fn new( [INFO] [stdout] 83 | | redis: &ConnectionManager, [INFO] [stdout] 84 | | user: users::Model, [INFO] [stdout] 85 | | roles: Vec, [INFO] [stdout] 86 | | ) -> anyhow::Result { [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/token.rs:93:23 [INFO] [stdout] | [INFO] [stdout] 93 | redis.clone().set_ex(key, "", exp).await?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 93 | redis.clone().set_ex::<_, _, ()>(key, "", exp).await?; [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/pages/logout.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / pub async fn get( [INFO] [stdout] 13 | | Data(redis): Data<&ConnectionManager>, [INFO] [stdout] 14 | | Data(user): Data<&Claims>, [INFO] [stdout] 15 | | cookie_jar: &CookieJar, [INFO] [stdout] 16 | | ) -> anyhow::Result { [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/pages/logout.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | .del(format!("token:{}:{}", user.sub, user.jti)) [INFO] [stdout] | ^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 19 | .del::<_, ()>(format!("token:{}:{}", user.sub, user.jti)) [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/token.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | / pub async fn new( [INFO] [stdout] 83 | | redis: &ConnectionManager, [INFO] [stdout] 84 | | user: users::Model, [INFO] [stdout] 85 | | roles: Vec, [INFO] [stdout] 86 | | ) -> anyhow::Result { [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/token.rs:93:23 [INFO] [stdout] | [INFO] [stdout] 93 | redis.clone().set_ex(key, "", exp).await?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 93 | redis.clone().set_ex::<_, _, ()>(key, "", exp).await?; [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/pages/logout.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / pub async fn get( [INFO] [stdout] 13 | | Data(redis): Data<&ConnectionManager>, [INFO] [stdout] 14 | | Data(user): Data<&Claims>, [INFO] [stdout] 15 | | cookie_jar: &CookieJar, [INFO] [stdout] 16 | | ) -> anyhow::Result { [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/pages/logout.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | .del(format!("token:{}:{}", user.sub, user.jti)) [INFO] [stdout] | ^^^ [INFO] [stdout] help: use `()` annotations to avoid fallback changes [INFO] [stdout] | [INFO] [stdout] 19 | .del::<_, ()>(format!("token:{}:{}", user.sub, user.jti)) [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "d6640f57812b5d8fc5a529aa700eefc572c8fb16dcc16ff59b79e1d181186ef4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6640f57812b5d8fc5a529aa700eefc572c8fb16dcc16ff59b79e1d181186ef4", kill_on_drop: false }` [INFO] [stdout] d6640f57812b5d8fc5a529aa700eefc572c8fb16dcc16ff59b79e1d181186ef4