question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker runtime build runs out of disk space

See original GitHub issue

Build

https://dev.azure.com/dnceng/public/_build/results?buildId=1767366&view=logs&j=50a69d0a-7972-5459-cdae-135ee6ebe312&t=1d3829d7-1a11-547e-8a52-d7bfaeb52b41

(note that the step above erroneously shows as successfully completed, that is on us)

Build leg reported

runtime-libraries stress-http/Build CLR and Libraries

Pull Request

https://github.com/dotnet/runtime/pull/69182

Action required for the engineering services team

To triage this issue (First Responder / @dotnet/dnceng):

  • Open the failing build above and investigate
  • Add a comment explaining your findings

If this is an issue that is causing build breaks across multiple builds and would get benefit from being listed on the build analysis check, follow the next steps:

  1. Add the label “Known Build Error”
  2. Edit this issue and add an error string in the Json below that can help us match this issue with future build breaks. You should use the known issues documentation
{
   "ErrorMessage" : ""
}

Additional information about the issue reported

The step in question runs just:

      $(dockerfilesFolder)/build-docker-sdk.sh -t $(sdkBaseImage) -c $(BUILD_CONFIGURATION)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
rzikmcommented, May 13, 2022

Using 1es-ubuntu-1804-open image seems to fix the issue for us.

0reactions
MattGalcommented, Jun 6, 2022

This is rolled out, closing

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix the running out of disk space error in Docker?
Open up the docker settings -> Resources -> Advanced and up the amount of Hard Drive space it can use under disk image...
Read more >
Reclaim disk space by removing stale and unused Docker ...
Suddenly, at some point, the Docker engine refused to build a new image once again, complaining it has run out of disk space....
Read more >
Docker no space left on device - General Discussions
Mount a disk with a good amount of space based on the number of images & applications you are running. Remove unused images...
Read more >
How to fix docker error no space left on device?
1. docker system prune · 2. Delete orphaned volumes · 3. Delete unused images · 5. Docker space issue for Mac.
Read more >
Docker is nearly out of disk space, which may cause ...
1/ go to docker desktop · 2/ go to setting (gear icon on the top right) · 3/ go to resource, and increase...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found