StartDate: 2024-04-27 06:04:54+00:00 CpuId: 4x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 6a2e663d942f858b804319a09ff50cf702059b17 CommitTime: 2024-04-26 18:26:01 +0200 CommitAuthor: Cristian Le CommitSubject: Add Badges! #################### Building Image cp2k-precommit #################### Dockerfile: /tools/docker/Dockerfile.test_precommit Build-Path: / Build-Args: GIT_COMMIT_SHA=6a2e663d942f858b804319a09ff50cf702059b17 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/10 : FROM ubuntu:22.04 22.04: Pulling from library/ubuntu e311a697a403: Pulling fs layer e311a697a403: Verifying Checksum e311a697a403: Download complete e311a697a403: Pull complete Digest: sha256:6d7b5d3317a71adb5e175640150e44b8b9a9401a7dd394f44840626aff9fa94d Status: Downloaded newer image for ubuntu:22.04 ---> 437ec753bef3 Step 2/10 : WORKDIR /opt/cp2k-precommit ---> Using cache ---> 8fab08c64061 Step 3/10 : COPY ./tools/precommit/ /opt/cp2k-precommit/ ---> Using cache ---> 66c1db86b2ab Step 4/10 : RUN ./install_requirements.sh ---> Using cache ---> 1f61895d3913 Step 5/10 : ENV PATH="/opt/venv/bin:$PATH" ---> Using cache ---> b1dd2be98c48 Step 6/10 : WORKDIR /opt/cp2k ---> Using cache ---> 2fa806e0b578 Step 7/10 : COPY ./ ./ ---> 7f0af3c9c2dc Step 8/10 : RUN ./tools/docker/scripts/test_precommit.sh 2>&1 | tee report.log ---> Running in 6bfdc4773749 ========== Starting Precommit Server ========== [2024-04-27 06:05:49 +0000] [9] [INFO] Starting gunicorn 22.0.0 [2024-04-27 06:05:49 +0000] [9] [INFO] Listening at: http://0.0.0.0:8080 (9) [2024-04-27 06:05:49 +0000] [9] [INFO] Using worker: gthread [2024-04-27 06:05:49 +0000] [11] [INFO] Booting worker with pid: 11 [2024-04-27 06:05:49,454] INFO in precommit_server: CP2K Precommit Server is up and running :-) ========== Running Precommit Checks ========== Running precommit checks using 6 workers and server: http://127.0.0.1:8080 Searching for files... [ ] 2 / 7396 files processed [ ] 43 / 7396 files processed [ ] 50 / 7396 files processed [ ] 50 / 7396 files processed [ ] 53 / 7396 files processed [ ] 55 / 7396 files processed [ ] 59 / 7396 files processed [ ] 65 / 7396 files processed [ ] 68 / 7396 files processed [ ] 77 / 7396 files processed [ ] 109 / 7396 files processed [ ] 118 / 7396 files processed [= ] 132 / 7396 files processed [= ] 146 / 7396 files processed [= ] 162 / 7396 files processed [= ] 176 / 7396 files processed [= ] 196 / 7396 files processed [= ] 211 / 7396 files processed [= ] 230 / 7396 files processed [== ] 247 / 7396 files processed [== ] 287 / 7396 files processed [== ] 306 / 7396 files processed [== ] 327 / 7396 files processed [== ] 345 / 7396 files processed [== ] 369 / 7396 files processed [=== ] 395 / 7396 files processed [=== ] 434 / 7396 files processed [=== ] 467 / 7396 files processed [==== ] 498 / 7396 files processed [==== ] 531 / 7396 files processed [==== ] 571 / 7396 files processed [==== ] 607 / 7396 files processed [===== ] 650 / 7396 files processed [===== ] 691 / 7396 files processed [===== ] 730 / 7396 files processed [====== ] 768 / 7396 files processed [====== ] 811 / 7396 files processed [====== ] 859 / 7396 files processed [======= ] 921 / 7396 files processed [======= ] 980 / 7396 files processed [======== ] 1052 / 7396 files processed [========= ] 1125 / 7396 files processed [========= ] 1201 / 7396 files processed [========== ] 1279 / 7396 files processed [=========== ] 1364 / 7396 files processed [=========== ] 1465 / 7396 files processed [============= ] 1634 / 7396 files processed [=============== ] 1860 / 7396 files processed [================= ] 2153 / 7396 files processed [=================== ] 2425 / 7396 files processed [======================= ] 2854 / 7396 files processed [========================== ] 3306 / 7396 files processed [============================== ] 3775 / 7396 files processed [================================== ] 4254 / 7396 files processed [====================================== ] 4741 / 7396 files processed [========================================== ] 5194 / 7396 files processed [============================================= ] 5670 / 7396 files processed [================================================= ] 6146 / 7396 files processed [===================================================== ] 6644 / 7396 files processed [========================================================= ] 7118 / 7396 files processed [============================================================] 7396 / 7396 files processed Summary: Found 7396, skipped 0, checked 7396, and failed 0 files. Status: OK Removing intermediate container 6bfdc4773749 ---> fe0ede95338b Step 9/10 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 5b582da2f567 Removing intermediate container 5b582da2f567 ---> ea325f50a361 Step 10/10 : ENTRYPOINT [] ---> Running in d355b2ae288d Removing intermediate container d355b2ae288d ---> f8224bff6154 [Warning] One or more build-args [GIT_COMMIT_SHA] were not consumed Successfully built f8224bff6154 Successfully tagged us-central1-docker.pkg.dev/cp2k-org-project/cp2kci/img_cp2k-precommit:master Pushing new image... done. #################### Running Image cp2k-precommit #################### EndDate: 2024-04-27 06:16:24+00:00