Started by user Simon Pruvost Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/Prod/workspace The recommended git tool is: NONE using credential 8a11502e-f80d-4742-a451-704b40f19292 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/Prod/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # 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 rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 0e88bec4388acb70565513519c2feab07fd1500c (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e88bec4388acb70565513519c2feab07fd1500c # timeout=10 Commit message: "Merge branch 'dev' into 'main'" > git rev-list --no-walk 0e88bec4388acb70565513519c2feab07fd1500c # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins2345751278565430423.sh + python -m venv my-venv + my-venv/bin/pip install -r config/requirements.txt 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) Requirement already satisfied: requests==2.32.3 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 2)) (2.32.3) Requirement already satisfied: discord-webhook==1.4.1 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 3)) (1.4.1) Requirement already satisfied: psycopg2==2.9.10 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 4)) (2.9.10) Requirement already satisfied: charset-normalizer<4,>=2 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (3.4.1) Requirement already satisfied: idna<4,>=2.5 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (3.10) 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) Requirement already satisfied: certifi>=2017.4.17 in ./my-venv/lib/python3.11/site-packages (from requests==2.32.3->-r config/requirements.txt (line 2)) (2025.4.26) + my-venv/bin/pip install playwright Collecting playwright Downloading playwright-1.52.0-py3-none-manylinux1_x86_64.whl (45.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/45.1 MB 29.8 MB/s eta 0:00:00 Collecting pyee<14,>=13 Downloading pyee-13.0.0-py3-none-any.whl (15 kB) Collecting greenlet<4.0.0,>=3.1.1 Downloading greenlet-3.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (583 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 583.9/583.9 kB 31.3 MB/s eta 0:00:00 Collecting typing-extensions Using cached typing_extensions-4.13.2-py3-none-any.whl (45 kB) Installing collected packages: typing-extensions, greenlet, pyee, playwright Successfully installed greenlet-3.2.1 playwright-1.52.0 pyee-13.0.0 typing-extensions-4.13.2 + playwright install --with-deps /tmp/jenkins2345751278565430423.sh: 5: playwright: not found Build step 'Execute shell' marked build as failure Finished: FAILURE