StartDate: 2024-04-17 06:05:04+00:00 CpuId: 4x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 1a29073fbcb476dc3ab79655744d12eef97a2b59 CommitTime: 2024-04-16 12:53:47 +0200 CommitAuthor: marcella CommitSubject: E-field restart and output (#3354) #################### Building Image cp2k-misc #################### Dockerfile: /tools/docker/Dockerfile.test_misc Build-Path: / Build-Args: GIT_COMMIT_SHA=1a29073fbcb476dc3ab79655744d12eef97a2b59 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 ---> 71ac72badc9f Step 7/19 : COPY ./exts ./exts ---> 6313e7fc07cb Step 8/19 : COPY ./data ./data ---> 09d86ff87710 Step 9/19 : COPY ./docs ./docs ---> d2febb9d0cde Step 10/19 : COPY ./tools ./tools ---> 8fd7b06cebbe Step 11/19 : COPY ./tests ./tests ---> b9ca3feb8c8f Step 12/19 : COPY ./cmake ./cmake ---> 218a7f64cee3 Step 13/19 : COPY ./CMakeLists.txt . ---> 589b00ed522f Step 14/19 : COPY ./Makefile . ---> f004a6b31f9f Step 15/19 : RUN bash -c "if [ -n "${GIT_COMMIT_SHA}" ] ; then echo "git:\${GIT_COMMIT_SHA::7}" > REVISION; fi" ---> Running in 1b90d2340ed1 Removing intermediate container 1b90d2340ed1 ---> 9f92ec5336ed Step 16/19 : COPY ./tools/docker/scripts/test_misc.sh . ---> ee2b8c4f2e9b Step 17/19 : RUN ./test_misc.sh 2>&1 | tee report.log ---> Running in 8f470de8c4f9 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 8f470de8c4f9 ---> c80f5cf466b4 Step 18/19 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 1e775bcd5bdc Removing intermediate container 1e775bcd5bdc ---> 7a0b6e043953 Step 19/19 : ENTRYPOINT [] ---> Running in b950406076d8 Removing intermediate container b950406076d8 ---> 933924904abc Successfully built 933924904abc 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-17 06:06:41+00:00