[INFO] cloning repository https://github.com/aoki/rust-web [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aoki/rust-web" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faoki%2Frust-web", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faoki%2Frust-web'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0c7552ffa02dc57bf908974b016376d42321294c [INFO] checking aoki/rust-web against master#16b569057e4d1591b4bee05f10df34000308dedc for pr-127827 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faoki%2Frust-web" "/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/aoki/rust-web 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/aoki/rust-web [INFO] finished tweaking git repo https://github.com/aoki/rust-web [INFO] tweaked toml for git repo https://github.com/aoki/rust-web written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/aoki/rust-web 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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded axum-debug v0.1.0 [INFO] [stderr] Downloaded askama_escape v0.10.1 [INFO] [stderr] Downloaded tower-http v0.1.1 [INFO] [stderr] Downloaded askama_derive v0.10.5 [INFO] [stderr] Downloaded askama v0.10.5 [INFO] [stderr] Downloaded askama_shared v0.11.1 [INFO] [stderr] Downloaded axum-debug-macros v0.1.0 [INFO] [stderr] Downloaded axum v0.2.8 [INFO] [stderr] Downloaded tracing-subscriber v0.3.1 [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] 743ee436dc2ed62e5a1704f16d22eb680c6c33b1f01584fa6579285a3486c2cd [INFO] running `Command { std: "docker" "start" "-a" "743ee436dc2ed62e5a1704f16d22eb680c6c33b1f01584fa6579285a3486c2cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "743ee436dc2ed62e5a1704f16d22eb680c6c33b1f01584fa6579285a3486c2cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "743ee436dc2ed62e5a1704f16d22eb680c6c33b1f01584fa6579285a3486c2cd", kill_on_drop: false }` [INFO] [stdout] 743ee436dc2ed62e5a1704f16d22eb680c6c33b1f01584fa6579285a3486c2cd [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] 49ba0b66f331e56c004e9fc5f7d6bee71029aec7b45b6151586a66042a6e7e16 [INFO] running `Command { std: "docker" "start" "-a" "49ba0b66f331e56c004e9fc5f7d6bee71029aec7b45b6151586a66042a6e7e16", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking parking_lot_core v0.8.5 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Compiling multer v2.0.1 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.70 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking twoway v0.2.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tokio-macros v1.5.1 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking scheduled-thread-pool v0.2.5 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking r2d2 v0.8.9 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking tracing-subscriber v0.3.1 [INFO] [stderr] Checking serde v1.0.130 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking h2 v0.3.7 [INFO] [stderr] Checking tower-http v0.1.1 [INFO] [stderr] Checking tower v0.4.10 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking askama_shared v0.11.1 [INFO] [stderr] Checking api v0.1.0 (/opt/rustwide/workdir/api) [INFO] [stderr] Checking diesel v1.4.8 [INFO] [stderr] Checking hyper v0.14.14 [INFO] [stderr] Compiling askama_derive v0.10.5 [INFO] [stderr] Checking askama v0.10.5 [INFO] [stderr] Checking axum v0.2.8 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.6 [INFO] [stderr] Checking cli v0.1.0 (/opt/rustwide/workdir/cli) [INFO] [stderr] Checking rust-web v0.1.0 (/opt/rustwide/workdir/tutorial) [INFO] [stderr] Compiling axum-debug-macros v0.1.0 [INFO] [stderr] Checking axum-debug v0.1.0 [INFO] [stderr] Checking server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "49ba0b66f331e56c004e9fc5f7d6bee71029aec7b45b6151586a66042a6e7e16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49ba0b66f331e56c004e9fc5f7d6bee71029aec7b45b6151586a66042a6e7e16", kill_on_drop: false }` [INFO] [stdout] 49ba0b66f331e56c004e9fc5f7d6bee71029aec7b45b6151586a66042a6e7e16 [INFO] checking aoki/rust-web against try#8a6640bd72b80869b16392026cb3aa8ce8e3f9b7 for pr-127827 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faoki%2Frust-web" "/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/aoki/rust-web 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/aoki/rust-web [INFO] finished tweaking git repo https://github.com/aoki/rust-web [INFO] tweaked toml for git repo https://github.com/aoki/rust-web written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/aoki/rust-web 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] c173360d00a1d25ee6f94ef6736a17c4532feb0f5418fbcb7ea3467de3de03f7 [INFO] running `Command { std: "docker" "start" "-a" "c173360d00a1d25ee6f94ef6736a17c4532feb0f5418fbcb7ea3467de3de03f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c173360d00a1d25ee6f94ef6736a17c4532feb0f5418fbcb7ea3467de3de03f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c173360d00a1d25ee6f94ef6736a17c4532feb0f5418fbcb7ea3467de3de03f7", kill_on_drop: false }` [INFO] [stdout] c173360d00a1d25ee6f94ef6736a17c4532feb0f5418fbcb7ea3467de3de03f7 [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] 4342dab3e5ea0727697012c82f496a5ee1fe7c67d86161fbc76252a6bddfbdcb [INFO] running `Command { std: "docker" "start" "-a" "4342dab3e5ea0727697012c82f496a5ee1fe7c67d86161fbc76252a6bddfbdcb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Checking parking_lot_core v0.8.5 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Compiling multer v2.0.1 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.70 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Checking twoway v0.2.2 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tokio-macros v1.5.1 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking scheduled-thread-pool v0.2.5 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking r2d2 v0.8.9 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking tracing-subscriber v0.3.1 [INFO] [stderr] Checking serde v1.0.130 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking h2 v0.3.7 [INFO] [stderr] Checking tower v0.4.10 [INFO] [stderr] Checking tower-http v0.1.1 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking hyper v0.14.14 [INFO] [stderr] Checking api v0.1.0 (/opt/rustwide/workdir/api) [INFO] [stderr] Checking diesel v1.4.8 [INFO] [stderr] Checking askama_shared v0.11.1 [INFO] [stderr] Compiling askama_derive v0.10.5 [INFO] [stderr] Checking axum v0.2.8 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.6 [INFO] [stderr] Checking askama v0.10.5 [INFO] [stderr] Checking cli v0.1.0 (/opt/rustwide/workdir/cli) [INFO] [stderr] Checking rust-web v0.1.0 (/opt/rustwide/workdir/tutorial) [INFO] [stdout] error[E0277]: the trait bound `{async closure@tutorial/src/main.rs:34:25: 34:27}: Handler<_, _>` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | .route("/", get(|| async { "Hello, World!" })) [INFO] [stdout] | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}` [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@tutorial/src/main.rs:34:25: 34:27}: Handler<_, _>` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | .route("/", get(|| async { "Hello, World!" })) [INFO] [stdout] | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}` [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@tutorial/src/main.rs:34:25: 34:27}, _, _, EmptyRouter>: Clone` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 45 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `axum::handler::OnMethod<{async closure@tutorial/src/main.rs:34:25: 34:27}, _, _, EmptyRouter>` [INFO] [stdout] | [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@tutorial/src/main.rs:34:25: 34:27}, _, _, EmptyRouter>` to implement `Clone` [INFO] [stdout] = note: 10 redundant requirements hidden [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, _, (...,), ...>, ...>` 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] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-6fcdb5a354cb7daa.long-type-16344313038852759290.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 45 | .serve((&app).into_make_service()) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `axum::handler::OnMethod<{async closure@tutorial/src/main.rs:34:25: 34:27}, _, _, EmptyRouter>: Clone` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 45 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `axum::handler::OnMethod<{async closure@tutorial/src/main.rs:34:25: 34:27}, _, _, EmptyRouter>` [INFO] [stdout] | [INFO] [stdout] = note: required for `axum::handler::OnMethod<{async closure@tutorial/src/main.rs:34:25: 34:27}, _, _, EmptyRouter>` to implement `Clone` [INFO] [stdout] = note: 10 redundant requirements hidden [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, _, (...,), ...>, ...>` 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] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-8bfeed2bc7984914.long-type-8364020729025801377.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 45 | .serve((&app).into_make_service()) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `{async closure@tutorial/src/main.rs:34:25: 34:27}: Handler` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^ the trait `Handler` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}`, which is required by `IntoMakeService) -> impl Future {name_and_age}, _, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, _, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, _, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, _, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, _, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, _, (axum::extract::Path,), EmptyRouter>, Nested, _>, {closure@tutorial/src/main.rs:26:66: 26:89}, _>, EmptyRouter<_>>>>>, Arc>>>>, MyApp>>>>>>: 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@tutorial/src/main.rs:34:25: 34:27}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 6 redundant requirements hidden [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService) -> ... {name_and_age}, ..., ..., ...>, ...>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-8bfeed2bc7984914.long-type-8671517852756540203.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/rust_web-8bfeed2bc7984914.long-type-4551492824569604547.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/rust_web-8bfeed2bc7984914.long-type-4551492824569604547.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@tutorial/src/main.rs:34:25: 34:27}: Handler` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | .serve(app.into_make_service()) [INFO] [stdout] | ^^^^^ the trait `Handler` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}`, which is required by `IntoMakeService) -> impl Future {name_and_age}, _, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, _, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, _, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, _, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, _, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, _, (axum::extract::Path,), EmptyRouter>, Nested, _>, {closure@tutorial/src/main.rs:26:66: 26:89}, _>, EmptyRouter<_>>>>>, Arc>>>>, MyApp>>>>>>: 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@tutorial/src/main.rs:34:25: 34:27}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 6 redundant requirements hidden [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService) -> ... {name_and_age}, ..., ..., ...>, ...>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-6fcdb5a354cb7daa.long-type-5842409162627370941.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/rust_web-6fcdb5a354cb7daa.long-type-7219861730607273858.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/rust_web-6fcdb5a354cb7daa.long-type-7219861730607273858.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@tutorial/src/main.rs:34:25: 34:27}: Handler` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | .serve(app.into_make_service()) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}`, 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@tutorial/src/main.rs:34:25: 34:27}, 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.10/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.10/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, Route<..., ...>, ...>` [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, Route<..., ...>, ...>` [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 `State, Route<..., ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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, Route<..., ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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>>) -> ... {increment}, ..., ..., ...>, ..., ...>` [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>>) -> ... {increment}, ..., ..., ...>, ..., ...>` [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 `State ... {increment}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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 ... {increment}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> ... {with_state}, ..., ..., ...>, ..., ...>` [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) -> impl Future {with_state}, ..., ..., ...>, ..., ...>` [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 `State ... {with_state}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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 ... {with_state}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {user}, ..., ..., ...>, ..., ...>` [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) -> impl Future {user}, 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 `State) -> impl Future {user}, Body, ..., ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {user}, Body, ..., ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {name}, 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) -> impl Future {name}, 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 `State) -> impl Future {name}, Body, (...,), ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {name}, Body, (...,), ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> ... {name_and_age}, ..., ..., ...>, ..., ...>` [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) -> ... {name_and_age}, ..., ..., ...>, ..., ...>` [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 `H2StreamState) -> ... {name_and_age}, ..., ..., ...>, ..., ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.14/src/proto/h2/server.rs:367:10 [INFO] [stdout] | [INFO] [stdout] 367 | enum H2StreamState [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: required because it appears within the type `H2Stream) -> ... {name_and_age}, ..., ..., ...>, ..., ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.14/src/proto/h2/server.rs:355:16 [INFO] [stdout] | [INFO] [stdout] 355 | pub struct H2Stream [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: required for `hyper::common::exec::Exec` to implement `hyper::common::exec::ConnStreamExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>, 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.14/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/rust_web-8bfeed2bc7984914.long-type-16391981291823721320.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/rust_web-8bfeed2bc7984914.long-type-4924533241464208996.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/rust_web-8bfeed2bc7984914.long-type-424271005008867272.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/rust_web-8bfeed2bc7984914.long-type-16101916083435050455.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/rust_web-8bfeed2bc7984914.long-type-10110345221088864576.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/rust_web-8bfeed2bc7984914.long-type-6311260500951092659.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/rust_web-8bfeed2bc7984914.long-type-5773696855234443187.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/rust_web-8bfeed2bc7984914.long-type-3751544364925793931.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/rust_web-8bfeed2bc7984914.long-type-406349748179638947.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/rust_web-8bfeed2bc7984914.long-type-6837560294271222879.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/rust_web-8bfeed2bc7984914.long-type-4692198006020553804.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/rust_web-8bfeed2bc7984914.long-type-8933588742405661576.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/rust_web-8bfeed2bc7984914.long-type-1720801970111667513.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/rust_web-8bfeed2bc7984914.long-type-12462160143970821652.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/rust_web-8bfeed2bc7984914.long-type-5464371808375223012.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/rust_web-8bfeed2bc7984914.long-type-6754289977409415879.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/rust_web-8bfeed2bc7984914.long-type-10999742895582883496.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/rust_web-8bfeed2bc7984914.long-type-5446620748451495853.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/rust_web-8bfeed2bc7984914.long-type-16782431551564522502.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/rust_web-8bfeed2bc7984914.long-type-15856547648097272836.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/rust_web-8bfeed2bc7984914.long-type-3370751989757119698.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/rust_web-8bfeed2bc7984914.long-type-9717648677605948263.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/rust_web-8bfeed2bc7984914.long-type-14590375271454900276.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/rust_web-8bfeed2bc7984914.long-type-9953785217340500674.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/rust_web-8bfeed2bc7984914.long-type-2134432400187884213.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/rust_web-8bfeed2bc7984914.long-type-1110646738930841818.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@tutorial/src/main.rs:34:25: 34:27}: Handler` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | .serve(app.into_make_service()) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}`, 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@tutorial/src/main.rs:34:25: 34:27}, 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.10/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.10/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, Route<..., ...>, ...>` [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, Route<..., ...>, ...>` [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 `State, Route<..., ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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, Route<..., ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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>>) -> ... {increment}, ..., ..., ...>, ..., ...>` [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>>) -> ... {increment}, ..., ..., ...>, ..., ...>` [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 `State ... {increment}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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 ... {increment}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> ... {with_state}, ..., ..., ...>, ..., ...>` [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) -> impl Future {with_state}, ..., ..., ...>, ..., ...>` [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 `State ... {with_state}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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 ... {with_state}, ..., ..., ...>, ...>, ...>>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {user}, ..., ..., ...>, ..., ...>` [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) -> impl Future {user}, 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 `State) -> impl Future {user}, Body, ..., ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {user}, Body, ..., ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {name}, 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) -> impl Future {name}, 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 `State) -> impl Future {name}, Body, (...,), ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> impl Future {name}, Body, (...,), ...>, ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.10/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) -> ... {name_and_age}, ..., ..., ...>, ..., ...>` [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) -> ... {name_and_age}, ..., ..., ...>, ..., ...>` [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 `H2StreamState) -> ... {name_and_age}, ..., ..., ...>, ..., ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.14/src/proto/h2/server.rs:367:10 [INFO] [stdout] | [INFO] [stdout] 367 | enum H2StreamState [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: required because it appears within the type `H2Stream) -> ... {name_and_age}, ..., ..., ...>, ..., ...>, ...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.14/src/proto/h2/server.rs:355:16 [INFO] [stdout] | [INFO] [stdout] 355 | pub struct H2Stream [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: required for `hyper::common::exec::Exec` to implement `hyper::common::exec::ConnStreamExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>, 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.14/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/rust_web-6fcdb5a354cb7daa.long-type-18286120888995176060.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/rust_web-6fcdb5a354cb7daa.long-type-15004913935158229578.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/rust_web-6fcdb5a354cb7daa.long-type-7617429425035638047.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/rust_web-6fcdb5a354cb7daa.long-type-13461185004714548288.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/rust_web-6fcdb5a354cb7daa.long-type-9070368185808274218.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/rust_web-6fcdb5a354cb7daa.long-type-10588289149147289916.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/rust_web-6fcdb5a354cb7daa.long-type-5305128828019966486.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/rust_web-6fcdb5a354cb7daa.long-type-17780978116647798038.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/rust_web-6fcdb5a354cb7daa.long-type-3201536914629352069.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/rust_web-6fcdb5a354cb7daa.long-type-1927211682986820733.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/rust_web-6fcdb5a354cb7daa.long-type-5647662884158232861.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/rust_web-6fcdb5a354cb7daa.long-type-6106883707774198669.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/rust_web-6fcdb5a354cb7daa.long-type-8174387455635691517.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/rust_web-6fcdb5a354cb7daa.long-type-11096078511519938295.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/rust_web-6fcdb5a354cb7daa.long-type-7423718766152715060.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/rust_web-6fcdb5a354cb7daa.long-type-16774884024443404639.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/rust_web-6fcdb5a354cb7daa.long-type-9102085438807042380.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/rust_web-6fcdb5a354cb7daa.long-type-900175697133659083.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/rust_web-6fcdb5a354cb7daa.long-type-18365174468753562001.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/rust_web-6fcdb5a354cb7daa.long-type-14582460513808811498.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/rust_web-6fcdb5a354cb7daa.long-type-18443961443478486135.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/rust_web-6fcdb5a354cb7daa.long-type-7164362556428217221.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/rust_web-6fcdb5a354cb7daa.long-type-8562327641647194123.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/rust_web-6fcdb5a354cb7daa.long-type-3578640172012528814.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/rust_web-6fcdb5a354cb7daa.long-type-12817214951201440323.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/rust_web-6fcdb5a354cb7daa.long-type-3367309600819188325.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) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::ConnStreamExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>>: 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 ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-8bfeed2bc7984914.long-type-9653205939797156610.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/rust_web-8bfeed2bc7984914.long-type-9653205939797156610.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) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::ConnStreamExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>, axum::body::Body>, http_body::combinators::box_body::BoxBody>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>>: 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 ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-6fcdb5a354cb7daa.long-type-5828379748282801528.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/rust_web-6fcdb5a354cb7daa.long-type-5828379748282801528.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::NewSvcExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>, Route) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::NewSvcExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>, Route) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>>: 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 ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-8bfeed2bc7984914.long-type-9653205939797156610.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/rust_web-8bfeed2bc7984914.long-type-9653205939797156610.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::NewSvcExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>, Route) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `hyper::common::exec::NewSvcExec) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>, Route) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>, hyper::common::exec::Exec, hyper::server::conn::spawn_all::NoopWatcher>` is not implemented for `hyper::common::exec::Exec`, which is required by `Server) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>>: 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 ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-6fcdb5a354cb7daa.long-type-5828379748282801528.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/rust_web-6fcdb5a354cb7daa.long-type-5828379748282801528.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@tutorial/src/main.rs:34:25: 34:27}: Handler` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `Handler` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}`, which is required by `Server) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>>: 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@tutorial/src/main.rs:34:25: 34:27}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 6 redundant requirements hidden [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService) -> ... {name_and_age}, ..., ..., ...>, ...>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-8bfeed2bc7984914.long-type-9653205939797156610.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/rust_web-8bfeed2bc7984914.long-type-9653205939797156610.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/rust_web-8bfeed2bc7984914.long-type-1316719827166337639.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/rust_web-8bfeed2bc7984914.long-type-4475531331476060059.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/rust_web-8bfeed2bc7984914.long-type-4475531331476060059.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@tutorial/src/main.rs:34:25: 34:27}: Handler` is not satisfied [INFO] [stdout] --> tutorial/src/main.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | .await [INFO] [stdout] | -^^^^^ [INFO] [stdout] | || [INFO] [stdout] | |the trait `Handler` is not implemented for `{async closure@tutorial/src/main.rs:34:25: 34:27}`, which is required by `Server) -> impl Future {name_and_age}, axum::body::Body, (axum::extract::Path<(std::string::String, u8)>,), EmptyRouter>, Route) -> impl Future {name}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Route) -> impl Future {user}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, axum::routing::Layered) -> impl Future {with_state}, axum::body::Body, (Extension,), EmptyRouter>, axum::routing::Layered>>) -> impl Future> {increment}, axum::body::Body, (Extension>>,), EmptyRouter>, Route, Route) -> impl Future {greet}, axum::body::Body, (axum::extract::Path,), EmptyRouter>, Nested, axum::body::Body>, {closure@tutorial/src/main.rs:26:66: 26:89}, axum::body::Body>, EmptyRouter>>>>, Arc>>>>, MyApp>>>>>>>: 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@tutorial/src/main.rs:34:25: 34:27}, axum::body::Body, _, EmptyRouter>` to implement `tower_service::Service>` [INFO] [stdout] = note: 6 redundant requirements hidden [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `tower_service::Service>` [INFO] [stdout] = note: required for `Route) -> impl Future {name_and_age}, Body, (...,), ...>, ...>` to implement `hyper::service::http::HttpService` [INFO] [stdout] = note: required for `IntoMakeService) -> ... {name_and_age}, ..., ..., ...>, ...>>` to implement `hyper::service::make::MakeServiceRef` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `Future` [INFO] [stdout] = note: required for `Server ... {name_and_age}, ..., ..., ...>, ...>>>` to implement `IntoFuture` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rust_web-6fcdb5a354cb7daa.long-type-5828379748282801528.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/rust_web-6fcdb5a354cb7daa.long-type-5828379748282801528.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/rust_web-6fcdb5a354cb7daa.long-type-13359586823980425620.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/rust_web-6fcdb5a354cb7daa.long-type-16151280852056979682.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/rust_web-6fcdb5a354cb7daa.long-type-16151280852056979682.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: 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 `rust-web` (bin "rust-web" test) due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rust-web` (bin "rust-web") due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "4342dab3e5ea0727697012c82f496a5ee1fe7c67d86161fbc76252a6bddfbdcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4342dab3e5ea0727697012c82f496a5ee1fe7c67d86161fbc76252a6bddfbdcb", kill_on_drop: false }` [INFO] [stdout] 4342dab3e5ea0727697012c82f496a5ee1fe7c67d86161fbc76252a6bddfbdcb