Skip to content
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

nvcc failes to rebuild Docker image, breaking CI #313

Closed
PhilMiller opened this issue Jul 5, 2023 · 1 comment · Fixed by #316
Closed

nvcc failes to rebuild Docker image, breaking CI #313

PhilMiller opened this issue Jul 5, 2023 · 1 comment · Fixed by #316

Comments

@PhilMiller
Copy link
Member

PhilMiller commented Jul 5, 2023

https://github.com/DARMA-tasking/magistrate/actions/runs/5459636748/jobs/9935835735?pr=290

Run $(./scripts/check_containers.sh) ubuntu-cpp
  $(./scripts/check_containers.sh) ubuntu-cpp
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    REPO: ***/checkpoint
    ARCH: amd64
    UBUNTU: 20.04
    COMPILER_TYPE: nvidia
    COMPILER: 11.2.0
    BUILD_TYPE: release
    ULIMIT_CORE: 0
    CODE_COVERAGE: 0
    CHECKPOINT_TESTS: 1
    CHECKPOINT_EXAMPLES: 1
    CHECKPOINT_MPI: 1
    CHECKPOINT_WARNINGS_AS_ERRORS: 1
    CHECKPOINT_DOCS: 0
    CHECKPOINT_ASAN: 0
    CHECKPOINT_UBSAN: 0
    CHECKPOINT_SERIALIZATION_ERROR_CHECKING: 0
    CACHE: ~/.local/cache/
    BUILD_ROOT: ~/.local/cache/amd64-ubuntu-20.04-11.2.0-cache
    timestamp: 2023-07-05-01;39;13
Files modified in the latest pull request:
ci/docker/ubuntu-18.04-clang-cpp.dockerfile
ci/docker/ubuntu-18.04-gnu-cpp.dockerfile
ci/docker/ubuntu-18.04-intel-cpp.dockerfile
ci/docker/ubuntu-20.04-gnu-docs.dockerfile
ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile
ci/docker/ubuntu-22.04-clang-cpp.dockerfile
src/CMakeLists.txt
src/checkpoint/container/view_serialize.h
Building ubuntu-cpp
Sending build context to Docker daemon  1.076MB

Step 1/26 : ARG compiler=11.2.0
Step 2/26 : ARG arch=amd64
Step 3/26 : ARG ubuntu=20.04
Step 4/26 : FROM --platform=${arch} nvidia/cuda:${compiler}-devel-ubuntu${ubuntu} as base
manifest for nvidia/cuda:11.2.0-devel-ubuntu20.04 not found: manifest unknown: manifest unknown
Service 'ubuntu-cpp' failed to build : Build failed
Error: Process completed with exit code 1.

Originally posted by @PhilMiller in #290 (comment)

@PhilMiller
Copy link
Member Author

Going by https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=11.2.2 the minimal change to get things working again would be to point at 11.2.2

Apparently, Nvidia has started withdrawing images of earlier patch releases when later releases are posted. It would be nice if they provided a tag 11.2-devel-ubuntu20.04 that just got the latest patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant