-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tests fail with pipeline_error
#48
Comments
Hmm. This is probably because of the new HiGHS release |
What is It looks like |
|
Weird. And |
MiniZinc_jll was installed with
|
So the https://github.com/JuliaRegistries/General/blob/master/M/MiniZinc/Compat.toml |
I'll make a new Yggdrasil release: JuliaPackaging/Yggdrasil#7513. Maybe that'll fix it. Otherwise we'll need to patch the registry. I've also asked in the |
Closed by #49 |
The new release will work, and I'm patching the registry for older versions: JuliaRegistries/General#93084 |
Awesome, thank you very much! |
Hello 👋
I tried to run the tests locally and got the following exception:
I'm running Julia 1.9.2 on MacOS with the Apple Silicon built. I got the same exception with 1.8 and 1.6.
It seems that there is something wrong with the binary.
ProcessSignaled(6)
should indicateSIGABRT
, meaning there is some critical error. There is also a message about a missinglibhighs
library.Steps to reproduce:
instantiate
andresolve
test
The issue persists even when I remove all artifacts from
.julia
.We observed something similar the first time when our CI suddenly started to fail: https://github.com/RelationalAI/SolverAPI.jl/actions/runs/6337329320/job/17401990379
The text was updated successfully, but these errors were encountered: