Skip to content

JEDI container build broken by 2025/04/03 NCEPLIBS update #1595

@climbfuji

Description

@climbfuji

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 `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`, ..., `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 `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`, ..., `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.

Metadata

Metadata

Assignees

Labels

bugSomething is not working

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions