Job is about to start running on the runner #3374
Unanswered
AmitKondhalkar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are using self hosted organization Github runner on Azure VM.
Instance type - Standard F4s v2 (4 vcpus, 8 GiB memory)
Operating System - Linux CentOS 8
The machine has enough memory, cpu and disk.
Docker is present on machine but not using it.
On browser - Runner Log output
On browser - Runner error message
On _diag/Runner logs
[2024-07-06 12:14:07Z INFO MessageListener] Received job status event. JobState: Busy [2024-07-06 12:14:07Z INFO MessageListener] _getMessagesTokenSource is already disposed. [2024-07-06 12:14:07Z INFO Terminal] WRITE LINE: 2024-07-06 12:14:07Z: Running job: greet [2024-07-06 12:14:07Z INFO JobDispatcher] Start renew job request 4136335 for job d38dbae1-5dcd-586a-7fa2-62fb58028b91. [2024-07-06 12:14:07Z INFO JobDispatcher] Successfully renew job request 4136335, job is valid till 7/6/2024 12:24:07 PM [2024-07-06 12:14:07Z INFO HostContext] Well known directory 'Bin': '/usr/local/actions-runner/bin' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Starting process: [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] File name: '/usr/local/actions-runner/bin/Runner.Worker' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Arguments: 'spawnclient 105 108' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Working directory: '/usr/local/actions-runner/bin' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Require exit code zero: 'False' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Encoding web name: ; code page: '' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Force kill process on cancellation: 'True' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Redirected STDIN: 'False' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Persist current code page: 'False' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Keep redirected STDIN open: 'False' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] High priority process: 'True' [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Process started with process id 9622, waiting for process exit. [2024-07-06 12:14:07Z INFO JobDispatcher] Send job request message to worker for job d38dbae1-5dcd-586a-7fa2-62fb58028b91. [2024-07-06 12:14:07Z INFO ProcessChannel] Sending message of length 22227, with hash '109113b9efa5e6481d5b6346d278d210e479b45a2a9a16059f5c70becdfbdc98' [2024-07-06 12:14:07Z INFO JobNotification] Entering JobStarted Notification [2024-07-06 12:14:07Z INFO JobNotification] Entering StartMonitor [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] STDOUT/STDERR stream read finished. [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] STDOUT/STDERR stream read finished. [2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Finished process 9622 with exit code 137, and elapsed time 00:00:00.0465983. [2024-07-06 12:14:07Z INFO JobDispatcher] Worker finished for job d38dbae1-5dcd-586a-7fa2-62fb58028b91. Code: 137 [2024-07-06 12:14:07Z INFO JobDispatcher] Return code 137 indicate worker encounter an unhandled exception or app crash, attach worker stdout/stderr to JobRequest result. [2024-07-06 12:14:07Z INFO GitHubActionsService] Starting operation Location.GetConnectionData [2024-07-06 12:14:07Z INFO GitHubActionsService] Finished operation Location.GetConnectionData [2024-07-06 12:14:08Z INFO JobDispatcher] Mark the job as failed since the worker crashed [2024-07-06 12:14:08Z INFO JobDispatcher] finish job request for job d38dbae1-5dcd-586a-7fa2-62fb58028b91 with result: Failed [2024-07-06 12:14:08Z INFO Terminal] WRITE LINE: 2024-07-06 12:14:08Z: Job greet completed with result: Failed [2024-07-06 12:14:08Z INFO JobDispatcher] Stop renew job request for job d38dbae1-5dcd-586a-7fa2-62fb58028b91. [2024-07-06 12:14:08Z INFO JobDispatcher] job renew has been cancelled, stop renew job request 4136335. [2024-07-06 12:14:08Z ERR JobDispatcher] Unhandled exception happened in worker: [2024-07-06 12:14:08Z ERR JobDispatcher] Failed to create CoreCLR, HRESULT: 0x80004005 [2024-07-06 12:14:08Z INFO JobNotification] Entering JobCompleted Notification [2024-07-06 12:14:08Z INFO JobNotification] Entering EndMonitor [2024-07-06 12:14:08Z INFO MessageListener] Received job status event. JobState: Online
First error coming as
[2024-07-06 12:14:07Z INFO ProcessInvokerWrapper] Finished process 9622 with exit code 137
which comes from this code
https://github.com/actions/runner/blob/70746ff593636b07ad251a1525a3fabd1a7a36e9/src/Runner.Sdk/ProcessInvoker.cs#L366
Also,
I have tried COMPlus_EnableDiagnostics=0 but it does not work.
I have checked other discussion but it does not relevant as they are related to docker.
What could be issue and how to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions