20:39:14Started by user Simon Pruvost20:39:14Running as SYSTEM
20:39:14Building in workspace /var/lib/jenkins/jobs/first/workspace
20:39:14The recommended git tool is: NONE
20:39:14using 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:14Fetching 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:14Fetching upstream changes from https://framagit.org/pruvosim/store-prices-watchdog.git20:39:14 > git --version # timeout=10
20:39:14 > git --version # 'git version 2.39.5'
20:39:14using 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:22Checking 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:22Commit 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:22The virtual environment was not created successfully because ensurepip is not
20:39:22available. On Debian/Ubuntu systems, you need to install the python3-venv
20:39:22package using the following command.
20:39:2220:39:22 apt install python3.11-venv
20:39:2220:39:22You may need to use sudo with that command. After installing the python3-venv
20:39:22package, recreate your virtual environment.
20:39:2220:39:22Failing command: /var/lib/jenkins/jobs/first/workspace/my-venv/bin/python
20:39:2220:39:22Build step 'Execute shell' marked build as failure
20:39:22Finished: FAILURE