You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda-cpp-build jobs (arm64 only) are failing for releases 24.12 and 25.02, with errors like this:
This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-aarch64::xorg-xorgproto-2024.1-h86ecc28_1, conda-forge/linux-aarch64::xorg-xproto-7.0.31-h57736b2_1008
path: 'include/X11/Xprotostr.h'
Likely there is some dependencies of cuCIM that isn't fully migrated. The fact this happens for some architectures and not others suggests there is some package rebuild that failed on a couple CI jobs somewhere and needs a restart. If we can identify which one, am happy to click restart there
Nightly conda builds for 24.12 and 25.02 are currently failing because
of file-clobbering issues with `xorg-*` packages. It looks like this is
because those packages on conda-forge are in the middle of a migration.
That clobbering should generally be safe, and anyway is out of our
control, so this PR proposes temporarily allowing it in CI.
See #800 for details.
## Notes for Reviewers
This is intentionally targeting `branch-24.12`, to get nightly builds
working there. A few more are still needed to complete the 24.12
release.
without any code changes most recent cucim builds did succeed (build link).
However, I still put up #801 temporarily allowing clobbering, in case other steps in the xorg-* migration result in the solver again finding a set of packages with conflicts.
Whenever the xorg-* migration is done (maybe when regro/cf-scripts#3360 is closed, if a formal migration isn't set up), we could try reverting #801 and then close this.
Describe the bug
conda-cpp-build
jobs (arm64
only) are failing for releases 24.12 and 25.02, with errors like this:(24.12 build link)
(25.02 build link)
The corresponding
amd64
jobs are not failing in this way.Steps/Code to reproduce bug
See those CI links above.
Expected behavior
Builds to succeed.
Environment details (please complete the following information):
See logs from those build links above.
conda env from the 24.12 job (click me)
Additional context
The last time this happened, the root cause was "some migration in the
xorg-*
projects is in progress, just give it a bit more time to reach all the projects": https://github.com/rapidsai/cucim/pull/785/files#r1777636427That might be happening now, too.
The text was updated successfully, but these errors were encountered: