14:02:07 Started by user Simon Pruvost
14:02:07 Running as SYSTEM
14:02:07 Building in workspace /var/lib/jenkins/jobs/Store_Price_Web_Export/workspace
14:02:07 The recommended git tool is: NONE
14:02:07 using credential 8a11502e-f80d-4742-a451-704b40f19292
14:02:07 Cloning the remote Git repository
14:02:07 Cloning repository https://framagit.org/pruvosim/store-prices-web-export.git
14:02:07 > git init /var/lib/jenkins/jobs/Store_Price_Web_Export/workspace # timeout=10
14:02:07 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-web-export.git
14:02:07 > git --version # timeout=10
14:02:07 > git --version # 'git version 2.39.5'
14:02:07 using GIT_ASKPASS to set credentials
14:02:07 > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-web-export.git +refs/heads/*:refs/remotes/origin/* # timeout=10
14:02:08 > git config remote.origin.url https://framagit.org/pruvosim/store-prices-web-export.git # timeout=10
14:02:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
14:02:08 Avoid second fetch
14:02:08 > git rev-parse refs/remotes/origin/development^{commit} # timeout=10
14:02:08 Checking out Revision 45b7efdb1c62347f87d1f9889dddc42383e31ea6 (refs/remotes/origin/development)
14:02:08 > git config core.sparsecheckout # timeout=10
14:02:08 > git checkout -f 45b7efdb1c62347f87d1f9889dddc42383e31ea6 # timeout=10
14:02:08 Commit message: "Updated Main"
14:02:08 > git rev-list --no-walk 45b7efdb1c62347f87d1f9889dddc42383e31ea6 # timeout=10
14:02:08 [workspace] $ /bin/sh -xe /tmp/jenkins8775436095792234533.sh
14:02:08 + python -m venv my-venv
14:02:11 + my-venv/bin/pip install -r config/requirements.txt
14:02:11 Collecting peewee==3.17.9
14:02:11 Using cached peewee-3.17.9-py3-none-any.whl
14:02:12 Collecting requests==2.32.3
14:02:12 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
14:02:12 Collecting psycopg2==2.9.10
14:02:12 Using cached psycopg2-2.9.10.tar.gz (385 kB)
14:02:12 Preparing metadata (setup.py): started
14:02:12 Preparing metadata (setup.py): finished with status 'done'
14:02:12 Collecting charset-normalizer<4,>=2
14:02:12 Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
14:02:12 Collecting idna<4,>=2.5
14:02:12 Using cached idna-3.10-py3-none-any.whl (70 kB)
14:02:12 Collecting urllib3<3,>=1.21.1
14:02:12 Using cached urllib3-2.4.0-py3-none-any.whl (128 kB)
14:02:12 Collecting certifi>=2017.4.17
14:02:12 Using cached certifi-2025.4.26-py3-none-any.whl (159 kB)
14:02:12 Installing collected packages: peewee, urllib3, psycopg2, idna, charset-normalizer, certifi, requests
14:02:12 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
14:02:12 Running setup.py install for psycopg2: started
14:02:19 Running setup.py install for psycopg2: finished with status 'done'
14:02:19 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
14:02:19 + my-venv/bin/python Main.py
14:02:19 2025-05-04 14:02:19,952 - main - INFO - ----- Launching the program -----
14:02:19 Successfully exported 21 game records to public/data/games_data.json
14:02:19 PostgreSQL connection is closed.
14:02:20 Finished: SUCCESS