I'm getting random errors when running a build. In the following example, the gradle daemon seems to have been killed while compiling:
1934 The message received from the daemon indicates that the daemon has disappeared.
1935 Build request sent: Build{id=e93f53ee-9c13-48c7-8df1-b96c07911052, currentDir=/woodpecker/src/codeberg.org/loke/array}
1936 Attempting to read last messages from the daemon log...
1937 Daemon pid: 5571
1938 log file: /root/.gradle/daemon/7.3/daemon-5571.out.log
I have also had other random test failues. If I restart the build, it seems to work.
Here the link to the failure: https://ci.codeberg.org/loke/array/build/14/3
I'm getting random errors when running a build. In the following example, the gradle daemon seems to have been killed while compiling:
```
1934 The message received from the daemon indicates that the daemon has disappeared.
1935 Build request sent: Build{id=e93f53ee-9c13-48c7-8df1-b96c07911052, currentDir=/woodpecker/src/codeberg.org/loke/array}
1936 Attempting to read last messages from the daemon log...
1937 Daemon pid: 5571
1938 log file: /root/.gradle/daemon/7.3/daemon-5571.out.log
```
I have also had other random test failues. If I restart the build, it seems to work.
Here the link to the failure: https://ci.codeberg.org/loke/array/build/14/3