Started by user Simon Pruvost Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/first/workspace The recommended git tool is: NONE using credential 8a11502e-f80d-4742-a451-704b40f19292 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/first/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # timeout=10 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-watchdog.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10 Checking out Revision dd81d6ff60b1ed915647f1329637d6222652c512 (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f dd81d6ff60b1ed915647f1329637d6222652c512 # timeout=10 Commit message: "Convert date for Postgres" > git rev-list --no-walk dd81d6ff60b1ed915647f1329637d6222652c512 # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins4571217426224794080.sh + python -m venv my-venv + my-venv/bin/pip install -r config/requirements.txt Requirement already satisfied: peewee==3.17.9 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 1)) (3.17.9) Collecting requests==2.32.3 Using cached requests-2.32.3-py3-none-any.whl (64 kB) Collecting discord-webhook==1.4.1 Using cached discord_webhook-1.4.1-py3-none-any.whl (13 kB) Collecting psycopg2==2.9.10 Using cached psycopg2-2.9.10.tar.gz (385 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting charset-normalizer<4,>=2 Using cached charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) Collecting idna<4,>=2.5 Using cached idna-3.10-py3-none-any.whl (70 kB) Requirement already satisfied: urllib3<3,>=1.21.1 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (2.4.0) Collecting certifi>=2017.4.17 Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) Installing collected packages: psycopg2, idna, charset-normalizer, certifi, requests, discord-webhook DEPRECATION: psycopg2 is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for psycopg2: started Running setup.py install for psycopg2: finished with status 'done' Successfully installed certifi-2025.1.31 charset-normalizer-3.4.1 discord-webhook-1.4.1 idna-3.10 psycopg2-2.9.10 requests-2.32.3 + mkdir logs mkdir: cannot create directory ‘logs’: File exists Build step 'Execute shell' marked build as failure Finished: FAILURE