StartDate: 2023-11-29 08:58:45+00:00 CpuId: 32x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 443e0b30de9442b60cbf758811016979827d8a6a CommitTime: 2023-11-27 22:38:47 +0100 CommitAuthor: Ole Schütt CommitSubject: Docker: Workaround Intel's expired key #################### Building Image cp2k-hip-rocm-build #################### Dockerfile: /tools/docker/Dockerfile.build_hip_rocm_Mi100 Build-Path: / Build-Args: GIT_COMMIT_SHA=443e0b30de9442b60cbf758811016979827d8a6a Build-Cache: Yes Populating docker build cache... done. DEPRECATED: The legacy builder is deprecated and will be removed in a future release. BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0 environment-variable. Sending build context to Docker daemon 386.9MB Step 1/47 : FROM rocm/dev-ubuntu-22.04:5.3.2-complete 5.3.2-complete: Pulling from rocm/dev-ubuntu-22.04 e96e057aae67: Already exists 5aaf392dce58: Already exists 1f126d0f78e5: Already exists 9acbe3e75c55: Already exists Digest: sha256:a7b6fb55d3b7344788af9e0f69fc15cf8b66112bf2984441edfad3948b895d44 Status: Downloaded newer image for rocm/dev-ubuntu-22.04:5.3.2-complete ---> 3cc7535ba714 Step 2/47 : RUN apt-get update -qq && apt-get install -qq --no-install-recommends hipblas gfortran mpich libmpich-dev && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 7c305b66bbab Step 3/47 : ENV ROCM_PATH /opt/rocm ---> Using cache ---> 00f60746864d Step 4/47 : ENV PATH ${PATH}:${ROCM_PATH}/bin ---> Using cache ---> c7691a4625c0 Step 5/47 : ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ROCM_PATH}/lib ---> Using cache ---> 71797c5053fd Step 6/47 : ENV HIP_PLATFORM amd ---> Using cache ---> 4d13be977e04 Step 7/47 : RUN hipconfig ---> Using cache ---> 48dfa2dd9ea5 Step 8/47 : WORKDIR /opt/cp2k-toolchain ---> Using cache ---> 022e1aef521d Step 9/47 : COPY ./tools/toolchain/install_requirements*.sh ./ ---> Using cache ---> f7cf46e7bf6d Step 10/47 : RUN ./install_requirements.sh ubuntu ---> Using cache ---> 41b9c5f0c667 Step 11/47 : RUN mkdir scripts ---> Using cache ---> 4d4c160b0664 Step 12/47 : COPY ./tools/toolchain/scripts/VERSION ./tools/toolchain/scripts/parse_if.py ./tools/toolchain/scripts/tool_kit.sh ./tools/toolchain/scripts/common_vars.sh ./tools/toolchain/scripts/signal_trap.sh ./tools/toolchain/scripts/get_openblas_arch.sh ./scripts/ ---> Using cache ---> bdc9b110058d Step 13/47 : COPY ./tools/toolchain/install_cp2k_toolchain.sh . ---> Using cache ---> d26cd0f1b809 Step 14/47 : RUN ./install_cp2k_toolchain.sh --mpi-mode=mpich --enable-hip=yes --gpu-ver=Mi100 --dry-run ---> Using cache ---> 64469cc72ad7 Step 15/47 : COPY ./tools/toolchain/scripts/stage0/ ./scripts/stage0/ ---> Using cache ---> ebc9067bc3ba Step 16/47 : RUN ./scripts/stage0/install_stage0.sh && rm -rf ./build ---> Using cache ---> bc25b81e0e74 Step 17/47 : COPY ./tools/toolchain/scripts/stage1/ ./scripts/stage1/ ---> Using cache ---> c3422c8de52f Step 18/47 : RUN ./scripts/stage1/install_stage1.sh && rm -rf ./build ---> Using cache ---> 2d7d97aa15c4 Step 19/47 : COPY ./tools/toolchain/scripts/stage2/ ./scripts/stage2/ ---> Using cache ---> 3d9b2339cd35 Step 20/47 : RUN ./scripts/stage2/install_stage2.sh && rm -rf ./build ---> Using cache ---> 636a5ca7fe3d Step 21/47 : COPY ./tools/toolchain/scripts/stage3/ ./scripts/stage3/ ---> Using cache ---> 68cd37704eba Step 22/47 : RUN ./scripts/stage3/install_stage3.sh && rm -rf ./build ---> Using cache ---> 22fb6a872744 Step 23/47 : COPY ./tools/toolchain/scripts/stage4/ ./scripts/stage4/ ---> Using cache ---> 82625cf8278d Step 24/47 : RUN ./scripts/stage4/install_stage4.sh && rm -rf ./build ---> Using cache ---> 7d69cc84d0b3 Step 25/47 : COPY ./tools/toolchain/scripts/stage5/ ./scripts/stage5/ ---> Using cache ---> 43faa3fe337c Step 26/47 : RUN ./scripts/stage5/install_stage5.sh && rm -rf ./build ---> Using cache ---> c9acc32fc6cc Step 27/47 : COPY ./tools/toolchain/scripts/stage6/ ./scripts/stage6/ ---> Using cache ---> 8303992ccc15 Step 28/47 : RUN ./scripts/stage6/install_stage6.sh && rm -rf ./build ---> Using cache ---> 7acc24de5015 Step 29/47 : COPY ./tools/toolchain/scripts/stage7/ ./scripts/stage7/ ---> Using cache ---> 7916cc60d80b Step 30/47 : RUN ./scripts/stage7/install_stage7.sh && rm -rf ./build ---> Using cache ---> 2e326e8ed3dd Step 31/47 : COPY ./tools/toolchain/scripts/stage8/ ./scripts/stage8/ ---> Using cache ---> ffc1f5d481fc Step 32/47 : RUN ./scripts/stage8/install_stage8.sh && rm -rf ./build ---> Using cache ---> bb1fbc852fe5 Step 33/47 : COPY ./tools/toolchain/scripts/arch_base.tmpl ./tools/toolchain/scripts/generate_arch_files.sh ./scripts/ ---> Using cache ---> 5a696192bb87 Step 34/47 : RUN ./scripts/generate_arch_files.sh && rm -rf ./build ---> Using cache ---> ee29f06e2da7 Step 35/47 : WORKDIR /opt/cp2k ---> Using cache ---> 7833b8ab3e2c Step 36/47 : COPY ./Makefile . ---> Using cache ---> 01efeeb2991f Step 37/47 : COPY ./src ./src ---> 0605ef995f93 Step 38/47 : COPY ./exts ./exts ---> 315234499b71 Step 39/47 : COPY ./tools/build_utils ./tools/build_utils ---> 3fad1ee7b284 Step 40/47 : RUN /bin/bash -c " mkdir -p arch && ln -vs /opt/cp2k-toolchain/install/arch/local_hip.psmp ./arch/" ---> Running in db4ff9369551 './arch/local_hip.psmp' -> '/opt/cp2k-toolchain/install/arch/local_hip.psmp' Removing intermediate container db4ff9369551 ---> d921f59bd495 Step 41/47 : COPY ./data ./data ---> 36f8526e1c43 Step 42/47 : COPY ./tests ./tests ---> 55a9c9125ff6 Step 43/47 : COPY ./tools/regtesting ./tools/regtesting ---> 75f2ff52327f Step 44/47 : COPY ./tools/docker/scripts/test_build.sh . ---> 83c7f3e35078 Step 45/47 : RUN ./test_build.sh "local_hip" "psmp" 2>&1 | tee report.log ---> Running in dcba8930a0ab Compiling cp2k... done. Summary: Compilation works fine. Status: OK Removing intermediate container dcba8930a0ab ---> 2786e6cacca4 Step 46/47 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 63960097520d Removing intermediate container 63960097520d ---> 969b81497ec6 Step 47/47 : ENTRYPOINT [] ---> Running in da0f7bfdbba7 Removing intermediate container da0f7bfdbba7 ---> 9c3daa9c0306 [Warning] One or more build-args [GIT_COMMIT_SHA] were not consumed Successfully built 9c3daa9c0306 Successfully tagged us-central1-docker.pkg.dev/cp2k-org-project/cp2kci/img_cp2k-hip-rocm-build:master Pushing new image... done. #################### Running Image cp2k-hip-rocm-build #################### EndDate: 2023-11-29 09:15:05+00:00