[INFO] cloning repository https://github.com/fathergoose/rs-web-tasks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fathergoose/rs-web-tasks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffathergoose%2Frs-web-tasks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffathergoose%2Frs-web-tasks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7a5477bd9bb63593e50d14d5cdd44c198f75efa6 [INFO] testing fathergoose/rs-web-tasks against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffathergoose%2Frs-web-tasks" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/fathergoose/rs-web-tasks [INFO] finished tweaking git repo https://github.com/fathergoose/rs-web-tasks [INFO] tweaked toml for git repo https://github.com/fathergoose/rs-web-tasks written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fathergoose/rs-web-tasks on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fathergoose/rs-web-tasks 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4272f8b104d747aa51dce0d6797e12238ee94b7d98678405e7cd721a4f976a11 [INFO] running `Command { std: "docker" "start" "-a" "4272f8b104d747aa51dce0d6797e12238ee94b7d98678405e7cd721a4f976a11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4272f8b104d747aa51dce0d6797e12238ee94b7d98678405e7cd721a4f976a11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4272f8b104d747aa51dce0d6797e12238ee94b7d98678405e7cd721a4f976a11", kill_on_drop: false }` [INFO] [stdout] 4272f8b104d747aa51dce0d6797e12238ee94b7d98678405e7cd721a4f976a11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 143865ebd15f920da24ee544177f36b6387b64f0a169883bd4d486f951297d32 [INFO] running `Command { std: "docker" "start" "-a" "143865ebd15f920da24ee544177f36b6387b64f0a169883bd4d486f951297d32", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling pq-sys v0.7.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling tokio v1.44.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling dsl_auto_type v0.1.3 [INFO] [stderr] Compiling diesel_derives v2.2.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling deadpool-sync v0.1.4 [INFO] [stderr] Compiling deadpool v0.12.2 [INFO] [stderr] Compiling diesel v2.2.10 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling axum v0.8.3 [INFO] [stderr] Compiling deadpool-diesel v0.6.1 [INFO] [stderr] Compiling rs_web_tasks v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `for<'de> &'static rs_web_tasks::models::NewThing<'static>: serde::de::Deserialize<'de>` is not satisfied [INFO] [stdout] --> src/bin/main.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Json(new_thing): Json<&'static NewThing<'static>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::de::Deserialize<'de>` is not implemented for `&'static rs_web_tasks::models::NewThing<'static>` [INFO] [stdout] | [INFO] [stdout] = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `&'static rs_web_tasks::models::NewThing<'static>` type [INFO] [stdout] = note: for types from other crates check whether the crate offers a `serde` feature flag [INFO] [stdout] = help: the trait `Deserialize<'de>` is not implemented for `&'static rs_web_tasks::models::NewThing<'static>` [INFO] [stdout] but trait `Deserialize<'_>` is implemented for `rs_web_tasks::models::NewThing<'_>` [INFO] [stdout] = help: for that trait implementation, expected `rs_web_tasks::models::NewThing<'_>`, found `&'static rs_web_tasks::models::NewThing<'static>` [INFO] [stdout] = note: required for `&'static rs_web_tasks::models::NewThing<'static>` to implement `serde::de::DeserializeOwned` [INFO] [stdout] = note: required for `axum::Json<&'static rs_web_tasks::models::NewThing<'static>>` to implement `FromRequest>>` [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(trivial_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `fn(State>, ...) -> ... {create_thing}: Handler<_, ...>` is not satisfied [INFO] [stdout] --> src/bin/main.rs:38:48 [INFO] [stdout] | [INFO] [stdout] 38 | .route("/things", get(get_things).post(create_thing)) [INFO] [stdout] | ---- ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler<_, Pool>>` is not implemented for fn item `fn(State>>, ...) -> ... {create_thing}` [INFO] [stdout] = note: Consider using `#[axum::debug_handler]` to improve the error message [INFO] [stdout] = help: the following other types implement trait `Handler`: [INFO] [stdout] `MethodRouter` implements `Handler<(), S>` [INFO] [stdout] `axum::handler::Layered` implements `Handler` [INFO] [stdout] note: required by a bound in `MethodRouter::::post` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.3/src/routing/method_routing.rs:648:5 [INFO] [stdout] | [INFO] [stdout] 648 | chained_handler_fn!(post, POST); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^----^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound in this associated function [INFO] [stdout] | required by this bound in `MethodRouter::::post` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/main-d6612aa1ce6cba74.long-type-17614659538342603662.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: this error originates in the macro `chained_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> &'static rs_web_tasks::models::NewThing<'static>: serde::de::Deserialize<'de>` is not satisfied [INFO] [stdout] --> src/bin/main.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Json(new_thing): Json<&'static NewThing<'static>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::de::Deserialize<'de>` is not implemented for `&'static rs_web_tasks::models::NewThing<'static>` [INFO] [stdout] | [INFO] [stdout] = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `&'static rs_web_tasks::models::NewThing<'static>` type [INFO] [stdout] = note: for types from other crates check whether the crate offers a `serde` feature flag [INFO] [stdout] = help: the trait `Deserialize<'de>` is not implemented for `&'static rs_web_tasks::models::NewThing<'static>` [INFO] [stdout] but trait `Deserialize<'_>` is implemented for `rs_web_tasks::models::NewThing<'_>` [INFO] [stdout] = help: for that trait implementation, expected `rs_web_tasks::models::NewThing<'_>`, found `&'static rs_web_tasks::models::NewThing<'static>` [INFO] [stdout] = note: required for `&'static rs_web_tasks::models::NewThing<'static>` to implement `serde::de::DeserializeOwned` [INFO] [stdout] = note: required for `axum::Json<&'static rs_web_tasks::models::NewThing<'static>>` to implement `FromRequest>>` [INFO] [stdout] note: required by a bound in `__axum_macros_check_create_thing_1_from_request_check` [INFO] [stdout] --> src/bin/main.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Json(new_thing): Json<&'static NewThing<'static>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `__axum_macros_check_create_thing_1_from_request_check` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rs_web_tasks` (bin "main") due to 3 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "143865ebd15f920da24ee544177f36b6387b64f0a169883bd4d486f951297d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "143865ebd15f920da24ee544177f36b6387b64f0a169883bd4d486f951297d32", kill_on_drop: false }` [INFO] [stdout] 143865ebd15f920da24ee544177f36b6387b64f0a169883bd4d486f951297d32