Skip to content
Failed

Console Output

12:39:00 Started by user Simon Pruvost
12:39:00 Running as SYSTEM
12:39:00 Building in workspace /var/lib/jenkins/jobs/first/workspace
12:39:00 The recommended git tool is: NONE
12:39:00 using credential 8a11502e-f80d-4742-a451-704b40f19292
12:39:00  > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/first/workspace/.git # timeout=10
12:39:00 Fetching changes from the remote Git repository
12:39:00  > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # timeout=10
12:39:00 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git
12:39:00  > git --version # timeout=10
12:39:00  > git --version # 'git version 2.39.5'
12:39:00 using GIT_ASKPASS to set credentials 
12:39:00  > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-watchdog.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:39:01  > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
12:39:01 Checking out Revision ef168bb595d8dcad6a168422ec5f46a94e99de71 (refs/remotes/origin/dev)
12:39:01  > git config core.sparsecheckout # timeout=10
12:39:01  > git checkout -f ef168bb595d8dcad6a168422ec5f46a94e99de71 # timeout=10
12:39:01 Commit message: "Addind missing file"
12:39:01  > git rev-list --no-walk ef168bb595d8dcad6a168422ec5f46a94e99de71 # timeout=10
12:39:01 
[workspace] $ /bin/sh -xe /tmp/jenkins16283660712413490980.sh 12:39:01 + python -m venv my-venv 12:39:02 + my-venv/bin/pip install -r config/requirements.txt 12:39:03 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) 12:39:03 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) 12:39:03 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) 12:39:03 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) 12:39:03 Requirement already satisfied: playwright==1.51.0 in ./my-venv/lib/python3.11/site-packages (from -r config/requirements.txt (line 5)) (1.51.0) 12:39:03 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) 12:39:03 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) 12:39:03 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) 12:39:03 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.1.31) 12:39:03 Requirement already satisfied: pyee<13,>=12 in ./my-venv/lib/python3.11/site-packages (from playwright==1.51.0->-r config/requirements.txt (line 5)) (12.1.1) 12:39:03 Requirement already satisfied: greenlet<4.0.0,>=3.1.1 in ./my-venv/lib/python3.11/site-packages (from playwright==1.51.0->-r config/requirements.txt (line 5)) (3.2.0) 12:39:03 Requirement already satisfied: typing-extensions in ./my-venv/lib/python3.11/site-packages (from pyee<13,>=12->playwright==1.51.0->-r config/requirements.txt (line 5)) (4.13.2) 12:39:03 + pip uninstall playwright 12:39:04 error: externally-managed-environment 12:39:04 12:39:04 × This environment is externally managed 12:39:04 ╰─> To install Python packages system-wide, try apt install 12:39:04 python3-xyz, where xyz is the package you are trying to 12:39:04 install. 12:39:04 12:39:04 If you wish to install a non-Debian-packaged Python package, 12:39:04 create a virtual environment using python3 -m venv path/to/venv. 12:39:04 Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make 12:39:04 sure you have python3-full installed. 12:39:04 12:39:04 If you wish to install a non-Debian packaged Python application, 12:39:04 it may be easiest to use pipx install xyz, which will manage a 12:39:04 virtual environment for you. Make sure you have pipx installed. 12:39:04 12:39:04 See /usr/share/doc/python3.11/README.venv for more information. 12:39:04 12:39:04 note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. 12:39:04 hint: See PEP 668 for the detailed specification. 12:39:04 Build step 'Execute shell' marked build as failure 12:39:04 Finished: FAILURE