StartDate: 2024-03-23 06:04:56+00:00 CpuId: 4x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: e3caab8e45bc325dca49990c08330767099cd281 CommitTime: 2024-03-22 21:42:41 +0100 CommitAuthor: Ole Schütt CommitSubject: Adjust 5 regtests #################### Building Image cp2k-misc #################### Dockerfile: /tools/docker/Dockerfile.test_misc Build-Path: / Build-Args: GIT_COMMIT_SHA=e3caab8e45bc325dca49990c08330767099cd281 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 ---> 81ebded71af7 Step 7/19 : COPY ./exts ./exts ---> 09fc0fb9064b Step 8/19 : COPY ./data ./data ---> e65d0b63f4bf Step 9/19 : COPY ./docs ./docs ---> 7b48d48d8ef9 Step 10/19 : COPY ./tools ./tools ---> 7dd58d391fe3 Step 11/19 : COPY ./tests ./tests ---> 7b1a36e75ec5 Step 12/19 : COPY ./cmake ./cmake ---> 75ac3742b30f Step 13/19 : COPY ./CMakeLists.txt . ---> ce77aaf8fc2e Step 14/19 : COPY ./Makefile . ---> e22d9e299d03 Step 15/19 : RUN bash -c "if [ -n "${GIT_COMMIT_SHA}" ] ; then echo "git:\${GIT_COMMIT_SHA::7}" > REVISION; fi" ---> Running in de1a57c00330 Removing intermediate container de1a57c00330 ---> 6b294c31f718 Step 16/19 : COPY ./tools/docker/scripts/test_misc.sh . ---> c3b9f93ce27c Step 17/19 : RUN ./test_misc.sh 2>&1 | tee report.log ---> Running in f3f7fd9dc728 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 f3f7fd9dc728 ---> d99b1bbe3b44 Step 18/19 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 0f9be0b221f8 Removing intermediate container 0f9be0b221f8 ---> 78a168922c62 Step 19/19 : ENTRYPOINT [] ---> Running in f6c95fc4d03c Removing intermediate container f6c95fc4d03c ---> 5fa164e11bc7 Successfully built 5fa164e11bc7 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-03-23 06:06:17+00:00