rfennell / AzurePipelines

A single Repo to contain the source for ALL my Azure DevOps Build/Release Extensions. The packages can be found in the Azure DevOps Marketplace
https://marketplace.visualstudio.com/search?term=fenn&target=VSTS&sortBy=Relevance
MIT License
342 stars 430 forks source link

fatal: write error: No space left on device #1969

Open tletie opened 2 weeks ago

tletie commented 2 weeks ago

Azure DevOps Extensions

WIKI Updater

Platform

Azure DevOps Services

Azure DevOps Server (TFS) Version

No response

Extension Version

3.23.6 (Latest)

Describe the bug

Hi All,

When using this extension to generate the auto release note from a repo hosted in azure dev as describe in this article, an error occur when running the pipeline job in the shared hosted server (provided by Microsoft). The job get error as [error]Error: Cloning into '/home/vsts/work/1/s\repo'... fatal: write error: No space left on device Here is a snapshot of the issue: image

Repo Steps

  1. Login to azure dev
  2. Go to pipeline
  3. Create new pipeline (Select Azure Repos Git => select zSpace repository => Select .Net Desktop) and paste the yaml file as in the article
  4. Run the pipeline ...

Expected Behavior

Should be able to generate auto release note

Logging Information

No response

rfennell commented 1 week ago

Given the error message I would assume your build agent is out of disk space.

When our build agent disks are fill we clean out the build working folder _work under the agent folder, or enable a maitenance job