StartDate: 2024-03-02 06:04:50+00:00 CpuId: 4x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 38a20dc40e43fd67c759b615b5d67ed9a4af4e32 CommitTime: 2024-03-01 15:45:08 +0100 CommitAuthor: Ole Schütt CommitSubject: Rename reference Graml2023 to Graml2024 #################### Building Image cp2k-precommit #################### Dockerfile: /tools/docker/Dockerfile.test_precommit Build-Path: / Build-Args: GIT_COMMIT_SHA=38a20dc40e43fd67c759b615b5d67ed9a4af4e32 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 393.7MB Step 1/10 : FROM ubuntu:22.04 22.04: Pulling from library/ubuntu 01007420e9b0: Pulling fs layer 01007420e9b0: Verifying Checksum 01007420e9b0: Download complete 01007420e9b0: Pull complete Digest: sha256:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da Status: Downloaded newer image for ubuntu:22.04 ---> 3db8720ecbf5 Step 2/10 : WORKDIR /opt/cp2k-precommit ---> Using cache ---> 28f00e13b646 Step 3/10 : COPY ./tools/precommit/ /opt/cp2k-precommit/ ---> Using cache ---> c7f38b08a0ee Step 4/10 : RUN ./install_requirements.sh ---> Using cache ---> 3b627274ecfa Step 5/10 : ENV PATH="/opt/venv/bin:$PATH" ---> Using cache ---> bcdecbf149af Step 6/10 : WORKDIR /opt/cp2k ---> Using cache ---> 3ae04a5a703d Step 7/10 : COPY ./ ./ ---> d23ae13bb01e Step 8/10 : RUN ./tools/docker/scripts/test_precommit.sh 2>&1 | tee report.log ---> Running in e760d0081240 ========== Starting Precommit Server ========== [2024-03-02 06:05:35 +0000] [10] [INFO] Starting gunicorn 21.2.0 [2024-03-02 06:05:35 +0000] [10] [INFO] Listening at: http://0.0.0.0:8080 (10) [2024-03-02 06:05:35 +0000] [10] [INFO] Using worker: gthread [2024-03-02 06:05:35 +0000] [12] [INFO] Booting worker with pid: 12 [2024-03-02 06:05:35,724] 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... [ ] 3 / 7386 files processed [ ] 51 / 7386 files processed [ ] 51 / 7386 files processed [ ] 53 / 7386 files processed [ ] 53 / 7386 files processed [ ] 60 / 7386 files processed [ ] 67 / 7386 files processed [ ] 69 / 7386 files processed [ ] 78 / 7386 files processed [ ] 110 / 7386 files processed [= ] 126 / 7386 files processed [= ] 137 / 7386 files processed [= ] 156 / 7386 files processed [= ] 167 / 7386 files processed [= ] 187 / 7386 files processed [= ] 204 / 7386 files processed [= ] 225 / 7386 files processed [= ] 244 / 7386 files processed [== ] 280 / 7386 files processed [== ] 303 / 7386 files processed [== ] 324 / 7386 files processed [== ] 344 / 7386 files processed [== ] 367 / 7386 files processed [=== ] 396 / 7386 files processed [=== ] 437 / 7386 files processed [=== ] 471 / 7386 files processed [==== ] 505 / 7386 files processed [==== ] 544 / 7386 files processed [==== ] 590 / 7386 files processed [===== ] 630 / 7386 files processed [===== ] 676 / 7386 files processed [===== ] 724 / 7386 files processed [====== ] 765 / 7386 files processed [====== ] 807 / 7386 files processed [======= ] 864 / 7386 files processed [======= ] 928 / 7386 files processed [======== ] 993 / 7386 files processed [======== ] 1074 / 7386 files processed [========= ] 1153 / 7386 files processed [========== ] 1246 / 7386 files processed [========== ] 1344 / 7386 files processed [=========== ] 1460 / 7386 files processed [============= ] 1664 / 7386 files processed [=============== ] 1952 / 7386 files processed [================== ] 2304 / 7386 files processed [====================== ] 2768 / 7386 files processed [========================== ] 3319 / 7386 files processed [=============================== ] 3911 / 7386 files processed [==================================== ] 4507 / 7386 files processed [========================================= ] 5107 / 7386 files processed [============================================== ] 5708 / 7386 files processed [=================================================== ] 6336 / 7386 files processed [======================================================== ] 6969 / 7386 files processed [============================================================] 7386 / 7386 files processed Summary: Found 7386, skipped 0, checked 7386, and failed 0 files. Status: OK Removing intermediate container e760d0081240 ---> 14b0e409f3a5 Step 9/10 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 1c0214ebf64c Removing intermediate container 1c0214ebf64c ---> 5aa45b4cda92 Step 10/10 : ENTRYPOINT [] ---> Running in 385914a06b22 Removing intermediate container 385914a06b22 ---> abf49a3b88e9 [Warning] One or more build-args [GIT_COMMIT_SHA] were not consumed Successfully built abf49a3b88e9 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-03-02 06:14:53+00:00