Describe the bug
See https://github.com/JCSDA/spack-stack/actions/runs/14260861806/job/39971962520. This is because PR #1591 updated the required version of bacio in configs/common/packages.yaml, but failed to do so in configs/containers/specs/jedi-ci.yaml.
#16 DONE 0.7s
#17 [builder 5/7] RUN cd /opt/spack-environment && spack env activate . && spack install --fail-fast && spack gc -y
#17 38.14 ==> Error: failed to concretize `g2tmpl@1.13.0`, `jedi-fv3-env@1.0.0`, `jedi-mpas-env@1.0.0`, `bufr@12.1.0`, ..., `shumlib@macos_clang_linux_intel_port` for the following reasons:
#17 38.14 1. cannot satisfy a requirement for package 'bacio'.. You could consider setting `concretizer:unify` to `when_possible` or `false` to allow multiple versions of some packages.
#17 ERROR: process "docker-shell cd /opt/spack-environment && spack env activate . && spack install --fail-fast && spack gc -y" did not complete successfully: exit code: 1
------
> [builder 5/7] RUN cd /opt/spack-environment && spack env activate . && spack install --fail-fast && spack gc -y:
38.14 ==> Error: failed to concretize `g2tmpl@1.13.0`, `jedi-fv3-env@1.0.0`, `jedi-mpas-env@1.0.0`, `bufr@12.1.0`, ..., `shumlib@macos_clang_linux_intel_port` for the following reasons:
38.14 1. cannot satisfy a requirement for package 'bacio'.. You could consider setting `concretizer:unify` to `when_possible` or `false` to allow multiple versions of some packages.
------
Dockerfile:528
--------------------
526 |
527 | # Install the software, remove unnecessary deps
528 | >>> RUN cd /opt/spack-environment && spack env activate . && spack install --fail-fast && spack gc -y
529 |
530 | # Modifications to the environment that are necessary to run
--------------------
ERROR: failed to solve: process "docker-shell cd /opt/spack-environment && spack env activate . && spack install --fail-fast && spack gc -y" did not complete successfully: exit code: 1
To Reproduce
See above
Expected behavior
Container builds without errors
System:
What system(s) are you running the code on?
Additional context
Add any other context about the problem here.
Describe the bug
See https://github.com/JCSDA/spack-stack/actions/runs/14260861806/job/39971962520. This is because PR #1591 updated the required version of
bacioinconfigs/common/packages.yaml, but failed to do so inconfigs/containers/specs/jedi-ci.yaml.To Reproduce
See above
Expected behavior
Container builds without errors
System:
What system(s) are you running the code on?
Additional context
Add any other context about the problem here.