StartDate: 2025-09-18 06:04:08+00:00 CpuId: 32x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 916bf6ee989a303a699ecb9b544ae341a1b22117 CommitTime: 2025-09-17 20:18:23 +0200 CommitAuthor: Hans Pabst CommitSubject: Fixed convention #################### Building Image cp2k-precommit #################### Dockerfile: /tools/docker/Dockerfile.test_precommit Build-Path: / Build-Args: GIT_COMMIT_SHA=916bf6ee989a303a699ecb9b544ae341a1b22117 SPACK_CACHE=gs://cp2k-spack-cache 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 406.1MB Step 1/10 : FROM ubuntu:24.04 24.04: Pulling from library/ubuntu 953cdd413371: Pulling fs layer 953cdd413371: Verifying Checksum 953cdd413371: Download complete 953cdd413371: Pull complete Digest: sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc Status: Downloaded newer image for ubuntu:24.04 ---> 6d79abd4c962 Step 2/10 : WORKDIR /opt/cp2k-precommit ---> Using cache ---> 2148857ed6bc Step 3/10 : COPY ./tools/precommit/ /opt/cp2k-precommit/ ---> Using cache ---> f83118755ddc Step 4/10 : RUN ./install_requirements.sh ---> Using cache ---> 602c7e18c84c Step 5/10 : ENV PATH="/opt/venv/bin:/opt/cp2k-precommit:$PATH" ---> Using cache ---> 8b21e3ec3f06 Step 6/10 : WORKDIR /opt/cp2k ---> Using cache ---> f3e50cb760fe Step 7/10 : COPY ./ ./ ---> 990f8308b080 Step 8/10 : RUN ./tools/docker/scripts/test_precommit.sh 2>&1 | tee report.log ---> Running in df5e96fe8a0a ========== Starting Precommit Server ========== [2025-09-18 06:05:21 +0000] [9] [INFO] Starting gunicorn 23.0.0 [2025-09-18 06:05:21 +0000] [9] [INFO] Listening at: http://0.0.0.0:8080 (9) [2025-09-18 06:05:21 +0000] [9] [INFO] Using worker: gthread [2025-09-18 06:05:21 +0000] [11] [INFO] Booting worker with pid: 11 [2025-09-18 06:05:21,603] INFO in precommit_server: CP2K Precommit Server is up and running :-) ========== Running Precommit Checks ========== Running precommit checks using 16 workers and server: http://127.0.0.1:8080 Searching for files... [ ] 30 / 8098 files processed [= ] 160 / 8098 files processed [== ] 314 / 8098 files processed [=== ] 500 / 8098 files processed [===== ] 712 / 8098 files processed [======= ] 1036 / 8098 files processed [=========== ] 1523 / 8098 files processed [================== ] 2506 / 8098 files processed [=============================== ] 4253 / 8098 files processed [========================================== ] 5803 / 8098 files processed [=================================================== ] 6986 / 8098 files processed [============================================================] 8098 / 8098 files processed Summary: Found 8098, skipped 0, checked 8098, and failed 0 files. Status: OK ---> Removed intermediate container df5e96fe8a0a ---> 4e3b5ee21432 Step 9/10 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in 85d488627ebd ---> Removed intermediate container 85d488627ebd ---> 7e704bcabebd Step 10/10 : ENTRYPOINT [] ---> Running in 66005925fdf5 ---> Removed intermediate container 66005925fdf5 ---> eb21dcbc5cee [Warning] One or more build-args [GIT_COMMIT_SHA SPACK_CACHE] were not consumed Successfully built eb21dcbc5cee Successfully tagged us-central1-docker.pkg.dev/cp2k-org-project/cp2kci/img_cp2k-precommit:master Pushing new image... done. #################### Running Image cp2k-precommit #################### EndDate: 2025-09-18 06:07:39+00:00