[INFO] cloning repository https://github.com/mysterious-diamond/rust_web_start
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mysterious-diamond/rust_web_start" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmysterious-diamond%2Frust_web_start", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmysterious-diamond%2Frust_web_start'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f28387464e29046170f7e673086db83a49230a4
[INFO] checking mysterious-diamond/rust_web_start/2f28387464e29046170f7e673086db83a49230a4 against master#021fc25b7a48f6051bee1e1f06c7a277e4de1cc9 for pr-151510
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmysterious-diamond%2Frust_web_start" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mysterious-diamond/rust_web_start
[INFO] finished tweaking git repo https://github.com/mysterious-diamond/rust_web_start
[INFO] tweaked toml for git repo https://github.com/mysterious-diamond/rust_web_start written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mysterious-diamond/rust_web_start on toolchain 021fc25b7a48f6051bee1e1f06c7a277e4de1cc9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+021fc25b7a48f6051bee1e1f06c7a277e4de1cc9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mysterious-diamond/rust_web_start 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" "+021fc25b7a48f6051bee1e1f06c7a277e4de1cc9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded askama v0.12.1
[INFO] [stderr]   Downloaded basic-toml v0.1.10
[INFO] [stderr]   Downloaded askama_parser v0.2.1
[INFO] [stderr]   Downloaded askama_derive v0.12.5
[INFO] [stderr]   Downloaded axum-sessions v0.6.1
[INFO] [stderr]   Downloaded async-session v3.0.0
[INFO] [stderr]   Downloaded axum-extra v0.7.7
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+021fc25b7a48f6051bee1e1f06c7a277e4de1cc9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0743c5b56de61ac5e3006817f0cbcaf8d4ce65da7a7eb11ce40b4cfb40b020a8
[INFO] running `Command { std: "docker" "start" "-a" "0743c5b56de61ac5e3006817f0cbcaf8d4ce65da7a7eb11ce40b4cfb40b020a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0743c5b56de61ac5e3006817f0cbcaf8d4ce65da7a7eb11ce40b4cfb40b020a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0743c5b56de61ac5e3006817f0cbcaf8d4ce65da7a7eb11ce40b4cfb40b020a8", kill_on_drop: false }`
[INFO] [stdout] 0743c5b56de61ac5e3006817f0cbcaf8d4ce65da7a7eb11ce40b4cfb40b020a8
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+021fc25b7a48f6051bee1e1f06c7a277e4de1cc9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bb138845dfa072650d08e0d2316ee4c9638844e7c03472d624985a2b0d092d5
[INFO] running `Command { std: "docker" "start" "-a" "1bb138845dfa072650d08e0d2316ee4c9638844e7c03472d624985a2b0d092d5", kill_on_drop: false }`
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling cookie v0.17.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking headers v0.3.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling blake3 v0.3.8
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]     Checking async-session v3.0.0
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking askama v0.12.1
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking axum v0.8.6
[INFO] [stderr]     Checking axum-extra v0.7.7
[INFO] [stderr]     Checking axum-sessions v0.6.1
[INFO] [stderr]     Checking hello_web v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0423]: expected value, found struct `HomePage`
[INFO] [stdout]   --> src/main.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 |     Html(HomePage.render().unwrap())
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]    |
[INFO] [stdout] 38 -     Html(HomePage.render().unwrap())
[INFO] [stdout] 38 +     Html(HomePage::render().unwrap())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Form`, `State`, and `post`
[INFO] [stdout]  --> src/includes.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 |     extract::{Form, State},
[INFO] [stdout]   |               ^^^^  ^^^^^
[INFO] [stdout] 3 |     response::Html,
[INFO] [stdout] 4 |     routing::{get, post},
[INFO] [stdout]   |                    ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SessionHandle`
[INFO] [stdout]   --> src/includes.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     SessionHandle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/includes.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use std::sync::Arc;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::net::TcpListener`
[INFO] [stdout]   --> src/includes.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use tokio::net::TcpListener;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `axum_sessions::SessionLayer::<Store>::new`: Development of axum-sessions has moved to the tower-sessions crate. Please consider migrating.
[INFO] [stdout]   --> src/main.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let session_layer = SessionLayer::new(store, b"123".to_vec());
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:23:47
[INFO] [stdout]     |
[INFO] [stdout]  23 |     let session_layer = SessionLayer::new(store, b"123".to_vec());
[INFO] [stdout]     |                         -----------------        ^^^^^^^^^^^^^^^ expected `&[u8]`, found `Vec<u8>`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[u8]`
[INFO] [stdout]                   found struct `Vec<u8>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-sessions-0.6.1/src/session.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn new(store: Store, secret: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: try removing the method call
[INFO] [stdout]     |
[INFO] [stdout]  23 -     let session_layer = SessionLayer::new(store, b"123".to_vec());
[INFO] [stdout]  23 +     let session_layer = SessionLayer::new(store, b"123");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Session<Route, MemoryStore>: Service<Request<Body>>` is not satisfied
[INFO] [stdout]    --> src/main.rs:28:13
[INFO] [stdout]     |
[INFO] [stdout]  28 |         .layer(session_layer);
[INFO] [stdout]     |          ----- ^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `tower_service::Service<axum::http::Request<Body>>` is not implemented for `axum_sessions::Session<Route, axum_sessions::async_session::MemoryStore>`
[INFO] [stdout] help: the trait `tower_service::Service<http::request::Request<ReqBody>>` is implemented for `axum_sessions::Session<Inner, Store>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-sessions-0.6.1/src/session.rs:297:1
[INFO] [stdout]     |
[INFO] [stdout] 297 | / impl<Inner, ReqBody, ResBody, Store: SessionStore> Service<Request<ReqBody>>
[INFO] [stdout] 298 | |     for Session<Inner, Store>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     Inner: Service<Request<ReqBody>, Response = Response<ResBody>> + Clone + Send + 'static,
[INFO] [stdout] 301 | |     ResBody: Send + 'static,
[INFO] [stdout] 302 | |     ReqBody: Send + 'static,
[INFO] [stdout] 303 | |     Inner::Future: Send + 'static,
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] note: required by a bound in `axum::Router::<S>::layer`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.6/src/routing/mod.rs:306:21
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub fn layer<L>(self, layer: L) -> Router<S>
[INFO] [stdout]     |            ----- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 306 |         L::Service: Service<Request> + Clone + Send + Sync + 'static,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^ required by this bound in `Router::<S>::layer`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/hello_web-31d09db1c3392deb.long-type-5723133971859136816.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found struct `HomePage`
[INFO] [stdout]   --> src/main.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 |     Html(HomePage.render().unwrap())
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use the path separator to refer to an item
[INFO] [stdout]    |
[INFO] [stdout] 38 -     Html(HomePage.render().unwrap())
[INFO] [stdout] 38 +     Html(HomePage::render().unwrap())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Form`, `State`, and `post`
[INFO] [stdout]  --> src/includes.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 |     extract::{Form, State},
[INFO] [stdout]   |               ^^^^  ^^^^^
[INFO] [stdout] 3 |     response::Html,
[INFO] [stdout] 4 |     routing::{get, post},
[INFO] [stdout]   |                    ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SessionHandle`
[INFO] [stdout]   --> src/includes.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     SessionHandle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/includes.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use std::sync::Arc;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::net::TcpListener`
[INFO] [stdout]   --> src/includes.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use tokio::net::TcpListener;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0423.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `axum_sessions::SessionLayer::<Store>::new`: Development of axum-sessions has moved to the tower-sessions crate. Please consider migrating.
[INFO] [stdout]   --> src/main.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let session_layer = SessionLayer::new(store, b"123".to_vec());
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:23:47
[INFO] [stdout]     |
[INFO] [stdout]  23 |     let session_layer = SessionLayer::new(store, b"123".to_vec());
[INFO] [stdout]     |                         -----------------        ^^^^^^^^^^^^^^^ expected `&[u8]`, found `Vec<u8>`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[u8]`
[INFO] [stdout]                   found struct `Vec<u8>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-sessions-0.6.1/src/session.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn new(store: Store, secret: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: try removing the method call
[INFO] [stdout]     |
[INFO] [stdout]  23 -     let session_layer = SessionLayer::new(store, b"123".to_vec());
[INFO] [stdout]  23 +     let session_layer = SessionLayer::new(store, b"123");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hello_web` (bin "hello_web" test) due to 3 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `Session<Route, MemoryStore>: Service<Request<Body>>` is not satisfied
[INFO] [stdout]    --> src/main.rs:28:13
[INFO] [stdout]     |
[INFO] [stdout]  28 |         .layer(session_layer);
[INFO] [stdout]     |          ----- ^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `tower_service::Service<axum::http::Request<Body>>` is not implemented for `axum_sessions::Session<Route, axum_sessions::async_session::MemoryStore>`
[INFO] [stdout] help: the trait `tower_service::Service<http::request::Request<ReqBody>>` is implemented for `axum_sessions::Session<Inner, Store>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-sessions-0.6.1/src/session.rs:297:1
[INFO] [stdout]     |
[INFO] [stdout] 297 | / impl<Inner, ReqBody, ResBody, Store: SessionStore> Service<Request<ReqBody>>
[INFO] [stdout] 298 | |     for Session<Inner, Store>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     Inner: Service<Request<ReqBody>, Response = Response<ResBody>> + Clone + Send + 'static,
[INFO] [stdout] 301 | |     ResBody: Send + 'static,
[INFO] [stdout] 302 | |     ReqBody: Send + 'static,
[INFO] [stdout] 303 | |     Inner::Future: Send + 'static,
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] note: required by a bound in `axum::Router::<S>::layer`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.6/src/routing/mod.rs:306:21
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub fn layer<L>(self, layer: L) -> Router<S>
[INFO] [stdout]     |            ----- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 306 |         L::Service: Service<Request> + Clone + Send + Sync + 'static,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^ required by this bound in `Router::<S>::layer`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/hello_web-c9b0b3e6529193bb.long-type-10094184716224381525.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0423.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hello_web` (bin "hello_web") due to 3 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1bb138845dfa072650d08e0d2316ee4c9638844e7c03472d624985a2b0d092d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bb138845dfa072650d08e0d2316ee4c9638844e7c03472d624985a2b0d092d5", kill_on_drop: false }`
[INFO] [stdout] 1bb138845dfa072650d08e0d2316ee4c9638844e7c03472d624985a2b0d092d5
