StartDate: 2024-04-12 06:05:03+00:00 CpuId: 4x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: b977e330b9624d3c23b03fc2d9f33f3d14d32473 CommitTime: 2024-04-11 17:17:54 +0200 CommitAuthor: Andreas Knüpfer CommitSubject: Fix format in benchmark input file #################### Building Image cp2k-misc #################### Dockerfile: /tools/docker/Dockerfile.test_misc Build-Path: / Build-Args: GIT_COMMIT_SHA=b977e330b9624d3c23b03fc2d9f33f3d14d32473 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 bccd10f490ab: Pulling fs layer bccd10f490ab: Verifying Checksum bccd10f490ab: Download complete bccd10f490ab: Pull complete Digest: sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e Status: Downloaded newer image for ubuntu:22.04 ---> ca2b0f26964c Step 2/19 : WORKDIR /opt/cp2k ---> Using cache ---> 9a4a61871cbb Step 3/19 : COPY ./tools/docker/scripts/install_misc.sh . ---> Using cache ---> 06ac2dafe5be Step 4/19 : RUN ./install_misc.sh ---> Using cache ---> 492fe8840f9f Step 5/19 : ARG GIT_COMMIT_SHA ---> Using cache ---> 9d69e69d9242 Step 6/19 : COPY ./src ./src ---> Using cache ---> 902ed056132d Step 7/19 : COPY ./exts ./exts ---> Using cache ---> 98cde579f0a2 Step 8/19 : COPY ./data ./data ---> Using cache ---> 4b19256cbeb8 Step 9/19 : COPY ./docs ./docs ---> Using cache ---> c2885844f41d Step 10/19 : COPY ./tools ./tools ---> Using cache ---> 63a942c8fcb0 Step 11/19 : COPY ./tests ./tests ---> Using cache ---> 5c964ec65c88 Step 12/19 : COPY ./cmake ./cmake ---> Using cache ---> a0fbd48bc35a Step 13/19 : COPY ./CMakeLists.txt . ---> Using cache ---> 98de80778c8c Step 14/19 : COPY ./Makefile . ---> Using cache ---> 9939b57b56eb Step 15/19 : RUN bash -c "if [ -n "${GIT_COMMIT_SHA}" ] ; then echo "git:\${GIT_COMMIT_SHA::7}" > REVISION; fi" ---> Running in 9d092a3fd994 Removing intermediate container 9d092a3fd994 ---> 788f0e7bf0f2 Step 16/19 : COPY ./tools/docker/scripts/test_misc.sh . ---> 0b941d70c768 Step 17/19 : RUN ./test_misc.sh 2>&1 | tee report.log ---> Running in b308a995d3b5 Using Python 3.10.12 and the following packages: certifi==2024.2.2 charset-normalizer==3.3.2 contourpy==1.2.0 cycler==0.12.1 fonttools==4.49.0 idna==3.6 kiwisolver==1.4.5 matplotlib==3.8.3 mypy==1.5.1 mypy-extensions==1.0.0 numpy==1.26.4 packaging==23.2 pillow==10.2.0 pyparsing==3.1.1 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.2.9 types-requests==2.31.0.20240218 typing_extensions==4.10.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 b308a995d3b5 ---> 183dd92d182d Step 18/19 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 17b180066909 Removing intermediate container 17b180066909 ---> f86729369c0c Step 19/19 : ENTRYPOINT [] ---> Running in 9c145a4d3cce Removing intermediate container 9c145a4d3cce ---> d9c19881b377 Successfully built d9c19881b377 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-12 06:06:23+00:00