Skip to content

ci: kill stale gpg-agent and locks before Codecov upload on Mac runners#3269

Merged
QuantumExplorer merged 2 commits into
v3.1-devfrom
fix/gpg-lock-codecov
Mar 15, 2026
Merged

ci: kill stale gpg-agent and locks before Codecov upload on Mac runners#3269
QuantumExplorer merged 2 commits into
v3.1-devfrom
fix/gpg-lock-codecov

Conversation

@QuantumExplorer

Copy link
Copy Markdown
Member

Summary

  • Add gpgconf --kill all before the Codecov upload step on Mac runners
  • Self-hosted runners accumulate stale keyboxd locks between runs, causing GPG signature verification to hang with database_open waiting for lock errors

Test plan

  • Verify Codecov upload succeeds on Mac runner without GPG lock errors

🤖 Generated with Claude Code

The self-hosted Mac runners accumulate stale keyboxd locks between
runs, causing GPG signature verification to hang/fail in the
Codecov action. Running gpgconf --kill all before the upload step
clears any stale locks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@QuantumExplorer has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 16 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5c8fabc0-791b-421e-b512-92b1668e889b

📥 Commits

Reviewing files that changed from the base of the PR and between 78800af and 3bd0262.

📒 Files selected for processing (1)
  • .github/workflows/tests-rs-workspace.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/gpg-lock-codecov
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added this to the v3.1.0 milestone Mar 15, 2026
Kill the gpg-agent AND remove stale .lock files from the keyboxd
database directory, which is the actual cause of the "waiting for
lock" errors on self-hosted runners.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@QuantumExplorer QuantumExplorer changed the title fix(ci): kill stale gpg-agent before Codecov upload on Mac runners ci: kill stale gpg-agent before Codecov upload on Mac runners Mar 15, 2026
@QuantumExplorer QuantumExplorer changed the title ci: kill stale gpg-agent before Codecov upload on Mac runners ci: kill stale gpg-agent and locks before Codecov upload on Mac runners Mar 15, 2026
@QuantumExplorer QuantumExplorer merged commit 38630ce into v3.1-dev Mar 15, 2026
24 of 25 checks passed
@QuantumExplorer QuantumExplorer deleted the fix/gpg-lock-codecov branch March 15, 2026 04:27
@codecov

codecov Bot commented Mar 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.47%. Comparing base (e7d4fef) to head (3bd0262).
⚠️ Report is 4 commits behind head on v3.1-dev.

Additional details and impacted files
@@             Coverage Diff              @@
##           v3.1-dev    #3269      +/-   ##
============================================
- Coverage     69.39%   67.47%   -1.92%     
============================================
  Files          3292     3292              
  Lines        257616   258981    +1365     
============================================
- Hits         178763   174747    -4016     
- Misses        78853    84234    +5381     
Components Coverage Δ
dpp 56.58% <ø> (-1.68%) ⬇️
drive 74.67% <ø> (-2.96%) ⬇️
drive-abci 79.26% <ø> (-1.57%) ⬇️
sdk 30.34% <ø> (-0.91%) ⬇️
dapi-client 39.08% <ø> (ø)
platform-version ∅ <ø> (∅)
platform-value 39.35% <ø> (ø)
platform-wallet 60.40% <ø> (ø)
drive-proof-verifier ∅ <ø> (∅)
🚀 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.

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