StartDate: 2025-11-04 06:04:03+00:00 CpuId: 32x AMD EPYC (3rd Gen) (Milan) [Zen 3], 7nm (SMT disabled) CommitSHA: 298f7c48fd7d64a5667c9f63c477f623d31d21ce CommitTime: 2025-11-03 12:51:18 +0100 CommitAuthor: Dmitry Ryndyk CommitSubject: NEGF: New method to extract the matrix Hamiltonians for electrodes and minor changes. #################### Building Image cp2k-precommit #################### Dockerfile: /tools/docker/Dockerfile.test_precommit Build-Path: / Build-Args: GIT_COMMIT_SHA=298f7c48fd7d64a5667c9f63c477f623d31d21ce 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 407.9MB Step 1/10 : FROM ubuntu:24.04 24.04: Pulling from library/ubuntu 4b3ffd8ccb52: Pulling fs layer 4b3ffd8ccb52: Download complete 4b3ffd8ccb52: Pull complete Digest: sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 Status: Downloaded newer image for ubuntu:24.04 ---> 97bed23a3497 Step 2/10 : WORKDIR /opt/cp2k-precommit ---> Using cache ---> 3a8105de63a9 Step 3/10 : COPY ./tools/precommit/ /opt/cp2k-precommit/ ---> Using cache ---> 5a390972fc2c Step 4/10 : RUN ./install_requirements.sh ---> Using cache ---> 6e10c0c3c02b Step 5/10 : ENV PATH="/opt/venv/bin:/opt/cp2k-precommit:$PATH" ---> Using cache ---> 64810de7105f Step 6/10 : WORKDIR /opt/cp2k ---> Using cache ---> 70a3147f37a8 Step 7/10 : COPY ./ ./ ---> 91d11a61fb96 Step 8/10 : RUN ./tools/docker/scripts/test_precommit.sh 2>&1 | tee report.log ---> Running in a64b46a8f7e3 ========== Starting Precommit Server ========== [2025-11-04 06:06:27 +0000] [9] [INFO] Starting gunicorn 23.0.0 [2025-11-04 06:06:27 +0000] [9] [INFO] Listening at: http://0.0.0.0:8080 (9) [2025-11-04 06:06:27 +0000] [9] [INFO] Using worker: gthread [2025-11-04 06:06:27 +0000] [11] [INFO] Booting worker with pid: 11 [2025-11-04 06:06:28,071] 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... fatal: not a git repository (or any of the parent directories): .git [ ] 26 / 8133 files processed [= ] 159 / 8133 files processed [== ] 331 / 8133 files processed [=== ] 528 / 8133 files processed [===== ] 800 / 8133 files processed [======== ] 1139 / 8133 files processed [============= ] 1790 / 8133 files processed [==================== ] 2838 / 8133 files processed [============================= ] 3985 / 8133 files processed [=================================== ] 4807 / 8133 files processed [=========================================== ] 5878 / 8133 files processed [================================================== ] 6783 / 8133 files processed [========================================================= ] 7739 / 8133 files processed [============================================================] 8133 / 8133 files processed Summary: Found 8133, skipped 0, checked 8133, and failed 0 files. Status: OK ---> Removed intermediate container a64b46a8f7e3 ---> 5b81c2a26499 Step 9/10 : CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/' ---> Running in f92de16e939f ---> Removed intermediate container f92de16e939f ---> bb7b57c7b44a Step 10/10 : ENTRYPOINT [] ---> Running in 61950bf259a9 ---> Removed intermediate container 61950bf259a9 ---> ab6db3595088 [Warning] One or more build-args [GIT_COMMIT_SHA SPACK_CACHE] were not consumed Successfully built ab6db3595088 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-11-04 06:09:09+00:00