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

Failed to create pull request: AggregateError #1519

Open
1 task done
cancan101 opened this issue Dec 18, 2024 · 2 comments
Open
1 task done

Failed to create pull request: AggregateError #1519

cancan101 opened this issue Dec 18, 2024 · 2 comments

Comments

@cancan101
Copy link

Describe the bug
A clear and concise description of what the bug is.

Categorization

Repository
URL: https://dev.azure.com/laticrete/Public%20Repos/

To Reproduce
Steps to reproduce the behavior:
Looks to be sporadic and due to a timeout.

Expected behavior
A clear and concise description of what you expected to happen.
Longer timeout and / or retry behavior

Logs and screenshots
https://dev.azure.com/laticrete/Public%20Repos/_build/results?buildId=10729&view=results

 - Adding dependency metadata to pull request properties...
##[error]Failed to create pull request: AggregateError
AggregateError [ETIMEDOUT]: 
    at internalConnectMultiple (node:net:1118:18)
    at internalConnectMultiple (node:net:1186:5)
    at Timeout.internalConnectMultipleTimeout (node:net:1712:5)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7) {
  code: 'ETIMEDOUT',
  [errors]: [
    Error: connect ETIMEDOUT 13.107.42.20:443
        at createConnectionError (node:net:1648:14)
        at Timeout.internalConnectMultipleTimeout (node:net:1707:38)
        at listOnTimeout (node:internal/timers:583:11)
        at process.processTimers (node:internal/timers:519:7) {
      errno: -110,
      code: 'ETIMEDOUT',
      syscall: 'connect',
      address: '13.107.42.20',
      port: 443
    },
    Error: connect ENETUNREACH 2620:1ec:21::20:443 - Local (:::0)
        at internalConnectMultiple (node:net:1182:16)
        at Timeout.internalConnectMultipleTimeout (node:net:1712:5)
        at listOnTimeout (node:internal/timers:583:11)
        at process.processTimers (node:internal/timers:519:7) {
      errno: -101,
      code: 'ENETUNREACH',
      syscall: 'connect',
      address: '2620:1ec:21::20',
      port: 443
    }
  ]
}

Extension (please complete the following information):

  • Host: [e.g. Azure DevOps, Azure DevOps Server]
  • Version [e.g. 1.2.54]

Server (please complete the following information):

  • Region [e.g. westeurope]
  • Version [e.g. 1.2.54]

Additional context
Add any other context about the problem here.

@rhyskoedijk
Copy link
Contributor

@cancan101 thanks for the report. ENETUNREACH sounds like a low-level network issue, which is surprising to see given the previous APIs succeeded.

This could probably be fixed by adding some basic retry logic for the API calls; I will look into this when I have some free time.

@mburumaxwell
Copy link
Contributor

@cancan101 how often does this happen? Is it always the same? Does retrying it fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants