[INFO] cloning repository https://github.com/piqo-harness/piqo-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/piqo-harness/piqo-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpiqo-harness%2Fpiqo-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpiqo-harness%2Fpiqo-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db7fee4bfcde1e98e9a6e21e145c943d460575b3
[INFO] checking piqo-harness/piqo-server against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpiqo-harness%2Fpiqo-server" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/piqo-harness/piqo-server
[INFO] finished tweaking git repo https://github.com/piqo-harness/piqo-server
[INFO] tweaked toml for git repo https://github.com/piqo-harness/piqo-server written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/piqo-harness/piqo-server on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/piqo-harness/piqo-server 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid-simd v0.8.0
[INFO] [stderr]   Downloaded fraction v0.15.4
[INFO] [stderr]   Downloaded referencing v0.37.4
[INFO] [stderr]   Downloaded jsonschema v0.37.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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] b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1
[INFO] running `Command { std: "docker" "start" "b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1", 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" "b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1", 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" "b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling litemap v0.8.3
[INFO] [stderr]    Compiling writeable v0.6.4
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]     Checking ipnet v2.12.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling zerovec v0.11.7
[INFO] [stderr]    Compiling zerotrie v0.2.5
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ref-cast v1.0.27
[INFO] [stderr]    Compiling futures-io v0.3.34
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ref-cast-impl v1.0.27
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling event-listener v5.4.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tokio-stream v0.1.19
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling spin v0.9.9
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling tinystr v0.8.4
[INFO] [stderr]    Compiling potential_utf v0.1.6
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling icu_collections v2.3.0
[INFO] [stderr]    Compiling icu_locale_core v2.3.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking piqo-core v0.1.0 (/opt/rustwide/workdir/piqo-core)
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking fluent-uri v0.4.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.34
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]    Compiling rmcp v3.1.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking uuid-simd v0.8.0
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]     Checking referencing v0.37.4
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling icu_provider v2.3.0
[INFO] [stderr]     Checking fraction v0.15.4
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]    Compiling icu_properties v2.3.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking num-cmp v0.1.0
[INFO] [stderr]     Checking uuid v1.24.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking futures v0.3.34
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling rustls-webpki v0.103.14
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking jsonschema v0.37.4
[INFO] [stderr]     Checking piqo-provider v0.1.0 (/opt/rustwide/workdir/piqo-provider)
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking utoipa v5.5.0
[INFO] [stderr]     Checking piqo-tools v0.1.0 (/opt/rustwide/workdir/piqo-tools)
[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 piqo-server v0.1.0 (/opt/rustwide/workdir/piqo-server)
[INFO] [stdout] warning: overflow evaluating the requirement `fn(State<AppState>, ApiPath<(std::string::String, std::string::String)>) -> impl futures_core::Future<Output = Result<reqwest::StatusCode, ApiError>> {cancel_run}: Handler<_, _>`
[INFO] [stdout]     --> piqo-server/src/lib.rs:1494:13
[INFO] [stdout]      |
[INFO] [stdout] 1494 |             post(cancel_run),
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: which requires `impl futures_core::Future<Output = Result<reqwest::StatusCode, ApiError>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of cancel_run()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@piqo-server/src/lib.rs:2382:35: 2385:2}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures_core::Future<Output = Result<(), StoreError>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of SessionSupervisor::cancel()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@piqo-server/src/supervisor.rs:638:90: 684:6}: std::marker::Send`
[INFO] [stdout]      = note: which requires `Pin<Box<{async fn body of SessionSupervisor::cancel()}>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `Box<{async fn body of SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `std::ptr::Unique<{async fn body of SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of SessionSupervisor::cancel()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@piqo-server/src/supervisor.rs:638:90: 684:6}: std::marker::Send`
[INFO] [stdout]      = note: which requires `Pin<Box<{async fn body of SessionSupervisor::cancel()}>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `Box<{async fn body of SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `std::ptr::Unique<{async fn body of SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of SessionSupervisor::cancel()}: std::marker::Send`
[INFO] [stdout]      = note: and so on...
[INFO] [stdout]      = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`piqo_server`)
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `fn(State<AppState>, ApiPath<(std::string::String, std::string::String)>) -> impl futures_core::Future<Output = Result<reqwest::StatusCode, ApiError>> {cancel_run}: Handler<_, _>`
[INFO] [stdout]     --> piqo-server/src/lib.rs:1494:13
[INFO] [stdout]      |
[INFO] [stdout] 1494 |             post(cancel_run),
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: which requires `impl futures_core::Future<Output = Result<reqwest::StatusCode, ApiError>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of cancel_run()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@piqo-server/src/lib.rs:2382:35: 2385:2}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures_core::Future<Output = Result<(), storage::StoreError>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of supervisor::SessionSupervisor::cancel()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@piqo-server/src/supervisor.rs:638:90: 684:6}: std::marker::Send`
[INFO] [stdout]      = note: which requires `Pin<Box<{async fn body of supervisor::SessionSupervisor::cancel()}>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `Box<{async fn body of supervisor::SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `std::ptr::Unique<{async fn body of supervisor::SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of supervisor::SessionSupervisor::cancel()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@piqo-server/src/supervisor.rs:638:90: 684:6}: std::marker::Send`
[INFO] [stdout]      = note: which requires `Pin<Box<{async fn body of supervisor::SessionSupervisor::cancel()}>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `Box<{async fn body of supervisor::SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `std::ptr::Unique<{async fn body of supervisor::SessionSupervisor::cancel()}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of supervisor::SessionSupervisor::cancel()}: std::marker::Send`
[INFO] [stdout]      = note: and so on...
[INFO] [stdout]      = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`piqo_server`)
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking piqo-cli v0.1.0 (/opt/rustwide/workdir/piqo-cli)
[INFO] [stderr] warning: unused dependency `eventsource-stream`
[INFO] [stderr]  --> piqo-provider/Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | eventsource-stream.workspace = true
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `eventsource-stream`
[INFO] [stderr] warning: unused dependency `piqo-core`
[INFO] [stderr]   --> piqo-provider/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | piqo-core = { path = "../piqo-core" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `piqo-core`
[INFO] [stderr] warning: `piqo-provider` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] running `Command { std: "docker" "inspect" "b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1", kill_on_drop: false }`
[INFO] [stdout] b58af9f223499dbfe0e34550b8dbfbd62362c3b1167a8e20b4faa3184aa4bcb1
