StartDate: 2024-04-10 06:05:02+00:00 CpuId: 4x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 10d5862cfdc6bbd0948853da3ffa8e3af272c7f9 CommitTime: 2024-04-09 23:50:49 +0200 CommitAuthor: Ole Schütt CommitSubject: Manual: Add support for youtube videos #################### Building Image cp2k-misc #################### Dockerfile: /tools/docker/Dockerfile.test_misc Build-Path: / Build-Args: GIT_COMMIT_SHA=10d5862cfdc6bbd0948853da3ffa8e3af272c7f9 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 ---> 22d1b2b32949 Step 7/19 : COPY ./exts ./exts ---> 6ce764b84534 Step 8/19 : COPY ./data ./data ---> 00c2b28fefbc Step 9/19 : COPY ./docs ./docs ---> f299a36e3655 Step 10/19 : COPY ./tools ./tools ---> 6ae0244f4e54 Step 11/19 : COPY ./tests ./tests ---> 408f8746a152 Step 12/19 : COPY ./cmake ./cmake ---> 4e9cc0721390 Step 13/19 : COPY ./CMakeLists.txt . ---> 92bcf9ed89c3 Step 14/19 : COPY ./Makefile . ---> 4a7499ee11c5 Step 15/19 : RUN bash -c "if [ -n "${GIT_COMMIT_SHA}" ] ; then echo "git:\${GIT_COMMIT_SHA::7}" > REVISION; fi" ---> Running in 69b037b22229 Removing intermediate container 69b037b22229 ---> 50ef37711751 Step 16/19 : COPY ./tools/docker/scripts/test_misc.sh . ---> 176d0510e372 Step 17/19 : RUN ./test_misc.sh 2>&1 | tee report.log ---> Running in fcb7f7238643 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 fcb7f7238643 ---> b3f917057ef1 Step 18/19 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 5988c7db1fc8 Removing intermediate container 5988c7db1fc8 ---> f89c6410bd16 Step 19/19 : ENTRYPOINT [] ---> Running in 42dd6bd28a7d Removing intermediate container 42dd6bd28a7d ---> 2e7afea1a3d1 Successfully built 2e7afea1a3d1 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-10 06:06:33+00:00