Skip to content

GitHub Actions failes with: "no space left on device" #2875

@Imipenem

Description

@Imipenem

Description
A clear and concise description of what the bug is, and why you consider it to be a bug.
I recently noticed that one of my GitHub workflows failed with the above mentioned error.
Link to one of those runs: https://github.com/Imipenem/mypytest/runs/2060441074.

i followed #709 and added:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"

But this lead to the error that I could not execute some python packages etc which is crucial for my workflow.

So I decided to remove some space consuming packages, but the error still persists.

Area for Triage:

Question, Bug, or Feature?:

Bug

Virtual environments affected

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.15
  • macOS 11.0
  • Windows Server 2016 R2
  • Windows Server 2019

Image version

Image version where you are experiencing the issue.
Version: 20210302.0

Expected behavior
A description of what you expected to happen.
The workflow should pass.

Actual behavior
A description of what is actually happening.
Workflow keeps failing with running out of space

Repro steps
A description with steps to reproduce the issue. If your have a public example or repo to share,
please provide the link.

  1. https://github.com/Imipenem/mypytest/runs/2060441074 link for example WF run (accidently ran WF another time, so link is not the initial run)

Exact error:
Error processing tar file(exit status 1): write /home/user/miniconda/envs/mypytest/lib/python3.9/site-packages/torch/lib/libtorch_cuda_cu.so: no space left on device Error: exit status 1

Any ideas @miketimofeev or others?

Thanks ;)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions