-
Notifications
You must be signed in to change notification settings - Fork 19
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
The Nightly Dev Build job failed on Monday (2025-01-20) #801
Comments
Build log
👀 |
Given that the error is about being unable to find the compiler when running TileDB's bootstrap script, I assume this was caused by the PR TileDB-Inc/TileDB#5426 to remove detection of the compiler (merged yesterday morning in TileDB-Inc/TileDB@efd3a21). @dudoslav could you please investigate? |
@dudoslav FWIW I was able to repro this outside of CI by imitating this repo's
|
The Nightly Dev Build job failed on Tuesday (2025-01-21) in run 12899570746 |
The nightly builds here and on my fork both failed with the same spurious bzip2 download failure that we also observed in multiple builds last week (#800 (comment)). I restarted it |
The Nightly Dev Build job failed on Wednesday (2025-01-22) in run 12899570746 |
The restarted job is back to failing with the previously identified CMake error of failing to identify the compiler. |
The Nightly Dev Build job failed on Wednesday (2025-01-22) in run 12920658744 |
The Nightly Dev Build job failed on Thursday (2025-01-23) in run 12941688221 |
xref: #795 |
The Nightly Dev Build job failed on Friday (2025-01-24) in run 12960667404 |
The Nightly Dev Build job failed on Saturday (2025-01-25) in run 12970383102 |
The Nightly Dev Build job failed on Sunday (2025-01-26) in run 12980600729 |
The Nightly Dev Build job failed on Monday (2025-01-27) in run 13002051697 |
@johnkerl I created a branch with modified and modified your repro using this branch. Now I don't see compiler not found, but I still see error:
So perhaps this is not only due to bootstrap change. I'll investigate further. |
@dudoslav thanks! This is just a symptom, not a cause: |
@johnkerl Same as you did, but changed the last line, so (inside docker container):
I suspect that the problem is that the TileDB core library is not being downloaded or is somewhere where it is not supposed to be:
There is no special "tiledb" include here ^^, or I mean, I was not able to find it in any of these includes. |
This might be the issue:
and well... 99% due to incorrect access rights, so the file is not executable. |
@dudoslav thank you -- and please, please share the entire build output so we can look at it together |
Yes, this means it can't find core -- and we need to look at the full build output to get an idea of why not |
(Switching over to Slack) |
Full build:
|
Debug info:
and within that:
|
Created a PR that should hopefully fix this: #803 |
Manual nightly run with #803 merged was ☘️ |
Thanks @dudoslav for fixing this! |
The Nightly Dev Build job failed on Monday (2025-01-20) in run 12878606032
sc-62563
The text was updated successfully, but these errors were encountered: