commit 6e353a3c4829fe1500f869b095a0e4c0fbcadf29 from: Sergey Bronnikov via: Sergey Bronnikov date: Tue Nov 26 08:20:16 2024 UTC cfl: run pruning and coverage sequentially > The hosted runner: GitHub Actions 7 lost communication with > the server. Anything in your workflow that terminates the > runner process, starves it for CPU/Memory, or blocks its > network access can cause this error. > You are running out of disk space. The runner will stop working > when the machine runs out of disk space. Free space left: 0 MB https://github.com/ligurio/lua-c-api-tests/actions/runs/12022106476 commit - 027175dc989f87455867aaf88b724f4a0fd459e7 commit + 6e353a3c4829fe1500f869b095a0e4c0fbcadf29 blob - 2f93a8866010d7b87a7224b4fbe547f76a21bf63 blob + e158b15fc7ccf7b7d3e81fbd0149efda267b4dcd --- .github/workflows/cflite_cron.yml +++ .github/workflows/cflite_cron.yml @@ -34,7 +34,6 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} minimize-crashes: true mode: 'coverage' - parallel-fuzzing: true report-unreproducible-crashes: true storage-repo-branch-coverage: gh-pages storage-repo-branch: cfl @@ -63,7 +62,6 @@ jobs: minimize-crashes: true mode: 'prune' output-sarif: true - parallel-fuzzing: true report-unreproducible-crashes: true storage-repo-branch-coverage: gh-pages storage-repo-branch: cfl