Upgrade Spack Packages to v2025.11.0 #1330
Annotations
1 error
|
Build and push
buildx failed with: ERROR: failed to build: failed to solve: process "docker-shell set -e\nspack env activate --without-view --dir ${SPACK_ENV}\nspack external find --not-buildable --scope env:${SPACK_ENV} --path /usr/local/cuda/bin cuda\nspack external find --scope env:${SPACK_ENV} llvm\nspack concretize --force\nspack --color=never find --long --no-groups --show-concretized --format \"{name}\" \\\n| uniq -D -f2 | grep -v -w -e \"\\(epic\\|llvm\\|py-setuptools\\|py-urllib3\\)\" \\\n| tee /tmp/duplicates.txt\nif [ -s /tmp/duplicates.txt ] ; then\n echo \"Duplicate packages found\"\n cat /tmp/duplicates.txt | while read status hash spec ; do\n spack --backtrace spec --long /${hash}\n if [ \"$prevspec\" = \"$spec\" ] ; then\n spack diff /${hash} /${prevhash}\n fi\n prevhash=${hash}\n prevspec=${spec}\n done\n exit 1\nfi\n" did not complete successfully: exit code: 1
|
Loading