runner
runner copied to clipboard
[self-host][RH enterprise] service failing with status=133
Describe the bug
Running run.sh works, actions get executed locally. The service fails with "Main process exited, code=exited, status=133"
To Reproduce Steps to reproduce the behavior:
- Go to
actions-runnerdirectory - Run
sudo ./svc.sh install - Run
sudo ./svc.sh start- this starts the service, the output says " Active: active (running)" - Run
sudo ./svc.sh status - The service failed.
Expected behavior The service is Active
Runner Version and Platform
Version of your runner: 2.296.2 OS: Red Hat Enterprise Linux release 8.6 (Ootpa)
What's not working?
Active: failed (Result: exit-code) since Sun 2022-09-18 08:08:03 UTC; 46s ago
Process: 2220627 ExecStart=/etc/actions-runner/runsvc.sh (code=exited, status=133)
Main PID: 2220627 (code=exited, status=133)
Sep 18 08:08:03 DCHSARWEBL01 runsvc.sh[2220627]: 6: 0x124af66 [./externals/node16/bin/node]
Sep 18 08:08:03 DCHSARWEBL01 runsvc.sh[2220627]: 7: 0xd1314e v8::Isolate::Initialize(v8::Isolate*, v8::Isolate::CreateParams const&) [./externals/node16/bin/node]
Sep 18 08:08:03 DCHSARWEBL01 runsvc.sh[2220627]: 8: 0xb4451c node::NodeMainInstance::NodeMainInstance(v8::Isolate::CreateParams*, uv_loop_s*, node::MultiIsolatePlatform*, std:…
Sep 18 08:08:03 DCHSARWEBL01 runsvc.sh[2220627]: 9: 0xac67d3 node::Start(int, char**) [./externals/node16/bin/node]
Sep 18 08:08:03 DCHSARWEBL01 runsvc.sh[2220627]: 10: 0x7f6634349493 __libc_start_main [/lib64/libc.so.6]
Sep 18 08:08:03 DCHSARWEBL01 runsvc.sh[2220627]: 11: 0xa3bfbc [./externals/node16/bin/node]
Sep 18 08:08:03 DCHSARWEBL01 systemd-coredump[2220639]: Process 2220630 (node) of user 1000 dumped core.
Sep 18 08:08:03 DCHSARWEBL01 runsvc.sh[2220627]: /etc/actions-runner/runsvc.sh: line 19: 2220630 Trace/breakpoint trap (core dumped) ./externals…nerService.js
Sep 18 08:08:03 DCHSARWEBL01 systemd[1]: actions.runner.(...).service: Main process exited, code=exited, status=133/n/a
Sep 18 08:08:03 DCHSARWEBL01 systemd[1]: actions.runner.(...).service: Failed with result 'exit-code'.
Any plan to fix this?
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue was closed because it has been stalled for 15 days with no activity.