StartDate: 2026-02-04 06:06:09+00:00 CpuId: 32x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 51fc4cdbdb4b8719b74e75a59129642e6588a739 CommitTime: 2026-02-03 13:33:10 +0100 CommitAuthor: Matthias Krack CommitSubject: Add launch script for builds with make_cp2k.sh outside a container #################### Building Image cp2k-gcc12 #################### Dockerfile: /tools/docker/Dockerfile.test_gcc12 Build-Path: / Build-Args: GIT_COMMIT_SHA=51fc4cdbdb4b8719b74e75a59129642e6588a739 SPACK_CACHE=gs://cp2k-spack-cache 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 409MB Step 1/44 : FROM ubuntu:24.04 24.04: Pulling from library/ubuntu a3629ac5b9f4: Pulling fs layer a3629ac5b9f4: Verifying Checksum a3629ac5b9f4: Download complete a3629ac5b9f4: Pull complete Digest: sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b Status: Downloaded newer image for ubuntu:24.04 ---> 493218ed0f40 Step 2/44 : RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get update -qq && apt-get install -qq --no-install-recommends cmake less nano make ninja-build wget python3 ca-certificates gcc-12 g++-12 gfortran-12 libfftw3-dev libopenblas-dev libint2-dev libxc-dev libhdf5-dev libxsmm-dev libspglib-f08-dev && rm -rf /var/lib/apt/lists/* ---> Using cache ---> d352bb588dd8 Step 3/44 : RUN ln -sf /usr/bin/gcc-12 /usr/local/bin/gcc && ln -sf /usr/bin/g++-12 /usr/local/bin/g++ && ln -sf /usr/bin/gfortran-12 /usr/local/bin/gfortran ---> Using cache ---> f3dbce5b0316 Step 4/44 : WORKDIR /opt/cp2k-toolchain ---> Using cache ---> 7ee9cea8a616 Step 5/44 : COPY ./tools/toolchain/install_requirements*.sh ./ ---> Using cache ---> 9823126c6ddb Step 6/44 : RUN ./install_requirements.sh ubuntu:24.04 ---> Using cache ---> 206a1093f77e Step 7/44 : RUN mkdir scripts ---> Using cache ---> 2401b089625d Step 8/44 : 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 ./tools/toolchain/scripts/generate_cmake_options.sh ./scripts/ ---> Using cache ---> c823752da7dd Step 9/44 : COPY ./tools/toolchain/install_cp2k_toolchain.sh . ---> Using cache ---> d4d75df86e91 Step 10/44 : RUN ./install_cp2k_toolchain.sh --mpi-mode=no --with-dbcsr --with-gcc=system --with-cmake=system --with-ninja=system --with-openblas=system --with-libxc=no --with-libint=no --with-fftw=no --with-libxsmm=no --with-spglib=no --with-libvori=no --dry-run ---> Using cache ---> 49753637f7fb Step 11/44 : COPY ./tools/toolchain/scripts/stage0/ ./scripts/stage0/ ---> Using cache ---> 0b8e7f47a7da Step 12/44 : RUN ./scripts/stage0/install_stage0.sh && rm -rf ./build ---> Using cache ---> 4c0b884a57a7 Step 13/44 : COPY ./tools/toolchain/scripts/stage1/ ./scripts/stage1/ ---> Using cache ---> a982ee4098f0 Step 14/44 : RUN ./scripts/stage1/install_stage1.sh && rm -rf ./build ---> Using cache ---> 533155125d71 Step 15/44 : COPY ./tools/toolchain/scripts/stage2/ ./scripts/stage2/ ---> Using cache ---> 8629ba67d0a6 Step 16/44 : RUN ./scripts/stage2/install_stage2.sh && rm -rf ./build ---> Running in 897e12ee05f5 ==================== Finding OpenBLAS from system paths ==================== libopenblas is found in ld search path ERROR: (/opt/cp2k-toolchain/scripts/stage2/install_openblas.sh, line 112) Non-zero exit code detected. ERROR: (./scripts/stage2/install_mathlibs.sh, line 31) Non-zero exit code detected. The command '/bin/sh -c ./scripts/stage2/install_stage2.sh && rm -rf ./build' returned a non-zero code: 1 Pushing image of last succesful step 8629ba67d0a6... done. Summary: Docker build had non-zero exit status. Status: FAILED EndDate: 2026-02-04 06:06:40+00:00