Skip to content

Conversation

@AaronStGeorge
Copy link
Contributor

@AaronStGeorge AaronStGeorge commented Oct 17, 2025

This odd CI failure might indicate a race on the compile cache (though I don't see how) or a sporadic device issue. It's hard to tell from the logs, and I haven't been able to reproduce this locally. This PR adds some logging so hopefully if this happens in CI again we can get a better picture of what's going on.

This odd [CI
failure](https://github.com/nod-ai/shark-ai/actions/runs/18548883676/job/52872578004) might indicate a race on the compile cache (though I don't see how) or a sporadic device issue. It's hard to tell from the logs, and I haven't been able to reproduce this locally. This PR adds some logging so hopefully if this happens in CI again we can get a better picture of what's going on.
@codecov-commenter
Copy link

codecov-commenter commented Oct 18, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@1b5fbf5). Learn more about missing BASE report.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2556   +/-   ##
=======================================
  Coverage        ?   77.31%           
=======================================
  Files           ?      263           
  Lines           ?    24839           
  Branches        ?        0           
=======================================
  Hits            ?    19204           
  Misses          ?     5635           
  Partials        ?        0           

☔ 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.

@AaronStGeorge AaronStGeorge marked this pull request as ready for review October 18, 2025 00:08
@AaronStGeorge AaronStGeorge changed the title [Fusilli] Create FUSILLI_CHECK_ERROR macro [Fusilli] Create FUSILLI_REQUIRE_OK macro Oct 18, 2025
-DCMAKE_C_COMPILER=clang-20
-DCMAKE_CXX_COMPILER=clang++-20
-DCMAKE_BUILD_TYPE=Release
-DFUSILLI_ENABLE_LOGGING=ON
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we want to do this? If we have automated benchmark numbers someday the logging will slow things down. Though on a CI machine benchmarks would already be quite noisy.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No harm I guess. Earlier we had logging on for debug builds only, but if we're trying to catch race issues, no harm in having better odds to catching it.

Copy link
Member

@sjain-stanford sjain-stanford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM. We'll just need to insist that new PRs use FUSILLI_REQUIRE_OK going forward.

@AaronStGeorge AaronStGeorge merged commit 4e2be1f into nod-ai:main Oct 20, 2025
43 checks passed
sjain-stanford added a commit that referenced this pull request Oct 21, 2025
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.

3 participants