StartDate: 2024-04-23 06:04:54+00:00 CpuId: 4x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 1f285aab9e80d5f88cf770a48ae4166d0bfccb77 CommitTime: 2024-04-22 14:18:18 +0200 CommitAuthor: Hans Pabst CommitSubject: Better leverage mathconstants module (#3359) #################### Building Image cp2k-misc #################### Dockerfile: /tools/docker/Dockerfile.test_misc Build-Path: / Build-Args: GIT_COMMIT_SHA=1f285aab9e80d5f88cf770a48ae4166d0bfccb77 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 394.2MB Step 1/19 : FROM ubuntu:22.04 22.04: Pulling from library/ubuntu 3c645031de29: Pulling fs layer 3c645031de29: Verifying Checksum 3c645031de29: Download complete 3c645031de29: Pull complete Digest: sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 Status: Downloaded newer image for ubuntu:22.04 ---> 7af9ba4f0a47 Step 2/19 : WORKDIR /opt/cp2k ---> Using cache ---> aa8581832191 Step 3/19 : COPY ./tools/docker/scripts/install_misc.sh . ---> Using cache ---> 2ecbc3209ed2 Step 4/19 : RUN ./install_misc.sh ---> Using cache ---> cd41ca9c6e80 Step 5/19 : ARG GIT_COMMIT_SHA ---> Using cache ---> 6894b53a6c36 Step 6/19 : COPY ./src ./src ---> cf45c44385f5 Step 7/19 : COPY ./exts ./exts ---> 26fba12333e5 Step 8/19 : COPY ./data ./data ---> 43c66ee551f5 Step 9/19 : COPY ./docs ./docs ---> 6d8d591c61b7 Step 10/19 : COPY ./tools ./tools ---> eba07f0db5d9 Step 11/19 : COPY ./tests ./tests ---> 324a03bf1415 Step 12/19 : COPY ./cmake ./cmake ---> 4d03a45d67c2 Step 13/19 : COPY ./CMakeLists.txt . ---> c6c2078d80c0 Step 14/19 : COPY ./Makefile . ---> e63de3392668 Step 15/19 : RUN bash -c "if [ -n "${GIT_COMMIT_SHA}" ] ; then echo "git:\${GIT_COMMIT_SHA::7}" > REVISION; fi" ---> Running in c941cc2dc99f Removing intermediate container c941cc2dc99f ---> 9050f66eb5a0 Step 16/19 : COPY ./tools/docker/scripts/test_misc.sh . ---> 3a5de1dbdba1 Step 17/19 : RUN ./test_misc.sh 2>&1 | tee report.log ---> Running in f501cf4f2177 Using Python 3.10.12 and the following packages: certifi==2024.2.2 charset-normalizer==3.3.2 contourpy==1.2.1 cssselect==1.2.0 cycler==0.12.1 fonttools==4.51.0 idna==3.7 kiwisolver==1.4.5 matplotlib==3.8.4 mypy==1.5.1 mypy-extensions==1.0.0 numpy==1.26.4 packaging==24.0 pillow==10.3.0 pyparsing==3.1.2 python-dateutil==2.9.0.post0 requests==2.31.0 six==1.16.0 tomli==2.0.1 types-beautifulsoup4==4.12.0.20240229 types-html5lib==1.1.11.20240228 types-lxml==2024.4.14 types-requests==2.31.0.20240406 typing_extensions==4.11.0 urllib3==2.2.1 Running "./tools/prettify/prettify_test.py"... done. Running "./tools/minimax_tools/minimax_to_fortran_source.py --check"... done. Running "./tools/docker/generate_dockerfiles.py --check"... done. Running "mypy --strict ./tools/minimax_tools/minimax_to_fortran_source.py"... done. Running "mypy --strict ./tools/dashboard/generate_dashboard.py"... done. Running "mypy --strict ./tools/dashboard/generate_regtest_survey.py"... done. Running "mypy --strict ./tools/regtesting/optimize_test_dirs.py"... done. Running "mypy --strict ./tools/precommit/precommit.py"... done. Running "mypy --strict ./tools/precommit/check_file_properties.py"... done. Running "mypy --strict ./tools/precommit/format_makefile.py"... done. Running "mypy --strict ./tools/precommit/format_input_file.py"... done. Running "mypy --strict ./tools/docker/generate_dockerfiles.py"... done. Running "mypy --strict ./tools/conventions/analyze_gfortran_ast.py"... done. Running "mypy --strict ./tests/do_regtest.py"... done. Running "mypy --strict ./docs/generate_input_reference.py"... done. Running "mypy --strict ./docs/fix_github_links.py"... done. Running "cmake -DCP2K_ENABLE_CONSISTENCY_CHECKS=ON ."... done. Summary: Miscellaneous tests passed Status: OK Removing intermediate container f501cf4f2177 ---> 583ea052d86b Step 18/19 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 50d6fb250eb2 Removing intermediate container 50d6fb250eb2 ---> 0b9cce5010d0 Step 19/19 : ENTRYPOINT [] ---> Running in 1fb2f2ea9f8f Removing intermediate container 1fb2f2ea9f8f ---> ef0d47f98418 Successfully built ef0d47f98418 Successfully tagged us-central1-docker.pkg.dev/cp2k-org-project/cp2kci/img_cp2k-misc:master Pushing new image... done. #################### Running Image cp2k-misc #################### EndDate: 2024-04-23 06:06:26+00:00