-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Error in LibGit2 tests on FreeBSD #27109
Comments
While this may be optimizer related, it also suspiciously smells like #23232 |
I also see this when building RPM nightlies: https://copr-be.cloud.fedoraproject.org/results/nalimilan/julia-nightlies/fedora-28-x86_64/00758100-julia/build.log.gz It's quite annoying. Maybe the best solution would be to revive the |
Do you have a reliable way to trigger this? That would help with diagnosis. |
Unfortunately it only happens when building the RPM in the Copr. I haven't been able to reproduce it direclty yet. The fact that it happens on FreeBSD is also kind of weird. |
It also happens on Alpine Linux. |
Seems like freebsd CI has been ok for a few days now. Does that mean this is gone. @ararslan Can you retry Alpine on master? |
Still fails on Alpine Linux on master. |
I also saw this on a recent CircleCI run: https://circleci.com/gh/JuliaLang/julia/26433?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link |
I've investigated this. What happens is that String objectid is now content based, so it is no longer really possible to say which kind of string you got (say if that String was ever in an ObjectId Dict). Thus what happens here is that sometimes the compiler gets unlucky and all instances of |
Haven't encountered this error in years, must have been fixed at some point |
Julia 0.7.0-DEV.5107 on FreeBSD 11.1.
Top of the error:
Full log: https://gist.github.com/ararslan/cd45bec1aeefe63a9d2f6e30ace2c54d
Appears to have been introduced when the new optimizer was merged. See #27087 (comment).
The text was updated successfully, but these errors were encountered: