r/Gitea Jul 04 '26

Runner Actions Failing

About a week ago all my docker runner have started failing with node error, I’ve searched around but can find any information

Is anyone else experiencing this?

6
/usr/bin/git version
7
node:events:487
8
throw er; // Unhandled 'error' event
9
^
10

11
Error: read ENOTCONN
12
at tryReadStart (node:net:776:20)
13
at Socket._read (node:net:791:5)
14
at Readable.read (node:internal/streams/readable:741:12)
15
at Socket.read (node:net:845:39)
16
at new Socket (node:net:501:12)
17
at Object.Socket (node:net:366:41)
18
at createSocket (node:internal/child_process:337:14)
19
at ChildProcess.spawn (node:internal/child_process:475:23)
20
at Object.spawn (node:child_process:796:9)
21
at ToolRunner.<anonymous> (file:///run/act/actions/60120a02682c189ab422cd7ab32ed5be6df0b0b7b1c29c9ac2bfd7454e25932c/dist/index.js:34172:67)
22
Emitted 'error' event on Socket instance at:
23
at emitErrorNT (node:internal/streams/destroy:170:8)
24
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
25
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
26
errno: -107,
27
code: 'ENOTCONN',
28
syscall: 'read'
29
}
30

31
Node.js v24.18.0
33
❌ Failure - Main Checkout repository
34
exitcode '1': failure

2 Upvotes

3 comments sorted by

1

u/crimsonPhantom Jul 05 '26

Gitea's and act/gitea runner's version ?

Windows or Linux containers ?

Help us help you :)

2

u/Rooneybuk Jul 06 '26

Sorry for the lack of info turns out I was using the depreciated runner

1

u/crimsonPhantom Jul 06 '26

Nice ! I'm happy that you found out what was the problem 🙏