Started by user Simon Pruvost Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/Store Price Web Export/workspace The recommended git tool is: NONE using credential 8a11502e-f80d-4742-a451-704b40f19292 Cloning the remote Git repository Cloning repository https://framagit.org/pruvosim/store-prices-web-export.git > git init /var/lib/jenkins/jobs/Store Price Web Export/workspace # timeout=10 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-web-export.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-web-export.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://framagit.org/pruvosim/store-prices-web-export.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/development^{commit} # timeout=10 Checking out Revision 45b7efdb1c62347f87d1f9889dddc42383e31ea6 (refs/remotes/origin/development) > git config core.sparsecheckout # timeout=10 > git checkout -f 45b7efdb1c62347f87d1f9889dddc42383e31ea6 # timeout=10 Commit message: "Updated Main" First time build. Skipping changelog. [workspace] $ /bin/sh -xe /tmp/jenkins13365815832358836583.sh + python -m venv my-venv + my-venv/bin/pip install -r config/requirements.txt Collecting peewee==3.17.9 Using cached peewee-3.17.9-py3-none-any.whl Collecting requests==2.32.3 Using cached requests-2.32.3-py3-none-any.whl (64 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 Downloading charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.3/147.3 kB 5.2 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Using cached idna-3.10-py3-none-any.whl (70 kB) Collecting urllib3<3,>=1.21.1 Using cached urllib3-2.4.0-py3-none-any.whl (128 kB) Collecting certifi>=2017.4.17 Using cached certifi-2025.4.26-py3-none-any.whl (159 kB) Installing collected packages: peewee, urllib3, psycopg2, idna, charset-normalizer, certifi, requests 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.4.26 charset-normalizer-3.4.2 idna-3.10 peewee-3.17.9 psycopg2-2.9.10 requests-2.32.3 urllib3-2.4.0 + my-venv/bin/python Main.py 2025-05-04 13:49:04,141 - main - INFO - ----- Launching the program ----- Successfully exported 21 game records to public/data/games_data.json PostgreSQL connection is closed. Finished: SUCCESS