Started by upstream project "Trigger" build number 51 originally caused by: Started by user devspace Restarted from build #50, stage OMERO Distribution Running as SYSTEM Building remotely on testintegration (swarm rocky9 ice36 java11) in workspace /home/omero/workspace/OMERO-build The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-build/src/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/snoopycrimecop/openmicroscopy.git # timeout=10 Fetching upstream changes from https://github.com/snoopycrimecop/openmicroscopy.git > git --version # timeout=10 > git --version # 'git version 2.47.3' > git fetch --tags --force --progress -- https://github.com/snoopycrimecop/openmicroscopy.git +refs/heads/*:refs/remotes/origin/* # timeout=30 > git rev-parse origin/merge_ci^{commit} # timeout=10 Checking out Revision 6d15fa9b031293aa23bef4151dbdb945df0b61e9 (origin/merge_ci) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d15fa9b031293aa23bef4151dbdb945df0b61e9 # timeout=10 Commit message: "Add version.properties to etc/omero.properties" > git rev-list --no-walk 43bd9813d6d9879153f2e1835a6fd87c29838c80 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Copied 6 artifacts from "OMERO-python-superbuild-build" build number 27 [OMERO-build] $ /bin/bash -xe /tmp/jenkins4602937227248783285.sh + mv omero-scripts/dist/omero_scripts-5.9.2.dev0.tar.gz . + cd src + export OMERO_BRANCH=merge_ci + OMERO_BRANCH=merge_ci + OMERO_VEN=/home/omero/workspace/OMERO-build/omero-virtualenv + rm -rf /home/omero/workspace/OMERO-build/omero-virtualenv + source /home/omero/settings.env ++ OMERO_DB_HOST=pg ++ OMERO_DB_USER=postgres ++ OMERO_DB_PASS= ++ OMERO_ROOT_PASS=omero ++ OMERO_DATA_DIR=/OMERO ++ export OMERO_DB_USER OMERO_DB_PASS OMERO_ROOT_PASS OMERO_DATA_DIR + python3.11 -m venv /home/omero/workspace/OMERO-build/omero-virtualenv + /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 Collecting zeroc-ice==3.6.5 Downloading 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) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.3/37.3 MB 5.7 MB/s eta 0:00:00 Installing collected packages: zeroc-ice Successfully installed zeroc-ice-3.6.5 [notice] A new release of pip available: 22.3.1 -> 25.3 [notice] To update, run: python3.11 -m pip install --upgrade pip + /home/omero/workspace/OMERO-build/omero-virtualenv/bin/pip install -U 'setuptools<66' omero-py Requirement already satisfied: setuptools<66 in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (65.5.1) Collecting setuptools<66 Using cached setuptools-65.7.0-py3-none-any.whl (1.2 MB) Collecting omero-py Using cached omero_py-5.21.3-py3-none-any.whl (2.8 MB) Collecting appdirs Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting future Using cached future-1.0.0-py3-none-any.whl (491 kB) Collecting numpy<3 Using cached numpy-2.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.7 MB) Collecting Pillow>=10.0.0 Using cached pillow-12.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB) Collecting PyYAML Using cached pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB) 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) Collecting requests Using cached requests-2.32.5-py3-none-any.whl (64 kB) Collecting portalocker Using cached portalocker-3.2.0-py3-none-any.whl (22 kB) Collecting charset_normalizer<4,>=2 Using cached charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB) Collecting idna<4,>=2.5 Using cached idna-3.11-py3-none-any.whl (71 kB) Collecting urllib3<3,>=1.21.1 Using cached urllib3-2.6.3-py3-none-any.whl (131 kB) Collecting certifi>=2017.4.17 Using cached certifi-2026.1.4-py3-none-any.whl (152 kB) Installing collected packages: appdirs, urllib3, setuptools, PyYAML, portalocker, Pillow, numpy, idna, future, charset_normalizer, certifi, requests, omero-py Attempting uninstall: setuptools Found existing installation: setuptools 65.5.1 Uninstalling setuptools-65.5.1: Successfully uninstalled setuptools-65.5.1 Successfully installed Pillow-12.1.0 PyYAML-6.0.3 appdirs-1.4.4 certifi-2026.1.4 charset_normalizer-3.4.4 future-1.0.0 idna-3.11 numpy-2.4.1 omero-py-5.21.3 portalocker-3.2.0 requests-2.32.5 setuptools-65.7.0 urllib3-2.6.3 [notice] A new release of pip available: 22.3.1 -> 25.3 [notice] To update, run: python3.11 -m pip install --upgrade pip + source /home/omero/workspace/OMERO-build/omero-virtualenv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-build/omero-virtualenv ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/home/omero/workspace/OMERO-build/omero-virtualenv/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(omero-virtualenv) ' ++ export PS1 ++ VIRTUAL_ENV_PROMPT='(omero-virtualenv) ' ++ export VIRTUAL_ENV_PROMPT ++ hash -r + source docs/hudson/OMERO.sh ++ set -e ++ set -u ++ set -x ++ source docs/hudson/functions.sh ++ echo Building merge_ci Building merge_ci ++ python3 ./build.py build-dev release-all Buildfile: /home/omero/workspace/OMERO-build/src/build.xml check-ivy: Creating /home/omero/workspace/OMERO-build/src/etc/local.properties Created dir: /home/omero/workspace/OMERO-build/src/target :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/omero/workspace/OMERO-build/src/etc/ivysettings.xml build-scons: Expanding: /home/omero/workspace/OMERO-build/src/lib/repository/scons-local-2.1.0.zip into /home/omero/workspace/OMERO-build/src/target/scons No sub-builds to iterate on Entering /home/omero/workspace/OMERO-build/src/components/tools... buildlist: :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/omero/workspace/OMERO-build/src/etc/ivysettings.xml clean: Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb... Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb... python-clean: WARNING: '' not a valid package name; please use only .-separated package names in setup.py /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/dist.py:543: UserWarning: The version specified ('5.6.3-581-6d15fa9b03-ice36-b28') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn( running clean Deleting: /home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb/omero_version.py Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroFS... python-clean: WARNING: '' not a valid package name; please use only .-separated package names in setup.py /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/dist.py:543: UserWarning: The version specified ('5.6.3-581-6d15fa9b03-ice36-b28') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn( running clean Deleting: /home/omero/workspace/OMERO-build/src/components/tools/OmeroFS/omero_version.py Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroJava... Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroPy... Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroPy... python-clean: WARNING: '' not a valid package name; please use only .-separated package names in setup.py /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/dist.py:543: UserWarning: The version specified ('5.6.3-581-6d15fa9b03-ice36-b28') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn( running clean Deleting: /home/omero/workspace/OMERO-build/src/components/tools/OmeroPy/omero_version.py Deleting directory /home/omero/workspace/OMERO-build/src/target build-scons: Expanding: /home/omero/workspace/OMERO-build/src/lib/repository/scons-local-2.1.0.zip into /home/omero/workspace/OMERO-build/src/target/scons build: No sub-builds to iterate on Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb... Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb... Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroFS... Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroJava... tools-init: no-op retrieve: :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/omero/workspace/OMERO-build/src/etc/ivysettings.xml Build was aborted Aborted by devspace Archiving artifacts Finished: ABORTED