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

Occasionally, a job step gets stuck and does not finish for several hours, continuously printing "Well-known director". #3606

Open
kimsehyoung opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kimsehyoung
Copy link

Describe the bug
Occasionally, job step gets stuck and does not finish for several hours, continuously printing "Well known directory".
So, forced shutdown is required. It's hard to find the root cause because there is no error.

To Reproduce
No specific way to reproduce. It's randomly and Occasionally.

Issue cases

  • 'Initialize containers' step
  • 'Checkout' step

Expected behavior
No stuck for a long time.

Runner Version and Platform

OS: amd64 linux machine of OrbStack on macos
runner version: 2.313.0

What's not working?

No error message. It's on stuck with "Well known directory" log.

Job Log Output

It prints this log continuously when the step is stuck.

[2024-11-28 06:32:15Z INFO HostContext] Well known directory 'Bin': '/home/runner/actions-runner/bin.2.321.0'
[2024-11-28 06:32:15Z INFO HostContext] Well known directory 'Root': '/home/runner/actions-runner'
[2024-11-28 06:32:15Z INFO HostContext] Well known directory 'Work': '/home/runner/actions-runner/_work'
[2024-11-28 06:32:25Z INFO HostContext] Well known directory 'Bin': '/home/runner/actions-runner/bin.2.321.0'
[2024-11-28 06:32:25Z INFO HostContext] Well known directory 'Root': '/home/runner/actions-runner'
[2024-11-28 06:32:25Z INFO HostContext] Well known directory 'Work': '/home/runner/actions-runner/_work'
[2024-11-28 06:32:35Z INFO HostContext] Well known directory 'Bin': '/home/runner/actions-runner/bin.2.321.0'
[2024-11-28 06:32:35Z INFO HostContext] Well known directory 'Root': '/home/runner/actions-runner'
[2024-11-28 06:32:35Z INFO HostContext] Well known directory 'Work': '/home/runner/actions-runner/_work'
[2024-11-28 06:32:45Z INFO HostContext] Well known directory 'Bin': '/home/runner/actions-runner/bin.2.321.0'
[2024-11-28 06:32:45Z INFO HostContext] Well known directory 'Root': '/home/runner/actions-runner'
[2024-11-28 06:32:45Z INFO HostContext] Well known directory 'Work': '/home/runner/actions-runner/_work'

Runner and Worker's Diagnostic Logs

Initialize containers
Worker_20241128-063201-utc.log
Checkout
Worker_20241203-073903-utc.log

@kimsehyoung kimsehyoung added the bug Something isn't working label Dec 4, 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