Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save agourlay/4cabeb8daa9e8bcd5cdcc8c9206e4250 to your computer and use it in GitHub Desktop.

Select an option

Save agourlay/4cabeb8daa9e8bcd5cdcc8c9206e4250 to your computer and use it in GitHub Desktop.
panic large types
2025-05-07T12:29:34.517479Z ERROR qdrant::startup: Panic backtrace:
0: {closure#0}
at ./src/startup.rs:19:25
1: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/alloc/src/boxed.rs:1990:9
2: std::panicking::rust_panic_with_hook
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/std/src/panicking.rs:839:13
3: std::panicking::begin_panic_handler::{{closure}}
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/std/src/panicking.rs:697:13
4: std::sys::backtrace::__rust_end_short_backtrace
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/std/src/sys/backtrace.rs:168:18
5: rust_begin_unwind
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/std/src/panicking.rs:695:5
6: core::panicking::panic_fmt
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/panicking.rs:75:14
7: {async_block#0}<qdrant::actix::api::snapshot_api::SnapshottingForm>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/form/mod.rs:332:21
8: <F as futures_core::future::TryFuture>::try_poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs:92:9
9: <futures_util::future::try_future::into_future::IntoFuture<Fut> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs:34:9
10: poll<futures_util::future::try_future::into_future::IntoFuture<actix_multipart::form::{impl#5}::from_request::{async_block_env#0}<qdrant::actix::api::snapshot_api::SnapshottingForm>>, futures_util::fns::MapErrFn<actix_multipart::form::{impl#5}::from_request::{closure_env#1}<qdrant::actix::api::snapshot_api::SnapshottingForm>>, core::result::Result<actix_multipart::form::MultipartForm<qdrant::actix::api::snapshot_api::SnapshottingForm>, actix_web::error::error::Error>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:37
11: <futures_util::future::future::Map<Fut,F> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:13
12: <futures_util::future::try_future::MapErr<Fut,F> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:13
13: poll<alloc::boxed::Box<dyn core::future::future::Future<Output=core::result::Result<actix_multipart::form::MultipartForm<qdrant::actix::api::snapshot_api::SnapshottingForm>, actix_web::error::error::Error>>, alloc::alloc::Global>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9
14: poll<actix_web::data::Data<storage::dispatcher::Dispatcher>, actix_web::types::path::Path<(alloc::string::String, u32)>, actix_web::types::query::Query<qdrant::actix::api::snapshot_api::SnapshotUploadingParam>, actix_multipart::form::MultipartForm<qdrant::actix::api::snapshot_api::SnapshottingForm>, qdrant::actix::auth::ActixAccess>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.10.2/src/extract.rs:354:66
15: {async_block#0}<fn(actix_web::data::Data<storage::dispatcher::Dispatcher>, actix_web::types::path::Path<(alloc::string::String, u32)>, actix_web::types::query::Query<qdrant::actix::api::snapshot_api::SnapshotUploadingParam>, actix_multipart::form::MultipartForm<qdrant::actix::api::snapshot_api::SnapshottingForm>, qdrant::actix::auth::ActixAccess) -> qdrant::actix::api::snapshot_api::{impl#19}::register::upload_shard_snapshot::{async_fn_env#0}, (actix_web::data::Data<storage::dispatcher::Dispatcher>, actix_web::types::path::Path<(alloc::string::String, u32)>, actix_web::types::query::Query<qdrant::actix::api::snapshot_api::SnapshotUploadingParam>, actix_multipart::form::MultipartForm<qdrant::actix::api::snapshot_api::SnapshottingForm>, qdrant::actix::auth::ActixAccess)>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.10.2/src/handler.rs:108:68
16: poll<alloc::boxed::Box<dyn core::future::future::Future<Output=core::result::Result<actix_web::service::ServiceResponse<actix_http::body::boxed::BoxBody>, actix_web::error::error::Error>>, alloc::alloc::Global>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9
17: {async_block#0}<actix_web::resource::ResourceEndpoint, actix_http::body::boxed::BoxBody>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.10.2/src/resource.rs:451:28
18: poll<alloc::boxed::Box<dyn core::future::future::Future<Output=core::result::Result<actix_web::service::ServiceResponse<actix_http::body::boxed::BoxBody>, actix_web::error::error::Error>>, alloc::alloc::Global>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9
19: poll<actix_web::app_service::AppRouting, actix_http::body::boxed::BoxBody>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.10.2/src/middleware/compress.rs:177:22
20: <actix_utils::future::either::Either<L,R> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-utils-3.0.1/src/future/either.rs:76:43
21: <actix_web_extras::middleware::condition::ConditionMiddlewareFuture<E,D> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-extras-0.1.0/src/middleware/condition.rs:139:55
22: {async_block#0}<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-cors-0.7.1/src/middleware.rs:239:27
23: poll<alloc::boxed::Box<dyn core::future::future::Future<Output=core::result::Result<actix_web::service::ServiceResponse<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>>, actix_web::error::error::Error>>, alloc::alloc::Global>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9
24: <actix_web::middleware::condition::ConditionMiddlewareFuture<E,D> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.10.2/src/middleware/condition.rs:123:54
25: poll<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.10.2/src/middleware/logger.rs:361:32
26: {async_block#1}<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>
at ./src/actix/actix_telemetry.rs:47:35
27: poll<alloc::boxed::Box<dyn core::future::future::Future<Output=core::result::Result<actix_web::service::ServiceResponse<actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::error::error::Error>>, alloc::alloc::Global>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9
28: <actix_service::map_err::MapErrFuture<A,Req,F,E> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-service-2.0.2/src/map_err.rs:99:9
29: poll_response<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.10.0/src/h1/dispatcher.rs:466:27
30: poll<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.10.0/src/h1/dispatcher.rs:1128:43
31: poll<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.10.0/src/service.rs:1052:45
32: poll<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-service-2.0.2/src/and_then.rs:114:37
33: {async_block#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>, tokio::net::tcp::stream::TcpStream>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-server-2.1.1/src/service.rs:75:31
34: poll<alloc::boxed::Box<actix_server::service::{impl#1}::call::{async_block_env#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>, tokio::net::tcp::stream::TcpStream>, alloc::alloc::Global>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9
35: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/core.rs:331:17
36: with_mut<tokio::runtime::task::core::Stage<core::pin::Pin<alloc::boxed::Box<actix_server::service::{impl#1}::call::{async_block_env#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>, tokio::net::tcp::stream::TcpStream>, alloc::alloc::Global>>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<actix_server::service::{impl#1}::call::{async_block_env#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, a
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/loom/std/unsafe_cell.rs:16:9
37: poll<core::pin::Pin<alloc::boxed::Box<actix_server::service::{impl#1}::call::{async_block_env#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>, tokio::net::tcp::stream::TcpStream>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::task::local::Shared, alloc::alloc::Global>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/core.rs:320:13
38: tokio::runtime::task::harness::poll_future::{{closure}}
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/harness.rs:532:19
39: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
40: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<actix_server::service::{impl#1}::call::{async_block_env#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>, tokio::net::tcp::stream::TcpStream>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::task::local::Shared, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:587:40
41: __rust_try
42: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<actix_server::service::{impl#1}::call::{async_block_env#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>, tokio::net::tcp::stream::TcpStream>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::task::local::Shared, alloc::alloc::Global>>>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:550:19
43: catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<actix_server::service::{impl#1}::call::{async_block_env#0}<actix_service::and_then::AndThenService<actix_service::fn_service::FnService<actix_http::service::{impl#3}::tcp::{closure_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, actix_http::service::{impl#3}::tcp::{closure#0}::{async_block_env#0}<actix_service::map_config::MapConfig<actix_service::map_err::MapErrServiceFactory<actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#3}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, ()>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream, (tokio::net::tcp::stream::TcpStream, actix_http::Protocol, core::option::Option<core::net::socket_addr::SocketAddr>), actix_http::error::DispatchError>, actix_http::service::HttpServiceHandler<tokio::net::tcp::stream::TcpStream, actix_service::map_err::MapErr<actix_web::app_service::AppInitService<qdrant::actix::actix_telemetry::ActixTelemetryService<actix_web::middleware::logger::LoggerMiddleware<actix_web::middleware::condition::ConditionMiddleware<actix_cors::middleware::CorsMiddleware<actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>, actix_web::middleware::normalize::NormalizePathNormalization<actix_web_extras::middleware::condition::ConditionMiddleware<qdrant::actix::auth::AuthMiddleware<actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>, actix_web::middleware::compress::CompressMiddleware<actix_web::app_service::AppRouting>>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_http::requests::request::Request<core::pin::Pin<alloc::boxed::Box<dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, actix_http::error::PayloadError>>, alloc::alloc::Global>>>, actix_web::server::{impl#0}::listen::{closure#0}::{closure_env#2}<qdrant::actix::init::{async_block#0}::{closure_env#0}, actix_web::app::App<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>>, actix_web::app_service::AppInit<actix_service::transform::ApplyTransform<qdrant::actix::actix_telemetry::ActixTelemetryTransform, actix_service::transform::ApplyTransform<actix_web::middleware::logger::Logger, actix_service::transform::ApplyTransform<actix_web::middleware::condition::Condition<actix_cors::builder::Cors>, actix_service::transform::ApplyTransform<actix_web::middleware::normalize::NormalizePath, actix_service::transform::ApplyTransform<actix_web_extras::middleware::condition::Condition<qdrant::actix::auth::Auth>, actix_service::transform::ApplyTransform<actix_web::middleware::compress::Compress, actix_web::app_service::AppEntry, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::service::ServiceRequest>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>>, actix_web::response::response::HttpResponse<actix_http::body::boxed::BoxBody>>, actix_web::middleware::logger::StreamLog<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>, actix_http::body::either::EitherBody<actix_http::encoding::encoder::Encoder<actix_http::body::boxed::BoxBody>, actix_http::body::boxed::BoxBody>>>>, actix_http::h1::expect::ExpectHandler, actix_http::h1::upgrade::UpgradeHandler>, tokio::net::tcp::stream::TcpStream>, tokio::net::tcp::stream::TcpStream>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::task::local::Shared, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:358:14
44: tokio::runtime::task::harness::poll_future
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/harness.rs:520:18
45: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/harness.rs:209:27
46: tokio::runtime::task::harness::Harness<T,S>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/harness.rs:154:15
47: tokio::runtime::task::raw::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/raw.rs:271:5
48: tokio::runtime::task::raw::RawTask::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/raw.rs:201:18
49: tokio::runtime::task::LocalNotified<S>::run
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/task/mod.rs:463:9
50: tokio::task::local::LocalSet::tick::{{closure}}
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:739:60
51: with_budget<(), tokio::task::local::{impl#4}::tick::{closure_env#0}>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
52: budget<(), tokio::task::local::{impl#4}::tick::{closure_env#0}>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
53: tick
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:739:31
54: {closure#0}<actix_rt::arbiter::ArbiterRunner>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1045:16
55: tokio::task::local::LocalSet::with::{{closure}}
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:793:13
56: try_with<tokio::task::local::LocalData, tokio::task::local::{impl#4}::with::{closure_env#0}<core::task::poll::Poll<()>, tokio::task::local::{impl#10}::poll::{closure_env#0}<actix_rt::arbiter::ArbiterRunner>>, core::task::poll::Poll<()>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:310:12
57: std::thread::local::LocalKey<T>::with
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:274:15
58: tokio::task::local::LocalSet::with
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:791:9
59: <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1031:9
60: {async_fn#0}<actix_rt::arbiter::ArbiterRunner>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:689:19
61: poll<&mut tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9
62: {closure#0}<core::pin::Pin<&mut tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:54
63: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
64: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
65: {closure#0}<core::pin::Pin<&mut tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
66: tokio::runtime::scheduler::current_thread::Context::enter
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
67: {closure#0}<core::pin::Pin<&mut tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:36
68: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
69: tokio::runtime::context::scoped::Scoped<T>::set
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
70: tokio::runtime::context::set_scheduler::{{closure}}
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:26
71: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:310:12
72: std::thread::local::LocalKey<T>::with
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:274:15
73: tokio::runtime::context::set_scheduler
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:9
74: tokio::runtime::scheduler::current_thread::CoreGuard::enter
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
75: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:19
76: {closure#0}<tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:28
77: tokio::runtime::context::runtime::enter_runtime
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
78: block_on<tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
79: tokio::runtime::runtime::Runtime::block_on_inner
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:47
80: block_on<tokio::task::local::{impl#4}::run_until::{async_fn_env#0}<actix_rt::arbiter::ArbiterRunner>>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:13
81: tokio::task::local::LocalSet::block_on
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:646:9
82: actix_rt::runtime::Runtime::block_on
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:9
83: {closure#0}<actix_server::worker::{impl#10}::start::{closure_env#1}>
at /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/arbiter.rs:144:21
84: __rust_begin_short_backtrace<actix_rt::arbiter::{impl#2}::with_tokio_rt::{closure_env#0}<actix_server::worker::{impl#10}::start::{closure_env#1}>, ()>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/backtrace.rs:152:18
85: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/mod.rs:559:17
86: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
87: do_call<core::panic::unwind_safe::AssertUnwindSafe<std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure_env#0}<actix_rt::arbiter::{impl#2}::with_tokio_rt::{closure_env#0}<actix_server::worker::{impl#10}::start::{closure_env#1}>, ()>>, ()>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:587:40
88: __rust_try
89: try<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure_env#0}<actix_rt::arbiter::{impl#2}::with_tokio_rt::{closure_env#0}<actix_server::worker::{impl#10}::start::{closure_env#1}>, ()>>>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:550:19
90: catch_unwind<core::panic::unwind_safe::AssertUnwindSafe<std::thread::{impl#0}::spawn_unchecked_::{closure#1}::{closure_env#0}<actix_rt::arbiter::{impl#2}::with_tokio_rt::{closure_env#0}<actix_server::worker::{impl#10}::start::{closure_env#1}>, ()>>, ()>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:358:14
91: {closure#1}<actix_rt::arbiter::{impl#2}::with_tokio_rt::{closure_env#0}<actix_server::worker::{impl#10}::start::{closure_env#1}>, ()>
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/mod.rs:557:30
92: core::ops::function::FnOnce::call_once{{vtable.shim}}
at /home/agourlay/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
93: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/alloc/src/boxed.rs:1976:9
94: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/alloc/src/boxed.rs:1976:9
95: std::sys::pal::unix::thread::Thread::new::thread_start
at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/std/src/sys/pal/unix/thread.rs:106:17
96: start_thread
at ./nptl/pthread_create.c:447:8
97: __GI___clone3
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78:0
2025-05-07T12:29:34.520374Z ERROR qdrant::startup: Panic occurred in file /home/agourlay/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/actix-multipart-0.7.2/src/form/mod.rs at line 332: multipart form fields should have names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment