08:01:17 Started by user devspace
08:01:17 Running as SYSTEM
08:01:17 Building remotely on testintegration (swarm rocky9 ice36 java11) in workspace /home/omero/workspace/OMERO-build
08:01:17 The recommended git tool is: NONE
08:01:17 No credentials specified
08:01:17 > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-build/src/.git # timeout=10
08:01:17 Fetching changes from the remote Git repository
08:01:17 > git config remote.origin.url https://github.com/snoopycrimecop/openmicroscopy.git # timeout=10
08:01:17 Fetching upstream changes from https://github.com/snoopycrimecop/openmicroscopy.git
08:01:17 > git --version # timeout=10
08:01:17 > git --version # 'git version 2.43.5'
08:01:17 > git fetch --tags --force --progress -- https://github.com/snoopycrimecop/openmicroscopy.git +refs/heads/*:refs/remotes/origin/* # timeout=30
08:01:17 > git rev-parse origin/merge_ci^{commit} # timeout=10
08:01:17 Checking out Revision 563cb21b2c7dabff1af6a129a8c76b55a31c023c (origin/merge_ci)
08:01:17 > git config core.sparsecheckout # timeout=10
08:01:17 > git checkout -f 563cb21b2c7dabff1af6a129a8c76b55a31c023c # timeout=10
08:01:17 Commit message: "Add version.properties to etc/omero.properties"
08:01:17 > git rev-list --no-walk 563cb21b2c7dabff1af6a129a8c76b55a31c023c # timeout=10
08:01:17 Cleaning workspace
08:01:17 > git rev-parse --verify HEAD # timeout=10
08:01:17 Resetting working tree
08:01:17 > git reset --hard # timeout=10
08:01:17 > git clean -fdx # timeout=10
08:01:17 Copied 6 artifacts from "OMERO-python-superbuild-build" build number 351
08:01:17 [OMERO-build] $ /bin/bash -xe /tmp/jenkins8661788889766536178.sh
08:01:17 + mv omero-scripts/dist/omero_scripts-5.9.1.dev0.tar.gz .
08:01:17 + cd src
08:01:17 + export OMERO_BRANCH=merge_ci
08:01:17 + OMERO_BRANCH=merge_ci
08:01:17 + OMERO_VEN=/home/omero/workspace/OMERO-build/omero-virtualenv
08:01:17 + rm -rf /home/omero/workspace/OMERO-build/omero-virtualenv
08:01:18 + source /home/omero/settings.env
08:01:18 ++ OMERO_DB_HOST=pg
08:01:18 ++ OMERO_DB_USER=postgres
08:01:18 ++ OMERO_DB_PASS=
08:01:18 ++ OMERO_ROOT_PASS=omero
08:01:18 ++ OMERO_DATA_DIR=/OMERO
08:01:18 ++ export OMERO_DB_USER OMERO_DB_PASS OMERO_ROOT_PASS OMERO_DATA_DIR
08:01:18 + python3.11 -m venv /home/omero/workspace/OMERO-build/omero-virtualenv
08:01:21 + /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:01:22 Collecting zeroc-ice==3.6.5
08:01:22 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:01:22 Installing collected packages: zeroc-ice
08:01:23 Successfully installed zeroc-ice-3.6.5
08:01:23
08:01:23 [notice] A new release of pip available: 22.3.1 -> 25.0.1
08:01:23 [notice] To update, run: python3.11 -m pip install --upgrade pip
08:01:23 + /home/omero/workspace/OMERO-build/omero-virtualenv/bin/pip install -U setuptools omero-py
08:01:24 Requirement already satisfied: setuptools in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (65.5.1)
08:01:24 Collecting setuptools
08:01:24 Using cached setuptools-78.1.0-py3-none-any.whl (1.3 MB)
08:01:24 Collecting omero-py
08:01:24 Using cached omero_py-5.19.8-py3-none-any.whl (2.8 MB)
08:01:24 Collecting urllib3<2
08:01:24 Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
08:01:24 Collecting appdirs
08:01:24 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
08:01:24 Collecting future
08:01:24 Using cached future-1.0.0-py3-none-any.whl (491 kB)
08:01:25 Collecting numpy<2
08:01:25 Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)
08:01:25 Collecting Pillow>=10.0.0
08:01:25 Using cached pillow-11.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
08:01:26 Collecting PyYAML
08:01:26 Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
08:01:26 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:01:26 Collecting requests
08:01:26 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
08:01:26 Collecting portalocker
08:01:26 Using cached portalocker-3.1.1-py3-none-any.whl (19 kB)
08:01:26 Collecting charset-normalizer<4,>=2
08:01:26 Using cached charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
08:01:26 Collecting idna<4,>=2.5
08:01:26 Using cached idna-3.10-py3-none-any.whl (70 kB)
08:01:26 Collecting certifi>=2017.4.17
08:01:26 Using cached certifi-2025.1.31-py3-none-any.whl (166 kB)
08:01:26 Installing collected packages: appdirs, urllib3, setuptools, PyYAML, portalocker, Pillow, numpy, idna, future, charset-normalizer, certifi, requests, omero-py
08:01:26 Attempting uninstall: setuptools
08:01:26 Found existing installation: setuptools 65.5.1
08:01:27 Uninstalling setuptools-65.5.1:
08:01:27 Successfully uninstalled setuptools-65.5.1
08:01:32 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:01:32
08:01:32 [notice] A new release of pip available: 22.3.1 -> 25.0.1
08:01:32 [notice] To update, run: python3.11 -m pip install --upgrade pip
08:01:32 + source /home/omero/workspace/OMERO-build/omero-virtualenv/bin/activate
08:01:32 ++ deactivate nondestructive
08:01:32 ++ '[' -n '' ']'
08:01:32 ++ '[' -n '' ']'
08:01:32 ++ hash -r
08:01:32 ++ '[' -n '' ']'
08:01:32 ++ unset VIRTUAL_ENV
08:01:32 ++ unset VIRTUAL_ENV_PROMPT
08:01:32 ++ '[' '!' nondestructive = nondestructive ']'
08:01:32 ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-build/omero-virtualenv
08:01:32 ++ export VIRTUAL_ENV
08:01:32 ++ _OLD_VIRTUAL_PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:01:32 ++ 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
08:01:32 ++ export PATH
08:01:32 ++ '[' -n '' ']'
08:01:32 ++ '[' -z '' ']'
08:01:32 ++ _OLD_VIRTUAL_PS1=
08:01:32 ++ PS1='(omero-virtualenv) '
08:01:32 ++ export PS1
08:01:32 ++ VIRTUAL_ENV_PROMPT='(omero-virtualenv) '
08:01:32 ++ export VIRTUAL_ENV_PROMPT
08:01:32 ++ hash -r
08:01:32 + source docs/hudson/OMERO.sh
08:01:32 ++ set -e
08:01:32 ++ set -u
08:01:32 ++ set -x
08:01:32 ++ source docs/hudson/functions.sh
08:01:32 ++ echo Building merge_ci
08:01:32 Building merge_ci
08:01:32 ++ python3 ./build.py build-dev release-all
08:01:32 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
08:01:32 Buildfile: /home/omero/workspace/OMERO-build/src/build.xml
08:01:33
08:01:33 check-ivy:
08:01:33 Creating /home/omero/workspace/OMERO-build/src/etc/local.properties
08:01:33 Created dir: /home/omero/workspace/OMERO-build/src/target
08:01:33 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
08:01:33 :: loading settings :: file = /home/omero/workspace/OMERO-build/src/etc/ivysettings.xml
08:01:34
08:01:34 build-scons:
08:01:34 Expanding: /home/omero/workspace/OMERO-build/src/lib/repository/scons-local-2.1.0.zip into /home/omero/workspace/OMERO-build/src/target/scons
08:01:34 No sub-builds to iterate on
08:01:34 Entering /home/omero/workspace/OMERO-build/src/components/tools...
08:01:34
08:01:34 buildlist:
08:01:34 :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
08:01:34 :: loading settings :: file = /home/omero/workspace/OMERO-build/src/etc/ivysettings.xml
08:01:34
08:01:34 clean:
08:01:34 Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb...
08:01:34 Entering /home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb...
08:01:35
08:01:35 python-clean:
08:01:35 /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
08:01:35 warnings.warn(msg)
08:01:35 /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
08:01:35 warnings.warn(msg)
08:01:35 WARNING: '' not a valid package name; please use only .-separated package names in setup.py
08:01:35 Traceback (most recent call last):
08:01:35 File "/home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb/setup.py", line 17, in <module>
08:01:35 setup(name="OmeroWeb",
08:01:35 File "/home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/__init__.py", line 117, in setup
08:01:35 return distutils.core.setup(**attrs)
08:01:35 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:01:35 File "/home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/_distutils/core.py", line 148, in setup
08:01:35 _setup_distribution = dist = klass(attrs)
08:01:35 ^^^^^^^^^^^^
08:01:35 File "/home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/dist.py", line 334, in __init__
08:01:35 self.metadata.version = self._normalize_version(self.metadata.version)
08:01:35 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:01:35 File "/home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/dist.py", line 370, in _normalize_version
08:01:35 normalized = str(Version(version))
08:01:35 ^^^^^^^^^^^^^^^^
08:01:35 File "/home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages/setuptools/_vendor/packaging/version.py", line 202, in __init__
08:01:35 raise InvalidVersion(f"Invalid version: {version!r}")
08:01:35 packaging.version.InvalidVersion: Invalid version: '5.6.3-546-563cb21b2c-ice36-b363'
08:01:35
08:01:35 BUILD FAILED
08:01:35 /home/omero/workspace/OMERO-build/src/build.xml:70: The following error occurred while executing this line:
08:01:35 /home/omero/workspace/OMERO-build/src/components/antlib/resources/global.xml:316: The following error occurred while executing this line:
08:01:35 /home/omero/workspace/OMERO-build/src/components/tools/build.xml:63: The following error occurred while executing this line:
08:01:35 /home/omero/workspace/OMERO-build/src/components/antlib/resources/global.xml:316: The following error occurred while executing this line:
08:01:35 /home/omero/workspace/OMERO-build/src/components/tools/python.xml:112: The following error occurred while executing this line:
08:01:35 /home/omero/workspace/OMERO-build/src/components/antlib/resources/global.xml:473: exec returned: 1
08:01:35
08:01:35 Total time: 2 seconds
08:01:35 Build step 'Execute shell' marked build as failure
08:01:35 Archiving artifacts
08:01:35 Finished: FAILURE