-
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
Tests failing on conda-forge:macos-latest #115
Comments
For googlability, the error is:
|
By the way, I recently saw another error related to jaxlib failing conda-forge/jax-feedstock#167, not sure if it could be related. |
The diff between working and not working environment is quite clear, considering also the nature of the error: --- <unnamed>
+++ <unnamed>
@@ -32,7 +32,7 @@
jax2torch 0.0.7 pyhd8ed1ab_0 conda-forge
jaxlib 0.4.35 cpu_py313hd85e7f4_0 conda-forge
jinja2 3.1.5 pyhd8ed1ab_0 conda-forge
- libabseil 20240722.0 cxx17_hf9b8971_1 conda-forge
+ libabseil 20240722.0 cxx17_h07bc746_2 conda-forge
libblas 3.9.0 26_osxarm64_openblas conda-forge
libboost 1.86.0 hc9fb7c5_3 conda-forge
libcblas 3.9.0 26_osxarm64_openblas conda-forge
@@ -52,7 +52,7 @@
libpng 1.6.44 hc14010f_0 conda-forge
libprotobuf 5.28.2 h8f0b736_0 conda-forge
libqdldl 0.1.7 hb7217d7_0 conda-forge
- libre2-11 2024.07.02 h2348fd5_1 conda-forge
+ libre2-11 2024.07.02 h07bc746_2 conda-forge
libscotch 7.0.5 hc2b2845_4 conda-forge
libsqlite 3.47.2 h3f77e49_0 conda-forge
libtorch 2.5.1 cpu_generic_h4c131e9_7 conda-forge
@@ -93,7 +93,7 @@
python_abi 3.13 5_cp313 conda-forge
pytorch 2.5.1 cpu_generic_py313_h44dfc17_7 conda-forge
pyyaml 6.0.2 py313h20a7fcf_1 conda-forge
- re2 2024.07.02 hcd0e937_1 conda-forge
+ re2 2024.07.02 h6589ca4_2 conda-forge
readline 8.2 h92ec313_1 conda-forge
requests 2.32.3 pyhd8ed1ab_1 conda-forge
scipy 1.14.1 py313hc010ede_2 conda-forge probably something broke ABI compatibility in the libabseil |
The issue seems conda-forge/abseil-cpp-feedstock#87 . I saw it a few days ago, but I did not realized it could have impacted us. |
Thanks a lot @traversaro for the help! |
On the adam side we can simply pin libabseil to a working version, see conda-forge/abseil-cpp-feedstock#87 (comment) . I can prepare a PR. |
Right! Thanks a lot! :) |
There is a candidate for a global conda-forge fix in https://github.com/conda-forge/abseil-cpp-feedstock/pull/88/files , at this point I think we can wait for it. |
Cool! I agree ;) |
I restarted the latest failing job in https://github.com/ami-iit/adam/actions/runs/12606669284 . |
The action testing adam with conda-forge dependencies fails when the test work is on
macos-latest
.I'm not sure it depends on an update introduced in the last PR #111 since
The text was updated successfully, but these errors were encountered: