[INFO] fetching crate axum-macros 0.5.0...
[INFO] testing axum-macros-0.5.0 against 1.90.0 for beta-1.91-2
[INFO] extracting crate axum-macros 0.5.0 into /workspace/builds/worker-0-tc1/source
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate axum-macros 0.5.0
[INFO] finished tweaking crates.io crate axum-macros 0.5.0
[INFO] tweaked toml for crates.io crate axum-macros 0.5.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate axum-macros 0.5.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate axum-macros 0.5.0 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_spanned v0.6.8
[INFO] [stderr]   Downloaded pin-project-lite v0.2.15
[INFO] [stderr]   Downloaded tokio-macros v2.4.0
[INFO] [stderr]   Downloaded winapi-util v0.1.9
[INFO] [stderr]   Downloaded hashbrown v0.15.2
[INFO] [stderr]   Downloaded toml_edit v0.22.22
[INFO] [stderr]   Downloaded winnow v0.6.21
[INFO] [stderr]   Downloaded indexmap v2.7.0
[INFO] [stderr]   Downloaded syn v2.0.93
[INFO] [stderr]   Downloaded termcolor v1.4.1
[INFO] [stderr]   Downloaded toml v0.8.19
[INFO] [stderr]   Downloaded glob v0.3.2
[INFO] [stderr]   Downloaded target-triple v0.1.3
[INFO] [stderr]   Downloaded serde_json v1.0.134
[INFO] [stderr]   Downloaded toml_datetime v0.6.8
[INFO] [stderr]   Downloaded trybuild v1.0.101
[INFO] [stderr]   Downloaded tokio v1.42.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 654cff69514c682275f3ffcf9953f76efe733d919044e27410aaef2b54022a27
[INFO] running `Command { std: "docker" "start" "-a" "654cff69514c682275f3ffcf9953f76efe733d919044e27410aaef2b54022a27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "654cff69514c682275f3ffcf9953f76efe733d919044e27410aaef2b54022a27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "654cff69514c682275f3ffcf9953f76efe733d919044e27410aaef2b54022a27", kill_on_drop: false }`
[INFO] [stdout] 654cff69514c682275f3ffcf9953f76efe733d919044e27410aaef2b54022a27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90e6fd19c33867a3048e8c6c922f9f9427355bf0209a3582f82fc2edc22b32fa
[INFO] running `Command { std: "docker" "start" "-a" "90e6fd19c33867a3048e8c6c922f9f9427355bf0209a3582f82fc2edc22b32fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stderr]    Compiling axum-macros v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
[INFO] running `Command { std: "docker" "inspect" "90e6fd19c33867a3048e8c6c922f9f9427355bf0209a3582f82fc2edc22b32fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90e6fd19c33867a3048e8c6c922f9f9427355bf0209a3582f82fc2edc22b32fa", kill_on_drop: false }`
[INFO] [stdout] 90e6fd19c33867a3048e8c6c922f9f9427355bf0209a3582f82fc2edc22b32fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1fdcb5ee3c3b6bffc98250b8cfe69f4f90322e2f34e3c6a4780f9233e56bc29b
[INFO] running `Command { std: "docker" "start" "-a" "1fdcb5ee3c3b6bffc98250b8cfe69f4f90322e2f34e3c6a4780f9233e56bc29b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling winnow v0.6.21
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling target-triple v0.1.3
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling axum-macros v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tokio v1.42.0
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling trybuild v1.0.101
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.39s
[INFO] running `Command { std: "docker" "inspect" "1fdcb5ee3c3b6bffc98250b8cfe69f4f90322e2f34e3c6a4780f9233e56bc29b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fdcb5ee3c3b6bffc98250b8cfe69f4f90322e2f34e3c6a4780f9233e56bc29b", kill_on_drop: false }`
[INFO] [stdout] 1fdcb5ee3c3b6bffc98250b8cfe69f4f90322e2f34e3c6a4780f9233e56bc29b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 324ea2b4d2e8c58e4a0ecc0f75eae709648137babab340adfe91c2eee765dd55
[INFO] running `Command { std: "docker" "start" "-a" "324ea2b4d2e8c58e4a0ecc0f75eae709648137babab340adfe91c2eee765dd55", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/axum_macros-9b3edcfc19164c3b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test debug_handler::ui_debug_middleware ... ok
[INFO] [stdout] test debug_handler::ui_debug_handler ... ok
[INFO] [stdout] test from_ref::ui ... ok
[INFO] [stdout] test from_request::ui ... ok
[INFO] [stderr]    Doc-tests axum_macros
[INFO] [stdout] test typed_path::ui ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test src/lib.rs - derive_from_request (line 234) ... FAILED
[INFO] [stdout] test src/lib.rs - debug_handler (line 546) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - debug_handler (line 452) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - derive_from_request (line 156) ... FAILED
[INFO] [stdout] test src/lib.rs - debug_middleware (line 593) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 271) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 117) ... ok
[INFO] [stdout] test src/lib.rs - derive_from_ref (line 672) ... FAILED
[INFO] [stdout] test src/lib.rs - debug_handler (line 480) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - debug_handler (line 502) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 83) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 365) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - debug_handler (line 518) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request_parts (line 387) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 204) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 318) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 252) ... FAILED
[INFO] [stdout] test src/lib.rs - debug_handler (line 433) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - derive_from_request (line 129) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_from_request_parts (line 412) - compile fail ... ok
[INFO] [stdout] test src/from_request.rs - from_request::test_field_doesnt_impl_from_request (line 1061) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - derive_from_request (line 65) - compile fail ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 234) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:235:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::extract::{FromRequest, FromRequestParts, State};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 156) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:157:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]  --> src/lib.rs:157:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_request` in this scope
[INFO] [stdout]   --> src/lib.rs:167:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[from_request(rejection(MyRejection))]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - debug_middleware (line 593) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:594:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]  --> src/lib.rs:594:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   --> src/lib.rs:610:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     axum::serve(listener, app).await.unwrap();
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 271) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:274:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]  --> src/lib.rs:274:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:285:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     via(Extension),
[INFO] [stdout]    |         ^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:283:17
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Clone, FromRequest)]
[INFO] [stdout]    |                 ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromRequest` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_ref (line 672) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:673:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]  --> src/lib.rs:673:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_ref` in this scope
[INFO] [stdout]   --> src/lib.rs:689:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[from_ref(skip)]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   --> src/lib.rs:709:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | let _: axum::Router = app;
[INFO] [stdout]    |        ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - debug_handler (line 480) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:481:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use axum::{routing::get, Router, debug_handler};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]  --> src/lib.rs:481:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use axum::{routing::get, Router, debug_handler};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:488:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     axum::serve(listener, app).await.unwrap();
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - debug_handler (line 502) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:503:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{debug_handler, extract::State};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]  --> src/lib.rs:503:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{debug_handler, extract::State};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 83) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:86:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use axum_extra::{
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum_extra`
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use axum_extra::{
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:95:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(FromRequest)]
[INFO] [stdout]    |          ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromRequest` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     state: State,
[INFO] [stdout]    |            ^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:102:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |     content_type: ContentType,
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:104:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |     request_body: Bytes,
[INFO] [stdout]    |                   ^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     state: State,
[INFO] [stdout]    |            ^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::error::Request;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:102:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |     content_type: ContentType,
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::error::Request;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - debug_handler (line 518) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:519:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{debug_handler, extract::{State, FromRef}};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]  --> src/lib.rs:519:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::{debug_handler, extract::{State, FromRef}};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request_parts (line 387) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:390:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]  --> src/lib.rs:393:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use axum_extra::{
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum_extra`
[INFO] [stdout]  --> src/lib.rs:393:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use axum_extra::{
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:399:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(FromRequestParts)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromRequestParts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:402:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     query_params: HashMap<String, String>,
[INFO] [stdout]    |                   ^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:403:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     content_type: TypedHeader<ContentType>,
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 204) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:205:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use axum::extract::{FromRequest, FromRequestParts};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_request` in this scope
[INFO] [stdout]   --> src/lib.rs:225:3
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[from_request(state(CustomState))]
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   --> src/lib.rs:217:14
[INFO] [stdout]    |
[INFO] [stdout] 15 | _parts: &mut axum::http::request::Parts,
[INFO] [stdout]    |              ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 318) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:321:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:331:20
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[from_request(via(axum::Json), rejection(MyRejection))]
[INFO] [stdout]    |                    ^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:330:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(FromRequest)]
[INFO] [stdout]    |          ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromRequest` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   --> src/lib.rs:331:20
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[from_request(via(axum::Json), rejection(MyRejection))]
[INFO] [stdout]    |                    ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   --> src/lib.rs:340:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |             axum::Json(json!({ "error": rejection.to_string() })),
[INFO] [stdout]    |             ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 252) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:255:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum::extract::Extension;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:259:20
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[from_request(via(Extension))]
[INFO] [stdout]    |                    ^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:258:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Clone, FromRequest)]
[INFO] [stdout]   |                 ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `FromRequest` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 129) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]  --> src/lib.rs:132:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum_extra::{
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum_extra`
[INFO] [stdout]  --> src/lib.rs:132:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum_extra::{
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:138:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(FromRequest)]
[INFO] [stdout]    |          ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromRequest` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:142:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     content_type: Option<ContentType>,
[INFO] [stdout]    |                   ^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:146:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |     user_agent: Result<UserAgent, TypedHeaderRejection>,
[INFO] [stdout]    |                 ^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:142:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     content_type: Option<ContentType>,
[INFO] [stdout]    |                   ^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::error::Request;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_from_request (line 35) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]  --> src/lib.rs:38:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use axum::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]   --> src/lib.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use axum_extra::{
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum_extra`
[INFO] [stdout]   --> src/lib.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use axum_extra::{
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `axum_extra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum_extra`, use `cargo add axum_extra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(FromRequest)]
[INFO] [stdout]    |          ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromRequest` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     state: Extension<State>,
[INFO] [stdout]    |            ^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     content_type: TypedHeader<ContentType>,
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     request_body: Bytes,
[INFO] [stdout]    |                   ^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     state: Extension<State>,
[INFO] [stdout]    |            ^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::error::Request;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `axum` in the list of imported crates
[INFO] [stdout]   --> src/lib.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     content_type: TypedHeader<ContentType>,
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `axum` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::error::Request;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - debug_handler (line 480)
[INFO] [stdout]     src/lib.rs - debug_handler (line 502)
[INFO] [stdout]     src/lib.rs - debug_handler (line 518)
[INFO] [stdout]     src/lib.rs - debug_middleware (line 593)
[INFO] [stdout]     src/lib.rs - derive_from_ref (line 672)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 129)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 156)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 204)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 234)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 252)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 271)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 318)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 35)
[INFO] [stdout]     src/lib.rs - derive_from_request (line 83)
[INFO] [stdout]     src/lib.rs - derive_from_request_parts (line 387)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 15 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "324ea2b4d2e8c58e4a0ecc0f75eae709648137babab340adfe91c2eee765dd55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "324ea2b4d2e8c58e4a0ecc0f75eae709648137babab340adfe91c2eee765dd55", kill_on_drop: false }`
[INFO] [stdout] 324ea2b4d2e8c58e4a0ecc0f75eae709648137babab340adfe91c2eee765dd55
