15:35:14 Started by user Simon Pruvost
15:35:14 Running as SYSTEM
15:35:14 Building in workspace /var/lib/jenkins/jobs/first/workspace
15:35:14 The recommended git tool is: NONE
15:35:14 using credential 8a11502e-f80d-4742-a451-704b40f19292
15:35:14 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/first/workspace/.git # timeout=10
15:35:14 Fetching changes from the remote Git repository
15:35:14 > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # timeout=10
15:35:14 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git
15:35:14 > git --version # timeout=10
15:35:14 > git --version # 'git version 2.39.5'
15:35:14 using GIT_ASKPASS to set credentials
15:35:14 > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-watchdog.git +refs/heads/*:refs/remotes/origin/* # timeout=10
15:35:15 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
15:35:15 Checking out Revision bf38c2ef8dfb7ea9561d1f2441ceab1167dbd4cb (refs/remotes/origin/dev)
15:35:15 > git config core.sparsecheckout # timeout=10
15:35:15 > git checkout -f bf38c2ef8dfb7ea9561d1f2441ceab1167dbd4cb # timeout=10
15:35:15 Commit message: "Updated requirements for playwright"
15:35:15 > git rev-list --no-walk ef168bb595d8dcad6a168422ec5f46a94e99de71 # timeout=10
15:35:15 [workspace] $ /bin/sh -xe /tmp/jenkins10820495031766276092.sh
15:35:15 + python -m venv my-venv
15:35:16 + my-venv/bin/pip install -r config/requirements.txt
15:35:17 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)
15:35:17 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)
15:35:17 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)
15:35:17 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)
15:35:17 ERROR: Could not find a version that satisfies the requirement libgstreamer-1.0.so.0 (from versions: none)
15:35:17 ERROR: No matching distribution found for libgstreamer-1.0.so.0
15:35:17 Build step 'Execute shell' marked build as failure
15:35:17 Finished: FAILURE