[INFO] fetching crate noline 0.2.0... [INFO] documenting noline-0.2.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate noline 0.2.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate noline 0.2.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate noline 0.2.0 [INFO] finished tweaking crates.io crate noline 0.2.0 [INFO] tweaked toml for crates.io crate noline 0.2.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 926f3eeaf3a9d5d02d9908b6173f5bcdd9e9569e6a894d4b8c0f4b5ab7a3b579 [INFO] running `Command { std: "docker" "start" "-a" "926f3eeaf3a9d5d02d9908b6173f5bcdd9e9569e6a894d4b8c0f4b5ab7a3b579", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "926f3eeaf3a9d5d02d9908b6173f5bcdd9e9569e6a894d4b8c0f4b5ab7a3b579", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "926f3eeaf3a9d5d02d9908b6173f5bcdd9e9569e6a894d4b8c0f4b5ab7a3b579", kill_on_drop: false }` [INFO] [stdout] 926f3eeaf3a9d5d02d9908b6173f5bcdd9e9569e6a894d4b8c0f4b5ab7a3b579 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b585cb4c42b1cc9a52d25fdd8c78cf431f2053b3526df4771e7152bea8756f1d [INFO] running `Command { std: "docker" "start" "-a" "b585cb4c42b1cc9a52d25fdd8c78cf431f2053b3526df4771e7152bea8756f1d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num_enum_derive v0.5.7 [INFO] [stderr] Checking num_enum v0.5.7 [INFO] [stderr] Documenting noline v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `tokio` in the list of imported crates [INFO] [stdout] --> src/builder.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | use ::tokio::io::{AsyncReadExt, AsyncWriteExt}; [INFO] [stdout] | ^^^^^ could not find `tokio` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `noline` [INFO] [stdout] error[E0433]: failed to resolve: could not find `tokio` in the list of imported crates [INFO] [stdout] --> src/no_sync.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | use ::tokio::io::{AsyncReadExt, AsyncWriteExt}; [INFO] [stdout] | ^^^^^ could not find `tokio` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0405]: cannot find trait `AsyncWriteExt` in this scope [INFO] [stdout] --> src/builder.rs:111:39 [INFO] [stdout] | [INFO] [stdout] 111 | pub async fn build_async_tokio( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] error[E0405]: cannot find trait `AsyncReadExt` in this scope [INFO] [stdout] --> src/builder.rs:111:65 [INFO] [stdout] | [INFO] [stdout] 111 | pub async fn build_async_tokio( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name noline src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=b821e0cd720e9bc7 -L dependency=/opt/rustwide/target/debug/deps --extern num_enum=/opt/rustwide/target/debug/deps/libnum_enum-b36cb1141799e548.rmeta --cap-lints=warn --crate-version 0.2.0` (exit status: 1) [INFO] [stdout] error[E0405]: cannot find trait `AsyncWriteExt` in this scope [INFO] [stdout] --> src/no_sync.rs:18:23 [INFO] [stdout] | [INFO] [stdout] 18 | async fn write( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AsyncWriteExt` in this scope [INFO] [stdout] --> src/no_sync.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | async fn flush( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AsyncReadExt` in this scope [INFO] [stdout] --> src/no_sync.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | async fn read( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AsyncWriteExt` in this scope [INFO] [stdout] --> src/no_sync.rs:63:29 [INFO] [stdout] | [INFO] [stdout] 63 | pub async fn new( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AsyncReadExt` in this scope [INFO] [stdout] --> src/no_sync.rs:63:55 [INFO] [stdout] | [INFO] [stdout] 63 | pub async fn new( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AsyncWriteExt` in this scope [INFO] [stdout] --> src/no_sync.rs:90:38 [INFO] [stdout] | [INFO] [stdout] 90 | pub async fn readline<'b, W: AsyncWriteExt + Unpin, R: AsyncReadExt + Unpin>( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AsyncReadExt` in this scope [INFO] [stdout] --> src/no_sync.rs:90:64 [INFO] [stdout] | [INFO] [stdout] 90 | pub async fn readline<'b, W: AsyncWriteExt + Unpin, R: AsyncReadExt + Unpin>( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b585cb4c42b1cc9a52d25fdd8c78cf431f2053b3526df4771e7152bea8756f1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b585cb4c42b1cc9a52d25fdd8c78cf431f2053b3526df4771e7152bea8756f1d", kill_on_drop: false }` [INFO] [stdout] b585cb4c42b1cc9a52d25fdd8c78cf431f2053b3526df4771e7152bea8756f1d