Skip to content
Failed

Console Output

20:50:50 Started by user Simon Pruvost
20:50:50 Running as SYSTEM
20:50:50 Building in workspace /var/lib/jenkins/jobs/first/workspace
20:50:50 The recommended git tool is: NONE
20:50:50 using credential 8a11502e-f80d-4742-a451-704b40f19292
20:50:50  > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/first/workspace/.git # timeout=10
20:50:50 Fetching changes from the remote Git repository
20:50:50  > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # timeout=10
20:50:50 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git
20:50:50  > git --version # timeout=10
20:50:50  > git --version # 'git version 2.39.5'
20:50:50 using GIT_ASKPASS to set credentials 
20:50:50  > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-watchdog.git +refs/heads/*:refs/remotes/origin/* # timeout=10
20:51:12  > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
20:51:12 Checking out Revision dd81d6ff60b1ed915647f1329637d6222652c512 (refs/remotes/origin/dev)
20:51:12  > git config core.sparsecheckout # timeout=10
20:51:12  > git checkout -f dd81d6ff60b1ed915647f1329637d6222652c512 # timeout=10
20:51:12 Commit message: "Convert date for Postgres"
20:51:12  > git rev-list --no-walk dd81d6ff60b1ed915647f1329637d6222652c512 # timeout=10
20:51:12 
[workspace] $ /bin/sh -xe /tmp/jenkins4571217426224794080.sh 20:51:12 + python -m venv my-venv 20:51:13 + my-venv/bin/pip install -r config/requirements.txt 20:51:14 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) 20:51:14 Collecting requests==2.32.3 20:51:14 Using cached requests-2.32.3-py3-none-any.whl (64 kB) 20:51:14 Collecting discord-webhook==1.4.1 20:51:14 Using cached discord_webhook-1.4.1-py3-none-any.whl (13 kB) 20:51:14 Collecting psycopg2==2.9.10 20:51:14 Using cached psycopg2-2.9.10.tar.gz (385 kB) 20:51:14 Preparing metadata (setup.py): started 20:51:14 Preparing metadata (setup.py): finished with status 'done' 20:51:14 Collecting charset-normalizer<4,>=2 20:51:14 Using cached charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB) 20:51:14 Collecting idna<4,>=2.5 20:51:14 Using cached idna-3.10-py3-none-any.whl (70 kB) 20:51:14 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) 20:51:15 Collecting certifi>=2017.4.17 20:51:15 Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 20:51:15 Installing collected packages: psycopg2, idna, charset-normalizer, certifi, requests, discord-webhook 20:51:15 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 20:51:15 Running setup.py install for psycopg2: started 20:51:21 Running setup.py install for psycopg2: finished with status 'done' 20:51:22 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 20:51:22 + mkdir logs 20:51:22 mkdir: cannot create directory ‘logs’: File exists 20:51:22 Build step 'Execute shell' marked build as failure 20:51:22 Finished: FAILURE