Skip to content
Failed

Console Output

20:39:14 Started by user Simon Pruvost
20:39:14 Running as SYSTEM
20:39:14 Building in workspace /var/lib/jenkins/jobs/first/workspace
20:39:14 The recommended git tool is: NONE
20:39:14 using credential 8a11502e-f80d-4742-a451-704b40f19292
20:39:14  > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/first/workspace/.git # timeout=10
20:39:14 Fetching changes from the remote Git repository
20:39:14  > git config remote.origin.url https://framagit.org/pruvosim/store-prices-watchdog.git # timeout=10
20:39:14 Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git
20:39:14  > git --version # timeout=10
20:39:14  > git --version # 'git version 2.39.5'
20:39:14 using GIT_ASKPASS to set credentials 
20:39:14  > git fetch --tags --force --progress -- https://framagit.org/pruvosim/store-prices-watchdog.git +refs/heads/*:refs/remotes/origin/* # timeout=10
20:39:22  > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
20:39:22 Checking out Revision dd81d6ff60b1ed915647f1329637d6222652c512 (refs/remotes/origin/dev)
20:39:22  > git config core.sparsecheckout # timeout=10
20:39:22  > git checkout -f dd81d6ff60b1ed915647f1329637d6222652c512 # timeout=10
20:39:22 Commit message: "Convert date for Postgres"
20:39:22  > git rev-list --no-walk dd81d6ff60b1ed915647f1329637d6222652c512 # timeout=10
20:39:22 
[workspace] $ /bin/sh -xe /tmp/jenkins2640102302031764951.sh 20:39:22 + python -m venv my-venv 20:39:22 The virtual environment was not created successfully because ensurepip is not 20:39:22 available. On Debian/Ubuntu systems, you need to install the python3-venv 20:39:22 package using the following command. 20:39:22 20:39:22 apt install python3.11-venv 20:39:22 20:39:22 You may need to use sudo with that command. After installing the python3-venv 20:39:22 package, recreate your virtual environment. 20:39:22 20:39:22 Failing command: /var/lib/jenkins/jobs/first/workspace/my-venv/bin/python 20:39:22 20:39:22 Build step 'Execute shell' marked build as failure 20:39:22 Finished: FAILURE