[INFO] fetching crate kitsune2_bootstrap_client 0.3.1...
[INFO] testing kitsune2_bootstrap_client-0.3.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate kitsune2_bootstrap_client 0.3.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate kitsune2_bootstrap_client 0.3.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate kitsune2_bootstrap_client 0.3.1
[INFO] tweaked toml for crates.io crate kitsune2_bootstrap_client 0.3.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate kitsune2_bootstrap_client 0.3.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kitsune2_bootstrap_client 0.3.1 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded kitsune2_api v0.3.1
[INFO] [stderr]   Downloaded ureq v3.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6da37d4053ec636dcbc92cef7fe64bdde1498e9cf6482b960b1420ebd89a13d5
[INFO] running `Command { std: "docker" "start" "-a" "6da37d4053ec636dcbc92cef7fe64bdde1498e9cf6482b960b1420ebd89a13d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6da37d4053ec636dcbc92cef7fe64bdde1498e9cf6482b960b1420ebd89a13d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6da37d4053ec636dcbc92cef7fe64bdde1498e9cf6482b960b1420ebd89a13d5", kill_on_drop: false }`
[INFO] [stdout] 6da37d4053ec636dcbc92cef7fe64bdde1498e9cf6482b960b1420ebd89a13d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9580169343c7fc40aa091d18f8a472209d552c0b1ed459a0b757b24bbf179569
[INFO] running `Command { std: "docker" "start" "-a" "9580169343c7fc40aa091d18f8a472209d552c0b1ed459a0b757b24bbf179569", kill_on_drop: false }`
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling ureq-proto v0.5.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling kitsune2_api v0.3.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling ureq v3.1.4
[INFO] [stderr]    Compiling kitsune2_bootstrap_client v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
[INFO] running `Command { std: "docker" "inspect" "9580169343c7fc40aa091d18f8a472209d552c0b1ed459a0b757b24bbf179569", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9580169343c7fc40aa091d18f8a472209d552c0b1ed459a0b757b24bbf179569", kill_on_drop: false }`
[INFO] [stdout] 9580169343c7fc40aa091d18f8a472209d552c0b1ed459a0b757b24bbf179569
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13c4c2304e703605c99e98a8af6dfe0662c69d7aaa8c13c80bbd7062409673f5
[INFO] running `Command { std: "docker" "start" "-a" "13c4c2304e703605c99e98a8af6dfe0662c69d7aaa8c13c80bbd7062409673f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling kitsune2_bootstrap_client v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `kitsune2_bootstrap_srv`
[INFO] [stdout]  --> tests/integration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use kitsune2_bootstrap_srv::{BootstrapSrv, Config};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_bootstrap_srv`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use kitsune2_bootstrap_srv::{BootstrapSrv, Config};
[INFO] [stdout] 1 + use kitsune2_bootstrap_client::{BootstrapSrv, Config};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `kitsune2_core`
[INFO] [stdout]  --> tests/integration.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use kitsune2_core::{Ed25519LocalAgent, Ed25519Verifier};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_core`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use kitsune2_core::{Ed25519LocalAgent, Ed25519Verifier};
[INFO] [stdout] 2 + use kitsune2_api::{Ed25519LocalAgent, Ed25519Verifier};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `kitsune2_test_utils`
[INFO] [stdout]  --> tests/integration.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use kitsune2_test_utils::enable_tracing;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `kitsune2_test_utils`, use `cargo add kitsune2_test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    --> tests/integration.rs:107:3
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[tokio::test(flavor = "multi_thread")]
[INFO] [stdout]     |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]   --> tests/integration.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         kitsune2_test_utils::agent::AgentBuilder::default().build(local_agent);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `kitsune2_test_utils`, use `cargo add kitsune2_test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]   --> tests/integration.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         kitsune2_test_utils::agent::AgentBuilder::default().build(local_agent);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `kitsune2_test_utils`, use `cargo add kitsune2_test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]   --> tests/integration.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         kitsune2_test_utils::agent::AgentBuilder::default().build(local_agent);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `kitsune2_test_utils`, use `cargo add kitsune2_test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:111:49
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async fn handle_auth(body: bytes::Bytes) -> axum::response::Response {
[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] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:113:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |             return axum::response::IntoResponse::into_response((
[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] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:114:17
[INFO] [stdout]     |
[INFO] [stdout] 114 |                 axum::http::StatusCode::UNAUTHORIZED,
[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] help: there is an enum variant `ureq::Error::StatusCode`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 114 -                 axum::http::StatusCode::UNAUTHORIZED,
[INFO] [stdout] 114 +                 ureq::Error::UNAUTHORIZED,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         axum::response::IntoResponse::into_response(axum::Json(
[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] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:125:33
[INFO] [stdout]     |
[INFO] [stdout] 125 |     let app: axum::Router<()> = axum::Router::new()
[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] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:126:33
[INFO] [stdout]     |
[INFO] [stdout] 126 |         .route("/authenticate", axum::routing::put(handle_auth));
[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] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_server`
[INFO] [stdout]    --> tests/integration.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let h = axum_server::Handle::default();
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `axum_server`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `axum_server`, use `cargo add axum_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    --> tests/integration.rs:131:16
[INFO] [stdout]     |
[INFO] [stdout] 131 |     let task = tokio::task::spawn(async move {
[INFO] [stdout]     |                ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    --> tests/integration.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         tokio::task::block_in_place(move || BootstrapSrv::new(config).unwrap());
[INFO] [stdout]     |         ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]    --> tests/integration.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |         kitsune2_test_utils::agent::AgentBuilder::default().build(local_agent);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `kitsune2_test_utils`, use `cargo add kitsune2_test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    --> tests/integration.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 |     tokio::task::block_in_place(|| {
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]    --> tests/integration.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         kitsune2_test_utils::agent::AgentBuilder::default().build(local_agent);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `kitsune2_test_utils`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `kitsune2_test_utils`, use `cargo add kitsune2_test_utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    --> tests/integration.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 |     tokio::task::block_in_place(|| {
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_server`
[INFO] [stdout]    --> tests/integration.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         axum_server::bind(([127, 0, 0, 1], 0).into())
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `axum_server`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `axum_server`, use `cargo add axum_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/integration.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | /         axum_server::bind(([127, 0, 0, 1], 0).into())
[INFO] [stdout] 133 | |             .handle(h2)
[INFO] [stdout] 134 | |             .serve(app.into_make_service_with_connect_info::<std::net::SocketAddr>())
[INFO] [stdout] 135 | |             .await
[INFO] [stdout]     | |__________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/integration.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |     let hook_addr = h.listening().await.unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:118:53
[INFO] [stdout]     |
[INFO] [stdout] 118 |         axum::response::IntoResponse::into_response(axum::Json(
[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] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bytes`
[INFO] [stdout]    --> tests/integration.rs:111:32
[INFO] [stdout]     |
[INFO] [stdout] 111 |     async fn handle_auth(body: bytes::Bytes) -> axum::response::Response {
[INFO] [stdout]     |                                ^^^^^ use of unresolved module or unlinked crate `bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `bytes`, use `cargo add bytes` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    --> tests/integration.rs:125:14
[INFO] [stdout]     |
[INFO] [stdout] 125 |     let app: axum::Router<()> = axum::Router::new()
[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] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kitsune2_bootstrap_client` (test "integration") due to 26 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "13c4c2304e703605c99e98a8af6dfe0662c69d7aaa8c13c80bbd7062409673f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13c4c2304e703605c99e98a8af6dfe0662c69d7aaa8c13c80bbd7062409673f5", kill_on_drop: false }`
[INFO] [stdout] 13c4c2304e703605c99e98a8af6dfe0662c69d7aaa8c13c80bbd7062409673f5
