Skip to content

Conversation

@skl
Copy link
Member

@skl skl commented Oct 20, 2025

The offset update workflow is failing, looks like /tmp is full:

2025/10/20 01:47:44 go build returned standard error:
# internal/reflectlite
compile: writing output: write $WORK/b004/_pkg_.a: no space left on device
internal/godebug: mkdir /tmp/go-build1084724249/b065/: no space left on device
# runtime/cgo
_cgo_export.c:13:1: fatal error: error closing ../cct5kKfB.s: No space left on device
   13 | extern char* _cgo_topofstack(void);
      | ^~~~~~
compilation terminated.
2025/10/20 01:47:44 ERROR: loading Go standard library offsets: exit status 1
make: *** [Makefile:160: update-offsets] Error 1
Error: Process completed with exit code 2.

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.63%. Comparing base (10fd81b) to head (225dc77).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #777      +/-   ##
==========================================
- Coverage   71.36%   66.63%   -4.74%     
==========================================
  Files         239      205      -34     
  Lines       25368    22939    -2429     
==========================================
- Hits        18105    15285    -2820     
- Misses       6379     6586     +207     
- Partials      884     1068     +184     
Flag Coverage Δ
integration-test 53.87% <ø> (-4.26%) ⬇️
integration-test-arm ?
k8s-integration-test 49.48% <ø> (-0.40%) ⬇️
oats-test 39.46% <ø> (+0.13%) ⬆️
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@skl
Copy link
Member Author

skl commented Oct 20, 2025

Closing as the real issue is that the output/cache file for the offsets in the Makefile has been moved from pkg/components to pkg/internal. Great find @mmat11!

@skl skl closed this Oct 20, 2025
@skl skl deleted the skl/offsets-tmp-disk-full branch October 20, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant