Running run.sh works, actions get executed locally without problems. The service starts correctly but then immediately fails with "Main process exited, code=exited, status=133"
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.
Runner version: 2.296.2
OS: Red Hat Enterprise Linux release 8.6 (Ootpa)
Here is the output of the ./svc.sh status command:
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'.