-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can't locate object method "code" via package "-1" #246
Comments
What is the issue with the cache? We usually just keep it and remove the wrappers when Pkg.build() is run, there are only a few configurations stored there. |
I've seen this error from time to time (when e.g. changing julia version?), and the standard (?) solution is to wipe |
The line |
Some of these errors seem to result from multiple Polymake instances on the CI server running code concurrently with a shared |
After running it on a couple of CI instances overnight, it seems to happen even when race conditions cannot occur, i.e. while running tests in a strictly sequential fashion with no competing jobs. The only way I've found so far to make the error messages go away has been to isolate each test in its on The errors occur when testing against the master branches of all the relevant Oscar packages, which may also be a contributing factor. Both errors still occur, i.e. both the C++ compilation error and trying to load a "-1" package. I will try and turn this into a standalone test case that one can debug outside the CI environment. |
e.g.
https://oscarci.mathematik.uni-kl.de/job/oscar/8703/artifact/logs/build-8703/c-automorphisms.ipynb.log
@benlorenz ?
The text was updated successfully, but these errors were encountered: