[INFO] cloning repository https://github.com/otegal/axum_sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/otegal/axum_sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fotegal%2Faxum_sample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fotegal%2Faxum_sample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bc39119eb7173c4b649b8af5556444799c5a0cab [INFO] checking otegal/axum_sample against master#16b569057e4d1591b4bee05f10df34000308dedc for pr-127827 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fotegal%2Faxum_sample" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/otegal/axum_sample on toolchain 16b569057e4d1591b4bee05f10df34000308dedc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16b569057e4d1591b4bee05f10df34000308dedc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/otegal/axum_sample [INFO] finished tweaking git repo https://github.com/otegal/axum_sample [INFO] tweaked toml for git repo https://github.com/otegal/axum_sample written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/otegal/axum_sample 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" "+16b569057e4d1591b4bee05f10df34000308dedc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tower v0.4.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+16b569057e4d1591b4bee05f10df34000308dedc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ddd81d062ac8158bcc0beca35a9d34c077de6a8039a8be04d9be82a2d71262d1 [INFO] running `Command { std: "docker" "start" "-a" "ddd81d062ac8158bcc0beca35a9d34c077de6a8039a8be04d9be82a2d71262d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ddd81d062ac8158bcc0beca35a9d34c077de6a8039a8be04d9be82a2d71262d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddd81d062ac8158bcc0beca35a9d34c077de6a8039a8be04d9be82a2d71262d1", kill_on_drop: false }` [INFO] [stdout] ddd81d062ac8158bcc0beca35a9d34c077de6a8039a8be04d9be82a2d71262d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+16b569057e4d1591b4bee05f10df34000308dedc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4f22eba36a65eef429e879002b27a12cc418b169f89b72e2c53c157544634d9 [INFO] running `Command { std: "docker" "start" "-a" "d4f22eba36a65eef429e879002b27a12cc418b169f89b72e2c53c157544634d9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking instant v0.1.11 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking http-body v0.4.3 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tokio-macros v1.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking tower-http v0.1.1 [INFO] [stderr] Checking tokio-util v0.6.8 [INFO] [stderr] Checking hyper v0.14.13 [INFO] [stderr] Checking tower v0.4.9 [INFO] [stderr] Checking axum v0.2.8 [INFO] [stderr] Checking axum_sample v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s [INFO] running `Command { std: "docker" "inspect" "d4f22eba36a65eef429e879002b27a12cc418b169f89b72e2c53c157544634d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4f22eba36a65eef429e879002b27a12cc418b169f89b72e2c53c157544634d9", kill_on_drop: false }` [INFO] [stdout] d4f22eba36a65eef429e879002b27a12cc418b169f89b72e2c53c157544634d9 [INFO] checking otegal/axum_sample against try#8a6640bd72b80869b16392026cb3aa8ce8e3f9b7 for pr-127827 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fotegal%2Faxum_sample" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/otegal/axum_sample on toolchain 8a6640bd72b80869b16392026cb3aa8ce8e3f9b7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/otegal/axum_sample [INFO] finished tweaking git repo https://github.com/otegal/axum_sample [INFO] tweaked toml for git repo https://github.com/otegal/axum_sample written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/otegal/axum_sample 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" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d68331a9a0142f7c9fbf908288849df39a8d144e54e21bd97f9d17744f825e2 [INFO] running `Command { std: "docker" "start" "-a" "3d68331a9a0142f7c9fbf908288849df39a8d144e54e21bd97f9d17744f825e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d68331a9a0142f7c9fbf908288849df39a8d144e54e21bd97f9d17744f825e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d68331a9a0142f7c9fbf908288849df39a8d144e54e21bd97f9d17744f825e2", kill_on_drop: false }` [INFO] [stdout] 3d68331a9a0142f7c9fbf908288849df39a8d144e54e21bd97f9d17744f825e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+8a6640bd72b80869b16392026cb3aa8ce8e3f9b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f84dc8dd590b4571844acf6ce881313a7ee1507798b85db6a609639c5bc84ff7 [INFO] running `Command { std: "docker" "start" "-a" "f84dc8dd590b4571844acf6ce881313a7ee1507798b85db6a609639c5bc84ff7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking instant v0.1.11 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking http-body v0.4.3 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tokio-macros v1.5.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking tower-http v0.1.1 [INFO] [stderr] Checking tokio-util v0.6.8 [INFO] [stderr] Checking hyper v0.14.13 [INFO] [stderr] Checking tower v0.4.9 [INFO] [stderr] Checking axum v0.2.8 [INFO] [stderr] Checking axum_sample v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler<_, _>` is not satisfied [INFO] [stdout] --> src/main.rs:6:44 [INFO] [stdout] | [INFO] [stdout] 6 | let app = Router::new().route("/", get(|| async { "Hello, axum sample!!" })); [INFO] [stdout] | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `{async closure@src/main.rs:6:44: 6:46}` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] note: required by a bound in `axum::handler::get` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/handler/mod.rs:116:8 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn get(handler: H) -> OnMethod [INFO] [stdout] | --- required by a bound in this function [INFO] [stdout] 115 | where [INFO] [stdout] 116 | H: Handler, [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `get` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler<_, _>` is not satisfied [INFO] [stdout] --> src/main.rs:6:44 [INFO] [stdout] | [INFO] [stdout] 6 | let app = Router::new().route("/", get(|| async { "Hello, axum sample!!" })); [INFO] [stdout] | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `{async closure@src/main.rs:6:44: 6:46}` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] note: required by a bound in `axum::handler::get` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/handler/mod.rs:116:8 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn get(handler: H) -> OnMethod [INFO] [stdout] | --- required by a bound in this function [INFO] [stdout] 115 | where [INFO] [stdout] 116 | H: Handler, [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `get` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, _, _, EmptyRouter>: Clone` is not satisfied [INFO] [stdout] --> src/main.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, _, _, EmptyRouter>` [INFO] [stdout] | [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, _, _, EmptyRouter>` to implement `Clone` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `Route, EmptyRouter<_>>` to implement `Clone` [INFO] [stdout] note: required by a bound in `Router::::into_make_service` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/routing/mod.rs:375:12 [INFO] [stdout] | [INFO] [stdout] 373 | pub fn into_make_service(self) -> IntoMakeService [INFO] [stdout] | ----------------- required by a bound in this associated function [INFO] [stdout] 374 | where [INFO] [stdout] 375 | S: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `Router::::into_make_service` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 10 | .serve((&app).into_make_service()) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, _, _, EmptyRouter>: Clone` is not satisfied [INFO] [stdout] --> src/main.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, _, _, EmptyRouter>` [INFO] [stdout] | [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, _, _, EmptyRouter>` to implement `Clone` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `Route, EmptyRouter<_>>` to implement `Clone` [INFO] [stdout] note: required by a bound in `Router::::into_make_service` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/routing/mod.rs:375:12 [INFO] [stdout] | [INFO] [stdout] 373 | pub fn into_make_service(self) -> IntoMakeService [INFO] [stdout] | ----------------- required by a bound in this associated function [INFO] [stdout] 374 | where [INFO] [stdout] 375 | S: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `Router::::into_make_service` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 10 | .serve((&app).into_make_service()) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler` is not satisfied [INFO] [stdout] --> src/main.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^ the trait `Handler` is not implemented for `{async closure@src/main.rs:6:44: 6:46}`, which is required by `IntoMakeService, EmptyRouter<_>>>: hyper::service::make::MakeServiceRef` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService, EmptyRouter>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler` is not satisfied [INFO] [stdout] --> src/main.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | .serve(app.into_make_service()) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler` is not implemented for `{async closure@src/main.rs:6:44: 6:46}`, which is required by `hyper::common::exec::Exec: hyper::common::exec::ConnStreamExec<_, _>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] note: required because it appears within the type `State, Request>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.9/src/util/oneshot.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | enum State, Req> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: required because it appears within the type `Oneshot, Request>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.9/src/util/oneshot.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Oneshot, Req> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: required because it appears within the type `RouteFutureInner, EmptyRouter, Body>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/routing/future.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | enum RouteFutureInner [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required because it appears within the type `RouteFuture, EmptyRouter, Body>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/routing/future.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct RouteFuture [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: required because it appears within the type `(RouteFuture, EmptyRouter, Body>, ...)` [INFO] [stdout] note: required because it appears within the type `PhantomData<(RouteFuture, ..., ...>, ...)>` [INFO] [stdout] --> /rustc/8a6640bd72b80869b16392026cb3aa8ce8e3f9b7/library/core/src/marker.rs:740:12 [INFO] [stdout] note: required because it appears within the type `H2Stream, EmptyRouter, Body>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.13/src/common/exec.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | pub struct H2Stream(std::marker::PhantomData<(F, B)>); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: required for `hyper::common::exec::Exec` to implement `hyper::common::exec::ConnStreamExec, EmptyRouter, axum::body::Body>, http_body::combinators::box_body::BoxBody>` [INFO] [stdout] note: required by a bound in `hyper::server::server::Builder::::serve` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.13/src/server/server.rs:456:12 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn serve(self, new_service: S) -> Server [INFO] [stdout] | ----- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 456 | E: ConnStreamExec<>::Future, B>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Builder::::serve` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-14772787049274670771.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-17954437524551930009.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-13136466943713953827.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-16646040368051727470.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-4962684087724342412.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-9229721678203591934.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-10469850384330600067.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `hyper::common::exec::Exec: hyper::common::exec::ConnStreamExec, EmptyRouter, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not satisfied [INFO] [stdout] --> src/main.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::ConnStreamExec, EmptyRouter, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server, EmptyRouter>>>: IntoFuture` [INFO] [stdout] | help: remove the `.await` [INFO] [stdout] | [INFO] [stdout] = help: the trait `hyper::common::exec::ConnStreamExec` is implemented for `hyper::common::exec::Exec` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-2987053631137743266.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-2987053631137743266.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler` is not satisfied [INFO] [stdout] --> src/main.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^ the trait `Handler` is not implemented for `{async closure@src/main.rs:6:44: 6:46}`, which is required by `IntoMakeService, EmptyRouter<_>>>: hyper::service::make::MakeServiceRef` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService, EmptyRouter>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec, EmptyRouter>>, Route, EmptyRouter>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not satisfied [INFO] [stdout] --> src/main.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::NewSvcExec, EmptyRouter>>, Route, EmptyRouter>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server, EmptyRouter>>>: IntoFuture` [INFO] [stdout] | help: remove the `.await` [INFO] [stdout] | [INFO] [stdout] = help: the trait `hyper::common::exec::NewSvcExec` is implemented for `hyper::common::exec::Exec` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-2987053631137743266.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-2987053631137743266.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler` is not satisfied [INFO] [stdout] --> src/main.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `Handler` is not implemented for `{async closure@src/main.rs:6:44: 6:46}`, which is required by `Server, EmptyRouter>>>: IntoFuture` [INFO] [stdout] | help: remove the `.await` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService, EmptyRouter>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-2987053631137743266.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-43a56f3ecef36ad5.long-type-2987053631137743266.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler` is not satisfied [INFO] [stdout] --> src/main.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | .serve(app.into_make_service()) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler` is not implemented for `{async closure@src/main.rs:6:44: 6:46}`, which is required by `hyper::common::exec::Exec: hyper::common::exec::ConnStreamExec<_, _>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] note: required because it appears within the type `State, Request>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.9/src/util/oneshot.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | enum State, Req> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: required because it appears within the type `Oneshot, Request>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.9/src/util/oneshot.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Oneshot, Req> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: required because it appears within the type `RouteFutureInner, EmptyRouter, Body>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/routing/future.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | enum RouteFutureInner [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required because it appears within the type `RouteFuture, EmptyRouter, Body>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.2.8/src/routing/future.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct RouteFuture [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: required because it appears within the type `(RouteFuture, EmptyRouter, Body>, ...)` [INFO] [stdout] note: required because it appears within the type `PhantomData<(RouteFuture, ..., ...>, ...)>` [INFO] [stdout] --> /rustc/8a6640bd72b80869b16392026cb3aa8ce8e3f9b7/library/core/src/marker.rs:740:12 [INFO] [stdout] note: required because it appears within the type `H2Stream, EmptyRouter, Body>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.13/src/common/exec.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | pub struct H2Stream(std::marker::PhantomData<(F, B)>); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: required for `hyper::common::exec::Exec` to implement `hyper::common::exec::ConnStreamExec, EmptyRouter, axum::body::Body>, http_body::combinators::box_body::BoxBody>` [INFO] [stdout] note: required by a bound in `hyper::server::server::Builder::::serve` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.13/src/server/server.rs:456:12 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn serve(self, new_service: S) -> Server [INFO] [stdout] | ----- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 456 | E: ConnStreamExec<>::Future, B>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Builder::::serve` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-4569328954192851820.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-1504087461194786009.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-15636944808886587142.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-10493822826946857945.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-14809308505036836580.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-5800736884124516864.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-3457328850518132614.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `hyper::common::exec::Exec: hyper::common::exec::ConnStreamExec, EmptyRouter, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not satisfied [INFO] [stdout] --> src/main.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::ConnStreamExec, EmptyRouter, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server, EmptyRouter>>>: IntoFuture` [INFO] [stdout] | help: remove the `.await` [INFO] [stdout] | [INFO] [stdout] = help: the trait `hyper::common::exec::ConnStreamExec` is implemented for `hyper::common::exec::Exec` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-667284668318583453.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-667284668318583453.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `hyper::common::exec::Exec: hyper::common::exec::NewSvcExec, EmptyRouter>>, Route, EmptyRouter>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not satisfied [INFO] [stdout] --> src/main.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::NewSvcExec, EmptyRouter>>, Route, EmptyRouter>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server, EmptyRouter>>>: IntoFuture` [INFO] [stdout] | help: remove the `.await` [INFO] [stdout] | [INFO] [stdout] = help: the trait `hyper::common::exec::NewSvcExec` is implemented for `hyper::common::exec::Exec` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-667284668318583453.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-667284668318583453.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@src/main.rs:6:44: 6:46}: Handler` is not satisfied [INFO] [stdout] --> src/main.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `Handler` is not implemented for `{async closure@src/main.rs:6:44: 6:46}`, which is required by `Server, EmptyRouter>>>: IntoFuture` [INFO] [stdout] | help: remove the `.await` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Handler` is implemented for `axum::handler::Layered` [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@src/main.rs:6:44: 6:46}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route, EmptyRouter>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService, EmptyRouter>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-667284668318583453.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/axum_sample-849ebc6c65e08f7a.long-type-667284668318583453.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `axum_sample` (bin "axum_sample" test) due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `axum_sample` (bin "axum_sample") due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "f84dc8dd590b4571844acf6ce881313a7ee1507798b85db6a609639c5bc84ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f84dc8dd590b4571844acf6ce881313a7ee1507798b85db6a609639c5bc84ff7", kill_on_drop: false }` [INFO] [stdout] f84dc8dd590b4571844acf6ce881313a7ee1507798b85db6a609639c5bc84ff7