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