• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

prisma-risk / tsoracle / 26384477588
95%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 05:18AM UTC
Jobs 1
Files 64
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 May 2026 05:13AM UTC coverage: 95.666% (+0.8%) from 94.859%
26384477588

push

github

web-flow
ci: reclaim runner disk in the disk-hungry build jobs (#400)

* ci(coverage): reclaim runner disk before the coverage build

The coverage job's `make coverage` failed with `ld: final link failed:
No space left on device` while linking the instrumented test binaries
(e.g. mem_network_negative, failpoints, log_store_basic).

Coverage links every test binary with `-C instrument-coverage` plus full
debuginfo, so its artifacts are larger than the plain `test` job's, and
the standard ubuntu-latest disk budget ran out at the final `ld` step.

Add the same `jlumbroso/free-disk-space` reclaim the `test` job already
uses, before checkout, freeing ~30 GB by stripping the pre-installed
Android SDK / .NET / Haskell toolchains. `tool-cache: false` leaves the
runner tool cache (where cargo-llvm-cov lands) intact, and the step runs
before the rust-cache restore so it never touches ~/.cargo or target/.

* ci(nightly): reclaim runner disk in the sanitizer/fuzz/stress builds

Extend the same `jlumbroso/free-disk-space` reclaim to the remaining
heavy ubuntu builds, all of which are at least as disk-hungry as the
coverage job and lacked any headroom margin:

- leak-nightly: `-Zbuild-std` rebuilds libstd with the leak-sanitizer
  runtime on top of a full `--workspace --all-features` test build —
  the heaviest build in the repo.
- fuzz-nightly / fuzz-pr: cargo-fuzz compiles the whole dependency tree
  (rocksdb included) with ASAN instrumentation.
- stress-nightly: release build of the server + stress harness.

Each step runs before checkout (so it never touches ~/.cargo or the
rust-cache restore) with `tool-cache: false` to preserve the runner
tool cache. The stress-nightly step carries the existing per-cell
filter guard so skipped matrix cells stay no-ops. free-disk-space is
Linux-only; every job here runs on ubuntu-latest.

9160 of 9575 relevant lines covered (95.67%)

547763.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26384477588.1 25 May 2026 05:18AM UTC 64
95.67
GitHub Action Run
Source Files on build 26384477588
  • Tree
  • List 64
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26384477588
  • 8621391d on github
  • Prev Build on main (#26383274404)
  • Next Build on main (#26384812211)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc