Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA/linux: GitHub image runner update broke the sanitizer jobs #13124

Closed
wants to merge 2 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Mar 14, 2024

The GitHub image runner update from 20240304.1.0 to 20240310.1 introduces all sorts of problems in our sanitizer builds.

According to actions/runner-images#9491:

"The issue is caused by incompatibility between llvm 14 provided in ubuntu-22.04 image and the much newer kernel configured with high-entropy ASLR"

@bagder bagder added the CI Continuous Integration label Mar 14, 2024
@github-actions github-actions bot added the tests label Mar 14, 2024
@bagder

This comment was marked as outdated.

@bagder bagder changed the title GHA/linux: remove spurious x GHA/linux: repair the sanitizer builds Mar 14, 2024
@bagder

This comment was marked as outdated.

@IvanNardi
Copy link

I apologize for using this space, but this is the only reference I have found about this issue. We have been having the same issue (random failures with sanitizers) on nDPI project since yesterday with ubuntu runners (20.04/22.04) and with different compilers and versions (gcc/clang).

The only "thing" that changed is the version of the GitHub image runner from 20240304.1.0 to 20240310.1.0 but no obvious culprits from the changelog.

About curl, this job https://github.com/curl/curl/actions/runs/8261075914/job/22597675489 seems fine even with clang 1:14.0-55~exp2 but with 20240304.1.0 image

@bagder
Copy link
Member Author

bagder commented Mar 14, 2024

Aha, thanks @IvanNardi for that extra detail. So the issue is not in this specific clang package then.

I found the issue already reported here: actions/runner-images#9491

@bagder bagder changed the title GHA/linux: repair the sanitizer builds GHA/linux: GitHub image runner update broke the sanitizer jobs Mar 14, 2024
@bagder bagder closed this in 09f3679 Mar 14, 2024
@bagder bagder deleted the bagder/memsan branch March 14, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration tests
Development

Successfully merging this pull request may close these issues.

None yet

2 participants