Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: run() failed #5105

Open
1 of 4 tasks
daandupauinspark opened this issue Feb 3, 2025 · 0 comments
Open
1 of 4 tasks

[BUG]: run() failed #5105

daandupauinspark opened this issue Feb 3, 2025 · 0 comments

Comments

@daandupauinspark
Copy link

daandupauinspark commented Feb 3, 2025

What happened?

Our pipelines have started to throw the following error:
run() failed

It gives no other information besides above mentioned.

What could cause above issue?
A re-run fixes this issue. it also only seems to happen when there are a lot of azure pipleines running at the same time (we run about 100 pipelines at once daily.)

Versions

Debian bullseye
Azure devops agent 3.246.0

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

Debian bullseye

Version controll system

No response

Relevant log output

2025-02-03T13:58:32.4155729Z ##[section]Starting: Download Pipeline Artifact CCC_Alerts
2025-02-03T13:58:32.4161251Z ==============================================================================
2025-02-03T13:58:32.4161538Z Task         : Download build artifacts
2025-02-03T13:58:32.4161613Z Description  : Download files that were saved as artifacts of a completed build
2025-02-03T13:58:32.4161707Z Version      : 0.247.1
2025-02-03T13:58:32.4161764Z Author       : Microsoft Corporation
2025-02-03T13:58:32.4161838Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/download-build-artifacts
2025-02-03T13:58:32.4161942Z ==============================================================================
2025-02-03T13:58:34.5575343Z Error: in getBuildApi, so retrying => retries pending  : 4
2025-02-03T13:59:21.4488714Z Error: in getBuildApi, so retrying => retries pending  : 3
2025-02-03T14:01:38.3949915Z Error: in getBuildApi, so retrying => retries pending  : 2
2025-02-03T14:07:39.2046651Z Downloading artifacts for build: 204349
2025-02-03T14:07:39.2715007Z Downloading items from container resource #/36378418/CCC_Alerts
2025-02-03T14:07:39.2727779Z Downloading artifact CCC_Alerts from: https://dev.azure.com/weareinspark//_apis/resources/Containers/36378418?itemPath=CCC_Alerts&isShallow=true&api-version=4.1-preview.4
2025-02-03T14:07:39.5340634Z Retrying download of , retry count: 1
2025-02-03T14:07:54.7913582Z Retrying download of , retry count: 2
2025-02-03T14:08:40.0056672Z Downloading CCC_Alerts/CCC_Alerts.tar to /opt/microsoft/pipelines-agent/_work/_temp/CCC_Alerts/CCC_Alerts.tar
2025-02-03T14:08:40.7553938Z Downloaded CCC_Alerts/CCC_Alerts.tar to /opt/microsoft/pipelines-agent/_work/_temp/CCC_Alerts/CCC_Alerts.tar
2025-02-03T14:08:41.3412314Z Total Files: 1, Processed: 1, Skipped: 0, Failed: 0, Download time: 62.068 secs, Download size: 7.963MB
2025-02-03T14:08:41.3826982Z Successfully downloaded artifacts to /opt/microsoft/pipelines-agent/_work/_temp
2025-02-03T14:08:41.3830229Z ##[section]Finishing: Download Pipeline Artifact CCC_Alerts
2025-02-03T14:08:41.3856291Z ##[section]Starting: Move Extracted Pipeline Artifact CCC_Alerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant