GitHub Selfhosted Runner Throws write EPIPE Error
khabubuphathu
PROOP

3 months ago

I have successfully setup a selfhosted runner on GitHub. However when running a workflow I get te following error

Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:159:15)
    at writeGeneric (node:internal/stream_base_commons:150:3)
    at Socket._writeGeneric (node:net:966:11)
    at Socket._write (node:net:978:8)
    at writeOrBuffer (node:internal/streams/writable:570:12)
    at _write (node:internal/streams/writable:499:10)
    at Writable.write (node:internal/streams/writable:508:10)
    at Runtime.updateConfig (/_work/github-runner-Hvd5FaUDQLTLr/website/website/node_modules/miniflare/dist/src/index.js:50014:26)
    at async #assembleAndUpdateConfig (/_work/github-runner-Hvd5FaUDQLTLr/website/website/node_modules/miniflare/dist/src/index.js:62430:30)
    at async Mutex.runWith (/_work/github-runner-Hvd5FaUDQLTLr/website/website/node_modules/miniflare/dist/src/index.js:38902:48) {
  errno: -32,
  code: 'EPIPE',
  syscall: 'write'
}
 ELIFECYCLECommand failed with exit code 1.
Error:  command finished with error: command (/_work/github-runner-Hvd5FaUDQLTLr/website/website/services/www) /root/setup-pnpm/node_modules/.bin/pnpm run deploy exited (1)
 Tasks:    0 successful, 1 total
Cached:    0 cached, 1 total
  Time:    52.65s 
Failed:    @sprawlify/www#deploy
 ERROR  run failed: command  exited (1)

0 Replies

Loading...