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

Intermittent ECONNREFUSED when running in ARC #3632

Open
phil-fileread opened this issue Dec 27, 2024 · 0 comments
Open

Intermittent ECONNREFUSED when running in ARC #3632

phil-fileread opened this issue Dec 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@phil-fileread
Copy link

phil-fileread commented Dec 27, 2024

Describe the bug
We are experiencing intermittent ECONNREFUSED when running ARC runners in our AKS cluster.

To Reproduce
This issue is not reproducible reliably, it is happening intermittently with no identifiable pattern.

Expected behavior
Successful connection

Runner Version and Platform

Version of your runner?
helm.sh/chart: gha-rs-controller-0.10.1

OS of the machine running the runner? OSX/Windows/Linux/...
ghcr.io/actions/actions-runner:latest

What's not working?

image

Job Log Output

If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here.

 
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext] Publish step telemetry for current step {
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "action": "Pre Job Hook",
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "type": "runner",
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "stage": "Post",
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "stepId": "b635fe99-edaa-4706-a828-d341596db041",
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "result": "failed",
 Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "errorMessages": [
 Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]     "Error: connect ECONNREFUSED 10.5.6.1:443",
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]     "Process completed with exit code 1.",
 Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]     "Executing the custom container implementation failed. Please contact your self hosted runner administrator."
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   ],
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "executionTimeInSeconds": 1,
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "startTime": "2024-12-27T04:10:44.9555189Z",
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "finishTime": "2024-12-27T04:10:45.2158246Z",
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext]   "containerHookData": "{\"hookScriptPath\":\"/home/runner/k8s/index.js\"}"
Dec 26, 2024 23:10:45.216
[WORKER 2024-12-27 04:10:45Z INFO ExecutionContext] }.

Runner and Worker's Diagnostic Logs

If applicable, add relevant diagnostic log information. Logs are located in the runner's _diag folder. The runner logs are prefixed with Runner_ and the worker logs are prefixed with Worker_. Each job run correlates to a worker log. All sensitive information should already be masked out, but please double-check before pasting here.

@phil-fileread phil-fileread added the bug Something isn't working label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant