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