Skip to content
Failed

Console Output

13:58:03 Started by user Simon Pruvost
13:58:03 Running as SYSTEM
13:58:03 Building in workspace /var/lib/jenkins/jobs/Dev/workspace
13:58:03 The recommended git tool is: NONE
13:58:03 using credential 8a11502e-f80d-4742-a451-704b40f19292
13:58:03 Cloning the remote Git repository
13:58:03 Cloning repository https://framagit.org/pruvosim/store-prices-watchdog.git
13:58:03  > git init /var/lib/jenkins/jobs/Dev/workspace # timeout=10
13:58:03 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git
13:58:03  > git --version # timeout=10
13:58:03  > git --version # 'git version 2.39.5'
13:58:03 using GIT_ASKPASS to set credentials 
13:58:03  > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-watchdog.git +refs/heads/*:refs/remotes/origin/* # timeout=10
13:58:07  > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # timeout=10
13:58:07  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
13:58:07 Avoid second fetch
13:58:07  > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
13:58:07 Checking out Revision 49e3f02001247d508a9cbef6151a6d351b96569f (refs/remotes/origin/dev)
13:58:07  > git config core.sparsecheckout # timeout=10
13:58:07  > git checkout -f 49e3f02001247d508a9cbef6151a6d351b96569f # timeout=10
13:58:07 Commit message: "Merge branch 'main' into 'dev'"
13:58:07  > git rev-list --no-walk 49e3f02001247d508a9cbef6151a6d351b96569f # timeout=10
13:58:07 
[workspace] $ /bin/sh -xe /tmp/jenkins11398761036187299423.sh 13:58:07 + python -m venv my-venv 13:58:10 + my-venv/bin/pip install -r config/requirements.txt 13:58:10 Collecting peewee==3.17.9 13:58:10 Using cached peewee-3.17.9-py3-none-any.whl 13:58:10 Collecting requests==2.32.3 13:58:10 Using cached requests-2.32.3-py3-none-any.whl (64 kB) 13:58:10 Collecting discord-webhook==1.4.1 13:58:10 Using cached discord_webhook-1.4.1-py3-none-any.whl (13 kB) 13:58:10 Collecting psycopg2==2.9.10 13:58:10 Using cached psycopg2-2.9.10.tar.gz (385 kB) 13:58:10 Preparing metadata (setup.py): started 13:58:11 Preparing metadata (setup.py): finished with status 'done' 13:58:11 Collecting charset-normalizer<4,>=2 13:58:11 Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB) 13:58:11 Collecting idna<4,>=2.5 13:58:11 Using cached idna-3.10-py3-none-any.whl (70 kB) 13:58:11 Collecting urllib3<3,>=1.21.1 13:58:11 Using cached urllib3-2.4.0-py3-none-any.whl (128 kB) 13:58:11 Collecting certifi>=2017.4.17 13:58:11 Using cached certifi-2025.4.26-py3-none-any.whl (159 kB) 13:58:11 Installing collected packages: peewee, urllib3, psycopg2, idna, charset-normalizer, certifi, requests, discord-webhook 13:58:11 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 13:58:11 Running setup.py install for psycopg2: started 13:58:18 Running setup.py install for psycopg2: finished with status 'done' 13:58:18 Successfully installed certifi-2025.4.26 charset-normalizer-3.4.2 discord-webhook-1.4.1 idna-3.10 peewee-3.17.9 psycopg2-2.9.10 requests-2.32.3 urllib3-2.4.0 13:58:18 + my-venv/bin/python Main.py 13:58:18 {"Accept": "application/json"} 13:58:18 Traceback (most recent call last): 13:58:18 File "/var/lib/jenkins/jobs/Dev/workspace/Main.py", line 3, in <module> 13:58:18 from GamesOperations import updateDatasFromQueries 13:58:18 File "/var/lib/jenkins/jobs/Dev/workspace/GamesOperations.py", line 3, in <module> 13:58:18 from StoreHelper import searchForGames, registerGame, searchForGamesByScraper 13:58:18 File "/var/lib/jenkins/jobs/Dev/workspace/StoreHelper.py", line 6, in <module> 13:58:18 from Scraper import get_game_details 13:58:18 File "/var/lib/jenkins/jobs/Dev/workspace/Scraper.py", line 2, in <module> 13:58:18 from playwright.sync_api import sync_playwright 13:58:18 ModuleNotFoundError: No module named 'playwright' 13:58:18 Build step 'Execute shell' marked build as failure 13:58:19 Finished: FAILURE