[INFO] cloning repository https://github.com/james-zhang-bing/rust-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/james-zhang-bing/rust-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example'...
[INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example: No space left on device
[WARN] Retrying crate fetch in 3 seconds (attempt 1)
[INFO] cloning repository https://github.com/james-zhang-bing/rust-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/james-zhang-bing/rust-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example'...
[INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example/refs: No space left on device
[WARN] Retrying crate fetch in 3 seconds (attempt 2)
[INFO] cloning repository https://github.com/james-zhang-bing/rust-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/james-zhang-bing/rust-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 664f8c66aafb93dcf0abd805fe27de816833f971
[INFO] checking james-zhang-bing/rust-example against master#3350c1eb3fd8fe1bee1ed4c76944d707bd256876 for pr-140558
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-zhang-bing%2Frust-example" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/james-zhang-bing/rust-example on toolchain 3350c1eb3fd8fe1bee1ed4c76944d707bd256876
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3350c1eb3fd8fe1bee1ed4c76944d707bd256876" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/james-zhang-bing/rust-example
[INFO] finished tweaking git repo https://github.com/james-zhang-bing/rust-example
[INFO] tweaked toml for git repo https://github.com/james-zhang-bing/rust-example written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/james-zhang-bing/rust-example 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" "+3350c1eb3fd8fe1bee1ed4c76944d707bd256876" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 56 packages to latest compatible versions
[INFO] [stderr]       Adding async-prost v0.2.1 (available: v0.4.0)
[INFO] [stderr]       Adding bindgen v0.59.2 (available: v0.71.1)
[INFO] [stderr]       Adding cexpr v0.6.0
[INFO] [stderr]       Adding clang-sys v1.8.1
[INFO] [stderr]       Adding clap v2.34.0
[INFO] [stderr]       Adding dashmap v5.5.3 (available: v6.1.0)
[INFO] [stderr]       Adding env_logger v0.9.3
[INFO] [stderr]       Adding fs2 v0.4.3
[INFO] [stderr]       Adding futures v0.3.28 (available: v0.3.31)
[INFO] [stderr]       Adding futures-executor v0.3.28 (available: v0.3.31)
[INFO] [stderr]       Adding futures-io v0.3.31
[INFO] [stderr]       Adding fxhash v0.2.1
[INFO] [stderr]       Adding glob v0.3.2
[INFO] [stderr]       Adding humantime v2.2.0
[INFO] [stderr]       Adding instant v0.1.13
[INFO] [stderr]       Adding lazycell v1.3.0
[INFO] [stderr]     Updating libc v0.2.147 -> v0.2.172
[INFO] [stderr]       Adding libloading v0.8.6
[INFO] [stderr]       Adding minimal-lexical v0.2.1
[INFO] [stderr]     Updating mio v0.8.8 -> v1.0.3
[INFO] [stderr]       Adding nom v7.1.3
[INFO] [stderr]       Adding nu-ansi-term v0.46.0
[INFO] [stderr]       Adding overload v0.1.1
[INFO] [stderr]       Adding parking_lot v0.11.2
[INFO] [stderr]       Adding parking_lot_core v0.8.6
[INFO] [stderr]       Adding peeking_take_while v0.1.2
[INFO] [stderr]     Updating pin-project-lite v0.2.10 -> v0.2.16
[INFO] [stderr]     Updating proc-macro2 v1.0.66 -> v1.0.95
[INFO] [stderr]     Updating quote v1.0.32 -> v1.0.40
[INFO] [stderr]       Adding rand_chacha v0.3.1
[INFO] [stderr]       Adding rustc-hash v1.1.0
[INFO] [stderr]       Adding shlex v1.3.0
[INFO] [stderr]       Adding sled v0.34.7
[INFO] [stderr]       Adding socket2 v0.5.9
[INFO] [stderr]       Adding strsim v0.8.0
[INFO] [stderr]     Updating syn v2.0.28 -> v2.0.101
[INFO] [stderr]       Adding termcolor v1.4.1
[INFO] [stderr]       Adding textwrap v0.11.0
[INFO] [stderr]     Updating thiserror v1.0.44 -> v1.0.69 (available: v2.0.12)
[INFO] [stderr]     Updating thiserror-impl v1.0.44 -> v1.0.69
[INFO] [stderr]     Updating tokio v1.29.1 -> v1.44.2
[INFO] [stderr]     Updating tokio-macros v2.1.0 -> v2.5.0
[INFO] [stderr]       Adding tracing-log v0.2.0
[INFO] [stderr]       Adding tracing-subscriber v0.3.19
[INFO] [stderr]       Adding vec_map v0.8.2
[INFO] [stderr]       Adding winapi-util v0.1.9
[INFO] [stderr]       Adding windows-sys v0.52.0
[INFO] [stderr]       Adding windows-targets v0.52.6
[INFO] [stderr]       Adding windows_aarch64_gnullvm v0.52.6
[INFO] [stderr]       Adding windows_aarch64_msvc v0.52.6
[INFO] [stderr]       Adding windows_i686_gnu v0.52.6
[INFO] [stderr]       Adding windows_i686_gnullvm v0.52.6
[INFO] [stderr]       Adding windows_i686_msvc v0.52.6
[INFO] [stderr]       Adding windows_x86_64_gnu v0.52.6
[INFO] [stderr]       Adding windows_x86_64_gnullvm v0.52.6
[INFO] [stderr]       Adding windows_x86_64_msvc v0.52.6
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded polars v0.15.1
[INFO] [stderr] error: failed to unpack package `polars v0.15.1`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to unpack entry at `polars-0.15.1/src/docs/eager.rs`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to unpack `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-0.15.1/src/docs/eager.rs`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to unpack `polars-0.15.1/src/docs/eager.rs` into `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-0.15.1/src/docs/eager.rs`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)


command failed: exit status: 101

warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
     Locking 56 packages to latest compatible versions
      Adding async-prost v0.2.1 (available: v0.4.0)
      Adding bindgen v0.59.2 (available: v0.71.1)
      Adding cexpr v0.6.0
      Adding clang-sys v1.8.1
      Adding clap v2.34.0
      Adding dashmap v5.5.3 (available: v6.1.0)
      Adding env_logger v0.9.3
      Adding fs2 v0.4.3
      Adding futures v0.3.28 (available: v0.3.31)
      Adding futures-executor v0.3.28 (available: v0.3.31)
      Adding futures-io v0.3.31
      Adding fxhash v0.2.1
      Adding glob v0.3.2
      Adding humantime v2.2.0
      Adding instant v0.1.13
      Adding lazycell v1.3.0
    Updating libc v0.2.147 -> v0.2.172
      Adding libloading v0.8.6
      Adding minimal-lexical v0.2.1
    Updating mio v0.8.8 -> v1.0.3
      Adding nom v7.1.3
      Adding nu-ansi-term v0.46.0
      Adding overload v0.1.1
      Adding parking_lot v0.11.2
      Adding parking_lot_core v0.8.6
      Adding peeking_take_while v0.1.2
    Updating pin-project-lite v0.2.10 -> v0.2.16
    Updating proc-macro2 v1.0.66 -> v1.0.95
    Updating quote v1.0.32 -> v1.0.40
      Adding rand_chacha v0.3.1
      Adding rustc-hash v1.1.0
      Adding shlex v1.3.0
      Adding sled v0.34.7
      Adding socket2 v0.5.9
      Adding strsim v0.8.0
    Updating syn v2.0.28 -> v2.0.101
      Adding termcolor v1.4.1
      Adding textwrap v0.11.0
    Updating thiserror v1.0.44 -> v1.0.69 (available: v2.0.12)
    Updating thiserror-impl v1.0.44 -> v1.0.69
    Updating tokio v1.29.1 -> v1.44.2
    Updating tokio-macros v2.1.0 -> v2.5.0
      Adding tracing-log v0.2.0
      Adding tracing-subscriber v0.3.19
      Adding vec_map v0.8.2
      Adding winapi-util v0.1.9
      Adding windows-sys v0.52.0
      Adding windows-targets v0.52.6
      Adding windows_aarch64_gnullvm v0.52.6
      Adding windows_aarch64_msvc v0.52.6
      Adding windows_i686_gnu v0.52.6
      Adding windows_i686_gnullvm v0.52.6
      Adding windows_i686_msvc v0.52.6
      Adding windows_x86_64_gnu v0.52.6
      Adding windows_x86_64_gnullvm v0.52.6
      Adding windows_x86_64_msvc v0.52.6
 Downloading crates ...
  Downloaded polars v0.15.1
error: failed to unpack package `polars v0.15.1`

Caused by:
  failed to unpack entry at `polars-0.15.1/src/docs/eager.rs`

Caused by:
  failed to unpack `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-0.15.1/src/docs/eager.rs`

Caused by:
  failed to unpack `polars-0.15.1/src/docs/eager.rs` into `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-0.15.1/src/docs/eager.rs`

Caused by:
  No space left on device (os error 28)