StartDate: 2024-11-08 06:04:11+00:00 CpuId: 32x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: b5a5e3a0a207416f02cf7928d461dbf611d5f851 CommitTime: 2024-11-07 20:49:56 +0100 CommitAuthor: Mathieu Taillefumier CommitSubject: [cmake] fix Mi300 architecture number. Minor cleanup #################### Building Image cp2k-ase #################### Dockerfile: /tools/docker/Dockerfile.test_ase Build-Path: / Build-Args: GIT_COMMIT_SHA=b5a5e3a0a207416f02cf7928d461dbf611d5f851 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 397.6MB Step 1/16 : FROM ubuntu:24.04 24.04: Pulling from library/ubuntu ff65ddf9395b: Pulling fs layer ff65ddf9395b: Verifying Checksum ff65ddf9395b: Download complete ff65ddf9395b: Pull complete Digest: sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 Status: Downloaded newer image for ubuntu:24.04 ---> 59ab366372d5 Step 2/16 : 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-13 g++-13 gfortran-13 libfftw3-dev libopenblas-dev libint2-dev libxc-dev libxsmm-dev libspglib-f08-dev && rm -rf /var/lib/apt/lists/* ---> Using cache ---> fd7a6868d307 Step 3/16 : RUN ln -sf /usr/bin/gcc-13 /usr/local/bin/gcc && ln -sf /usr/bin/g++-13 /usr/local/bin/g++ && ln -sf /usr/bin/gfortran-13 /usr/local/bin/gfortran ---> Using cache ---> 44f9b74a4ce6 Step 4/16 : COPY ./tools/docker/scripts/install_dbcsr.sh ./ ---> Using cache ---> 5f7e3906bb8b Step 5/16 : RUN ./install_dbcsr.sh ---> Using cache ---> 5b389e57c967 Step 6/16 : WORKDIR /opt/cp2k ---> Using cache ---> 0bffee0b1c66 Step 7/16 : COPY ./src ./src ---> f71d787c0653 Step 8/16 : COPY ./data ./data ---> 4d673d771f32 Step 9/16 : COPY ./tests ./tests ---> 0c8526744510 Step 10/16 : COPY ./tools/build_utils ./tools/build_utils ---> a4d32479f4dc Step 11/16 : COPY ./cmake ./cmake ---> 365679c8752d Step 12/16 : COPY ./CMakeLists.txt . ---> fc3529a68ad1 Step 13/16 : COPY ./tools/docker/scripts/build_cp2k_cmake.sh ./tools/docker/scripts/test_ase.sh ./ ---> ebf00cc99673 Step 14/16 : RUN ./test_ase.sh 2>&1 | tee report.log ---> Running in 3b7d6e3ab4d6 ==================== Building CP2K ==================== -- The Fortran compiler identification is GNU 13.2.0 -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Check for working Fortran compiler: /usr/local/bin/gfortran - skipped -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/local/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/local/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") -- Found Python: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- Checking for module 'openblas' -- Found openblas, version 0.3.26 -- Found OpenBLAS: /usr/include/x86_64-linux-gnu -- Found Blas: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so -- Found Lapack: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so -- Checking for module 'libxsmm' -- Found libxsmm, version 1.17.0 -- Checking for module 'libxsmmext' -- Found libxsmmext, version 1.17.0 -- Checking for module 'libxsmmf' -- Found libxsmmf, version 1.17.0 -- Checking for module 'libxsmmnoblas' -- Found libxsmmnoblas, version 1.17.0 -- Found LibXSMM: /usr/include -- Using libxsmm for Small Matrix Multiplication -- Found OpenMP_Fortran: -fopenmp (found version "4.5") -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") found components: Fortran C CXX -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP_Fortran: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Checking for modules 'libxcf03;libxc>=6' -- Package dependency requirement 'libxc >= 6' could not be satisfied. Package 'libxc' has version '5.2.3', required version is '>= 6' -- Found LibXC: ON (Required is exact version "6") -- Checking for one of the modules 'fftw3' -- Checking for one of the modules 'fftw3f' -- Checking for one of the modules 'fftw3l' -- Checking for one of the modules 'fftw3q' -- Found Fftw: /usr/include -- Checking for module 'libint2' -- Found libint2, version 2.7.2 -- Found Libint2: /usr/include;/usr/include/libint2;/usr/include/eigen3 -- Setting build type to 'Release' as none was specified. -- Performing Test f2008-norm2 -- Performing Test f2008-norm2 - Success -- Performing Test f2008-block_construct -- Performing Test f2008-block_construct - Success -- Performing Test f2008-contiguous -- Performing Test f2008-contiguous - Success -- Performing Test f95-reshape-order-allocatable -- Performing Test f95-reshape-order-allocatable - Success -- FYPP preprocessor found. -------------------------------------------------------------------- - - - Summary of enabled dependencies - - - -------------------------------------------------------------------- - BLAS AND LAPACK - vendor : OpenBLAS - include directories : - libraries : /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so - LIBXC (note to package managers : libxc can be build with cmake as well) - include directories : /usr/include - libraries : /usr/lib/x86_64-linux-gnu/libxcf03.so;/usr/lib/x86_64-linux-gnu/libxc.so - FFTW3 - include directories : /usr/include - libraries : /usr/lib/x86_64-linux-gnu/libfftw3.so - libxsmm - include directories : /usr/include - libraries : /usr/lib/libxsmmext.a;/usr/lib/libxsmm.a;/usr/lib/x86_64-linux-gnu/libpthread.a;/usr/lib/x86_64-linux-gnu/librt.a;/usr/lib/x86_64-linux-gnu/libdl.a;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libc.so;/usr/lib/libxsmmf.a;/usr/lib/libxsmm.a;/usr/lib/x86_64-linux-gnu/libpthread.a;/usr/lib/x86_64-linux-gnu/librt.a;/usr/lib/x86_64-linux-gnu/libdl.a;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libc.so - libint2 - include directories : /usr/include;/usr/include/libint2;/usr/include/eigen3 - libraries : /usr/lib/x86_64-linux-gnu/libint2.so -------------------------------------------------------------------- - - - List of dependencies not included in this build - - - -------------------------------------------------------------------- - MPI - DFTD4 - SIRIUS - SPGLIB - COSMA - SPLA - GPU acceleration is disabled - ELPA - DLAF - PLUMED - QUIP - LIBVORI - PEXSI - SUPERLU - libtorch To run the regtests you need to run the following commands cd .. export CP2K_DATA_DIR=/opt/cp2k/data/ ./tests/do_regtest.py /opt/cp2k/build/bin ssmp -- Configuring done (2.6s) -- Generating done (0.2s) -- Build files have been written to: /opt/cp2k/build Compiling cp2k...done. ========== Installing Dependencies ========== debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package perl-modules-5.38. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 31248 files and directories currently installed.) Preparing to unpack .../00-perl-modules-5.38_5.38.2-3.2build2_all.deb ... Unpacking perl-modules-5.38 (5.38.2-3.2build2) ... Selecting previously unselected package libgdbm6t64:amd64. Preparing to unpack .../01-libgdbm6t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm6t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libgdbm-compat4t64:amd64. Preparing to unpack .../02-libgdbm-compat4t64_1.23-5.1build1_amd64.deb ... Unpacking libgdbm-compat4t64:amd64 (1.23-5.1build1) ... Selecting previously unselected package libperl5.38t64:amd64. Preparing to unpack .../03-libperl5.38t64_5.38.2-3.2build2_amd64.deb ... Unpacking libperl5.38t64:amd64 (5.38.2-3.2build2) ... Selecting previously unselected package perl. Preparing to unpack .../04-perl_5.38.2-3.2build2_amd64.deb ... Unpacking perl (5.38.2-3.2build2) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../05-python3-pkg-resources_68.1.2-2ubuntu1.1_all.deb ... Unpacking python3-pkg-resources (68.1.2-2ubuntu1.1) ... Selecting previously unselected package xz-utils. Preparing to unpack .../06-xz-utils_5.6.1+really5.4.5-1build0.1_amd64.deb ... Unpacking xz-utils (5.6.1+really5.4.5-1build0.1) ... Selecting previously unselected package cpp-13. Preparing to unpack .../07-cpp-13_13.2.0-23ubuntu4_amd64.deb ... Unpacking cpp-13 (13.2.0-23ubuntu4) ... Selecting previously unselected package cpp-x86-64-linux-gnu. Preparing to unpack .../08-cpp-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking cpp-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Selecting previously unselected package cpp. Preparing to unpack .../09-cpp_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking cpp (4:13.2.0-7ubuntu1) ... Selecting previously unselected package gcc-x86-64-linux-gnu. Preparing to unpack .../10-gcc-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking gcc-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Selecting previously unselected package gcc. Preparing to unpack .../11-gcc_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking gcc (4:13.2.0-7ubuntu1) ... Selecting previously unselected package g++-x86-64-linux-gnu. Preparing to unpack .../12-g++-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Selecting previously unselected package g++. Preparing to unpack .../13-g++_4%3a13.2.0-7ubuntu1_amd64.deb ... Unpacking g++ (4:13.2.0-7ubuntu1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../14-libdpkg-perl_1.22.6ubuntu6.1_all.deb ... Unpacking libdpkg-perl (1.22.6ubuntu6.1) ... Selecting previously unselected package bzip2. Preparing to unpack .../15-bzip2_1.0.8-5.1build0.1_amd64.deb ... Unpacking bzip2 (1.0.8-5.1build0.1) ... Selecting previously unselected package patch. Preparing to unpack .../16-patch_2.7.6-7build3_amd64.deb ... Unpacking patch (2.7.6-7build3) ... Selecting previously unselected package lto-disabled-list. Preparing to unpack .../17-lto-disabled-list_47_all.deb ... Unpacking lto-disabled-list (47) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../18-dpkg-dev_1.22.6ubuntu6.1_all.deb ... Unpacking dpkg-dev (1.22.6ubuntu6.1) ... Selecting previously unselected package build-essential. Preparing to unpack .../19-build-essential_12.10ubuntu1_amd64.deb ... Unpacking build-essential (12.10ubuntu1) ... Selecting previously unselected package libcurl3t64-gnutls:amd64. Preparing to unpack .../20-libcurl3t64-gnutls_8.5.0-2ubuntu10.4_amd64.deb ... Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.4) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../21-liberror-perl_0.17029-2_all.deb ... Unpacking liberror-perl (0.17029-2) ... Selecting previously unselected package git-man. Preparing to unpack .../22-git-man_1%3a2.43.0-1ubuntu7.1_all.deb ... Unpacking git-man (1:2.43.0-1ubuntu7.1) ... Selecting previously unselected package git. Preparing to unpack .../23-git_1%3a2.43.0-1ubuntu7.1_amd64.deb ... Unpacking git (1:2.43.0-1ubuntu7.1) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../24-libexpat1-dev_2.6.1-2ubuntu0.1_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.6.1-2ubuntu0.1) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../25-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../26-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../27-libjs-sphinxdoc_7.2.6-6_all.deb ... Unpacking libjs-sphinxdoc (7.2.6-6) ... Selecting previously unselected package libpython3.12t64:amd64. Preparing to unpack .../28-libpython3.12t64_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking libpython3.12t64:amd64 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../29-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ... Selecting previously unselected package libpython3.12-dev:amd64. Preparing to unpack .../30-libpython3.12-dev_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking libpython3.12-dev:amd64 (3.12.3-1ubuntu0.2) ... Selecting previously unselected package libpython3-dev:amd64. Preparing to unpack .../31-libpython3-dev_3.12.3-0ubuntu2_amd64.deb ... Unpacking libpython3-dev:amd64 (3.12.3-0ubuntu2) ... Selecting previously unselected package python3.12-dev. Preparing to unpack .../32-python3.12-dev_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking python3.12-dev (3.12.3-1ubuntu0.2) ... Selecting previously unselected package python3-dev. Preparing to unpack .../33-python3-dev_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3-dev (3.12.3-0ubuntu2) ... Selecting previously unselected package python3-setuptools. Preparing to unpack .../34-python3-setuptools_68.1.2-2ubuntu1.1_all.deb ... Unpacking python3-setuptools (68.1.2-2ubuntu1.1) ... Selecting previously unselected package python3-wheel. Preparing to unpack .../35-python3-wheel_0.42.0-2_all.deb ... Unpacking python3-wheel (0.42.0-2) ... Selecting previously unselected package python3-pip. Preparing to unpack .../36-python3-pip_24.0+dfsg-1ubuntu1.1_all.deb ... Unpacking python3-pip (24.0+dfsg-1ubuntu1.1) ... Selecting previously unselected package python3-pip-whl. Preparing to unpack .../37-python3-pip-whl_24.0+dfsg-1ubuntu1.1_all.deb ... Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.1) ... Selecting previously unselected package python3-setuptools-whl. Preparing to unpack .../38-python3-setuptools-whl_68.1.2-2ubuntu1.1_all.deb ... Unpacking python3-setuptools-whl (68.1.2-2ubuntu1.1) ... Selecting previously unselected package python3.12-venv. Preparing to unpack .../39-python3.12-venv_3.12.3-1ubuntu0.2_amd64.deb ... Unpacking python3.12-venv (3.12.3-1ubuntu0.2) ... Selecting previously unselected package python3-venv. Preparing to unpack .../40-python3-venv_3.12.3-0ubuntu2_amd64.deb ... Unpacking python3-venv (3.12.3-0ubuntu2) ... Setting up cpp-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Setting up python3-pkg-resources (68.1.2-2ubuntu1.1) ... Setting up python3-setuptools-whl (68.1.2-2ubuntu1.1) ... Setting up lto-disabled-list (47) ... Setting up libgdbm6t64:amd64 (1.23-5.1build1) ... Setting up python3-setuptools (68.1.2-2ubuntu1.1) ... Setting up gcc-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Setting up cpp-13 (13.2.0-23ubuntu4) ... Setting up libgdbm-compat4t64:amd64 (1.23-5.1build1) ... Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.1) ... Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.4) ... Setting up bzip2 (1.0.8-5.1build0.1) ... Setting up python3-wheel (0.42.0-2) ... Setting up libpython3.12t64:amd64 (3.12.3-1ubuntu0.2) ... Setting up libexpat1-dev:amd64 (2.6.1-2ubuntu0.1) ... Setting up xz-utils (5.6.1+really5.4.5-1build0.1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist Setting up perl-modules-5.38 (5.38.2-3.2build2) ... Setting up patch (2.7.6-7build3) ... Setting up python3-pip (24.0+dfsg-1ubuntu1.1) ... Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ... Setting up cpp (4:13.2.0-7ubuntu1) ... Setting up g++-x86-64-linux-gnu (4:13.2.0-7ubuntu1) ... Setting up git-man (1:2.43.0-1ubuntu7.1) ... Setting up libperl5.38t64:amd64 (5.38.2-3.2build2) ... Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... Setting up python3.12-venv (3.12.3-1ubuntu0.2) ... Setting up libpython3.12-dev:amd64 (3.12.3-1ubuntu0.2) ... Setting up gcc (4:13.2.0-7ubuntu1) ... Setting up perl (5.38.2-3.2build2) ... Setting up python3-venv (3.12.3-0ubuntu2) ... Setting up python3.12-dev (3.12.3-1ubuntu0.2) ... Setting up libjs-sphinxdoc (7.2.6-6) ... Setting up libdpkg-perl (1.22.6ubuntu6.1) ... Setting up g++ (4:13.2.0-7ubuntu1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist Setting up libpython3-dev:amd64 (3.12.3-0ubuntu2) ... Setting up dpkg-dev (1.22.6ubuntu6.1) ... Setting up liberror-perl (0.17029-2) ... Setting up python3-dev (3.12.3-0ubuntu2) ... Setting up git (1:2.43.0-1ubuntu7.1) ... Setting up build-essential (12.10ubuntu1) ... Processing triggers for libc-bin (2.39-0ubuntu8.3) ... ========== Installing ASE ========== Processing /opt/ase Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting numpy>=1.19.5 (from ase==3.23.1b1) Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 1.9 MB/s eta 0:00:00 Collecting scipy>=1.6.0 (from ase==3.23.1b1) Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 4.4 MB/s eta 0:00:00 Collecting matplotlib>=3.3.4 (from ase==3.23.1b1) Downloading matplotlib-3.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) Collecting pytest>=7.0.0 (from ase==3.23.1b1) Downloading pytest-8.3.3-py3-none-any.whl.metadata (7.5 kB) Collecting pytest-xdist>=2.1.0 (from ase==3.23.1b1) Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) Collecting contourpy>=1.0.1 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading contourpy-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.4 kB) Collecting cycler>=0.10 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) Collecting fonttools>=4.22.0 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading fonttools-4.54.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.7/163.7 kB 9.1 MB/s eta 0:00:00 Collecting kiwisolver>=1.3.1 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) Collecting packaging>=20.0 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting pillow>=8 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading pillow-11.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.1 kB) Collecting pyparsing>=2.3.1 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading pyparsing-3.2.0-py3-none-any.whl.metadata (5.0 kB) Collecting python-dateutil>=2.7 (from matplotlib>=3.3.4->ase==3.23.1b1) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting iniconfig (from pytest>=7.0.0->ase==3.23.1b1) Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) Collecting pluggy<2,>=1.5 (from pytest>=7.0.0->ase==3.23.1b1) Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) Collecting execnet>=2.1 (from pytest-xdist>=2.1.0->ase==3.23.1b1) Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib>=3.3.4->ase==3.23.1b1) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Downloading matplotlib-3.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 72.2 MB/s eta 0:00:00 Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/16.0 MB 60.6 MB/s eta 0:00:00 Downloading pytest-8.3.3-py3-none-any.whl (342 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 342.3/342.3 kB 15.8 MB/s eta 0:00:00 Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 1.4 MB/s eta 0:00:00 Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 MB 41.5 MB/s eta 0:00:00 Downloading contourpy-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (320 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 320.5/320.5 kB 22.8 MB/s eta 0:00:00 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Downloading execnet-2.1.1-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 5.8 MB/s eta 0:00:00 Downloading fonttools-4.54.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 71.2 MB/s eta 0:00:00 Downloading kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 66.8 MB/s eta 0:00:00 Downloading packaging-24.1-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 8.1 MB/s eta 0:00:00 Downloading pillow-11.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 72.5 MB/s eta 0:00:00 Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Downloading pyparsing-3.2.0-py3-none-any.whl (106 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.9/106.9 kB 13.3 MB/s eta 0:00:00 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 13.1 MB/s eta 0:00:00 Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Building wheels for collected packages: ase Building wheel for ase (pyproject.toml): started Building wheel for ase (pyproject.toml): finished with status 'done' Created wheel for ase: filename=ase-3.23.1b1-py3-none-any.whl size=2801705 sha256=4bee28b43368b4b874c32b64d0cb5a38873feeca89be1221c1ef5330ebb3c9e2 Stored in directory: /tmp/pip-ephem-wheel-cache-1vldfgbd/wheels/4b/7e/cd/42bdd60b19dcbade39685701726ffd3c5b4b2754196741dcae Successfully built ase Installing collected packages: six, pyparsing, pluggy, pillow, packaging, numpy, kiwisolver, iniconfig, fonttools, execnet, cycler, scipy, python-dateutil, pytest, contourpy, pytest-xdist, matplotlib, ase Successfully installed ase-3.23.1b1 contourpy-1.3.0 cycler-0.12.1 execnet-2.1.1 fonttools-4.54.1 iniconfig-2.0.0 kiwisolver-1.4.7 matplotlib-3.9.2 numpy-2.1.3 packaging-24.1 pillow-11.0.0 pluggy-1.5.0 pyparsing-3.2.0 pytest-8.3.3 pytest-xdist-3.6.1 python-dateutil-2.9.0.post0 scipy-1.14.1 six-1.16.0 ========== Running ASE Tests ========== - About to run pytest with these parameters: calculator/cp2k --calculators=cp2k ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.3.3, pluggy-1.5.0 Libraries ========= ase-3.23.1b1 /opt/venv/lib/python3.12/site-packages/ase numpy-2.1.3 /opt/venv/lib/python3.12/site-packages/numpy scipy-1.14.1 /opt/venv/lib/python3.12/site-packages/scipy matplotlib-3.9.2 /opt/venv/lib/python3.12/site-packages/matplotlib spglib not installed ase_ext not installed flask not installed psycopg2 not installed pyamg not installed Calculators =========== Config: /root/.config/ase/config.ini Datafiles: ase-datafiles package not installed [ ] abinit not installed: 'abinit' [ ] ace cfg= [ ] aims not installed: 'aims' [ ] amber cfg= [ ] asap not installed: asap3 [ ] castep not installed: 'castep' [x] cp2k-7.0 executable=/usr/bin/cp2k_shell [ ] crystal cfg= [ ] demon cfg= [ ] demonnano cfg= [ ] dftb not installed: No 'dftb' section [ ] dftd3 not installed: 'dftd3' [ ] dmol cfg= [ ] elk not installed: No 'elk' section [ ] espresso not installed: 'espresso' [ ] exciting not installed: 'exciting' [ ] gamess_us cfg= [ ] gaussian cfg= [ ] gpaw not installed: gpaw [ ] gromacs not installed: 'gromacs' [ ] gulp cfg= [ ] hotbit cfg= [ ] lammpslib not installed: missing python wrappers: cannot import lammps [ ] lammpsrun not installed: 'lammps' [ ] mopac not installed: No 'mopac' section [ ] nwchem not installed: No 'nwchem' section [ ] octopus not installed: 'octopus' [ ] onetep cfg= [ ] openmx not installed: 'openmx' [ ] orca not installed: 'orca' [ ] plumed not installed: [ ] psi4 not installed: psi4 [ ] qchem cfg= [ ] siesta not installed: No 'siesta' section [ ] turbomole cfg= [ ] vasp not installed: 'vasp' * Use --calculators option to select calculators. * See "ase test --help-calculators" on how to configure calculators. * This listing only includes external calculators known by the test system. Others are "configured" by setting an environment variable like "ASE_xxx_COMMAND" in order to allow tests to run. Please see the documentation of that individual calculator. rootdir: /opt/venv/lib/python3.12/site-packages/ase/test configfile: pytest.ini plugins: xdist-3.6.1 collected 16 items calculator/cp2k/test_cp2k_H2_None.py . [ 6%] calculator/cp2k/test_cp2k_dcd.py . [ 12%] calculator/cp2k/test_cp2k_many.py ...........X [ 87%] calculator/cp2k/test_cp2k_restart.py . [ 93%] calculator/cp2k/test_cp2k_stress.py . [100%] ======================== 15 passed, 1 xpassed in 19.02s ======================== Summary: ASE commit d95c08f works fine. Status: OK Removing intermediate container 3b7d6e3ab4d6 ---> 8a99a26fff23 Step 15/16 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 9d2926bfc418 Removing intermediate container 9d2926bfc418 ---> 4697aed5ac87 Step 16/16 : ENTRYPOINT [] ---> Running in 48cb8f7a4eb9 Removing intermediate container 48cb8f7a4eb9 ---> 5c8678b31dcb [Warning] One or more build-args [GIT_COMMIT_SHA] were not consumed Successfully built 5c8678b31dcb Successfully tagged us-central1-docker.pkg.dev/cp2k-org-project/cp2kci/img_cp2k-ase:master Pushing new image... done. #################### Running Image cp2k-ase #################### Uploading artifacts... done EndDate: 2024-11-08 06:15:41+00:00