Started by user Simon Pruvost Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/first/workspace The recommended git tool is: NONE using credential 8a11502e-f80d-4742-a451-704b40f19292 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/first/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/dev^{commit} # timeout=10 Checking out Revision bf38c2ef8dfb7ea9561d1f2441ceab1167dbd4cb (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f bf38c2ef8dfb7ea9561d1f2441ceab1167dbd4cb # timeout=10 Commit message: "Updated requirements for playwright" > git rev-list --no-walk ef168bb595d8dcad6a168422ec5f46a94e99de71 # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins10820495031766276092.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) ERROR: Could not find a version that satisfies the requirement libgstreamer-1.0.so.0 (from versions: none) ERROR: No matching distribution found for libgstreamer-1.0.so.0 Build step 'Execute shell' marked build as failure Finished: FAILURE