StartDate: 2023-03-24 20:00:15+00:00 CpuId: 32x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: dc34ec903ce29fa3e138f690b3e7fbdf40732b94 CommitTime: 2023-03-24 16:55:38 +0100 CommitAuthor: Ole Schuett CommitSubject: Add generate_apptainer_def_files.py to test_python.sh Populating docker build cache... done. #################### Building Image cp2k-hip-rocm-build #################### Dockerfile: /tools/docker/Dockerfile.build_hip_rocm_Mi100 Build-Path: / Build-Args: GIT_COMMIT_SHA=dc34ec903ce29fa3e138f690b3e7fbdf40732b94 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 367.8MB 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 ---> 4dd123e71425 Step 3/47 : ENV ROCM_PATH /opt/rocm ---> Using cache ---> d61455e5a1ed Step 4/47 : ENV PATH ${PATH}:${ROCM_PATH}/bin ---> Using cache ---> eec475615018 Step 5/47 : ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ROCM_PATH}/lib ---> Using cache ---> f40d3ae041b8 Step 6/47 : ENV HIP_PLATFORM amd ---> Using cache ---> 5f3c5d2db6e6 Step 7/47 : RUN hipconfig ---> Using cache ---> 86051e20168e Step 8/47 : WORKDIR /opt/cp2k-toolchain ---> Using cache ---> a2829ff4b02a Step 9/47 : COPY ./tools/toolchain/install_requirements*.sh ./ ---> Using cache ---> 38e1ec998b26 Step 10/47 : RUN ./install_requirements.sh ubuntu ---> Using cache ---> e1a5ce47f2f8 Step 11/47 : RUN mkdir scripts ---> Using cache ---> c2fc7bdda88e 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 ---> 073f6ca0b775 Step 13/47 : COPY ./tools/toolchain/install_cp2k_toolchain.sh . ---> Using cache ---> c876e711d814 Step 14/47 : RUN ./install_cp2k_toolchain.sh --mpi-mode=mpich --enable-hip=yes --gpu-ver=Mi100 --dry-run ---> Using cache ---> 8eff9c0e52df Step 15/47 : COPY ./tools/toolchain/scripts/stage0/ ./scripts/stage0/ ---> Using cache ---> a6ea668b0138 Step 16/47 : RUN ./scripts/stage0/install_stage0.sh && rm -rf ./build ---> Using cache ---> 6dc7a8b62504 Step 17/47 : COPY ./tools/toolchain/scripts/stage1/ ./scripts/stage1/ ---> Using cache ---> ade88912bbf1 Step 18/47 : RUN ./scripts/stage1/install_stage1.sh && rm -rf ./build ---> Using cache ---> bc95884eeca6 Step 19/47 : COPY ./tools/toolchain/scripts/stage2/ ./scripts/stage2/ ---> Using cache ---> 96930c7f3a2e Step 20/47 : RUN ./scripts/stage2/install_stage2.sh && rm -rf ./build ---> Using cache ---> 2f987d213132 Step 21/47 : COPY ./tools/toolchain/scripts/stage3/ ./scripts/stage3/ ---> Using cache ---> 296ada2e078e Step 22/47 : RUN ./scripts/stage3/install_stage3.sh && rm -rf ./build ---> Using cache ---> 3e94e1ec273c Step 23/47 : COPY ./tools/toolchain/scripts/stage4/ ./scripts/stage4/ ---> Using cache ---> 4e0b4ea064b9 Step 24/47 : RUN ./scripts/stage4/install_stage4.sh && rm -rf ./build ---> Using cache ---> 697aef0f0189 Step 25/47 : COPY ./tools/toolchain/scripts/stage5/ ./scripts/stage5/ ---> Using cache ---> 5c699668a7e1 Step 26/47 : RUN ./scripts/stage5/install_stage5.sh && rm -rf ./build ---> Using cache ---> fad3bece60a1 Step 27/47 : COPY ./tools/toolchain/scripts/stage6/ ./scripts/stage6/ ---> Using cache ---> a60c962de74f Step 28/47 : RUN ./scripts/stage6/install_stage6.sh && rm -rf ./build ---> Using cache ---> 58a6c4c3f97e Step 29/47 : COPY ./tools/toolchain/scripts/stage7/ ./scripts/stage7/ ---> Using cache ---> 026ca3413958 Step 30/47 : RUN ./scripts/stage7/install_stage7.sh && rm -rf ./build ---> Using cache ---> f5290b4ae60c Step 31/47 : COPY ./tools/toolchain/scripts/stage8/ ./scripts/stage8/ ---> Using cache ---> 53d6fc839bac Step 32/47 : RUN ./scripts/stage8/install_stage8.sh && rm -rf ./build ---> Using cache ---> fe99576124ba Step 33/47 : COPY ./tools/toolchain/scripts/arch_base.tmpl ./tools/toolchain/scripts/generate_arch_files.sh ./scripts/ ---> Using cache ---> 04aed580ce3c Step 34/47 : RUN ./scripts/generate_arch_files.sh && rm -rf ./build ---> Using cache ---> 475e46042a2c Step 35/47 : WORKDIR /opt/cp2k ---> Using cache ---> bdbacbb83f57 Step 36/47 : COPY ./Makefile . ---> Using cache ---> 04b3111a5c96 Step 37/47 : COPY ./src ./src ---> Using cache ---> 4becc7d11ff4 Step 38/47 : COPY ./exts ./exts ---> Using cache ---> 30fc9f26c308 Step 39/47 : COPY ./tools/build_utils ./tools/build_utils ---> Using cache ---> 2b4a59fe2ee5 Step 40/47 : RUN /bin/bash -c " mkdir -p arch && ln -vs /opt/cp2k-toolchain/install/arch/local_hip.psmp ./arch/ && echo 'Compiling cp2k...' && source /opt/cp2k-toolchain/install/setup && ( make -j ARCH=local_hip VERSION=psmp &> /dev/null || true ) && rm -rf lib obj && ( [ ! -f ./exe/local_hip/cp2k.psmp ] || ldd ./exe/local_hip/cp2k.psmp | grep -q libmpi )" ---> Using cache ---> 752274080c8d Step 41/47 : COPY ./data ./data ---> Using cache ---> 4a587e01977e Step 42/47 : COPY ./tests ./tests ---> Using cache ---> b2380e6aa854 Step 43/47 : COPY ./tools/regtesting ./tools/regtesting ---> Using cache ---> 1ad1315f0e0f Step 44/47 : COPY ./tools/docker/scripts/test_build.sh . ---> Using cache ---> 2b5eb581490b Step 45/47 : RUN ./test_build.sh "local_hip" "psmp" 2>&1 | tee report.log ---> Using cache ---> fa4508876503 Step 46/47 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Using cache ---> 97620bf4e3f3 Step 47/47 : ENTRYPOINT [] ---> Using cache ---> 2680dd1076e8 [Warning] One or more build-args [GIT_COMMIT_SHA] were not consumed Successfully built 2680dd1076e8 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 #################### Compiling cp2k... done. Summary: Compilation works fine. (cached) Status: OK EndDate: 2023-03-24 20:02:59+00:00