Started by user devspace Running as SYSTEM Building remotely on testintegration (swarm rocky9 ice36 java11) in workspace /home/omero/workspace/OMERO-test-integration [OMERO-test-integration] $ /bin/bash -xe /tmp/jenkins158360145321179096.sh + source /home/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 + OMERO_DB_NAME=OMERO-test-integration + SRC=/home/omero/workspace/OMERO-test-integration/src + OMERO_DIST=/home/omero/workspace/OMERO-test-integration/src/dist + OMERO_ENV=/home/omero/workspace/OMERO-test-integration/.venv3 + export OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist + OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist + '[' -e /home/omero/workspace/OMERO-test-integration/.venv3 ']' + source /home/omero/workspace/OMERO-test-integration/.venv3/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-test-integration/.venv3 ++ 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-test-integration/.venv3/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='(.venv3) ' ++ export PS1 ++ VIRTUAL_ENV_PROMPT='(.venv3) ' ++ export VIRTUAL_ENV_PROMPT ++ hash -r + omero admin stop Waiting on shutdown. Use CTRL-C to exit .+ deactivate + '[' -n /opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' + PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH + unset _OLD_VIRTUAL_PATH + '[' -n '' ']' + hash -r + '[' -n '' ']' + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + '[' '!' '' = nondestructive ']' + unset -f deactivate + sleep 5 + dropdb -f -h pg -U postgres OMERO-test-integration + rm -rf /home/omero/workspace/OMERO-test-integration/config /home/omero/workspace/OMERO-test-integration/data /home/omero/workspace/OMERO-test-integration/omero-blitz-5.8.6-SNAPSHOT-python.zip /home/omero/workspace/OMERO-test-integration/omero_dropbox-5.7.1.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/omero_marshal-0.9.2.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/omero_py-5.22.2.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/omero_scripts-5.10.1.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/omero_web-5.32.1.dev0.tar.gz /home/omero/workspace/OMERO-test-integration/src /home/omero/workspace/OMERO-test-integration/version.properties + python3.11 -m venv /home/omero/workspace/OMERO-test-integration/.venv3 + source /home/omero/workspace/OMERO-test-integration/.venv3/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-test-integration/.venv3 ++ 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-test-integration/.venv3/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='(.venv3) ' ++ PS1='(.venv3) (.venv3) ' ++ export PS1 ++ VIRTUAL_ENV_PROMPT='(.venv3) ' ++ export VIRTUAL_ENV_PROMPT ++ hash -r + pip install -U pip setuptools Requirement already satisfied: pip in ./.venv3/lib64/python3.11/site-packages (26.1.2) Requirement already satisfied: setuptools in ./.venv3/lib64/python3.11/site-packages (83.0.0) + 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 zeroc_ice-3.6.5-cp311-cp311-manylinux_2_28_x86_64.whl (37.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.3/37.3 MB 13.4 MB/s 0:00:02 + pip install markdown Requirement already satisfied: markdown in ./.venv3/lib64/python3.11/site-packages (3.10.2) + pip install mox3 pytest pytest-django pytest-xdist pytest-mock Requirement already satisfied: mox3 in ./.venv3/lib64/python3.11/site-packages (1.1.0) Requirement already satisfied: pytest in ./.venv3/lib64/python3.11/site-packages (9.1.1) Requirement already satisfied: pytest-django in ./.venv3/lib64/python3.11/site-packages (4.12.0) Requirement already satisfied: pytest-xdist in ./.venv3/lib64/python3.11/site-packages (3.8.0) Requirement already satisfied: pytest-mock in ./.venv3/lib64/python3.11/site-packages (3.15.1) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.venv3/lib64/python3.11/site-packages (from mox3) (7.0.3) Requirement already satisfied: fixtures>=3.0.0 in ./.venv3/lib64/python3.11/site-packages (from mox3) (4.3.2) Requirement already satisfied: iniconfig>=1.0.1 in ./.venv3/lib64/python3.11/site-packages (from pytest) (2.3.0) Requirement already satisfied: packaging>=22 in ./.venv3/lib64/python3.11/site-packages (from pytest) (26.2) Requirement already satisfied: pluggy<2,>=1.5 in ./.venv3/lib64/python3.11/site-packages (from pytest) (1.6.0) Requirement already satisfied: pygments>=2.7.2 in ./.venv3/lib64/python3.11/site-packages (from pytest) (2.20.0) Requirement already satisfied: execnet>=2.1 in ./.venv3/lib64/python3.11/site-packages (from pytest-xdist) (2.1.2) Requirement already satisfied: setuptools in ./.venv3/lib64/python3.11/site-packages (from pbr!=2.1.0,>=2.0.0->mox3) (83.0.0) + pip install tables Requirement already satisfied: tables in ./.venv3/lib64/python3.11/site-packages (3.11.1) Requirement already satisfied: numpy>=1.20.0 in ./.venv3/lib64/python3.11/site-packages (from tables) (2.4.6) Requirement already satisfied: numexpr>=2.6.2 in ./.venv3/lib64/python3.11/site-packages (from tables) (2.14.1) Requirement already satisfied: packaging in ./.venv3/lib64/python3.11/site-packages (from tables) (26.2) Requirement already satisfied: py-cpuinfo in ./.venv3/lib64/python3.11/site-packages (from tables) (9.0.0) Requirement already satisfied: blosc2>=2.3.0 in ./.venv3/lib64/python3.11/site-packages (from tables) (4.7.0) Requirement already satisfied: ndindex in ./.venv3/lib64/python3.11/site-packages (from blosc2>=2.3.0->tables) (1.10.1) Requirement already satisfied: msgpack in ./.venv3/lib64/python3.11/site-packages (from blosc2>=2.3.0->tables) (1.2.1) Requirement already satisfied: pydantic in ./.venv3/lib64/python3.11/site-packages (from blosc2>=2.3.0->tables) (2.13.4) Requirement already satisfied: requests in ./.venv3/lib64/python3.11/site-packages (from blosc2>=2.3.0->tables) (2.34.2) Requirement already satisfied: rich in ./.venv3/lib64/python3.11/site-packages (from blosc2>=2.3.0->tables) (15.0.0) Requirement already satisfied: threadpoolctl in ./.venv3/lib64/python3.11/site-packages (from blosc2>=2.3.0->tables) (3.6.0) Requirement already satisfied: annotated-types>=0.6.0 in ./.venv3/lib64/python3.11/site-packages (from pydantic->blosc2>=2.3.0->tables) (0.7.0) Requirement already satisfied: pydantic-core==2.46.4 in ./.venv3/lib64/python3.11/site-packages (from pydantic->blosc2>=2.3.0->tables) (2.46.4) Requirement already satisfied: typing-extensions>=4.14.1 in ./.venv3/lib64/python3.11/site-packages (from pydantic->blosc2>=2.3.0->tables) (4.16.0) Requirement already satisfied: typing-inspection>=0.4.2 in ./.venv3/lib64/python3.11/site-packages (from pydantic->blosc2>=2.3.0->tables) (0.4.2) Requirement already satisfied: charset_normalizer<4,>=2 in ./.venv3/lib64/python3.11/site-packages (from requests->blosc2>=2.3.0->tables) (3.4.9) Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib64/python3.11/site-packages (from requests->blosc2>=2.3.0->tables) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in ./.venv3/lib64/python3.11/site-packages (from requests->blosc2>=2.3.0->tables) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in ./.venv3/lib64/python3.11/site-packages (from requests->blosc2>=2.3.0->tables) (2026.6.17) Requirement already satisfied: markdown-it-py>=2.2.0 in ./.venv3/lib64/python3.11/site-packages (from rich->blosc2>=2.3.0->tables) (4.2.0) Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./.venv3/lib64/python3.11/site-packages (from rich->blosc2>=2.3.0->tables) (2.20.0) Requirement already satisfied: mdurl~=0.1 in ./.venv3/lib64/python3.11/site-packages (from markdown-it-py>=2.2.0->rich->blosc2>=2.3.0->tables) (0.1.2) + pip install jinja2 Requirement already satisfied: jinja2 in ./.venv3/lib64/python3.11/site-packages (3.1.6) Requirement already satisfied: MarkupSafe>=2.0 in ./.venv3/lib64/python3.11/site-packages (from jinja2) (3.0.3) + pip install PyYAML Requirement already satisfied: PyYAML in ./.venv3/lib64/python3.11/site-packages (6.0.3) Copied 1 artifact from "OMERO-build" build number 24 Copied 5 artifacts from "OMERO-python-superbuild-build" build number 21 Copied 2 artifacts from "OMERO-build-build" build number 33 [OMERO-test-integration] $ /bin/bash -xe /tmp/jenkins9855782838657798349.sh + source /home/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 + export ZIP_FILE=/home/omero/workspace/OMERO-test-integration/omero-blitz-VERSION-python.zip + ZIP_FILE=/home/omero/workspace/OMERO-test-integration/omero-blitz-VERSION-python.zip + export VERSION_PROPERTIES=/home/omero/workspace/OMERO-test-integration/version.properties + VERSION_PROPERTIES=/home/omero/workspace/OMERO-test-integration/version.properties + OMERO_DB_NAME=OMERO-test-integration + OMERO_DATA_DIR=/home/omero/workspace/OMERO-test-integration/data + mkdir -p /home/omero/workspace/OMERO-test-integration/data + SRC=/home/omero/workspace/OMERO-test-integration/src ++ ls openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24.zip + ZIP_SRC=openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24.zip + unzip openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24.zip Archive: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24.zip creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.classpath-template creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.github/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.github/Pull_Request_Template.md creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.github/workflows/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.github/workflows/docker_build.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.github/workflows/release.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.github/workflows/source_build.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.github/workflows/update.yaml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.mailmap inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/.project inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/CONTRIBUTING.md inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/Dockerfile inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/LICENSE.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/README.md inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/SUPPORT.md inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/build.bat inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/build.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/build.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/.classpath inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/.project creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/resources/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/resources/excludebugs.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/resources/global.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/resources/hibernate.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/resources/lifecycle.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/resources/version.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/scripts/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/scripts/parse_version inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/scripts/source-archive.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/build.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/README.md inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/build.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/plugins/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/plugins/robot.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/robot.template creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/web/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/web/annotation.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/web/login.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/web/thumbs.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/web/tree.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/web/webadmin.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/resources/well_sample_posXY.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/robot_setup.sh creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/annotate_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/center_right_panel_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/create_scenario.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/delete_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/download_options_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/filter_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/forms_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/history_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/map_annotations_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/post_copy_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/post_cut_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/post_drag_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/post_manage_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/rdef_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/search.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/search_annotation_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/show_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/spw_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/tagging_test.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/view_image.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/webadmin_create_group_and_user.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/webadmin_login.robot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tests/ui/testcases/web/webadmin_user_settings.robot creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/CMakeLists.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/CompilerChecks.cmake inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/FindIce.cmake inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/GTest.cmake inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/TemplateCmdConfig.cmake.in inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/TemplateConfig.cmake.in inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/TemplateShellConfig.cmake.in inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/Version.cmake creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/CHANGES inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/CONTRIBUTORS inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/LICENSE inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/README creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/cmake/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/cmake/internal_utils.cmake creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-death-test.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-message.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-param-test.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-param-test.h.pump inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-printers.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-spi.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-test-part.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest-typed-test.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest_pred_impl.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/gtest_prod.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-death-test-internal.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-filepath.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-internal.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-linked_ptr.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h.pump inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-param-util.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-port.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-string.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-tuple.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-tuple.h.pump inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-type-util.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/include/gtest/internal/gtest-type-util.h.pump creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/prime_tables.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample1.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample1.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample10_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample1_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample2.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample2.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample2_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample3-inl.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample3_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample4.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample4.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample4_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample5_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample6_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample7_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample8_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/samples/sample9_unittest.cc creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/fuse_gtest_files.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/gen_gtest_pred_impl.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/gtest-config.in inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/pump.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/test/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/scripts/test/Makefile creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-all.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-death-test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-filepath.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-internal-inl.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-port.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-printers.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-test-part.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest-typed-test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/src/gtest_main.cc creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-death-test_ex_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-death-test_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-filepath_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-linked_ptr_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-listener_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-message_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-options_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-param-test2_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-param-test_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-param-test_test.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-port_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-printers_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-test-part_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-tuple_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-typed-test2_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-typed-test_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-typed-test_test.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest-unittest-api_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_all_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_break_on_failure_unittest.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_break_on_failure_unittest_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_catch_exceptions_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_catch_exceptions_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_color_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_color_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_env_var_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_env_var_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_environment_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_filter_unittest.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_filter_unittest_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_help_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_help_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_list_tests_unittest.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_list_tests_unittest_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_main_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_no_test_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_output_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_output_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_output_test_golden_lin.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_pred_impl_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_premature_exit_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_prod_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_repeat_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_shuffle_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_shuffle_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_sole_header_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_stress_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_test_utils.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_throw_on_failure_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_throw_on_failure_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_uninitialized_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_uninitialized_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_unittest.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_outfile1_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_outfile2_test_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_outfiles_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_output_unittest.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_output_unittest_.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/gtest_xml_test_utils.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/production.cc inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/ext/gtest-1.7.0/test/production.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/README.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/ClientErrors.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/ClientErrors.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/IceNoWarnPop.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/IceNoWarnPush.h extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/IcePortPop.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/IcePortPush.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/ObjectFactory.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/ObjectFactory.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/ObjectFactoryRegistrar.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/ObjectFactoryRegistrar.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/RTypesI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/RTypesI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/all.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/callbacks.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/callbacks.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/client.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/client.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/clientF.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/clientF.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/conversions.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/conversions.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/internal/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/internal/fixes.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/min.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/DetailsI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/DetailsI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/ElectricPotentialI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/ElectricPotentialI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/FrequencyI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/FrequencyI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/LengthI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/LengthI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/ObjectFactory.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/PermissionsI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/PermissionsI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/PowerI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/PowerI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/PressureI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/PressureI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/TemperatureI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/TemperatureI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/TimeI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/model/TimeI.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/sys/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/sys/ParametersI.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/sys/ParametersI.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/templates.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/util/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/util/concurrency.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/util/concurrency.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/util/tiles.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/util/tiles.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/util/uuid.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/src/omero/util/uuid.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/CMakeLists.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/ClientUsageTest.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/admin.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/annotations.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/api.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/beta3.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/chgrp.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/cmdcallbacktest.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/counts.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/delete.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/guest.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/mapannotation.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/model51.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/permissions.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/rendering_settings_test.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/search.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/integration/sessions.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/main.cpp creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/omero/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/omero/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/omero/fixture.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/omero/fixture.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/safegtest.h creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/client.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/concurrency.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/conversions.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/model.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/operators.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/parameters.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/perms.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/rtypes.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/test/unit/units.cpp creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/utils/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/utils/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/utils/chgrp.cpp creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/build.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/ivy.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/setup.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/drivers.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/integration/ extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/integration/__init__.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/integration/test_dbclient.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/records/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/records/first.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroFS/test/records/outofsync.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/.classpath-template inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/.project inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/build.gradle inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/build.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/ivy.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/resources/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/settings.gradle inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/fs.testng.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/gateway.testng.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration.testng.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/AbstractServerImportTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/AbstractServerTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/AbstractTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/AdminServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/AgentTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/BfPixelBufferTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/BlockSizeTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ClientUsageTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/CmdCallbackTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ConfigurationServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/CreatePojosFixture2.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/DeleteServicePermissionsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/DeleteServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/DiskUsageTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/DuplicationTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ExporterTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ExtendedAnnotationTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/FindParentsChildrenTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ImportAsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ImportLibraryTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ImporterTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/LegalGraphTargetsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/LightAdminPrivilegesTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/LightAdminRolesTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/MapAnnotationTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/MetadataServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ModelMockFactory.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/PermissionsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/PermissionsTestAll.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/PixelsServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/PojosServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ProjectionServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/PyramidMinMaxTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RawFileStoreTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RawPixelsStoreTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RenderingEngineTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RenderingSettingsServicePermissionsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RenderingSettingsServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RepositoryServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ResetPasswordTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RoiServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/RolesTests.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/ScriptServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/TableTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/UpdateServiceTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/UpgradeCheckTest.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/AnnotationMoveTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveAndPermissionsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveCombinedDataTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveDatasetTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveImageWithAcquisitionDataTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveImageWithRoiFromOtherUserTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveImageWithRoiTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/MultiImageFilesetMoveTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chgrp/RenderingSettingsMoveTest.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chmod/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chmod/PermissionsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chmod/RolesTest.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chown/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/chown/PermissionsTest.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/AdditionalDeleteTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/DeleteProjectedImageTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/HierarchyDeleteTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/MultiImageFilesetDeleteTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/RoiDeleteTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/delete/SpwDeleteTest.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/AdminFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/BrowseFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/DataManagerFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/GatewayTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/GatewayUsageTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/LoadFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/MetadataFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/ROIFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/RawDataFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/SearchFacilityTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/gateway/TablesFacilityTest.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/thumbnail/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/thumbnail/BatchLoadingTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/thumbnail/SingleFileTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/thumbnail/SkipThumbnailsPermissionsTest.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroJava/test/integration/thumbnail/Utils.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/bin/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/bin/omero inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/bin/omero.bat inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/bin/setpythonpath.bat inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/bin/winconfig.bat inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/build.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/examples/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/examples/createSession.py extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/examples/load.omero inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/examples/projection_1.py extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/examples/submit.omero inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/examples/upload.omero inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/ice.config inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/ivy.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/manualtests/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/manualtests/README.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/manualtests/populate_roi_test.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/setup.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/ extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/__init__.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/conftest.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/ extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/__init__.py extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/client_ctors.cfg creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/ extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/__init__.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/cli.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_admin.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_chgrp.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_chown.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_cleanse.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_db.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_delete.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_download.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_duplicate.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_fs.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_group.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_import.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_import_bulk.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_ldap.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_metadata.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_obj.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_pyramids.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_script.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_search.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_sessions.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_tag.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_upload.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/clitest/test_user.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/fstest/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/fstest/test_rename.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/__init__.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_annotation.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_chgrp.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_chmod.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_chown.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_config_service.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_connection.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_delete.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_fs.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_get_objects.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_helpers.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_image.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_image_wrapper.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_missing_pyramid.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_multi_group.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_performance.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_permissions.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_pixels.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_plate_wrapper.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_rdefs.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_search_objects.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_services.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_ticket10618.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_user.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/gatewaytest/test_wrapper.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/helpers.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns.csv inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns2.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns2_empty.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/bulk_to_map_annotation_context_ns2_fail.yml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/test_metadata_mapannotations.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/test_populate.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/metadata/test_pydict_text.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptsharness/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptsharness/definition.cfg inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptsharness/definition.py extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptsharness/simple_script.cfg inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptsharness/simple_script.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptsharness/test_harness.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/ extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/__init__.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/script.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_cli.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_coverage.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_inputs.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_ping.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_rand.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_repo.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_roi_handling_utils.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/scriptstest/test_script_utils.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/tablestest/ extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/tablestest/service-reference-dev_4_4_5.h5.bz2 extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/tablestest/service-reference-dev_5_3_4.h5.bz2 inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/tablestest/test_backwards_compatibility.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/tablestest/test_populate_metadata.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/tablestest/test_service.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/tablestest/test_tables.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_admin.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_annotation.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_annotationPermissions.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_chgrp.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_chmod.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_chown.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_client_ctors.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_clientusage.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_cmdcallback.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_counts.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_delete.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_exporter.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_files.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_iconfig.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_icontainer.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_ildap.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_imetadata.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_iquery.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_isession.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_ishare.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_itimeline.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_itypes.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_iupdate.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_librarytest.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_mail.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_mapannotation.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_metadatastore.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_model51.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_permissions.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_pixelsService.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_rawfilestore.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_rawpixelsstore.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_reimport.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_render.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_reporawfilestore.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_repository.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_rois.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_scripts.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_search.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_simple.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_thumbnailPerms.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_thumbs.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_tickets1000.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_tickets2000.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_tickets3000.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_tickets4000.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_tickets6000.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroPy/test/integration/test_util.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/README.rst inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/build.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/setup.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/conftest.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_annotate.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_containers.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_errors.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_experimenters_groups.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_images.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_login.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_projects.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_rois.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_api_wells.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_chgrp.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_chown.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_config.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_containers.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_csrf.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_decorators.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_download.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_groups_users.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_histogram.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_history.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_links.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_login.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_marshal.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_metadata.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_plategrid.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_rendering.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_scripts.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_show.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_simple.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_table.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_tags.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_thumbnails.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_tree.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_tree_annotations.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroWeb/test/integration/test_webadmin.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/build.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/bump_version.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/common.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/pytest.ini inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/python.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/travis-build creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/headers.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/hudson/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/hudson/OMERO.sh inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/hudson/README.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/hudson/functions.sh creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/images/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/images/block-diagram.svg creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/images/build/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/images/build/build_files.dot inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/images/build/build_files.png inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/images/build/build_files.svg inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/images/build/newbuild.dot creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/install/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/install/VM/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/install/VM/README.md inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/install/python_deps.sh inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/overview.html inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/package-template.html creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sequencediagrams/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sequencediagrams/Sessions.ods creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/Makefile inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/build.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/conf.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/index.rst inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/rules.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/sphinx.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/themes/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/themes/api_theme/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/themes/api_theme/layout.html creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/themes/api_theme/static/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/themes/api_theme/static/api_style.css_t inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/sphinx-api/themes/api_theme/theme.conf creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/styles/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/styles/CodeTemplate.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/styles/CodeTemplate.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/styles/OMERO_Eclipse_Code_Style.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/styles/README.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/styles/checkstyle.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/docs/styles/headers.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/backup.cfg creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/blitz/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/blitz/mail-senders.example inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/blitz/mail-server.example inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/build.properties inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/env.bat inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/env.sh inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/hibernate.properties inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/ice.config inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/ivysettings.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/logback-cli.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/logback-indexing-cli.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/logback-indexing.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/logback.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/mime.types inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/node1.cfg inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/node2.cfg inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/omero.properties creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/profiles/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/profiles/psql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/rollover.cfg creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/Windows.cfg creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/error/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/error/maintainance.html creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/grid/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/grid/README inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/grid/default.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/grid/templates.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/grid/windefault.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/ice.config inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/internal.cfg inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/templates/master.cfg inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/etc/testdropbox.config creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/CMakeLists.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Callback.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Callback.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Callback.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/FileAnnotationDelete.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/FileAnnotationDelete.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Options.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Options.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Options.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Subclass.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Subclass.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Delete/Subclass.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/clientpointer.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/collectionmethods.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/collectionmethods.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/collectionmethods.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/collectionmethods.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/configuration.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/configuration.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/configuration.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/configuration.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constants.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constants.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constants.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constants.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constructors.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constructors.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constructors.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/constructors.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/details.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/details.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/details.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/details.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/enumerations.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/enumerations.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/enumerations.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/enumerations.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/getsetattr.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/interfaces.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/interfaces.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/interfaces.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/iterators.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/iterators.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/iterators.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/iterators.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/lists.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/lists.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/primitives.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/primitives.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/primitives.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/primitives.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/queries.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/queries.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/queries.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/queries.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/rcollection.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/rcollection.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/rcollection.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/rcollection.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/smartpointers.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/staticfields.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/staticfields.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/staticfields.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/staticfields.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/sudo.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/sudo.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/sudo.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/sudo.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/timeout.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/timeout.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/unloaded.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/unloaded.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/unloaded.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/unloaded.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/updates.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/updates.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/updates.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroClients/updates.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroTables/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroTables/FindMeasurements.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroTables/MeasurementTable.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroTables/first.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/OmeroTables/iroi.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/README.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/RegionsOfInterest/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/RegionsOfInterest/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/RegionsOfInterest/Main.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/RegionsOfInterest/Main.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/RegionsOfInterest/Main.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/RegionsOfInterest/SConscript inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/SConstruct creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/imagesperwell.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/imagesperwell.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/listplates.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/listplates.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/platebybarcode.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/platecodebyimage.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScreenPlateWell/platecodebyimage.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/Edit_Descriptions.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/HelloWorld.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/NativeWrapperExample.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/Notifications.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/Notifications.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/adminWorkflow.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/ScriptingService/runHelloWorld.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/.classpath inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/.project creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/CreateImage.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/DeleteData.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/HowToUseTables.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/LoadMetadataAdvanced.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/ROIFolders.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/ROIs.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/RawDataAccess.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/ReadData.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/ReadDataAdvanced.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/RenderImages.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/Setup.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/Sudo.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/java/src/training/WriteData.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/javascript/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/javascript/index.html inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/javascript/utils.js inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/markup.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/ConnectToOMERO.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/CreateImage.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/DeleteData.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/Filesets.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/LoadMetadataAdvanced.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/ROIs.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/RawDataAccess.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/ReadData.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/ReadDataAdvanced.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/RenderImages.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/WriteData.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/exampleSuite.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/matlab/parseOmeroProperties.m creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Advanced/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Advanced/Create_Image_advanced.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Advanced/Raw_Data_advanced.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Advanced/Read_Data_advanced.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Advanced/Write_data_advanced.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Bulk_Shapes.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Connect_To_OMERO.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Create_Image.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Delete.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Filesets.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Groups_Permissions.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Json_Api/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Json_Api/Login.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Metadata.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Parse_OMERO_Properties.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/ROIs.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Raw_Data_Access.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Read_Data.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Render_Images.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Scripting_Service_Example.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Tables.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Task_Scripts/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Task_Scripts/ROIs_To_Table.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Task_Scripts/Raw_Data2.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Task_Scripts/Raw_Data_Task.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Task_Scripts/Write_Data_3.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Task_Scripts/Write_Data_4.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/Write_Data.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/python/__main__.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/Training/training_setup.sh creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/AllProjects.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/AllProjects.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/AllProjects.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/AllProjects.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/CMakeLists.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Main.cpp inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Main.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Main.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Main.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/PrintProjects.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/PrintProjects.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/PrintProjects.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/PrintProjects.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/SConscript inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Usage.h inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Usage.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Usage.m inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/examples/TreeList/Usage.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/history.rst inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/ivy.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/IVY1016/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/IVY1016/EclipseClasspath.class inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/IVY1016/EclipseClasspath.java creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/LICENSE-ASM.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/LICENSE-AppleJavaExtensions.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/LICENSE-bcel.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/LICENSE-docbook.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/LICENSE-dom4j.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/LICENSE-jcip.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/LICENSE.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/README.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/annotations.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/asm-3.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/asm-analysis-3.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/asm-commons-3.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/asm-tree-3.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/asm-util-3.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/asm-xml-3.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/bcel.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/buggy.icns inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/dom4j-full.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/lib/findbugs.jar creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/plugin/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/plugin/coreplugin.jar creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/src/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/src/xsl/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/src/xsl/default.xsl inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/src/xsl/fancy-hist.xsl inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/src/xsl/fancy.xsl inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/src/xsl/plain.xsl inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/findbugs-1.2.1/src/xsl/summary.xsl inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/keystore creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/README inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/agpl.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/antlr.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/apache-v1.1.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/apache-v2.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/asm.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/bouncy_castle_license.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/bsd.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/cddl-v1.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/cpl-v10.html inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/crystalclear.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/django.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/dom4j.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/epl-v1.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/fbsd.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/freemarker.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/gpl-v2.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/gpl.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/gtest.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/iconsweets_license.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/jamon.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/jmock.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/jquery.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/jtidy.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/lgpl-3.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/lgpl-v2.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/lgpl-v2.1.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/lgpl-v3.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/lgpl.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/matplotlib.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/mit.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/mpl-v1_0.htm inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/npl-1_1.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/path.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/pil.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/postgresql.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/psf-v2.0.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/psf-v2.5.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/scons.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/slf4j.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/tablelayout.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/which.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/zlib-libpng.txt inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/licenses/zpl-v2.1.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/linux-native/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/linux-native/libnativewindow_jvm.so creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/linux64-native/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/linux64-native/libnativewindow_jvm.so inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/logback-build.xml creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/patches/ extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/patches/hibernate-3.5-ColumnTransformer.patch.gz creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/JHotDraw-7.0.9.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/TableLayout-bin-jdk1.5-2009-08-26.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ant-1.8.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ant-contrib-1.0b3.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ant-junit-1.8.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ant-launcher-1.8.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ant-nodeps-1.8.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ant-trax-1.8.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/batik-all-1.8pre-jdk6.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/bufr-1.1.00.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/checkstyle-4.3.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/commons-validator-1.3.1.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/findbugs-ant-1.2.1.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/geronimo-spec-jta-1.0.1B-rc4.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/grib-5.1.03.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/hibernate-core-3.5.6-4510.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/hibernate-jpa-2.0-api-1.0.0.Final.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/hibernate-search-3.1.1.GA.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/hibernate-tools-3.2.0.beta11.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/hibernate-validator-3.1.0.GA.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ipython-1.2.1.tar.gz inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/ivy-2.4.0.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/omero-icemock-3.5.1.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/omero-icemock-3.6.3.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/omero.java inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/oro-2.0.8.jar inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/lib/repository/scons-local-2.1.0.zip creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/3-3-2_rgb.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/cividis.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/fire.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/glasbey.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/glasbey_inverted.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/glow.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/grays.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ice.lut creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/janelia/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/janelia/pup_br.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/janelia/pup_nr.lut creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/matplotlib/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/matplotlib/inferno.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/matplotlib/magma.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/matplotlib/plasma.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/matplotlib/viridis.lut creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/16_colors.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/5_ramps.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/6_shades.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/blue_orange_icb.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/brgbcmyw.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/cool.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/edges.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/gem.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/phase.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/royal.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/sepia.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/smart.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/thal.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/thallium.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/ncsa_paledit/unionjack.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/physics.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/red-green.lut creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/seaborn/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/seaborn/mako.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/seaborn/rocket.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/spectrum.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/thermal.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/turbo.lut creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/cyan_hot.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/green_fire_blue.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/hilo.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/ica.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/ica2.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/ica3.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/magenta_hot.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/orange_hot.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/rainbow_rgb.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/red_hot.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/luts/wcif/yellow_hot.lut inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/omero.class inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/setup.cfg creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/README.txt creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/misc/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/misc/Makefile inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/misc/current.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/misc/enums.py creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/ creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__1/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__1/OMERO3__7.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__10/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__10/OMERO3A__9.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__11/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__11/OMERO3A__10.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__11/OMERO3A__5.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__2/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__2/OMERO3A__1.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__3/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__3/OMERO3A__2.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__3/OMERO3__5.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__4/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__4/OMERO3A__3.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__4/OMERO3__5.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__5/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__5/OMERO3A__4.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__6/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__6/OMERO3A__5.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__7/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__7/OMERO3A__6.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__8/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__8/OMERO3A__6.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__9/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3A__9/OMERO3A__8.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__4/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__4/OMERO3__1.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__5/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__5/OMERO3__4.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__6/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__6/OMERO3__5.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__7/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO3__7/OMERO3__6.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.1__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.1__0/OMERO4__0.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.2__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.2__0/OMERO4.1__0.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.2__0/t/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.2__0/t/OMERO4.1__0.py inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.2__0/t/OMERO4.1__0.test creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.3__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.3__0/OMERO4.2__0.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.3__0/omero-4.2-data-fix.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.4__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.4__0/OMERO4.1__0.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4.4__0/OMERO4.3__0.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO4__0/OMERO3A__11.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.0__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.0__0/2014-SV2-empty-passwords-fix.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.0__0/2014-SV2-empty-passwords-list.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.0__0/OMERO4.4__0.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.1__1/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.1__1/OMERO5.0__0.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.1__1/OMERO5.1-delete-and-disable-shares.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.1__1/OMERO5.1-enable-shares.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.1__1/OMERO5.1__0.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.2__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.2__0/OMERO5.1__1.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.2__0/OMERO5.2-delete-and-disable-shares.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.2__0/OMERO5.2-enable-shares.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.3__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.3__0/OMERO5.2__0-precheck.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.3__0/OMERO5.2__0.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.3__0/OMERO5.3-index-files.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.3__0/delete-ns-orphans.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.3__0/reverse_shape_color_argb_to_rgba.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.3__0/shape_color_argb_to_rgba.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4DEV__1/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4DEV__1/OMERO5.4DEV__0.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4DEV__2/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4DEV__2/OMERO5.4DEV__1.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4DEV__3/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4DEV__3/OMERO5.4DEV__2.sql creating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/ inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/OMERO5.3__0-precheck.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/OMERO5.3__0.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/OMERO5.3__1-precheck.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/OMERO5.3__1.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/OMERO5.4DEV__3.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/allow-guest-user-without-password.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/psql-footer.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/psql-header.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/schema.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/sql/psql/OMERO5.4__0/views.sql inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/test.xml inflating: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/update_dependencies.sh extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/antlib/resources/gitversion.xml extracting: openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24/components/tools/OmeroCpp/cmake/GitVersion.cmake + rm -f openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24.zip + mv /home/omero/workspace/OMERO-test-integration/openmicroscopy-5.6.3-629-f9a7f8ddff-ice36-b24 /home/omero/workspace/OMERO-test-integration/src + source /home/omero/workspace/OMERO-test-integration/.venv3/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/omero/workspace/OMERO-test-integration/.venv3 ++ 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-test-integration/.venv3/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='(.venv3) ' ++ export PS1 ++ VIRTUAL_ENV_PROMPT='(.venv3) ' ++ export VIRTUAL_ENV_PROMPT ++ hash -r + for x in *.tar.gz + pip install -U omero_dropbox-5.7.1.dev0.tar.gz Processing ./omero_dropbox-5.7.1.dev0.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: omero-py in ./.venv3/lib64/python3.11/site-packages (from omero-dropbox==5.7.1.dev0) (5.22.2.dev0) Requirement already satisfied: appdirs in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (1.4.4) Requirement already satisfied: future in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (1.0.0) Requirement already satisfied: numpy<3,>=2 in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (2.4.6) Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (12.3.0) Requirement already satisfied: PyYAML in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (6.0.3) Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (3.6.5) Requirement already satisfied: requests in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (2.34.2) Requirement already satisfied: portalocker in ./.venv3/lib64/python3.11/site-packages (from omero-py->omero-dropbox==5.7.1.dev0) (3.2.0) Requirement already satisfied: charset_normalizer<4,>=2 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py->omero-dropbox==5.7.1.dev0) (3.4.9) Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py->omero-dropbox==5.7.1.dev0) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py->omero-dropbox==5.7.1.dev0) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py->omero-dropbox==5.7.1.dev0) (2026.6.17) Building wheels for collected packages: omero-dropbox Building wheel for omero-dropbox (pyproject.toml): started Building wheel for omero-dropbox (pyproject.toml): finished with status 'done' Created wheel for omero-dropbox: filename=omero_dropbox-5.7.1.dev0-py3-none-any.whl size=49153 sha256=045ea94ba6089140b5a3a668337504244389cbcf8fa9e200598aedf20c05c741 Stored in directory: /home/omero/.cache/pip/wheels/fc/7e/62/5e5d34b5de7cc5d8ff95a6620b111f491c603301cfe622e998 Successfully built omero-dropbox Installing collected packages: omero-dropbox Attempting uninstall: omero-dropbox Found existing installation: omero-dropbox 5.7.1.dev0 Uninstalling omero-dropbox-5.7.1.dev0: Successfully uninstalled omero-dropbox-5.7.1.dev0 Successfully installed omero-dropbox-5.7.1.dev0 + for x in *.tar.gz + pip install -U omero_marshal-0.9.2.dev0.tar.gz Processing ./omero_marshal-0.9.2.dev0.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: omero_marshal Building wheel for omero_marshal (pyproject.toml): started Building wheel for omero_marshal (pyproject.toml): finished with status 'done' Created wheel for omero_marshal: filename=omero_marshal-0.9.2.dev0-py3-none-any.whl size=88129 sha256=f2072e6034479dd3eaa5815e17f484bddb009dc942af9e32206a319cad51c315 Stored in directory: /home/omero/.cache/pip/wheels/19/bc/99/c23dd653c71b3f05e4c008a12495c8f3b095cce849431c54e1 Successfully built omero_marshal Installing collected packages: omero_marshal Attempting uninstall: omero_marshal Found existing installation: omero_marshal 0.9.2.dev0 Uninstalling omero_marshal-0.9.2.dev0: Successfully uninstalled omero_marshal-0.9.2.dev0 Successfully installed omero_marshal-0.9.2.dev0 + for x in *.tar.gz + pip install -U omero_py-5.22.2.dev0.tar.gz Processing ./omero_py-5.22.2.dev0.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: appdirs in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (1.4.4) Requirement already satisfied: future in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (1.0.0) Requirement already satisfied: numpy<3,>=2 in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (2.4.6) Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (12.3.0) Requirement already satisfied: PyYAML in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (6.0.3) Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (3.6.5) Requirement already satisfied: requests in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (2.34.2) Requirement already satisfied: portalocker in ./.venv3/lib64/python3.11/site-packages (from omero-py==5.22.2.dev0) (3.2.0) Requirement already satisfied: charset_normalizer<4,>=2 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py==5.22.2.dev0) (3.4.9) Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py==5.22.2.dev0) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py==5.22.2.dev0) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py==5.22.2.dev0) (2026.6.17) Building wheels for collected packages: omero-py Building wheel for omero-py (pyproject.toml): started Building wheel for omero-py (pyproject.toml): finished with status 'done' Created wheel for omero-py: filename=omero_py-5.22.2.dev0-py3-none-any.whl size=2787060 sha256=85d2601568d7a6e593e58afa0f25a9f047f25a750e62d018b15b4a07d0edec27 Stored in directory: /home/omero/.cache/pip/wheels/4f/ce/b6/010dee189ba0bc98a685177369cfe00cb61c6684ab3d0a3621 Successfully built omero-py Installing collected packages: omero-py Attempting uninstall: omero-py Found existing installation: omero-py 5.22.2.dev0 Uninstalling omero-py-5.22.2.dev0: Successfully uninstalled omero-py-5.22.2.dev0 Successfully installed omero-py-5.22.2.dev0 + for x in *.tar.gz + pip install -U omero_scripts-5.10.1.dev0.tar.gz Processing ./omero_scripts-5.10.1.dev0.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: omero-scripts Building wheel for omero-scripts (pyproject.toml): started Building wheel for omero-scripts (pyproject.toml): finished with status 'done' Created wheel for omero-scripts: filename=omero_scripts-5.10.1.dev0-py3-none-any.whl size=137216 sha256=126c47eae4c48c3317dd6a0c4a84b4515022d4e3a38212b7d6a06de4931483f0 Stored in directory: /home/omero/.cache/pip/wheels/dc/2a/1b/114f0904de09a5b967180bea9e80ac22e3d829eefd3cfd8487 Successfully built omero-scripts Installing collected packages: omero-scripts Attempting uninstall: omero-scripts Found existing installation: omero-scripts 5.10.1.dev0 Uninstalling omero-scripts-5.10.1.dev0: Successfully uninstalled omero-scripts-5.10.1.dev0 Successfully installed omero-scripts-5.10.1.dev0 + for x in *.tar.gz + pip install -U omero_web-5.32.1.dev0.tar.gz Processing ./omero_web-5.32.1.dev0.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: omero-py>=5.19.0 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (5.22.2.dev0) Requirement already satisfied: concurrent-log-handler>=0.9.20 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (0.9.29) Requirement already satisfied: Django<5.3,>=5.2.9 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (5.2.16) Requirement already satisfied: django-pipeline>=4.1.0 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (4.1.0) Requirement already satisfied: django-cors-headers==3.7.0 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (3.7.0) Requirement already satisfied: whitenoise>=5.3.0 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (6.12.0) Requirement already satisfied: gunicorn>=19.3 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (26.0.0) Requirement already satisfied: omero-marshal>=0.7.0 in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (0.9.2.dev0) Requirement already satisfied: Pillow in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (12.3.0) Requirement already satisfied: pytz in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (2026.2) Requirement already satisfied: portalocker in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (3.2.0) Requirement already satisfied: packaging in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (26.2) Requirement already satisfied: importlib-resources in ./.venv3/lib64/python3.11/site-packages (from omero-web==5.32.1.dev0) (7.1.0) Requirement already satisfied: asgiref>=3.8.1 in ./.venv3/lib64/python3.11/site-packages (from Django<5.3,>=5.2.9->omero-web==5.32.1.dev0) (3.11.1) Requirement already satisfied: sqlparse>=0.3.1 in ./.venv3/lib64/python3.11/site-packages (from Django<5.3,>=5.2.9->omero-web==5.32.1.dev0) (0.5.5) Requirement already satisfied: setuptools in ./.venv3/lib64/python3.11/site-packages (from django-pipeline>=4.1.0->omero-web==5.32.1.dev0) (83.0.0) Requirement already satisfied: wheel in ./.venv3/lib64/python3.11/site-packages (from django-pipeline>=4.1.0->omero-web==5.32.1.dev0) (0.47.0) Requirement already satisfied: appdirs in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.19.0->omero-web==5.32.1.dev0) (1.4.4) Requirement already satisfied: future in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.19.0->omero-web==5.32.1.dev0) (1.0.0) Requirement already satisfied: numpy<3,>=2 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.19.0->omero-web==5.32.1.dev0) (2.4.6) Requirement already satisfied: PyYAML in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.19.0->omero-web==5.32.1.dev0) (6.0.3) Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.19.0->omero-web==5.32.1.dev0) (3.6.5) Requirement already satisfied: requests in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.19.0->omero-web==5.32.1.dev0) (2.34.2) Requirement already satisfied: charset_normalizer<4,>=2 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.19.0->omero-web==5.32.1.dev0) (3.4.9) Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.19.0->omero-web==5.32.1.dev0) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.19.0->omero-web==5.32.1.dev0) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.19.0->omero-web==5.32.1.dev0) (2026.6.17) Building wheels for collected packages: omero-web Building wheel for omero-web (pyproject.toml): started Building wheel for omero-web (pyproject.toml): finished with status 'done' Created wheel for omero-web: filename=omero_web-5.32.1.dev0-py3-none-any.whl size=2820645 sha256=059fb7bb2f927ccde8302d9ebeec805a6cd2066da732665067c92d722721c1fa Stored in directory: /home/omero/.cache/pip/wheels/f1/25/17/2aeeabb109d24bc4d86780951b7f1f7cca797777b03207d63c Successfully built omero-web Installing collected packages: omero-web Attempting uninstall: omero-web Found existing installation: omero-web 5.32.1.dev0 Uninstalling omero-web-5.32.1.dev0: Successfully uninstalled omero-web-5.32.1.dev0 Successfully installed omero-web-5.32.1.dev0 + pip install omero-certificates Requirement already satisfied: omero-certificates in ./.venv3/lib64/python3.11/site-packages (0.4.0) Requirement already satisfied: omero-py>=5.6.0 in ./.venv3/lib64/python3.11/site-packages (from omero-certificates) (5.22.2.dev0) Requirement already satisfied: appdirs in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (1.4.4) Requirement already satisfied: future in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (1.0.0) Requirement already satisfied: numpy<3,>=2 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (2.4.6) Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (12.3.0) Requirement already satisfied: PyYAML in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (6.0.3) Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (3.6.5) Requirement already satisfied: requests in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (2.34.2) Requirement already satisfied: portalocker in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.6.0->omero-certificates) (3.2.0) Requirement already satisfied: charset_normalizer<4,>=2 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.6.0->omero-certificates) (3.4.9) Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.6.0->omero-certificates) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.6.0->omero-certificates) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.6.0->omero-certificates) (2026.6.17) + for x in omero-cli-duplicate + pip install git+https://github.com/snoopycrimecop/omero-cli-duplicate.git@merge_ci#egg=omero-cli-duplicate Collecting omero-cli-duplicate Cloning https://github.com/snoopycrimecop/omero-cli-duplicate.git (to revision merge_ci) to /tmp/pip-install-tkdfjhsf/omero-cli-duplicate_0793949634f5446bafe2b94ce6c55edf Running command git clone --filter=blob:none --quiet https://github.com/snoopycrimecop/omero-cli-duplicate.git /tmp/pip-install-tkdfjhsf/omero-cli-duplicate_0793949634f5446bafe2b94ce6c55edf Running command git checkout -b merge_ci --track origin/merge_ci Switched to a new branch 'merge_ci' branch 'merge_ci' set up to track 'origin/merge_ci'. Resolved https://github.com/snoopycrimecop/omero-cli-duplicate.git to commit 17a95a814b54e3218845360d5d04ce0ce1a66964 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: omero-py>=5.8 in ./.venv3/lib64/python3.11/site-packages (from omero-cli-duplicate) (5.22.2.dev0) Requirement already satisfied: appdirs in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (1.4.4) Requirement already satisfied: future in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (1.0.0) Requirement already satisfied: numpy<3,>=2 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (2.4.6) Requirement already satisfied: Pillow>=10.0.0 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (12.3.0) Requirement already satisfied: PyYAML in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (6.0.3) Requirement already satisfied: zeroc-ice<3.7,>=3.6.5 in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (3.6.5) Requirement already satisfied: requests in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (2.34.2) Requirement already satisfied: portalocker in ./.venv3/lib64/python3.11/site-packages (from omero-py>=5.8->omero-cli-duplicate) (3.2.0) Requirement already satisfied: charset_normalizer<4,>=2 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.8->omero-cli-duplicate) (3.4.9) Requirement already satisfied: idna<4,>=2.5 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.8->omero-cli-duplicate) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.8->omero-cli-duplicate) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in ./.venv3/lib64/python3.11/site-packages (from requests->omero-py>=5.8->omero-cli-duplicate) (2026.6.17) + source /home/omero/workspace/OMERO-test-integration/src/docs/hudson/functions.sh + /home/omero/workspace/OMERO-test-integration/src/build.py build-default test-compile Buildfile: /home/omero/workspace/OMERO-test-integration/src/build.xml check-ivy: Creating /home/omero/workspace/OMERO-test-integration/src/etc/local.properties Created dir: /home/omero/workspace/OMERO-test-integration/src/target :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml build-scons: Expanding: /home/omero/workspace/OMERO-test-integration/src/lib/repository/scons-local-2.1.0.zip into /home/omero/workspace/OMERO-test-integration/src/target/scons build: No sub-builds to iterate on Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS... Entering /home/omero/workspace/OMERO-test-integration/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-test-integration/src/etc/ivysettings.xml prepare: Preparing: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/libs Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/.done Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/src Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/test-classes Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/reports Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes pre-compile: Expanding: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/libs/glacier2.jar into /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated-classes Expanding: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/libs/ice.jar into /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated-classes Expanding: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/libs/icegrid.jar into /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated-classes Expanding: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/libs/icestorm.jar into /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated-classes Expanding: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/libs/ome-xml.jar into /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated-classes compile: no-op package: Building jar: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/omero_client.jar install: :: delivering :: omero#omero_client;working@a682deefddb7 :: 5.6.3-629-f9a7f8ddff-ice36-b24-ice36 :: integration :: Tue Jul 28 14:43:40 UTC 2026 delivering ivy file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/ivy.xml :: publishing :: omero#omero_client published omero_client to /home/omero/workspace/OMERO-test-integration/src/target/repository/omero/omero_client/5.6.3-629-f9a7f8ddff-ice36-b24-ice36/omero_client-5.6.3-629-f9a7f8ddff-ice36-b24-ice36.jar published ivy to /home/omero/workspace/OMERO-test-integration/src/target/repository/omero/omero_client/5.6.3-629-f9a7f8ddff-ice36-b24-ice36/omero_client-5.6.3-629-f9a7f8ddff-ice36-b24-ice36.xml Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy... retrieve: :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml Entering /home/omero/workspace/OMERO-test-integration/src/components/tools... dist: Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/target/service-classes/META-INF Created dir: /home/omero/workspace/OMERO-test-integration/src/components/tools/target/lib/server Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/components/tools/target/downloads/scripts Expanding: /home/omero/workspace/OMERO-test-integration/src/components/tools/target/downloads/scripts/omero_scripts-5.10.1.dev0.tar.gz into /home/omero/workspace/OMERO-test-integration/src/components/tools/target/downloads/scripts Copying 29 files to /home/omero/workspace/OMERO-test-integration/src/components/tools/target/lib/scripts Copying 29 files to /home/omero/workspace/OMERO-test-integration/src/dist Copied 9 empty directories to 1 empty directory under /home/omero/workspace/OMERO-test-integration/src/dist Entering /home/omero/workspace/OMERO-test-integration/src/components/tests... Entering /home/omero/workspace/OMERO-test-integration/src/components/tests/ui... copy-licenses: Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/share Copying 44 files to /home/omero/workspace/OMERO-test-integration/src/dist/share copy-history: Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist copy-etc: Copying 28 files to /home/omero/workspace/OMERO-test-integration/src/dist/etc Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist/etc/templates copy-sql: Copying 60 files to /home/omero/workspace/OMERO-test-integration/src/dist copy-server: conflict on /home/omero/workspace/OMERO-test-integration/src/dist/lib/server/janino.jar in [server]: 3.1.9 won copy-client: Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/lib/client conflict on /home/omero/workspace/OMERO-test-integration/src/dist/lib/client/janino.jar in [client]: 3.1.9 won update-version: Copying 1 file to /home/omero/workspace/OMERO-test-integration/src/dist/etc create-workdirs: Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/etc/grid Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/var Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/var/tmp copy-luts: Created dir: /home/omero/workspace/OMERO-test-integration/src/dist/lib/scripts/luts Copying 47 files to /home/omero/workspace/OMERO-test-integration/src/dist/lib/scripts/luts test-compile: :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroFS... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroPy... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroWeb... Entering /home/omero/workspace/OMERO-test-integration/src/components/tests/ui... Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava... testng-init: :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml 14:45:22,591 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.16 14:45:22,594 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7ab7a4eb - No custom configurators were discovered as a service. 14:45:22,594 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7ab7a4eb - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 14:45:22,598 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7ab7a4eb - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 14:45:22,602 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 14:45:22,604 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 14:45:22,605 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7ab7a4eb - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 7 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 14:45:22,605 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7ab7a4eb - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 14:45:22,607 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7ab7a4eb - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 14:45:22,609 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 14:45:22,611 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml] 14:45:22,613 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@7ec00f98 - Resource [logback.xml] occurs multiple times on the classpath. 14:45:22,613 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@7ec00f98 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml] 14:45:22,613 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@7ec00f98 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml] 14:45:22,848 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr] 14:45:22,848 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 14:45:22,870 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 14:45:22,872 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@67b68dc3 - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender. 14:45:22,872 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@67b68dc3 - Please move "immediateFlush" property into the enclosing appender. 14:45:22,944 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@67b68dc3 - Setting the "immediateFlush" property of the enclosing appender to true 14:45:22,945 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR 14:45:22,945 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR 14:45:22,945 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR 14:45:22,945 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR 14:45:22,945 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 14:45:22,945 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT] 14:45:22,946 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@5922338f - End of configuration. 14:45:22,949 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1e7544bc - Registering current configuration as safe fallback point 14:45:22,949 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7ab7a4eb - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 342 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY lifecycle.test-compile: Copying 3 files to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/test-classes Compiling 85 source files to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/test-classes warning: [options] bootstrap class path not set in conjunction with -source 8 warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/AbstractServerTest.java:61: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated import omero.grid.RawAccessRequest; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:32: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated import omero.grid.RawAccessRequest; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:53: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated import omero.grid.RawAccessRequest; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:31: warning: [deprecation] ImportJob in omero.model has been deprecated import omero.model.ImportJob; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:32: warning: [deprecation] ImportJobI in omero.model has been deprecated import omero.model.ImportJobI; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ModelMockFactory.java:1206: warning: [deprecation] newInstance() in Class has been deprecated IObject link = (IObject) linkClass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/CreatePojosFixture2.java:269: warning: [deprecation] newInstance() in Class has been deprecated T copy = (T) obj.getClass().newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:418: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated RawAccessRequest raw = new RawAccessRequest(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:418: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated RawAccessRequest raw = new RawAccessRequest(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:419: warning: [deprecation] repoUuid in RawAccessRequest has been deprecated raw.repoUuid = legacy.root().getHash().getValue(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:420: warning: [deprecation] command in RawAccessRequest has been deprecated raw.command = "rm"; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DeleteServiceFilesTest.java:421: warning: [deprecation] args in RawAccessRequest has been deprecated raw.args = Arrays.asList(path); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DiskUsageTest.java:156: warning: [deprecation] newInstance() in Class has been deprecated final IObject link = linkClass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/DuplicationTest.java:1332: warning: [deprecation] newInstance() in Class has been deprecated originalLink.setChild(annotationClass.newInstance()); ^ where T is a type-variable: T extends Object declared in class Class /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ImporterTest.java:1088: warning: [deprecation] findByImage(long,RoiOptions) in IRoiPrx has been deprecated RoiResult r = svc.findByImage(id, new RoiOptions()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:900: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated final RawAccessRequest request = new RawAccessRequest(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:900: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated final RawAccessRequest request = new RawAccessRequest(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:901: warning: [deprecation] repoUuid in RawAccessRequest has been deprecated request.repoUuid = repo.root().getHash().getValue(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:902: warning: [deprecation] command in RawAccessRequest has been deprecated request.command = "exists"; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:903: warning: [deprecation] args in RawAccessRequest has been deprecated request.args = Collections.singletonList(dirPath); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:939: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated final RawAccessRequest request = new RawAccessRequest(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:939: warning: [deprecation] RawAccessRequest in omero.grid has been deprecated final RawAccessRequest request = new RawAccessRequest(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:940: warning: [deprecation] repoUuid in RawAccessRequest has been deprecated request.repoUuid = repo.root().getHash().getValue(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:941: warning: [deprecation] command in RawAccessRequest has been deprecated request.command = "exists"; ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ManagedRepositoryTest.java:942: warning: [deprecation] args in RawAccessRequest has been deprecated request.args = Collections.singletonList(dirName); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:255: warning: [deprecation] ImportJob in omero.model has been deprecated final ImportJob importJob = new ImportJobI(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:255: warning: [deprecation] ImportJobI in omero.model has been deprecated final ImportJob importJob = new ImportJobI(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:266: warning: [deprecation] setImageName(RString) in ImportJob has been deprecated importJob.setImageName(omero.rtypes.rstring(name)); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:268: warning: [deprecation] setImageDescription(RString) in ImportJob has been deprecated importJob.setImageDescription(omero.rtypes.rstring(desc)); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:273: warning: [deprecation] ImportJob in omero.model has been deprecated ImportJob sent = (ImportJob) iUpdate.saveAndReturnObject(importJob); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:273: warning: [deprecation] ImportJob in omero.model has been deprecated ImportJob sent = (ImportJob) iUpdate.saveAndReturnObject(importJob); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:274: warning: [deprecation] getImageName() in ImportJob has been deprecated final String savedName = sent.getImageName().getValue().toString(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:275: warning: [deprecation] getImageDescription() in ImportJob has been deprecated final String savedDesc = sent.getImageDescription().getValue().toString(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:277: warning: [deprecation] ImportJob in omero.model has been deprecated final ImportJob retrievedImportJob = (ImportJob) iQuery.get("ImportJob", id); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:277: warning: [deprecation] ImportJob in omero.model has been deprecated final ImportJob retrievedImportJob = (ImportJob) iQuery.get("ImportJob", id); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:278: warning: [deprecation] getImageName() in ImportJob has been deprecated final String retrievedName = retrievedImportJob.getImageName().getValue().toString(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/ObjectPropertiesTest.java:279: warning: [deprecation] getImageDescription() in ImportJob has been deprecated final String retrievedDesc = retrievedImportJob.getImageDescription().getValue().toString(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:141: warning: [deprecation] findByImage(long,RoiOptions) in IRoiPrx has been deprecated RoiResult r = svc.findByImage(image.getId().getValue(), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:190: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated List l = svc.getRoiMeasurements(image.getId().getValue(), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:220: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated l = svc.getRoiMeasurements(image.getId().getValue(), options); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:241: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated l = svc.getRoiMeasurements(image.getId().getValue(), options); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:313: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated List l = svc.getRoiMeasurements(image.getId().getValue(), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:320: warning: [deprecation] getMeasuredRoisMap(long,List,RoiOptions) in IRoiPrx has been deprecated Map values = svc.getMeasuredRoisMap(image.getId() ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:386: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated List l = svc.getRoiMeasurements(image.getId().getValue(), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:390: warning: [deprecation] getTable(long) in IRoiPrx has been deprecated table = svc.getTable(f.getId().getValue()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:412: warning: [deprecation] findByImage(long,RoiOptions) in IRoiPrx has been deprecated RoiResult r = svc.findByImage(image.getId().getValue(), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:426: warning: [deprecation] findByRoi(long,RoiOptions) in IRoiPrx has been deprecated r = svc.findByRoi(r1.getId().getValue(), new RoiOptions()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:437: warning: [deprecation] findByRoi(long,RoiOptions) in IRoiPrx has been deprecated r = svc.findByRoi(r2.getId().getValue(), new RoiOptions()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:448: warning: [deprecation] findByPlane(long,int,int,RoiOptions) in IRoiPrx has been deprecated r = svc.findByPlane(image.getId().getValue(), 1, 0, new RoiOptions()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:459: warning: [deprecation] findByPlane(long,int,int,RoiOptions) in IRoiPrx has been deprecated r = svc.findByPlane(image.getId().getValue(), 1, 1, new RoiOptions()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:733: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal null, new Integer(0), new Integer(0), new int[] {0}, "null ids"}); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:733: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal null, new Integer(0), new Integer(0), new int[] {0}, "null ids"}); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:735: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal new ArrayList(), new Integer(0), new Integer(0), new int[] {0}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:735: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal new ArrayList(), new Integer(0), new Integer(0), new int[] {0}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:738: warning: [removal] Long(long) in Long has been deprecated and marked for removal Arrays.asList(new Long[] {new Long (-1)}), new Integer(0), new Integer(0), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:738: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal Arrays.asList(new Long[] {new Long (-1)}), new Integer(0), new Integer(0), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:738: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal Arrays.asList(new Long[] {new Long (-1)}), new Integer(0), new Integer(0), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:740: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(10), new Integer(10), new int[] {0}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:740: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(10), new Integer(10), new int[] {0}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:742: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(-10), new int[] {0}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:742: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(-10), new int[] {0}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:744: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {200}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:744: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {200}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:746: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(0), null, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:746: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(0), null, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:748: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:748: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal inputs.add(new Object[] { ids, new Integer(0), new Integer(0), new int[] {}, ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:755: warning: [deprecation] getShapeStatsRestricted(List,int,int,int[]) in IRoiPrx has been deprecated svc.getShapeStatsRestricted( ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/RoiServiceTest.java:764: warning: [deprecation] getShapeStatsRestricted(List,int,int,int[]) in IRoiPrx has been deprecated final ShapeStats [] stats = svc.getShapeStatsRestricted(ids, 0, 0, new int[] {0}); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/chgrp/HierarchyMoveTest.java:1030: warning: [deprecation] setRelatedTo(Pixels) in Pixels has been deprecated projection.getPrimaryPixels().setRelatedTo((Pixels) original.getPrimaryPixels().proxy()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:478: warning: [deprecation] typesToIgnore in Delete2 has been deprecated request.typesToIgnore = Collections.singletonList("TagAnnotation"); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:495: warning: [deprecation] typesToIgnore in Delete2 has been deprecated request.typesToIgnore = Collections.singletonList("IAnnotationLink"); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:501: warning: [deprecation] typesToIgnore in Delete2 has been deprecated request.typesToIgnore = Collections.singletonList("Annotation"); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/AnnotationDeleteTest.java:547: warning: [deprecation] typesToIgnore in Delete2 has been deprecated request.typesToIgnore = Collections.singletonList("Annotation"); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/HierarchyDeleteTest.java:537: warning: [deprecation] setRelatedTo(Pixels) in Pixels has been deprecated projection.getPrimaryPixels().setRelatedTo((Pixels) original.getPrimaryPixels().proxy()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:37: warning: [deprecation] setRelatedTo(Pixels) in Pixels has been deprecated p2.setRelatedTo(p1); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:39: warning: [deprecation] getRelatedTo() in Pixels has been deprecated Assert.assertEquals(p1.getId(), p2.getRelatedTo().getId()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:66: warning: [deprecation] setRelatedTo(Pixels) in Pixels has been deprecated pixels1.setRelatedTo(pixels2); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:68: warning: [deprecation] getRelatedTo() in Pixels has been deprecated Pixels pixels = pixels1.getRelatedTo(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:88: warning: [deprecation] getRelatedTo() in Pixels has been deprecated Assert.assertNull(pixels1.getRelatedTo()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:106: warning: [deprecation] setRelatedTo(Pixels) in Pixels has been deprecated pixels1.setRelatedTo(pixels2); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:108: warning: [deprecation] getRelatedTo() in Pixels has been deprecated Pixels pixels = pixels1.getRelatedTo(); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RelatedToTest.java:128: warning: [deprecation] getRelatedTo() in Pixels has been deprecated Assert.assertNull(pixels1.getRelatedTo()); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RoiDeleteTest.java:113: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated List l = svc.getRoiMeasurements(image.getId().getValue(), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RoiDeleteTest.java:147: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated l = svc.getRoiMeasurements(image.getId().getValue(), options); ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RoiDeleteTest.java:186: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated List l = svc.getRoiMeasurements(image.getId().getValue(), ^ /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/test/integration/delete/RoiDeleteTest.java:221: warning: [deprecation] getRoiMeasurements(long,RoiOptions) in IRoiPrx has been deprecated l = svc.getRoiMeasurements(image.getId().getValue(), options); ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 91 warnings Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/_omero_build_1618841418.tmp Building jar: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.jar :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml :: delivering :: omero#OmeroJava-test;working@a682deefddb7 :: 5.6.3-629-f9a7f8ddff-ice36-b24-ice36 :: integration :: Tue Jul 28 14:45:14 UTC 2026 delivering ivy file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml :: publishing :: omero#OmeroJava-test published OmeroJava-test to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-629-f9a7f8ddff-ice36-b24-ice36.jar published ivy to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-629-f9a7f8ddff-ice36-b24-ice36.xml BUILD SUCCESSFUL Total time: 1 minute 53 seconds + OMERO_DIST=/home/omero/workspace/OMERO-test-integration/src/dist + export OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist + OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist + omero config set omero.db.name OMERO-test-integration + omero config set omero.db.host pg + omero config set omero.db.user postgres + omero config set omero.db.poolsize 50 + omero config set omero.jvmcfg.max_system_memory.blitz 64000 + omero config set omero.data.dir /home/omero/workspace/OMERO-test-integration/data + omero config set omero.ports.prefix 1 + omero config set omero.web.server_list '[["testintegration",14064,"testintegration"]]' + omero config set omero.server.nodedescriptors master:Blitz-0,Indexer-0,Processor-0,Storm,Tables-0 + omero certificates OpenSSL 3.5.5 27 Jan 2026 (Library: OpenSSL 3.5.5 27 Jan 2026) certificates created: /home/omero/workspace/OMERO-test-integration/data/certs/server.key /home/omero/workspace/OMERO-test-integration/data/certs/server.pem /home/omero/workspace/OMERO-test-integration/data/certs/server.p12 + omero config set omero.jvmcfg.append '--add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED' + createdb -h pg -U postgres OMERO-test-integration + omero db script -f dbsetup.sql '' '' omero WARNING: Positional arguments are deprecated Using OMERO5.4 for version Using 0 for patch Using password from commandline + psql -h pg -U postgres -d OMERO-test-integration -f dbsetup.sql BEGIN CREATE FUNCTION CREATE FUNCTION assert_db_server_prerequisites -------------------------------- (1 row) DROP FUNCTION DROP FUNCTION CREATE DOMAIN CREATE DOMAIN CREATE DOMAIN CREATE DOMAIN CREATE DOMAIN CREATE TYPE CREATE TYPE CREATE TYPE CREATE TYPE CREATE TYPE CREATE TYPE CREATE TYPE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE psql:dbsetup.sql:2842: NOTICE: identifier "fkcontraststretchingcontext_codomainmapcontext_id_codomainmapcontext" will be truncated to "fkcontraststretchingcontext_codomainmapcontext_id_codomainmapco" ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE psql:dbsetup.sql:4712: NOTICE: identifier "fklogicalchannel_photometricinterpretation_photometricinterpretation" will be truncated to "fklogicalchannel_photometricinterpretation_photometricinterpret" ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE psql:dbsetup.sql:5697: NOTICE: identifier "fkreverseintensitycontext_codomainmapcontext_id_codomainmapcontext" will be truncated to "fkreverseintensitycontext_codomainmapcontext_id_codomainmapcont" ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE CREATE TABLE DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW DROP TABLE CREATE VIEW CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE FUNCTION SET CONSTRAINTS CREATE FUNCTION CREATE SEQUENCE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE CREATE INDEX CREATE FUNCTION CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE SEQUENCE INSERT 0 1 CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE TABLE CREATE INDEX CREATE INDEX CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE FUNCTION CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER ALTER TABLE ALTER TABLE ALTER TABLE INSERT 0 1 ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 UPDATE 1 UPDATE 1 ALTER TABLE ALTER TABLE ALTER TABLE INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 UPDATE 1 ALTER TABLE CREATE FUNCTION CREATE TABLE INSERT 0 1 ALTER TABLE ALTER TABLE ALTER TABLE CREATE INDEX ALTER TABLE ALTER TABLE CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX ALTER TABLE CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE TABLE INSERT 0 1 INSERT 0 1 CREATE TABLE INSERT 0 1 CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE TRIGGER CREATE TABLE CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX CREATE FUNCTION CREATE TRIGGER ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE CREATE FUNCTION CREATE TRIGGER CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER DROP TABLE DROP TABLE DROP TABLE DROP TABLE DROP TABLE CREATE VIEW CREATE VIEW CREATE VIEW CREATE VIEW CREATE VIEW ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE CREATE FUNCTION CREATE TRIGGER CREATE TABLE CREATE INDEX CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER CREATE FUNCTION CREATE FUNCTION CREATE TRIGGER CREATE TRIGGER CREATE INDEX UPDATE 1 COMMIT + rm dbsetup.sql + export OMERO_PROFILE=/home/omero/workspace/OMERO-test-integration/config + OMERO_PROFILE=/home/omero/workspace/OMERO-test-integration/config + mkdir -p /home/omero/workspace/OMERO-test-integration/config/blitz + cp /home/omero/workspace/OMERO-test-integration/src/dist/etc/blitz/mail-senders.example /home/omero/workspace/OMERO-test-integration/src/dist/etc/blitz/mail-server.example /home/omero/workspace/OMERO-test-integration/config/blitz + for f in $OMERO_PROFILE/blitz/* ++ basename /home/omero/workspace/OMERO-test-integration/config/blitz/mail-senders.example .example + mv /home/omero/workspace/OMERO-test-integration/config/blitz/mail-senders.example /home/omero/workspace/OMERO-test-integration/config/blitz/mail-senders.xml + for f in $OMERO_PROFILE/blitz/* ++ basename /home/omero/workspace/OMERO-test-integration/config/blitz/mail-server.example .example + mv /home/omero/workspace/OMERO-test-integration/config/blitz/mail-server.example /home/omero/workspace/OMERO-test-integration/config/blitz/mail-server.xml + omero config set omero.mail.config true + omero config set omero.mail.fake true + omero config set omero.mail.port 2525 + BUILD_ID=DONT_KILL_ME + omero admin start No descriptor given. Using etc/grid/default.xml Creating /home/omero/workspace/OMERO-test-integration/src/dist/var/master Initializing /home/omero/workspace/OMERO-test-integration/src/dist/var/log Creating /home/omero/workspace/OMERO-test-integration/src/dist/var/registry Waiting on startup. Use CTRL-C to exit + omero admin waitup Waiting on startup. Use CTRL-C to exit + omero admin diagnostics ================================================================================ OMERO Diagnostics (admin) ================================================================================ Commands: java -version 21.0.11 (/usr/bin/java) Commands: python -V 3.11.13 (/home/omero/workspace/OMERO-test-integration/.venv3/bin/python) Commands: icegridnode --version 3.6.5 (/opt/ice-3.6.5/bin/icegridnode) Commands: icegridadmin --version 3.6.5 (/opt/ice-3.6.5/bin/icegridadmin) Commands: psql --version 16.14 (/usr/bin/psql) Commands: openssl version 3.5.527 (/usr/bin/openssl) Component: OMERO.py 5.22.2.dev0 Component: OMERO.server 5.6.3-629-f9a7f8ddff-ice36-b24-ice36 Server: icegridnode running Server: Blitz-0 active (pid = 199307, enabled) Server: Indexer-0 activating (enabled) Server: OMERO.Glacier2 active (pid = 199340, enabled) Server: OMERO.IceStorm active (pid = 199373, enabled) Server: Processor-0 activating (enabled) Server: Tables-0 activating (enabled) Log dir: /home/omero/workspace/OMERO-test-integration/src/dist/var/log exists Log files: Blitz-0.log 135.9 KB errors=0 warnings=3 Log files: DropBox.log n/a Log files: FileServer.log n/a Log files: Indexer-0.log 2.6 KB errors=0 warnings=2 Log files: MonitorServer.log n/a Log files: Processor-0.log 592 B Log files: Tables-0.log 841 B Log files: TestDropBox.log n/a Log files: master.err empty Log files: master.out 30.6 KB Log files: Total size 0.17 MB Environment:OMERO_HOME=(unset) Environment:OMERODIR=/home/omero/workspace/OMERO-test-integration/src/dist Environment:OMERO_NODE=(unset) Environment:OMERO_MASTER=(unset) Environment:OMERO_USERDIR=(unset) Environment:OMERO_TMPDIR=(unset) Environment:PATH=/home/omero/workspace/OMERO-test-integration/.venv3/bin:/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Environment:PYTHONPATH=(unset) Environment:ICE_HOME=/opt/ice-3.6.5 Environment:LD_LIBRARY_PATH=(unset) Environment:DYLD_LIBRARY_PATH=(unset) OMERO SSL port:14064 OMERO TCP port:14063 OMERO data dir:'/home/omero/workspace/OMERO-test-integration/data' Exists? True Is writable? True OMERO temp dir:'/home/omero/omero/tmp' Exists? True Is writable? True (Size: 0) JVM settings: Blitz-${index} -Xmx9600m JVM settings: Indexer-${index} -Xmx4800m JVM settings: PixelData-${index} -Xmx7200m JVM settings: Repository-${index} -Xmx4800m Jar: lib/server/formats-api.jar Bio-Formats API 8.5.0 18 March 2026 877c317e4e396381dc76e56c1539b24947f71dce Jar: lib/server/formats-bsd.jar BSD Bio-Formats readers and writers 8.5.0 18 March 2026 877c317e4e396381dc76e56c1539b24947f71dce Jar: lib/server/formats-gpl.jar Bio-Formats library 8.5.0 18 March 2026 877c317e4e396381dc76e56c1539b24947f71dce Jar: lib/server/ome-codecs.jar OME Codecs 1.1.3 26 February 2026 70fd9b72a9834f1af4852c1e5b5676c57a2c360e Jar: lib/server/ome-common.jar OME Common Java 6.2.1 27 February 2026 a24fbcbf04a3a3acba14e9575d7fb1d36a484dff Jar: lib/server/ome-jai.jar OME JAI 0.1.5 30 June 2025 257a1c1410c0103485248d05752a5174262a38b6 Jar: lib/server/ome-mdbtools.jar MDB Tools (Java port) 5.3.4 25 June 2025 57553b46e5f0cf9aefe5d97d2b1c8dd2073a4d37 Jar: lib/server/ome-poi.jar OME POI 5.3.11 11 November 2025 a2f3944ac71db9e7e51a6f64ec46beeb60613afb Jar: lib/server/ome-xml.jar OME XML library 6.5.3 22 January 2026 21d1362abd9ce26e13888d2b2d028753d21ac96e Jar: lib/server/omero-blitz.jar jar 5.8.6-SNAPSHOT Jar: lib/server/omero-common.jar jar 5.7.6-SNAPSHOT Jar: lib/server/omero-gateway.jar jar 5.11.1-SNAPSHOT Jar: lib/server/omero-model.jar jar 5.7.6-SNAPSHOT Jar: lib/server/omero-renderer.jar jar 5.6.6-SNAPSHOT Jar: lib/server/omero-romio.jar jar 5.8.6-SNAPSHOT Jar: lib/server/omero-server.jar jar 5.7.6-SNAPSHOT + export OMERO_SESSION_DIR=/tmp/OMERO-test-integration/26 + OMERO_SESSION_DIR=/tmp/OMERO-test-integration/26 + export ICE_CONFIG=/home/omero/workspace/OMERO-test-integration/src/dist/etc/ice.config + ICE_CONFIG=/home/omero/workspace/OMERO-test-integration/src/dist/etc/ice.config + echo Running the integration tests with -Dtestng.useDefaultListeners=true Running the integration tests with -Dtestng.useDefaultListeners=true + /home/omero/workspace/OMERO-test-integration/src/build.py -f components/tools/OmeroJava/build.xml -Dtestng.useDefaultListeners=true -Dtestreports.dir=target/reports/integration integration Buildfile: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/build.xml Entering /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava... testng-init: :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml 14:46:59,232 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.16 14:46:59,235 |-INFO in ch.qos.logback.classic.util.ContextInitializer@51c65a43 - No custom configurators were discovered as a service. 14:46:59,235 |-INFO in ch.qos.logback.classic.util.ContextInitializer@51c65a43 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 14:46:59,238 |-INFO in ch.qos.logback.classic.util.ContextInitializer@51c65a43 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 14:46:59,239 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 14:46:59,240 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 14:46:59,241 |-INFO in ch.qos.logback.classic.util.ContextInitializer@51c65a43 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 3 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 14:46:59,241 |-INFO in ch.qos.logback.classic.util.ContextInitializer@51c65a43 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 14:46:59,243 |-INFO in ch.qos.logback.classic.util.ContextInitializer@51c65a43 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 14:46:59,244 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 14:46:59,244 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml] 14:46:59,246 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@740dcae3 - Resource [logback.xml] occurs multiple times on the classpath. 14:46:59,246 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@740dcae3 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml] 14:46:59,246 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@740dcae3 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml] 14:46:59,476 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr] 14:46:59,476 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 14:46:59,498 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 14:46:59,500 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@4e140497 - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender. 14:46:59,500 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@4e140497 - Please move "immediateFlush" property into the enclosing appender. 14:46:59,570 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@4e140497 - Setting the "immediateFlush" property of the enclosing appender to true 14:46:59,571 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR 14:46:59,571 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR 14:46:59,571 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR 14:46:59,571 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR 14:46:59,571 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 14:46:59,571 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT] 14:46:59,573 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@481b2f10 - End of configuration. 14:46:59,575 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b6c7012 - Registering current configuration as safe fallback point 14:46:59,575 |-INFO in ch.qos.logback.classic.util.ContextInitializer@51c65a43 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 332 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY lifecycle.test-compile: Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/_omero_build_1831814436.tmp Deleting: /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml :: loading settings :: file = /home/omero/workspace/OMERO-test-integration/src/etc/ivysettings.xml :: delivering :: omero#OmeroJava-test;working@a682deefddb7 :: 5.6.3-629-f9a7f8ddff-ice36-b24-ice36 :: integration :: Tue Jul 28 14:46:52 UTC 2026 delivering ivy file to /home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/OmeroJava-test.xml :: publishing :: omero#OmeroJava-test published OmeroJava-test to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-629-f9a7f8ddff-ice36-b24-ice36.jar published ivy to /home/omero/workspace/OMERO-test-integration/src/target/test-repository/OmeroJava-test-5.6.3-629-f9a7f8ddff-ice36-b24-ice36.xml integration: 14:47:00,997 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.16 14:47:00,999 |-INFO in ch.qos.logback.classic.util.ContextInitializer@37afeb11 - No custom configurators were discovered as a service. 14:47:00,999 |-INFO in ch.qos.logback.classic.util.ContextInitializer@37afeb11 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 14:47:01,000 |-INFO in ch.qos.logback.classic.util.ContextInitializer@37afeb11 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 14:47:01,001 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 14:47:01,002 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 14:47:01,003 |-INFO in ch.qos.logback.classic.util.ContextInitializer@37afeb11 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 3 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 14:47:01,003 |-INFO in ch.qos.logback.classic.util.ContextInitializer@37afeb11 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 14:47:01,003 |-INFO in ch.qos.logback.classic.util.ContextInitializer@37afeb11 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 14:47:01,004 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 14:47:01,005 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml] 14:47:01,006 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@515aebb0 - Resource [logback.xml] occurs multiple times on the classpath. 14:47:01,006 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@515aebb0 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/classes/logback.xml] 14:47:01,006 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@515aebb0 - Resource [logback.xml] occurs at [file:/home/omero/workspace/OMERO-test-integration/src/components/tools/OmeroJava/target/generated/resources/logback.xml] 14:47:01,162 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stderr] 14:47:01,162 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 14:47:01,171 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 14:47:01,179 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@dd8ba08 - As of version 1.2.0 "immediateFlush" property should be set within the enclosing Appender. 14:47:01,179 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@dd8ba08 - Please move "immediateFlush" property into the enclosing appender. 14:47:01,203 |-WARN in ch.qos.logback.classic.encoder.PatternLayoutEncoder@dd8ba08 - Setting the "immediateFlush" property of the enclosing appender to true 14:47:01,204 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [velocity] to ERROR 14:47:01,204 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org] to ERROR 14:47:01,204 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [ome] to ERROR 14:47:01,204 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [loci] to ERROR 14:47:01,204 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 14:47:01,205 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stderr] to Logger[ROOT] 14:47:01,205 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@245b4bdc - End of configuration. 14:47:01,206 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6c64cb25 - Registering current configuration as safe fallback point 14:47:01,206 |-INFO in ch.qos.logback.classic.util.ContextInitializer@37afeb11 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 203 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 2026-07-28 14:52:26,000 ERROR [ o.formats.importer.util.ClientKeepAlive] (7-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:52:34,545 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:52:46,572 ERROR [ o.formats.importer.util.ClientKeepAlive] (5-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:22,157 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:24,041 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:25,519 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:27,246 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:28,783 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:30,514 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:32,142 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:33,897 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:35,518 ERROR [ o.formats.importer.util.ClientKeepAlive] (4-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:37,261 ERROR [ o.formats.importer.util.ClientKeepAlive] (6-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:38,891 ERROR [ o.formats.importer.util.ClientKeepAlive] (8-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:40,653 ERROR [ o.formats.importer.util.ClientKeepAlive] (0-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted 2026-07-28 14:53:42,078 ERROR [ o.formats.importer.util.ClientKeepAlive] (2-thread-1) Exception while executing ping(), logging Connector out: java.lang.RuntimeException: Ice.CommunicatorDestroyedException at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:845) at ome.formats.importer.util.ClientKeepAlive.run(ClientKeepAlive.java:77) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Ice.CommunicatorDestroyedException: null at IceInternal.Instance.proxyFactory(Instance.java:239) at IceInternal.BasicStream.writeProxy(BasicStream.java:2142) at omero.api.ServiceInterfacePrxHelper.__write(ServiceInterfacePrxHelper.java:114) at omero.api.ServiceListHelper.write(ServiceListHelper.java:37) at omero.api.ServiceFactoryPrxHelper.begin_keepAllAlive(ServiceFactoryPrxHelper.java:5946) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5846) at omero.api.ServiceFactoryPrxHelper.keepAllAlive(ServiceFactoryPrxHelper.java:5833) at ome.formats.OMEROMetadataStoreClient.ping(OMEROMetadataStoreClient.java:838) ... 7 common frames omitted Build was aborted Aborted by devspace Recording test results The tests failed. BUILD SUCCESSFUL Total time: 9 minutes 4 seconds ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Build Aborted. Not looking for any TestNG results. Finished: ABORTED