Started by user devspace 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.43.5' > 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 563cb21b2c7dabff1af6a129a8c76b55a31c023c (origin/merge_ci) > git config core.sparsecheckout # timeout=10 > git checkout -f 563cb21b2c7dabff1af6a129a8c76b55a31c023c # timeout=10 Commit message: "Add version.properties to etc/omero.properties" > git rev-list --no-walk 563cb21b2c7dabff1af6a129a8c76b55a31c023c # 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 351 [OMERO-build] $ /bin/bash -xe /tmp/jenkins7242894126579818747.sh + mv omero-scripts/dist/omero_scripts-5.9.1.dev0.tar.gz . + cd src + export OMERO_BRANCH=merge_ci + OMERO_BRANCH=merge_ci + OMERO_VEN=/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 -U setuptools Requirement already satisfied: setuptools in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (78.1.0) [notice] A new release of pip available: 22.3.1 -> 25.0.1 [notice] To update, run: python3.11 -m pip install --upgrade pip + /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 20.1 MB/s eta 0:00:00 [notice] A new release of pip available: 22.3.1 -> 25.0.1 [notice] To update, run: python3.11 -m pip install --upgrade pip + /home/omero/workspace/OMERO-build/omero-virtualenv/bin/pip install -U omero-py Requirement already satisfied: omero-py in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (5.19.8) Requirement already satisfied: urllib3<2 in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (1.26.20) Requirement already satisfied: appdirs in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (1.4.4) Requirement already satisfied: future in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (1.0.0) Requirement already satisfied: numpy<2 in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (1.26.4) 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) Requirement already satisfied: PyYAML in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (6.0.2) 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) Requirement already satisfied: requests in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (2.32.3) Requirement already satisfied: portalocker in /home/omero/workspace/OMERO-build/omero-virtualenv/lib64/python3.11/site-packages (from omero-py) (3.1.1) 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) 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) 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) [notice] A new release of pip available: 22.3.1 -> 25.0.1 [notice] To update, run: python3.11 -m pip install --upgrade pip + 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 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 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: Traceback (most recent call last): File "/home/omero/workspace/OMERO-build/src/components/tools/OmeroWeb/setup.py", line 13, in from setuptools import setup ModuleNotFoundError: No module named 'setuptools' BUILD FAILED /home/omero/workspace/OMERO-build/src/build.xml:70: The following error occurred while executing this line: /home/omero/workspace/OMERO-build/src/components/antlib/resources/global.xml:316: The following error occurred while executing this line: /home/omero/workspace/OMERO-build/src/components/tools/build.xml:63: The following error occurred while executing this line: /home/omero/workspace/OMERO-build/src/components/antlib/resources/global.xml:316: The following error occurred while executing this line: /home/omero/workspace/OMERO-build/src/components/tools/python.xml:112: The following error occurred while executing this line: /home/omero/workspace/OMERO-build/src/components/antlib/resources/global.xml:473: exec returned: 1 Total time: 1 second Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE