reqwest-file 0.2.1

Use web resources like regular async files
Documentation
Build #1622149 2025-01-14 00:09:18

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.86.0-nightly (48a426eca 2025-01-12)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/reqwest-file-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/reqwest-file-0.2.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250112-1.86.0-nightly-48a426eca\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] e0f5cf98a7515042dc899f0809b05670b0300128637e2525a1afd89d9b5fd011
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "e0f5cf98a7515042dc899f0809b05670b0300128637e2525a1afd89d9b5fd011", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting reqwest-file v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:276:1
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[pin_project(project = RequestFileProjection)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:302:12
[INFO] [stderr]     |
[INFO] [stderr] 302 |     pub fn new(request: RequestBuilder) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:323:12
[INFO] [stderr]     |
[INFO] [stderr] 323 |     pub fn with_size(
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:337:19
[INFO] [stderr]     |
[INFO] [stderr] 337 |             .then(|| panic!("request already has range header set"));
[INFO] [stderr]     |                   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:347:12
[INFO] [stderr]     |
[INFO] [stderr] 347 |     pub fn size(&self) -> Option<u64> {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:357:12
[INFO] [stderr]     |
[INFO] [stderr] 357 |     pub fn reset(&mut self) {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:362:18
[INFO] [stderr]     |
[INFO] [stderr] 362 |     pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:362:60
[INFO] [stderr]     |
[INFO] [stderr] 362 |       pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr]     |  ____________________________________________________________^
[INFO] [stderr] 363 | |         use tokio::io::AsyncSeekExt;
[INFO] [stderr] 364 | |         self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr] 365 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:364:51
[INFO] [stderr]     |
[INFO] [stderr] 364 |         self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr]     |                                                   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:372:8
[INFO] [stderr]     |
[INFO] [stderr] 372 |     fn resolve_seek_position(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:410:8
[INFO] [stderr]     |
[INFO] [stderr] 410 |     fn drive_initial(&mut self) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:418:8
[INFO] [stderr]     |
[INFO] [stderr] 418 |     fn poll_drive_pending(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:423:50
[INFO] [stderr]     |
[INFO] [stderr] 423 |             future.as_mut().poll(context).map_ok(move |(size, stream)| {
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:433:8
[INFO] [stderr]     |
[INFO] [stderr] 433 |     fn poll_drive_seeking(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:466:8
[INFO] [stderr]     |
[INFO] [stderr] 466 |     fn poll_drive<'a>(
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:64:22
[INFO] [stderr]     |
[INFO] [stderr] 64  | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:276:1
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[pin_project(project = RequestFileProjection)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:302:12
[INFO] [stderr]     |
[INFO] [stderr] 302 |     pub fn new(request: RequestBuilder) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:323:12
[INFO] [stderr]     |
[INFO] [stderr] 323 |     pub fn with_size(
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:337:19
[INFO] [stderr]     |
[INFO] [stderr] 337 |             .then(|| panic!("request already has range header set"));
[INFO] [stderr]     |                   ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:347:12
[INFO] [stderr]     |
[INFO] [stderr] 347 |     pub fn size(&self) -> Option<u64> {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:357:12
[INFO] [stderr]     |
[INFO] [stderr] 357 |     pub fn reset(&mut self) {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:362:18
[INFO] [stderr]     |
[INFO] [stderr] 362 |     pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:362:60
[INFO] [stderr]     |
[INFO] [stderr] 362 |       pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr]     |  ____________________________________________________________^
[INFO] [stderr] 363 | |         use tokio::io::AsyncSeekExt;
[INFO] [stderr] 364 | |         self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr] 365 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:364:51
[INFO] [stderr]     |
[INFO] [stderr] 364 |         self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr]     |                                                   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:372:8
[INFO] [stderr]     |
[INFO] [stderr] 372 |     fn resolve_seek_position(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:410:8
[INFO] [stderr]     |
[INFO] [stderr] 410 |     fn drive_initial(&mut self) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:418:8
[INFO] [stderr]     |
[INFO] [stderr] 418 |     fn poll_drive_pending(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:423:50
[INFO] [stderr]     |
[INFO] [stderr] 423 |             future.as_mut().poll(context).map_ok(move |(size, stream)| {
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:433:8
[INFO] [stderr]     |
[INFO] [stderr] 433 |     fn poll_drive_seeking(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr]    --> src/lib.rs:466:8
[INFO] [stderr]     |
[INFO] [stderr] 466 |     fn poll_drive<'a>(
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr]    --> src/lib.rs:66:28
[INFO] [stderr]     |
[INFO] [stderr] 66  | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: could not document `reqwest-file`
[INFO] running `Command { std: "docker" "inspect" "e0f5cf98a7515042dc899f0809b05670b0300128637e2525a1afd89d9b5fd011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0f5cf98a7515042dc899f0809b05670b0300128637e2525a1afd89d9b5fd011", kill_on_drop: false }`
[INFO] [stdout] e0f5cf98a7515042dc899f0809b05670b0300128637e2525a1afd89d9b5fd011