Started by user Simon Pruvost Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/Dev/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-watchdog.git > git init /var/lib/jenkins/jobs/Dev/workspace # 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 config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.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/dev^{commit} # timeout=10 Checking out Revision 49e3f02001247d508a9cbef6151a6d351b96569f (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 49e3f02001247d508a9cbef6151a6d351b96569f # timeout=10 Commit message: "Merge branch 'main' into 'dev'" > git rev-list --no-walk 49e3f02001247d508a9cbef6151a6d351b96569f # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins11398761036187299423.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 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.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB) 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, 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.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 + my-venv/bin/python Main.py {"Accept": "application/json"} Traceback (most recent call last): File "/var/lib/jenkins/jobs/Dev/workspace/Main.py", line 3, in from GamesOperations import updateDatasFromQueries File "/var/lib/jenkins/jobs/Dev/workspace/GamesOperations.py", line 3, in from StoreHelper import searchForGames, registerGame, searchForGamesByScraper File "/var/lib/jenkins/jobs/Dev/workspace/StoreHelper.py", line 6, in from Scraper import get_game_details File "/var/lib/jenkins/jobs/Dev/workspace/Scraper.py", line 2, in from playwright.sync_api import sync_playwright ModuleNotFoundError: No module named 'playwright' Build step 'Execute shell' marked build as failure Finished: FAILURE