08:00:38 Started by user devspace
08:00:38 Running as SYSTEM
08:00:38 Building remotely on testintegration (swarm rocky9 ice36 java11) in workspace /home/omero/workspace/OMERO-build
08:00:38 The recommended git tool is: NONE
08:00:38 No credentials specified
08:00:38 > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-build/src/.git # timeout=10
08:00:38 Fetching changes from the remote Git repository
08:00:38 > git config remote.origin.url https://github.com/snoopycrimecop/openmicroscopy.git # timeout=10
08:00:38 Fetching upstream changes from https://github.com/snoopycrimecop/openmicroscopy.git
08:00:38 > git --version # timeout=10
08:00:38 > git --version # 'git version 2.43.5'
08:00:38 > git fetch --tags --force --progress -- https://github.com/snoopycrimecop/openmicroscopy.git +refs/heads/*:refs/remotes/origin/* # timeout=30
08:00:38 > git rev-parse origin/merge_ci^{commit} # timeout=10
08:00:38 Checking out Revision 563cb21b2c7dabff1af6a129a8c76b55a31c023c (origin/merge_ci)
08:00:38 > git config core.sparsecheckout # timeout=10
08:00:38 > git checkout -f 563cb21b2c7dabff1af6a129a8c76b55a31c023c # timeout=10
08:00:38 Commit message: "Add version.properties to etc/omero.properties"
08:00:38 > git rev-list --no-walk 563cb21b2c7dabff1af6a129a8c76b55a31c023c # timeout=10
08:00:38 Cleaning workspace
08:00:38 > git rev-parse --verify HEAD # timeout=10
08:00:38 Resetting working tree
08:00:38 > git reset --hard # timeout=10
08:00:38 > git clean -fdx # timeout=10
08:00:38 Copied 6 artifacts from "OMERO-python-superbuild-build" build number 351
08:00:38 [OMERO-build] $ /bin/bash -xe /tmp/jenkins15126628124396305528.sh
08:00:38 + mv omero-scripts/dist/omero_scripts-5.9.1.dev0.tar.gz .
08:00:38 + cd src
08:00:38 + export OMERO_BRANCH=merge_ci
08:00:38 + OMERO_BRANCH=merge_ci
08:00:38 + OMERO_VEN=/home/omero/workspace/OMERO-build/omero-virtualenv
08:00:38 + rm -rf /home/omero/workspace/OMERO-build/omero-virtualenv
08:00:38 + source /home/omero/settings.env
08:00:38 ++ OMERO_DB_HOST=pg
08:00:38 ++ OMERO_DB_USER=postgres
08:00:38 ++ OMERO_DB_PASS=
08:00:38 ++ OMERO_ROOT_PASS=omero
08:00:38 ++ OMERO_DATA_DIR=/OMERO
08:00:38 ++ export OMERO_DB_USER OMERO_DB_PASS OMERO_ROOT_PASS OMERO_DATA_DIR
08:00:38 + python3.11 -m venv /home/omero/workspace/OMERO-build/omero-virtualenv
08:00:42 + /home/omero/workspace/OMERO-build/omero-virtualenv/bin/pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp311-cp311-manylinux_2_28_x86_64.whl
08:00:42 Collecting zeroc-ice==3.6.5
08:00:43 Using cached https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20240202/zeroc_ice-3.6.5-cp311-cp311-manylinux_2_28_x86_64.whl (37.3 MB)
08:00:43 Installing collected packages: zeroc-ice
08:00:44 Successfully installed zeroc-ice-3.6.5
08:00:44
08:00:44 [notice] A new release of pip available: 22.3.1 -> 25.0.1
08:00:44 [notice] To update, run: python3.11 -m pip install --upgrade pip
08:00:44 + /home/omero/workspace/OMERO-build/omero-virtualenv/bin/pip install -U setuptools omero-py
08:00:45 Requirement already satisfied: setuptools in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (65.5.1)
08:00:45 Collecting setuptools
08:00:45 Using cached setuptools-78.1.0-py3-none-any.whl (1.3 MB)
08:00:45 Collecting omero-py
08:00:45 Using cached omero_py-5.19.8-py3-none-any.whl (2.8 MB)
08:00:45 Collecting urllib3<2
08:00:45 Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
08:00:45 Collecting appdirs
08:00:45 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
08:00:45 Collecting future
08:00:45 Using cached future-1.0.0-py3-none-any.whl (491 kB)
08:00:46 Collecting numpy<2
08:00:46 Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)
08:00:46 Collecting Pillow>=10.0.0
08:00:46 Using cached pillow-11.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
08:00:46 Collecting PyYAML
08:00:46 Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
08:00:46 Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (3.6.5)
08:00:46 Collecting requests
08:00:46 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
08:00:46 Collecting portalocker
08:00:46 Using cached portalocker-3.1.1-py3-none-any.whl (19 kB)
08:00:47 Collecting charset-normalizer<4,>=2
08:00:47 Using cached charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
08:00:47 Collecting idna<4,>=2.5
08:00:47 Using cached idna-3.10-py3-none-any.whl (70 kB)
08:00:47 Collecting certifi>=2017.4.17
08:00:47 Using cached certifi-2025.1.31-py3-none-any.whl (166 kB)
08:00:47 Installing collected packages: appdirs, urllib3, setuptools, PyYAML, portalocker, Pillow, numpy, idna, future, charset-normalizer, certifi, requests, omero-py
08:00:47 Attempting uninstall: setuptools
08:00:47 Found existing installation: setuptools 65.5.1
08:00:47 Uninstalling setuptools-65.5.1:
08:00:47 Successfully uninstalled setuptools-65.5.1
08:00:53 Successfully installed Pillow-11.1.0 PyYAML-6.0.2 appdirs-1.4.4 certifi-2025.1.31 charset-normalizer-3.4.1 future-1.0.0 idna-3.10 numpy-1.26.4 omero-py-5.19.8 portalocker-3.1.1 requests-2.32.3 setuptools-78.1.0 urllib3-1.26.20
08:00:53
08:00:53 [notice] A new release of pip available: 22.3.1 -> 25.0.1
08:00:53 [notice] To update, run: python3.11 -m pip install --upgrade pip
08:00:53 + source /home/omero/workspace/OMERO-build/.venv3/bin/activate
08:00:53 /tmp/jenkins15126628124396305528.sh: line 13: /home/omero/workspace/OMERO-build/.venv3/bin/activate: No such file or directory
08:00:53 Build step 'Execute shell' marked build as failure
08:00:53 Archiving artifacts
08:00:53 Finished: FAILURE