[INFO] cloning repository https://github.com/cosmicexplorer/async-io-adapters [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cosmicexplorer/async-io-adapters" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmicexplorer%2Fasync-io-adapters", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmicexplorer%2Fasync-io-adapters'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8de7bc4824d6b096a792e613d963d3ad3dd85e33 [INFO] documenting cosmicexplorer/async-io-adapters against beta-2025-04-13 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmicexplorer%2Fasync-io-adapters" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cosmicexplorer/async-io-adapters on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cosmicexplorer/async-io-adapters [INFO] finished tweaking git repo https://github.com/cosmicexplorer/async-io-adapters [INFO] tweaked toml for git repo https://github.com/cosmicexplorer/async-io-adapters written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cosmicexplorer/async-io-adapters already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5229bfe9e7add30aa43ee9ca80f953cec3a33c48a6d88e4da27bc8bf35220e5e [INFO] running `Command { std: "docker" "start" "-a" "5229bfe9e7add30aa43ee9ca80f953cec3a33c48a6d88e4da27bc8bf35220e5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5229bfe9e7add30aa43ee9ca80f953cec3a33c48a6d88e4da27bc8bf35220e5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5229bfe9e7add30aa43ee9ca80f953cec3a33c48a6d88e4da27bc8bf35220e5e", kill_on_drop: false }` [INFO] [stdout] 5229bfe9e7add30aa43ee9ca80f953cec3a33c48a6d88e4da27bc8bf35220e5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6606c2809dadde37c592d43e4fa20bbb867f12cc7d17c1c07b802bb3275c85d8 [INFO] running `Command { std: "docker" "start" "-a" "6606c2809dadde37c592d43e4fa20bbb867f12cc7d17c1c07b802bb3275c85d8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling semver v1.0.19 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling hashbrown v0.14.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling winnow v0.5.15 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking smallvec v1.11.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking memchr v2.6.3 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking tokio v1.32.0 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking oneshot v0.1.6 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling indexmap v2.0.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking parking_lot_core v0.7.3 [INFO] [stderr] Compiling async_executors v0.7.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling trait-set v0.3.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling blanket v0.3.0 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling num_enum_derive v0.7.0 [INFO] [stderr] Checking pin-project v1.1.3 [INFO] [stderr] Checking num_enum v0.7.0 [INFO] [stderr] Documenting async-io-adapters v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't generate documentation: No space left on device (os error 28) [INFO] [stdout] | [INFO] [stdout] = note: failed to create or modify "/opt/rustwide/target/doc/async_io_adapters/sync_io" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `async-io-adapters` [INFO] running `Command { std: "docker" "inspect" "6606c2809dadde37c592d43e4fa20bbb867f12cc7d17c1c07b802bb3275c85d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6606c2809dadde37c592d43e4fa20bbb867f12cc7d17c1c07b802bb3275c85d8", kill_on_drop: false }` [INFO] [stdout] 6606c2809dadde37c592d43e4fa20bbb867f12cc7d17c1c07b802bb3275c85d8